valhalla / demos

demos
MIT License
98 stars 58 forks source link

css and js dependencies #217

Open steve2007a opened 6 years ago

steve2007a commented 6 years ago

Hi Does anyone know where I can get the following css and js files? The demos depend on these and they're no longer available at the cdn below. Thanks Steve

new source needed for files:

https://mapzen.com/js/mapzen.standalone.css https://mapzen.com/tangram/0.13.0/tangram.debug.js https://mapzen.com/js/mapzen.standalone.js

kevinkreiser commented 6 years ago

the demos were recently changed not to need this stuff. it loads them yes but it doesnt use them in a material way. we'll remove them from the html.

steve2007a commented 6 years ago

Hi - just for info but at least one of the examples still depends on them and fails without them

e.g. matrix.js line 65: var map = L.Mapzen.map('map', {....

irbys commented 2 years ago

Any news?

kevinkreiser commented 2 years ago

since mapzen was disbanded we no longer maintain resources that depended on that specific domain. we could work with the folks that are left maintaining it but i dont think its really worth it. i would prefer that these more polished demos become like our other demos which (while they look less cool) only depend on leaflet itself for the slippy map. in addition to that we dont spend a lot of time on demos execpt as a means to debugging or visualizing our APIs. it would be nice to do that more but we only have so much time to focus on development and sadly demos isnt a place that gets much of our time

irbys commented 2 years ago

Got it, thank you.