Re: [mkgmap-dev] Multipolygons and basic question on polygons with holes

2010-01-01 Thread Steve Ratcliffe
On 01/01/10 13:15, Christian Gawron wrote: I still have the feeling that the cause of the problems with multipolygons may be due to the representation of polygons with holes in the img file. If I'm not mistaken, the multipolygon code connects the inner and outer polylines forming the

Re: [mkgmap-dev] Multipolygons and basic question on polygons with holes

2010-01-01 Thread Mark Burton
Hi Steve, I've no idea, I've been wondering too. It could be that the way Mark is doing the sea/island polygons is the right way, except that if I'm not mistaken his method only works with a TYP file, whereas it is clearly possible to do this without since the MetroEurope maps don't have

Re: [mkgmap-dev] Multipolygons code rewritten (1st try)

2010-01-01 Thread Felix Hartmann
On 30.12.2009 15:43, Steve Ratcliffe wrote: On 29/12/09 21:11, WanMil wrote: I have rewritten the MultiPoloygonRelation class regarding the algorithm described in http://wiki.openstreetmap.org/wiki/Relation:multipolygon/Algorithm. Hi, Thanks for this patch. I've checked it into

[mkgmap-dev] Generate-sea oddities

2010-01-01 Thread Marko Mäkelä
Happy new year to all! I begin it by looking in the gift horse's mouth, trying to generate sea polygons for Finland. Some oddities: First, without --generate-sea, the lake at http://www.openstreetmap.org/?mlat=60.620864mlon=25.087002zoom=14 is visible at all zoom levels from 5m to 2km. With

[mkgmap-dev] Translating route=bus relations

2010-01-01 Thread Marko Mäkelä
Hi all, The attached patch is a quick and dirty attempt at adding bus route information to the map, by appending to the street name. Some street names are not being appended to, but the patch is already generating impractically long street names near bus stations. In other words, the route

[mkgmap-dev] Commit: r1452: Include tags with seamark: prefix in XT attributes.

2010-01-01 Thread svn commit
Version 1452 was commited by markb on 2010-01-01 23:07:52 + (Fri, 01 Jan 2010) Include tags with seamark: prefix in XT attributes. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1453: Add support for seamark tags (mostly light attributes).

2010-01-01 Thread svn commit
Version 1453 was commited by markb on 2010-01-01 23:07:55 + (Fri, 01 Jan 2010) Add support for seamark tags (mostly light attributes). ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1454: Swap order order of int-desig and local-desig bits.

2010-01-01 Thread svn commit
Version 1454 was commited by markb on 2010-01-01 23:07:58 + (Fri, 01 Jan 2010) Swap order order of int-desig and local-desig bits. Mapsource 6.13.7 thinks this is the right order - to be confirmed. ___ mkgmap-dev mailing list

[mkgmap-dev] Commit: r1455: Encode 9th bit of period for lights.

2010-01-01 Thread svn commit
Version 1455 was commited by markb on 2010-01-01 23:08:02 + (Fri, 01 Jan 2010) Encode 9th bit of period for lights. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Translating route=bus relations

2010-01-01 Thread Clinton Gladstone
On Jan 1, 2010, at 22:34, Marko Mäkelä wrote: Could someone give me a hand with map layers (families in Garmin speak, if I understand correctly)? Would I have to invoke mkgmap multiple times, once for each map layer (family) and finally to combine the families to a single gmapsupp.img? Or