[mkgmap-dev] administrative borders (was: multipolygon with outer polygon within inner polygons)

2010-02-14 Thread Minko
Hi all, It looks like I managed a way to render those complex multipolygon administrative borders correctly now. In the relation style file, I changed administrative borders statements like this: # country borders (type=boundary | type=multipolygon) boundary=administrative admin_level=2 {

Re: [mkgmap-dev] administrative borders (was: multipolygon with outer polygon within inner polygons)

2010-02-14 Thread Clinton Gladstone
On Feb 14, 2010, at 11:32, Minko wrote: set mkgmap:boundary2_name='$(mkgmap:boundary2_name)/${name}' | '${name}'; Just out of interest, should the parentheses surrounding mkgmap:boundary2_name not be curly brackets ('{', '}')? I noticed this in the default style as well. Or is this a syntax

Re: [mkgmap-dev] administrative borders (was: multipolygon with outer polygon within inner polygons)

2010-02-14 Thread Minko
Yes, now you metion it, I notice that too. If I change the ( . ) for { . } which seems more logical, it will give not the display at the borders that I want. At the National Border between Netherlands and Belgium for instance, now only Belgium is displayed instead of the desired two

Re: [mkgmap-dev] administrative borders (was: multipolygon with outer polygon within inner polygons)

2010-02-14 Thread Marko Mäkelä
Hi Clinton, On Feb 14, 2010, at 11:32, Minko wrote: set mkgmap:boundary2_name='$(mkgmap:boundary2_name)/${name}' | '${name}'; Just out of interest, should the parentheses surrounding mkgmap:boundary2_name not be curly brackets ('{', '}')? I noticed this in the default style as well. Or