every-street icon indicating copy to clipboard operation
every-street copied to clipboard

Drawing every street in Romania using OpenStreetMap data, Node.js and SVG

Results 5 every-street issues
Sort by recently updated
recently updated
newest added

https://github.com/mapbox/tippecanoe

As described in [this post](http://automata.cc/every-street-in-brazil/), I followed your steps and used [this PBF](http://download.gisgraphy.com/openstreetmap/pbf/BR.tar.bz2) file to generate visualizations of every street in Brazil: ![streets_proc_scaled](https://cloud.githubusercontent.com/assets/49062/12242414/1dae4fec-b880-11e5-8f57-92ee160bf5ba.png) ![streets_proc_inv_scaled](https://cloud.githubusercontent.com/assets/49062/12242415/1dc3c868-b880-11e5-8971-2a01879b3381.png) Just as a heads up to...

This data was gathered using the latest florida image from geofabrik.de (md5sum 89a6468db0a90ce7b5392695892287bf) inside of a Ubuntu VM that was allocated 2GB of ram with 2 cores (i5-4570, host has...

`osmosis --read-pbf data/romania-latest.osm.pbf --tf accept-ways highway=* --used-node --write-pbf data/data.osm.pbf`

enhancement