nextzen / lrm-mapzen

Support for Mapzen Turn-by-Turn routing in Leaflet Routing Machine
https://mapzen.com/projects/turn-by-turn/
Other
86 stars 31 forks source link

Correct paths to css files in examples #60

Closed skorasaurus closed 8 years ago

skorasaurus commented 8 years ago

Hi,

Both html files in examples/ have an incorrect file path to the css files and as a result, the examples won't load in a browser. They are pointing to an old file name (../dist/leaflet.routing.mapzen.css) instead of ..dist/lrm-mapzen.css This renaming occurred in [https://github.com/mapzen/lrm-mapzen/commit/b29b94fcb58a082b2aad957e995ac30c4502fa40] .

This pull request correct the path/file name to the current location (in dist/) of the CSS file in mapzen's lrm-mapzen repository.

For consistency and eliminate confusion, you may want to also rename the leaflet.routing.mapzen.css which is in ..css/ to the same file syntax as most of the other lrm files in this repository - lrm-mapzen.css

hanbyul-here commented 8 years ago

We recently changed the name of css file to match with js file then forgot about updating other things!!! Thank you for pr and comments!

MaksimPW commented 8 years ago

Fix it please here: https://mapzen.com/documentation/mobility/turn-by-turn/add-routing-to-a-map/

hanbyul-here commented 8 years ago

@rmglennon would you help me with this ☝️