no more default icon

This commit is contained in:
Nemo 2022-04-23 14:56:16 +05:30
parent d3972d4244
commit 20c055fc49
1 changed files with 0 additions and 4 deletions

4
map.js
View File

@ -12,10 +12,6 @@ map.on("idle", function () {
});
map.on("load", (e) => {
map.resize();
map.loadImage("/plugo/map-marker-icon.png", (error, image) => {
if (error) throw error;
map.addImage("custom-marker", image);
});
map.addSource("plugo", {
type: "geojson",
data: "map.geojson",