Re: [mkgmap-dev] default style and underground pipelines

2014-03-14 Thread Marko Mäkelä
On Thu, Mar 13, 2014 at 10:32:24AM +0100, Gerd Petermann wrote: So yes, if you delete a tag in the lines file, the tag is not visible in the rules of the polygons file. OK. I committed a fix in r3110 that adds additional conditions instead of deleting the man_made tag. I guess that this could

Re: [mkgmap-dev] default style and underground pipelines

2014-03-13 Thread Gerd Petermann
Subject: Re: [mkgmap-dev] default style and underground pipelines Hi Gerd, is it intended that these ways are placed in the map? sample: http://www.openstreetmap.org/way/60575011 man_made=pipeline type=water location=underground This rule in lines fires: man_made=cable|(man_made

Re: [mkgmap-dev] default style and underground pipelines

2014-03-13 Thread Gerd Petermann
: marko.mak...@iki.fi To: mkgmap-dev@lists.mkgmap.org.uk Subject: Re: [mkgmap-dev] default style and underground pipelines Hi Gerd, is it intended that these ways are placed in the map? sample: http://www.openstreetmap.org/way/60575011 man_made=pipeline type=water location=underground

Re: [mkgmap-dev] default style and underground pipelines

2014-03-13 Thread chris66
Am 18.02.2014 10:04, schrieb Marko Mäkelä: man_made=pipeline type=water location=underground This rule in lines fires: man_made=cable|(man_made=* man_made ~ '.*pipe.*') {name '${name} (${operator})' | '${name}' | '${operator}' } [0x28 resolution 23] I wrote this rule with visible

Re: [mkgmap-dev] default style and underground pipelines

2014-03-13 Thread Gerd Petermann
Hi Chris, I agree, but I am not an expert reg. style rules. Please send a proposal. Gerd To: mkgmap-dev@lists.mkgmap.org.uk From: chris66...@gmx.de Date: Thu, 13 Mar 2014 09:36:57 +0100 Subject: Re: [mkgmap-dev] default style and underground pipelines Am 18.02.2014 10:04, schrieb Marko

Re: [mkgmap-dev] default style and underground pipelines

2014-03-13 Thread chris66
Am 13.03.2014 09:39, schrieb Gerd Petermann: Hi Chris, I agree, but I am not an expert reg. style rules. Please send a proposal. Gerd Something like: man_made=* location=underground {delete man_made} in front of the main rule. Chris ___

Re: [mkgmap-dev] default style and underground pipelines

2014-03-13 Thread Marko Mäkelä
On Thu, Mar 13, 2014 at 09:46:26AM +0100, chris66 wrote: Something like: man_made=* location=underground {delete man_made} in front of the main rule. Yes, and maybe others, such as: man_made=* tunnel=yes {delete man_made} But, there could be a caveat. What is the scope of delete? If a

Re: [mkgmap-dev] default style and underground pipelines

2014-03-13 Thread Gerd Petermann
Hi Marko, But, there could be a caveat. What is the scope of delete? If a polygon rule uses delete, will the tag be visible in a line rule? Or vice versa? If the way is not closed, only the rules in the lines file are used. If the way is closed, the rules in the lines file are used before

[mkgmap-dev] default style and underground pipelines

2014-02-18 Thread Gerd Petermann
Hi all, is it intended that these ways are placed in the map? sample: http://www.openstreetmap.org/way/60575011 man_made=pipeline type=water location=underground This rule in lines fires: man_made=cable|(man_made=* man_made ~ '.*pipe.*') {name '${name} (${operator})' | '${name}' |

Re: [mkgmap-dev] default style and underground pipelines

2014-02-18 Thread Marko Mäkelä
Hi Gerd, is it intended that these ways are placed in the map? sample: http://www.openstreetmap.org/way/60575011 man_made=pipeline type=water location=underground This rule in lines fires: man_made=cable|(man_made=* man_made ~ '.*pipe.*') {name '${name} (${operator})' | '${name}' |