Modify ArcGIS Server PRISM Map Target - GeoEngineers/RCOPublicLands GitHub Wiki

To modify the map target for the ArcGIS Server end point Modify line 149 in [mapViews.js] (https://github.com/GeoEngineers/RCOPublicLands/blob/master/scripts/appClient/src/views/mapViews.js#L149)

this.esriMap = L.esri.clusteredFeatureLayer("http://gismanagerweb.rco.wa.gov/arcgis/rest/services/public_lands/WA_RCO_Public_Lands_Inventory_PRISM_v2/MapServer/0/", { cluster: new L.MarkerClusterGroup(), minZoom:6, zIndex: 101,

Modify the clusteredFeatureLayer value.