} else if (marker) {
marker.setIcon(noteIcons[feature.properties.status]);
}
- page.load();
+ OSM.loadSidebarContent(window.location.pathname, page.load);
}
});
}
if (!map.hasLayer(halo)) {
halo = L.circleMarker(data.coordinates.split(','), {
weight: 2.5,
- radius: 20
+ radius: 20,
+ fillOpacity: 0.5,
+ color: "#FF6200"
});
map.addLayer(halo);
}