Notes about Map Data
Data Notes:

Vector Features from ESRI Shapefile (SHP) and FileGeodatabase must be inside a zipfile and data must be UnProjected EPSG:4326 Geographic WGS84 (GCS_WGS_1984). Each zip file can only contain one shapefile or one filegdb and no subfolders.

If you have an entire folder of shapefiles you want to include in the app, then simply use GDAL’s OGR2OGR to convert to OGC GeoPackage Format. https://www.gdal.org/ogr2ogr.html

For ESRI Map Services do not include at the end of the URL any query parameters (/query?outFields=*&where=1%3D1).

End with the ServiceType/LayerID

/FeatureServer/{LAYER_ID}

/MapServer/{LAYER_ID})

/ImageServer/{LAYER_ID})

Translate »

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close