Set map tile URL

I want to use the map component, but I do not like the style of the map tiles. Can I use Stamen Toner lite instead? It has a public tile server. Will I need to use leaflet in a webview or can the map component do what I want?

You can only use the MIT Map component with the OpenStreetMap (OSM) tiles. The Map component cannot do what you want.

Use the WebViewer and set it's url to http://maps.stamen.com/toner-lite/#12/37.7706/-122.3782 as a test or try these Blocks with the LocationSensor

Still do not like the display? Use the Google Map Static Map API with the WebViewer in a similar manner to display a Google Map. You need to use a ( , ) instead of a slash ( / ) between the location coordinates.

Thank you, I will be using Leaflet in a WebViewer.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.