Re: [mkgmap-dev] Question regarding overlap in splitter and mkgmap

2012-10-29 Thread Gerd Petermann
Hi WanMil, > > Now, I wonder what exactly splitter should do with a way that has only > > points in this overlap. > > To make it easier, let's assume that this way is not a member of a relation. > > Is such a way used in mkgmap or is completely ignored? > > AFAIK yes - it's completely ignored.

Re: [mkgmap-dev] Fwd: Maps randomly disappear when zooming (was Fwd: [OSMPH GPS:25] testing latest mkgmap compiler r2340)

2012-10-29 Thread maning sambale
@RocketMan, Were you able to solve this issue? If yes, please advise us too. On Sat, Oct 27, 2012 at 12:13 PM, RocketMan wrote: > Yes. > > > - Original Message - > From: "Steve Ratcliffe" > To: "mkgmap development" > Sent: Saturday, October 27, 2012 5:36 AM > Subject: [mkgmap-dev] Fwd

Re: [mkgmap-dev] render closed waterway polygons?

2012-10-29 Thread WanMil
> >>> I have found some glitches with multipolygons however, but I dont >>> know if it is related to the patch or an existing problem. >> >> Right, my fix doesn't target multipolygons at all. I tried lakes in >> Finland, and I saw multipolygon breakage as expected, although some >> improvements too

Re: [mkgmap-dev] render closed waterway polygons?

2012-10-29 Thread Henning Scholland
Am 29.10.2012 15:34, schrieb WanMil: What can we do to avoid such a problem? Maybe copy tags to polygon only if it's only one outer-way? Henning ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgma

Re: [mkgmap-dev] render closed waterway polygons?

2012-10-29 Thread WanMil
>> What can we do to avoid such a problem? > Maybe copy tags to polygon only if it's only one outer-way? > > Henning > Then we loose a lot of mps which are tagged correctly: All mps with more than one outer way but with its tags on the outer ways. Another option will be to add a special mkgmap t

Re: [mkgmap-dev] render closed waterway polygons?

2012-10-29 Thread Minko
Yes Wanmil, If I only had waterways in my lines style, there would be a drain around the residential. And the same for the Kyll area, a river instead of a boundary line (where on OSM there is not a river at all!) So it's a good thing if this could be corrected. If someone is making a waterway ma

[mkgmap-dev] OSM-Id accessable in style ?

2012-10-29 Thread Chris66
Hi, is the OSM-Id accessible via style file? Example: highway=motorway & mkgmap:osm-id=12032234 { add name=test } Chris ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] [PATCH v1] Handle multipolygons with tags not addressed in style

2012-10-29 Thread WanMil
The patch handles the problem reported by Minko (http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2012q4/015287.html). It adds the tag mkgmap:tagsincomplete=true to all mps where tags are not loaded because they are not addressed in the style file. The mp algorithm uses the tag to decide if the t

Re: [mkgmap-dev] [PATCH v1] Handle multipolygons with tags not addressed in style

2012-10-29 Thread Minko
Wanmil, "The mp algorithm uses the tag to decide if the tags must be taken from the outer ways or from the mp itself" This decision, do I have to define this in the style file? Like waterway=river & mkgmap:tagsincomplete!=true [] Or does it not render the mp if the tags are missing in the st

Re: [mkgmap-dev] [PATCH v1] Handle multipolygons with tags not addressed in style

2012-10-29 Thread WanMil
> Wanmil, > "The mp algorithm uses the tag to decide if the tags must be taken from the > outer ways or from the mp itself" > > This decision, do I have to define this in the style file? > Like waterway=river & mkgmap:tagsincomplete!=true [] > > Or does it not render the mp if the tags are mis