logo separator

[mkgmap-dev] Commit: r1012: Lots of style additions for POIs.

From Marko Mäkelä marko.makela at iki.fi on Sat Apr 25 20:23:06 BST 2009

On Sat, Apr 25, 2009 at 03:19:27PM +0100, svn commit wrote:
> Version 1012 was commited by steve on 2009-04-25 15:19:27 +0100 (Sat, 25 Apr 2009) 
> 
> Lots of style additions for POIs.
> - Marko Mäkelä

Thanks for applying this, Steve.  In the patch I resent this week, I had
added one more, shop=organic.  I think that it might be a good idea to
add a catch-all shop=* to 0x2e0c as well, like this:

Index: mkgmap/resources/styles/default/points
===================================================================
--- mkgmap/resources/styles/default/points	(revision 1016)
+++ mkgmap/resources/styles/default/points	(working copy)
@@ -137,7 +137,9 @@ shop=general [0x2e03 resolution 20]
 shop=hardware [0x2e09 resolution 20]
 shop=kiosk [0x2e0c resolution 20]
 shop=mall [0x2e04 resolution 20]
+shop=organic [0x2e0a resolution 20]
 shop=supermarket [0x2e02 resolution 20]
+shop=* [0x2e0c resolution 20]
 
 sport=9pin [0x2d07 resolution 20]
 sport=10pin [0x2d07 resolution 20]

The code 0x2e0c stands for "other shop".  It is currently used for
shop=alcohol and shop=kiosk.  If shop=* is not added, it could be
good to map shop=beverages to 0x2e0c.

	Marko



More information about the mkgmap-dev mailing list