Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMONOLITE authored Dec 3, 2023
1 parent 694d6fe commit 15e7c8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function addGeoms(data) {
style: geomStyle,
}).addTo(map);

function addPoints(data) {
function addPoints(data) {
data = data.data;
let pointGroupLayer = L.layerGroup().addTo(map);
// Choose marker type. Options are:
Expand Down Expand Up @@ -147,8 +147,6 @@ function addPoints(data) {
marker.setIcon(icon);
}
}
}
}

function parseGeom(gj) {
// FeatureCollection
Expand Down

0 comments on commit 15e7c8f

Please sign in to comment.