User Tools

Site Tools


tips:overpass

**This is an old revision of the document!**

Overpass

https://overpass-turbo.eu/

select box and export all streets

[out:json][timeout:25];
(
  way["highway"]({{bbox}});
);

out body;
>;
out skel qt;
sqlite3 /tmp/test.db
SELECT load_extension('mod_spatialite');


SELECT ImportGeoJSON('./export.geojson', 'test');
tips/overpass.1605601454.txt.gz · Last modified: by scipio