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 names of forest areas in cities.

The other two (natural=rock, natural=water) will be displayed as hollow
white circles by the Edge 705.  The attribute natural=rock is not listed at
http://wiki.openstreetmap.org/wiki/Key:natural, but I thought that it
would be OK to mark large rocks (diameter over 1 m) as natural=rock.

Please apply the attached patch.

On a related note, when I tested this, I originally downloaded a small
area and tried to create a map.  The map was blank when zoomed at anything
closer than 80 m.  No tooltips were presented for any roads or POIs, and
the Edge 705 complained something about no POI information being available.
The bounding box of the download was as follows:

minlat='60.3461917134347' minlon='25.0977978880827'
maxlat='60.3564969730713' maxlon='25.1192281119173'

Surprisingly, routing worked, even though the map was blank at closer zoom
levels (tested 20 to 50 m).

Ultimately, I edited a 180MB *.osm map tile in a text editor and changed
some attributes there.  When compiled, that map tile was displayed OK.

Regards,

        Marko
Index: resources/styles/default/points
===================================================================
--- resources/styles/default/points	(revision 1067)
+++ resources/styles/default/points	(working copy)
@@ -97,15 +97,18 @@
 
 man_made=tower [0x6411 resolution 21]
 
-# Edge 705 displays 0x650a,0x6511,0x6512,0x6513 as hollow white circles, no menu
+# Edge 705 displays 0x650a,0x6511,0x6512,0x6513,0x6603,0x6614 as hollow white circles, no menu
 natural=beach [0x6604 resolution 21]
 natural=cliff [0x6607 resolution 21]
 natural=glacier [0x650a resolution 21]
 natural=peak [0x6616 resolution 21]
+natural=rock [0x6614 resolution 21]
 natural=spring [0x6511 resolution 21]
 #natural=stream [0x6512 resolution 21]
 natural=volcano [0x2c0c resolution 21]
+natural=water [0x6603 resolution 21]
 natural=wetland [0x6513 resolution 21]
+natural=wood [0x6618 resolution 21]
 
 place=city [0x0400 resolution 17]
 place=hamlet [0x1100 resolution 20]
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to