This is an old revision of the document!
Overpass
select box and export all streets
[out:xml][timeout:25]; ( way["highway"]({{bbox}}); ); out body; >; out skel qt;
export data in OSM
create db
spatialite_osm_raw -o fes.osm -d fes.sqlite
sqlite3 /tmp/test.db SELECT load_extension('mod_spatialite'); //SELECT load_extension('/lab/gianoobserver/lib38/lib/mod_spatialite'); SELECT ImportGeoJSON('./fes.geojson', 'test');