]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/note.js.erb
Change halo color for notes
[rails.git] / app / assets / javascripts / index / note.js.erb
index 6458626f41abb25eca8cdada6b847251878c22c1..b9730bf1da08b5e1147d19186353ffe1cb2d11f9 100644 (file)
@@ -78,7 +78,9 @@ OSM.Note = function (map) {
     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);
     }