[osmosis-dev] filtering out ways containing specified tag

2011-07-25 Thread Jozef Riha
hello, is there a procedure to completely remove ways containing user-defined tags while preserving the rest? i was considering two ways: --tf reject-ways key=name this leaves members of former ways inside the output. as these nodes are mostly untagged, i was searching a way to drop such nodes,

[osmosis-dev] keyValueList with * wildcard producing null output

2011-07-22 Thread Jozef Riha
any idea why the following command produces null output (header and footer only) even when there are highway=something tagged nodes in input.osm file? osmosis --read-xml input.osm --node-key-value keyValueList=highway.* --sort --write-xml output.osm similar command but with --way-key-value works

Re: [osmosis-dev] java.lang.NullPointerException with TagTransform plugin

2011-06-22 Thread Jozef Riha
On 6/22/11, Igor Podolskiy igor.podols...@vwi-stuttgart.de wrote: Hi Jose, although I don't routinely work with the tagtransform plugin, I managed to reproduce the behavior you're reporting. The problem is that the tagtransform plugin is missing a plugin.xml file somehow. This leads to the

[osmosis-dev] java.lang.NullPointerException with TagTransform plugin

2011-06-20 Thread Jozef Riha
i compiled tagtransform plugin from svn, trying to run it with osmosis 0.39 (oracle java 1.6.0_26) i'm getting the following: [jose@darkstar osmosis]$ osmosis --read-xml map.osm --tt file=test-translation.xml --write-xml output.osm 20.6.2011 17:54:15 org.openstreetmap.osmosis.core.Osmosis run