Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Leaflet Feature Layers

Andy Rothwell edited this page Aug 4, 2020 · 1 revision

Leaflet Feature Layers

Example:

  featureLayers: {
    pwdParcels: {
      url: '//gis.phila.gov/arcgis/rest/services/Water/pv_data_geodb2/MapServer/0',
    },
    vacantLand: {
      url: '//services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/Vacant_Indicators_Land/FeatureServer/0',
      color: 'orange',
      fillColor: 'orange',
      fillOpacity: 0.5,
      weight: 1,
      minZoom: 16
    },
Clone this wiki locally