correction event

This commit is contained in:
2019-06-13 12:12:10 +02:00
parent 2d63234d3d
commit 9978c8eb8a
2 changed files with 3 additions and 6 deletions

View File

@@ -25,9 +25,7 @@ function map() {
.setContent("You clicked the map at " + e.latlng.toString())
.openOn(mymap);
}
mymap.on('click', onMapClick);
}
}