Skip to content

Commit

Permalink
Styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Dec 19, 2012
1 parent 10d1a7b commit 04159db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@ These tools are for processing planet.gpx, an enormous CSV file
consisting of point coordinates. [Get it here](https://planet.osm.org/gps/).

* `filter_points.pl`

Extract points inside a polygon specified by a osmosis' poly file
or a number of them (or just a bbox). Can be used to make a regional
extracts of planet.gpx.

* `gpx2bitiles.pl`

Renders planet.gpx or its part into "bitiles": bit arrays that can
later be rendered into regular png images.

* `clean_bitiles.pl`

Clean bitiles of salt-and-pepper type noise (there's a lot of it
between latitudes -28.65 and 28.65).

* `bitiles2png.pl`

Convert bitiles to png images and generate low zoom tiles from them.

You can create antialiased low zoom tiles using [this tool](https://github.com/AMDmi3/tiletool).
Expand Down

0 comments on commit 04159db

Please sign in to comment.