Skip to content

Commit

Permalink
Removing setting for image type. Not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaalfaro committed May 27, 2014
1 parent 39a94b6 commit 0e39c9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/ADDING-LAYERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
3. Name: pick something appropriate - "FEMA EA Disaster Reporter Photos"
4. Type: "ESRI Cluster Feature Layer"
5. Url: This is the Url for the restful endpoint - "http://services.femadata.com/arcgis/rest/services/ExternalAffairs/DisasterReporterService/MapServer/0"
6. Image Format: "json"
7. Layer params: This is used to pass information to layer handler. You can use any of the parameters for an [ArcGIS Query Map Service Layer](http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000p1000000). Additionaly, you if you want to customize your markers, you will need to set "createMarker" with an appropriate function name from the leaflet_helper.createMarker javascript object.
Supported functions are:
1. esriImageMapService - Processes images from an ESRI MapService
Expand All @@ -23,4 +22,4 @@
}
```
7. Save your layer
9. You can now add your layer to a map and test for functionality
9. You can now add your layer to a map and test for functionality

0 comments on commit 0e39c9f

Please sign in to comment.