Skip to content

Leaflet Dynamic Map Layers

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

Leaflet Dynamic Map Layers

Example:

  dynamicMapLayers: {
    zoning: {
      url: '//gis.phila.gov/arcgis/rest/services/PhilaGov/ZoningMap/MapServer',
      opacity: 1.0
    },
    regmaps: {
      url: '//gis.phila.gov/arcgis/rest/services/DOR_ParcelExplorer/rtt_basemap/MapServer/',
      opacity: 0.5
    } ...
Clone this wiki locally