Skip to content

Commit

Permalink
fix: update cyclosm tile url in config example
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Nov 25, 2021
1 parent 20a3530 commit 693162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-examples/app-config-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const appConfig = {
name: 'Cyclosm',
id: 'cyclosm',
visible: false,
url: 'https://dev.{s}.tile.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
url: 'https://{s}.tile.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
attribution: '<a href="https://github.com/cyclosm/cyclosm-cartocss-style/releases" title="CyclOSM - Open Bicycle render">CyclOSM</a> | Map data: &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
],
Expand Down

0 comments on commit 693162e

Please sign in to comment.