Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creation of own ArcGIS REST map service (image service, untiled requests) by URL #79

Open
sfkeller opened this issue May 26, 2016 · 1 comment

Comments

@sfkeller
Copy link

Currently in QMS there's the service type GDAL which refers to a "gdal_source.xml". I propose a functionality to add an own ArcGIS REST map service (image service, untiled requests) by a simple URL similar to WMS (without any xml given by the user).

Here are two ArcGIS REST map service examples:

Similar to WMS GetCapabilities the system can add the parameter "f=json" to the URL and get metadata about the service, like this http://api.atlas.mos.ru/arcgis/rest/services/Basemaps/egipmap/MapServer?f=json .

@MatzFan
Copy link
Contributor

MatzFan commented May 27, 2016

FYI, in case you weren't already aware of it, ESRI support a library for their ArcGIS REST API, which among other things can configure JSON requests to the API.

If you do use this it may be worth considering my suggestion in #75 to support ArcGIS custom tiling schemes by reading parameters from the MapServer URL, instead of the way I did it using new metadata.ini params

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants