Closed skorasaurus closed 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!
Fix it please here: https://mapzen.com/documentation/mobility/turn-by-turn/add-routing-to-a-map/
@rmglennon would you help me with this ☝️
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