Re: [mkgmap-dev] [PATCH] some natural points

2009-07-10 Thread Marko Mäkelä
Hi Ben, I compared your patch to mine. I only noticed two differences: First, in my patch, truck stops have precedence over manned fuel stations (to make the map more useful to truck drivers): +amenity=fuel & fuel:HGV_diesel=yes [ 0x2f16 resolution 19 ] amenity=fuel & shop=convenience [ 0x2e06

Re: [mkgmap-dev] [PATCH] some natural points

2009-07-10 Thread Marko Mäkelä
On Sat, Jul 11, 2009 at 12:52:10AM -0400, Ben Konrath wrote: > I meant to reply to your message entitled '[PATCH] Find Places items > from test-map:all-elements' for this patch update. Sorry for the > confusion everybody. Thanks, Ben. I have used the patch for compiling the map of Finland

Re: [mkgmap-dev] [PATCH] some natural points

2009-07-10 Thread Ben Konrath
Hi Marko, I meant to reply to your message entitled '[PATCH] Find Places items from test-map:all-elements' for this patch update. Sorry for the confusion everybody. Cheers, Ben On Sat, Jul 11, 2009 at 12:48 AM, Ben Konrath wrote: > Hi, > > Here's an updated version of this patch in case anybody

Re: [mkgmap-dev] [PATCH] some natural points

2009-07-10 Thread Ben Konrath
Hi, Here's an updated version of this patch in case anybody is using it. Cheers, Ben On 06/20/2009 04:23 PM, Marko Mäkelä wrote: Some natural=* POI values were missing from the translation. On the Edge 705, natural=wood will be displayed with an icon. That would be useful for marking the nam

Re: AW: [mkgmap-dev] [PATCH] multipolygon

2009-07-10 Thread Carlos Dávila
Rudi escribió: >> I still could not try your patch, but I would like to know if you think >> it would solve problem with this multipolygon [1]. It was correctly >> rendered by mkgmap until OSM migration to 0.6 API. Due to this change, I >> had to split outer polygon in three parts of less than 2000

AW: [mkgmap-dev] [PATCH] multipolygon

2009-07-10 Thread Rudi
> I still could not try your patch, but I would like to know if you think > it would solve problem with this multipolygon [1]. It was correctly > rendered by mkgmap until OSM migration to 0.6 API. Due to this change, I > had to split outer polygon in three parts of less than 2000 nodes each > one.

[mkgmap-dev] Relations and roles

2009-07-10 Thread Rudi
> I want to show road signs for restrictions. So I tried the following: > > relations: > type=restriction { apply { set relation_restriction='${restriction}' > }} > > points: > relation_restriction=only_straight_on [0x300f level 0] > > This creates a sign at the crossing. But I'd prefe

Re: [mkgmap-dev] [PATCH] multipolygon

2009-07-10 Thread Carlos Dávila
Rudi escribió: > I had several problems with the rendering of multipolygons on my Garmin > Mobile XT. So I made a small patch. See attachment. > > Problem 1: > Simple holes in a polygon are rendered correctly, but if the inner polygon > has additional tags then this information is not rendered. In

Re: [mkgmap-dev] [PATCH v4] contours

2009-07-10 Thread Apollinaris Schoell
> > > - write a little utility to paste GeoTIFF files together gdal tools should be able to do this. > > > This is actually one of the reasons I added support for CGIAR. > > Best wishes > Christian > > > > > > ___ > mkgmap-dev mailing list > mkgmap-de

Re: [mkgmap-dev] [PATCH v4] contours

2009-07-10 Thread Christian Gawron
Dear Clinton, Clinton Gladstone schrieb: I was able to successfully compile a small area using ASTER tiles. The resulting map looked correct. However, I was not able to compile a larger area. I tried Rheinland-Pfalz as downloaded from Geofabrik. If I understood the error message and the coding

Re: [mkgmap-dev] [PATCH v4] contours

2009-07-10 Thread Clinton Gladstone
On Thu, Jul 9, 2009 at 9:10 PM, Christian Gawron wrote: > > The CGIAR files are GeoTIFF files which cover 5x5 degrees. You can get them > from http://srtm.csi.cgiar.org/. The ASTER data > (http://asterweb.jpl.nasa.gov/gdem.asp) also comes as GeoTIFF files (each > covering 1x1 degrees as the SRTM HG

[mkgmap-dev] [PATCH] Translate railway=platform

2009-07-10 Thread Marko Mäkelä
Hi, I'm sorry for being less active lately, but I'm on vacation and offline for much of the time. I am still going to fill in the wiki page with the POI symbol codes of the Edge 705. Here is a tested patch for translating railway=platform just like highway=footway. Please apply it. Mar