-
Notifications
You must be signed in to change notification settings - Fork 21
Supported Features
Yusuke Nunokawa edited this page Oct 21, 2016
·
60 revisions
The detail of ArcGIS web map spec is here 📄
- ArcGISImageServiceVectorLayer
- CSV
- ArcGISFeatureLayer
- FeatureService
- FeatureCollection (see #34)
- Point
- Line
- Polygon
- GeoRSS
- ArcGISImageServiceLayer
- KML
- ArcGISMapServiceLayer
- WMS
- WMTS
- WebTiledLayer
- VectorTileLayer (ref Esri/esri-leaflet-vector)
- Esri Vector Basemaps
- Others
- ArcGISStreamLayer (ref rowanwins/esri-leaflet-socket)
- ArcGISTiledImageServiceLayer
- ArcGISTiledMapServiceLayer
- Heatmap (There is a subtle differences in rendering between Leaflet.heat and esri/renderers/HeatmapRenderer.)
- Temporal
- Label
- Point
- Line (it should be improved with Leaflet.TextPath)
- Polygon
- Dynamically reposition
- Styling
The below features depend on Esri Leaflet Renderers (see #34)
- MarkerSymbol
- Circle
- Cross
- Diamond
- Square
- X
- Picture (Base64)
- LineSymbol
- Solid
- Dash
- FillSymbol
- Solid
- Picture
- TextSymbol
- Rotation
- Simple
- ClassBreaks
- UniqueValue
- VisualVariables
- Size
- Color
- Opacity
- Predominance
- LayerOpacity
- Title
- AllLayers (Basemap is index '0' of the array)
- Bookmarks
- PortalItem
- Load Map
- Load Metadata
- UnsupportedLayer (You can see it in a console only.)
- LayerVisibility
- ON/OFF
- Scale
- DefinitionExpression
- Time
- Popup
- Title
- Field
- Field Visibility
- Media
- Attachments
- Date (UNIX -> UTC)
- Token
- Map
- Layers
- Non-Mercator Projections
They may be created as React Components in react-webmap repo.
- Table
- Legend (ref w8r/esri-leaflet-legend)
- Time Slider