Skip to content

Supported Features

Yusuke Nunokawa edited this page Jun 22, 2016 · 60 revisions

The detail of ArcGIS web map spec is here 📄

Operational Layers

  • ArcGISImageServiceVectorLayer
  • CSV
  • ArcGISFeatureLayer
    • FeatureService
    • FeatureCollection
      • Point
      • Line
      • Polygon
  • GeoRSS
  • ArcGISImageServiceLayer
  • KML
  • ArcGISMapServiceLayer
  • WMS
  • WMTS
  • WebTiledLayer
  • VectorTileLayer
  • ArcGISStreamLayer
  • ArcGISTiledImageServiceLayer
  • ArcGISTiledMapServiceLayer

Renderer

  • Predominance
  • Heatmap (There is a subtle differences in rendering between Leaflet.heat and esri/renderers/HeatmapRenderer.)
  • Temporal
  • Rotation
  • Label
    • Point
    • Line
    • Polygon
    • Dynamically reposition
    • Styling
The below will be replaced with Esri Leaflet Renderers (see #34)
  • MarkerSymbol
    • Circle (Simple)
    • Cross (Simple)
    • Diamond (Simple)
    • Path (Simple)
    • Square (Simple)
    • X (Simple)
    • Picture
  • LineSymbol
    • Solid (Simple)
    • Dash (Simple)
  • FillSymbol
  • ClassBreaks
  • UniqueValue
  • VisualVariables
    • Size (Point)
    • Size (Line)
    • Size (Polygon)
    • Color
    • UniqueValue + Size
    • ClassBreaks + Size
    • Size + Color
  • LayerOpacity

Properties

  • Title
  • AllLayers (Basemap is index '0' of the array)
  • Bookmarks
  • PortalItem

Events

  • Load Map
  • Load Metadata

Other

  • 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)
  • Table
  • Time Slider
  • Token
Clone this wiki locally