[OSM-dev] Database-manipulation without PostGIS
Andy Allan
gravitystorm at gmail.com
Tue Apr 6 12:07:26 BST 2010
On Sun, Apr 4, 2010 at 9:24 PM, Claudius Henrichs <claudius.h at gmx.de> wrote:
> Am 04.04.10 20:31, schrieb Shaun McDonald:
>>
>> On 4 Apr 2010, at 17:21, Claudius wrote:
>>
>>> (...)
>>> I'd love to do that without setting up a full PostGIS server by using
>>> some osmosis-magic on the Iran.osm excerpt [1] but I guess that's not
>>> doable from what I read on the osmosis wikie [2]. Any ideas or do I have
>>> to set up PostGIS?
>>
>> Take a look at the TagTransform plugin for Osmosis:
>> http://wiki.openstreetmap.org/wiki/Osmosis/TagTransform
>
> Thanks for the hint Shaun. This looks like it would help, but it will
> need PostgreSQL+PostGIS as well :(
No it doesn't - the tag transform plugin is independent of what source
is reading and writing to. So you could read from an XML file, do the
tag transforms, and write to another XML file.
But as Steve Radcliffe points out, there's builtin options for this in
mkgmap. Osmosis+TagTransform might be useful for other projects.
Cheers,
Andy
More information about the dev
mailing list