[OSM-dev] GPX Planet Dump to PostgreSQL
Ilya Zverev
zverik at textual.ru
Tue Apr 9 19:24:54 UTC 2013
Hi! In case someone has resources for rendering GPX tiles, I've
finished a tool that loads all tracks from the upcoming GPX planet dump
into PostgreSQL tables (with PostGIS extension):
https://github.com/Zverik/gpx2pgsql
I've succesfully tested it on the data Firefishy provided a couple days
ago: http://not.textual.ru/zverik/2/3/test-25k-gpx.png
All metadata (except tags) is stored in a separate table, so tracks
could be colored by age or visibility, for example. Though I prefer
plain black traces -- which I would do, like the last time, with my perl
scripts (also on github). I plan to update them shortly.
IZ
More information about the dev
mailing list