joto / osm-xray

Debug/explore OpenStreetMap data in your browser
http://test.osm2pgsql.org/
GNU General Public License v3.0
9 stars 0 forks source link

Selected object on small zoom levels #2

Open joto opened 2 weeks ago

joto commented 2 weeks ago

Selected objects are currently only shown in zoom level 14 and above. We should show them on all zoom levels. We'll have to generate the data for that on-the-fly from the database, either as vector tiles or as GeoJSON. (In fact there is some incomplete code in map.js already which implements a GeoJSON layer for that.)