hfu / kaeshi

A simplest possible ArcGIS Server Web Service as a proxy
The Unlicense
0 stars 0 forks source link

Response to Geocortex from the server #2

Open hfu opened 6 years ago

hfu commented 6 years ago

I identified the following as the responses to Geocortex from the server.

  1. ?f=json
  2. /resources/styles/root.json
  3. /tilemap
  4. /resources/sprites/sprite.json
  5. /resources/sprites/sprite.png
  6. /resources/fonts/(respective fonts)

It seems to me that 1. and 3. are highly Esri specific responses.

hfu commented 6 years ago

For comparison:

  1. https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/?f=json
  2. https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/resources/styles/root.json
  3. https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/tilemap
  4. https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/resources/sprites/sprite.json
  5. https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/resources/sprites/sprite.png
  6. https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/resources/fonts/ ...