Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrosen authored Jul 19, 2018
1 parent d4913a1 commit 8e3ae53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ <h1>${feature.properties.name}</h1>
`

//layer.bindPopup(popupContent)
console.log('feature:', feature);
let newMarker = L.marker([feature.properties.lat, feature.properties.lng], {})
newMarker.bindPopup(popupContent)
markerCluster.addLayer(newMarker)
Expand Down

0 comments on commit 8e3ae53

Please sign in to comment.