]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/osm.js.erb
Consolidate leaflet marker creation in OSM.getMarker
[rails.git] / app / assets / javascripts / osm.js.erb
index 4f0bd8f777c608986d65c4e1d7ab1589dad8d07c..6762ce6b08abc9d4ea2e4194fad9b12e0c2fdd91 100644 (file)
@@ -30,6 +30,7 @@ OSM = {
   LAYER_DEFINITIONS: <%= MapLayers::full_definitions("config/layers.yml").to_json %>,
   LAYERS_WITH_MAP_KEY: <%= YAML.load_file(Rails.root.join("config/key.yml")).keys.to_json %>,
 
+  MARKER_BLUE: <%= image_path("marker-blue.png").to_json %>,
   MARKER_GREEN: <%= image_path("marker-green.png").to_json %>,
   MARKER_RED: <%= image_path("marker-red.png").to_json %>,