Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenerator authored Nov 20, 2024
1 parent d27fa18 commit 0c269a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ let mapClickPoint = L.featureGroup({pane: 'mapClickPoint'}).addTo(map)
map.createPane('parks')
map.getPane('parks').style.zIndex = 425
let parks = L.esri.featureLayer({
url: 'https://services.arcgis.com/v400IkDOw1ad7Yad/arcgis/rest/services/Parks/FeatureServer',
layers: [0],
url: 'https://services.arcgis.com/v400IkDOw1ad7Yad/arcgis/rest/services/Parks/FeatureServer/0',
pane: 'parks'

let overlays = {
Expand Down

0 comments on commit 0c269a7

Please sign in to comment.