aims-ks / atlasmapper

Automatically exported from code.google.com/p/atlasmapper
2 stars 0 forks source link

Can't parse some ArcGIS service #128

Closed gaellafond closed 5 years ago

gaellafond commented 5 years ago

Example: http://maps2.six.nsw.gov.au/arcgis/rest/services/sixmaps

The service returns JSON:

{
 "currentVersion": 10.51,
 "folders": [],
 "services": [
  {
   "name": "sixmaps/_GPR",
   "type": "MapServer"
  },
  {
   "name": "sixmaps/_Guras",
   "type": "MapServer"
  },
  ...
 ]
}

AtlasMapper craft URLs like this one: http://maps2.six.nsw.gov.au/arcgis/rest/services/sixmaps/sixmaps/_GPR instead of http://maps2.six.nsw.gov.au/arcgis/rest/services/sixmaps/_GPR

gaellafond commented 5 years ago

Fixed in 2.0.10