You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it is configurable, but it's weird default layer doesn't render bus stops, nor a layer selector has been added in map canvas. So, as a temporary solution, I managed to get a Mapnik layer editing file public/javascripts/views/route-stops-view.js
var url = 'http://{s}.tiles.mapbox.com/v3/' + G.config.mapboxKey + '/{z}/{x}/{y}.png'
becomes var url = 'http://tile.openstreetmap.org/{z}/{x}/{y}.png'
The text was updated successfully, but these errors were encountered:
cascafico
changed the title
Unuseful OSM Openstreetmap layer
Unuseful Openstreetmap layer
Jul 7, 2016
I don't know if it is configurable, but it's weird default layer doesn't render bus stops, nor a layer selector has been added in map canvas. So, as a temporary solution, I managed to get a Mapnik layer editing file public/javascripts/views/route-stops-view.js
var url = 'http://{s}.tiles.mapbox.com/v3/' + G.config.mapboxKey + '/{z}/{x}/{y}.png'
becomes
var url = 'http://tile.openstreetmap.org/{z}/{x}/{y}.png'
The text was updated successfully, but these errors were encountered: