Add Tracestrack Topo as featured layer

This commit is contained in:
Paul Norman 2023-09-19 22:16:42 -07:00
parent cfcb89a9c9
commit 00d085ed5d
No known key found for this signature in database
GPG key ID: 83FBBDE1C4E90664
6 changed files with 34 additions and 1 deletions

View file

@ -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 %>,