Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-05-03 Thread Carlos Dávila
El 01/05/11 19:44, WanMil escribió: Am 30.04.2011 14:19, schrieb Carlos Dávila: El 30/04/11 13:00, Henning Scholland escribió: Am 30.04.2011 12:58, schrieb Henning Scholland: osmosis --read-pbf europe.osm.pbf --tf accept-ways boundary=administrative --used-node --tf accept-relations

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-05-03 Thread WanMil
El 01/05/11 19:44, WanMil escribió: Am 30.04.2011 14:19, schrieb Carlos Dávila: El 30/04/11 13:00, Henning Scholland escribió: Am 30.04.2011 12:58, schrieb Henning Scholland: osmosis --read-pbf europe.osm.pbf --tf accept-ways boundary=administrative --used-node --tf accept-relations

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-05-01 Thread Henning Scholland
Am 01.05.2011 00:41, schrieb Carlos Dávila: osmosis --rb spain.osm.pbf --tf accept-ways boundary=administrative --used-node --tf reject-relations outPipe.0=ways --rb spain.osm.pbf --tf accept-relations boundary=administrative --used-node --used-way outPipe.0=relations --merge inPipe.0=ways

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-05-01 Thread Carlos Dávila
El 01/05/11 09:42, Henning Scholland escribió: Am 01.05.2011 00:41, schrieb Carlos Dávila: osmosis --rb spain.osm.pbf --tf accept-ways boundary=administrative --used-node --tf reject-relations outPipe.0=ways --rb spain.osm.pbf --tf accept-relations boundary=administrative --used-node --used-way

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-05-01 Thread WanMil
Am 30.04.2011 14:19, schrieb Carlos Dávila: El 30/04/11 13:00, Henning Scholland escribió: Am 30.04.2011 12:58, schrieb Henning Scholland: osmosis --read-pbf europe.osm.pbf --tf accept-ways boundary=administrative --used-node --tf accept-relations boundary=administrative --used-way

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-05-01 Thread Carlos Dávila
El 01/05/11 19:44, WanMil escribió: Am 30.04.2011 14:19, schrieb Carlos Dávila: El 30/04/11 13:00, Henning Scholland escribió: Am 30.04.2011 12:58, schrieb Henning Scholland: osmosis --read-pbf europe.osm.pbf --tf accept-ways boundary=administrative --used-node --tf accept-relations

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-05-01 Thread WanMil
osmosis.bat --rb europe.osm.pbf --tf accept-ways boundary=administrative --used-node --wb bways.osm.pbf You have to add --tf reject-relations, otherwise all relations are included in bways.osm.pbf (tested with a small *.osm.pbf file) Sounds good. I wil test it next time. osmosis.bat --rb

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-04-30 Thread Carlos Dávila
El 30/04/11 00:59, WanMil escribió: I have the problem that some ways are missing in the osmosis filtered dump. Here is my osmosis call: osmosis.bat --rb europe.osm.pbf --tf accept-ways boundary=administrative --tf accept-relations boundary=administrative --used-way --used-node --wx

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-04-30 Thread Henning Scholland
Try: osmosis --read-pbf europe.osm.pbf --tf accept-ways boundary=administrative --used-node --tf accept-relations boundary=administrative --used-way --write-xml boundary.osm I have't tried it, because I haven't now access to my desktop , but I think, this should catch all needed data. Henning

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-04-30 Thread Henning Scholland
Am 30.04.2011 12:58, schrieb Henning Scholland: osmosis --read-pbf europe.osm.pbf --tf accept-ways boundary=administrative --used-node --tf accept-relations boundary=administrative --used-way --write-xml boundary.osm Sorry, I've forgotten an --used-node osmosis --read-pbf europe.osm.pbf --tf

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-04-30 Thread Carlos Dávila
El 30/04/11 13:00, Henning Scholland escribió: Am 30.04.2011 12:58, schrieb Henning Scholland: osmosis --read-pbf europe.osm.pbf --tf accept-ways boundary=administrative --used-node --tf accept-relations boundary=administrative --used-way --write-xml boundary.osm Sorry, I've forgotten an

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-04-30 Thread WanMil
Am 30.04.2011 14:19, schrieb Carlos Dávila: El 30/04/11 13:00, Henning Scholland escribió: Am 30.04.2011 12:58, schrieb Henning Scholland: osmosis --read-pbf europe.osm.pbf --tf accept-ways boundary=administrative --used-node --tf accept-relations boundary=administrative --used-way

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-04-30 Thread Carlos Dávila
El 30/04/11 15:07, WanMil escribió: I've posted a question to the osmosis mailing list: http://lists.openstreetmap.org/pipermail/osmosis-dev/2011-April/001019.html According to the answer in osmosis mailing list [1] I run osmosis --rb spain.osm.pbf --tf accept-ways boundary=administrative

Re: [mkgmap-dev] [locator] Osmosis parameters required

2011-04-30 Thread Adrian
You could solve this with multiple runs of osmosis (but it might take some time). The idea is that on the first run, you retain just the relations tagged with boundary=administrative, the ways referred to in those relations, and the nodes used in those ways and relations. This gives you everything

[mkgmap-dev] [locator] Osmosis parameters required

2011-04-29 Thread WanMil
I have the problem that some ways are missing in the osmosis filtered dump. Here is my osmosis call: osmosis.bat --rb europe.osm.pbf --tf accept-ways boundary=administrative --tf accept-relations boundary=administrative --used-way --used-node --wx europe-boundaries.osm.gz One example what is