-
Notifications
You must be signed in to change notification settings - Fork 21
Layer types
Yusuke Nunokawa edited this page Jun 6, 2016
·
23 revisions
| Layer type | Value (in WebMap JSON) | Value (in L.esri.WebMap) | Class |
|---|---|---|---|
| Basemap Layer | '---' |
'TML' or 'TL'
|
L.TiledMapLayeror L.tileLayer
|
| Feature Collection | 'ArcGISFeatureLayer' |
'FC' |
L.FeatureGroup |
| ArcGIS Feature Layer | 'ArcGISFeatureLayer' |
'FL' |
L.esri.FeatureLayer |
| ArcGIS Image Service Layer | 'ArcGISImageServiceLayer' |
'IML' |
L.esri.ImageMapLayer |
| ArcGIS Map Service Layer | 'ArcGISMapServiceLayer' |
'DML' |
L.esri.DynamicMapLayer |
| ArcGIS Tiled Map Service Layer | 'ArcGISTiledMapServiceLayer' |
'TML' |
L.esri.TiledMapLayer |
| Heatmap Layer | 'ArcGISFeatureLayer' |
'HL' |
L.esri.Heat.heatmapFeatureLayer |