You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osm2pgsql -s -S /usr/share/osm2pgsql/default.style -c -l -d osm /tmp/planet-latest.osm.pbf
psql -f <path-to-osm-reporter>/resources/roads.sql osm
pgsql2shp -f osm-roads.shp osm "SELECT st_transform(way, 4326) AS the_geom, name, highway as osm_type, type FROM planet_osm_line WHERE highway != 'no';"