Skip to content

Commit

Permalink
Update map style
Browse files Browse the repository at this point in the history
  • Loading branch information
markaspot committed Dec 12, 2023
1 parent 3f41432 commit ae206f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ content:
tileServerUrl: ''
wmsLayer: ''
mapboxToken: ''
mapboxStyle: 'https://api.maptiler.com/maps/dataviz/style.json?key=bNO6K7YHmiJ3kLeuhrOK'
mapboxStyle: 'https://api.maptiler.com/maps/basic-v2/style.json?key=bNO6K7YHmiJ3kLeuhrOK'
maplibre: '1'
customAttribution: '© MapTiler</a> <a href="https://www.openstreetmap.org/copyright" target="_blank">© OpenStreetMap contributors</a>'
serviceUrl: 'https://nominatim.openstreetmap.org/'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ content:
tileServerUrl: ''
wmsLayer: ''
mapboxToken: ''
mapboxStyle: 'https://api.maptiler.com/maps/dataviz/style.json?key=8uaCajQ4MVBmAqzE578o'
mapboxStyle: 'https://api.maptiler.com/maps/basic-v2/style.json?key=8uaCajQ4MVBmAqzE578o'
maplibre: '1'
customAttribution: '© MapTiler</a> <a href="https://www.openstreetmap.org/copyright" target="_blank">© OpenStreetMap contributors</a>'
serviceUrl: 'https://nominatim.openstreetmap.org/'
Expand Down
2 changes: 1 addition & 1 deletion config/sync/markaspot_map.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ langcode: en
wms_service: ''
wms_layer: ''
mapbox_token: ''
mapbox_style: 'https://api.maptiler.com/maps/dataviz/style.json?key=bNO6K7YHmiJ3kLeuhrOK'
mapbox_style: 'https://api.maptiler.com/maps/basic-v2/style.json?key=bNO6K7YHmiJ3kLeuhrOK'
marker: "<div class=\"fa {mapIconSymbol}\" style=\"color: {mapIconColor}\"><svg class=\"icon\" width=\"50\" height=\"50\"\r\nxmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" version=\"1.1\"><defs>\r\n<filter id=\"dropshadow\" height=\"130%\"><feDropShadow dx=\"-0.8\" dy=\"-0.8\" stdDeviation=\"2\"\r\n flood-color=\"black\" flood-opacity=\"0.5\"/></filter></defs><g><path filter=\"url(#dropshadow)\"\r\n fill=\"{mapIconFill}\" d=\"m25,2.55778c-7.27846,0 -15.7703,4.44805 -15.7703,15.7703c0,7.68272 12.13107,24.6661 15.7703,29.11415c3.23497,-4.44804 15.7703,-21.02687 15.7703,-29.11415c0,-11.32225 -8.49184,-15.7703 -15.7703,-15.7703z\"\r\n id=\"path4133\"/></g></svg></div>"
iconAnchor: '[25, 30]'
maplibre: 1

0 comments on commit ae206f2

Please sign in to comment.