Re: [mkgmap-dev] styles and multipolygons

2023-06-21 Thread Ticker Berkin
Hi Diego It is probably better to have something like this in "lines": natural=valley & is_closed()=false [0x12005 resolution 21] then the rule won't be triggered for closed ways and will be passed on to "polygons" processing: natural=valley [0x10f09 resolution 21] If you wanted both line and

[mkgmap-dev] styles and multipolygons

2023-06-21 Thread helter skelter
Hello I am rendering lines that are tagged NATURAL=VALLEY to show the name along a trasparent line on the map, using this style code:   natural=valley    { name '${name}' }   [0x12005 resolution 21] It works, but gives a problem with multipolygons that