Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unuseful Openstreetmap layer #256

Open
cascafico opened this issue Jul 7, 2016 · 0 comments
Open

Unuseful Openstreetmap layer #256

cascafico opened this issue Jul 7, 2016 · 0 comments

Comments

@cascafico
Copy link

cascafico commented 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'

@cascafico cascafico changed the title Unuseful OSM Openstreetmap layer Unuseful Openstreetmap layer Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant