Add Tracestrack Topo as featured layer
This commit is contained in:
parent
cfcb89a9c9
commit
00d085ed5d
6 changed files with 34 additions and 1 deletions
|
@ -25,6 +25,10 @@ OSM = {
|
|||
THUNDERFOREST_KEY: <%= Settings.thunderforest_key.to_json %>,
|
||||
<% end %>
|
||||
|
||||
<% if Settings.key?(:tracestrack_key) %>
|
||||
TRACESTRACK_KEY: <%= Settings.tracestrack_key.to_json %>,
|
||||
<% end %>
|
||||
|
||||
MARKER_GREEN: <%= image_path("marker-green.png").to_json %>,
|
||||
MARKER_RED: <%= image_path("marker-red.png").to_json %>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue