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

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