Skip to content

Supported Features

Yusuke Nunokawa edited this page Oct 21, 2016 · 60 revisions

The detail of ArcGIS web map spec is here 📄

Operational Layers

  • 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

Renderer

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

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)
  • Token
    • Map
    • Layers
  • Non-Mercator Projections

UI Components

They may be created as React Components in react-webmap repo.