Urban-Analytics-Technology-Platform / od2net

https://od2net.org
Apache License 2.0
28 stars 6 forks source link

Improve web app visualization #15

Open dabreegster opened 1 year ago

dabreegster commented 1 year ago
dabreegster commented 11 months ago

The pmtiles simplification right now is pretty broken (and slow to generate!).

-j '{"*": ["any", [">=", "$zoom", 13], [">", "count", 10]]}'

This only shows roads with >= count 10 at low zooms, but shows everything beyond 13. Problem is, these have to be tuned for each example...