Hi,

Just got this idea of creating Garmin maps designed for fixing the
data (I use Garmin primarily to collect and fix OSM).  Some have
started doing this like the nonames style and the All in One Garmin
(http://wiki.openstreetmap.org/wiki/DE:All_in_one_Garmin_Map#Openstreetbugs),
but I hope to expand the style to include all the QA tools available
in OSM.  Some data/style we can integrate are:

     * No name roads (use the noname style)
     * Openstreetbug reports
     * Keep Right reports
     * POI with names but no other tags

Anyone doing a similar map?  Maybe you can share some tools.


Hi,

sometimes I create a map that colours the streets depending on their maxspeed tag. I have attached the mkgmap style files and the typ file.

It's quite simple but it's a good overlay if you want to see which streets have which maxspeed taggings.

WanMil
#
# Style options.
#

# The name tag determines what tag is used as the name of a
# feature.  Usually this is just 'name' but you might want something
# more specific such as name:en or another language variant.
# You can specify a list here, the first one that exists will be
# used
#
# Example:
# name_tag = name:en, int_name, name

name-tag-list = maxspeed

# The levels specification for this style
#
levels = 0:24, 1:22, 2:20, 3:18, 4:16
#
# This file contains information about the style.
# It is completely optional.
# 


# A short one line description of the style
#
summary: The maxspeed style

# Version of the style itself
#
version=1.0

# A longer description of the style.
description {
The maxspeed style.  The style colours all ways
depending on their maxspeed attribute.
}
maxspeed=2 [0x0f resolution 20]
maxspeed=5 [0x0f resolution 20]
maxspeed=6 [0x0f resolution 20]
maxspeed=walk [0x0f resolution 20]
maxspeed=DE:living_street [0x0e resolution 20]
maxspeed=7 [0x0e resolution 20]
maxspeed=8 [0x0e resolution 20]
maxspeed=10 [0x0d resolution 20]
maxspeed=15 [0x0d resolution 20]
maxspeed=20 [0x0c resolution 20]
maxspeed=25 [0x0c resolution 20]
maxspeed=30 [0x0b resolution 20]
#maxspeed=30km/h [0x0b resolution 20]
#maxspeed=30 km/h [0x0b resolution 20]
maxspeed=DE:speed:30 [0x0b resolution 20]
maxspeed=40 [0x0a resolution 20]
maxspeed=city_limits [0x09 resolution 20]
maxspeed=DE:urban [0x09 resolution 20]
maxspeed=50 [0x09 resolution 20]
maxspeed=60 [0x08 resolution 20]
maxspeed=70 [0x07 resolution 20]
maxspeed=80 [0x06 resolution 20]
maxspeed=90 [0x05 resolution 20]
maxspeed=DE:rural [0x04 resolution 20]
maxspeed=100 [0x04 resolution 20]
maxspeed=120 [0x03 resolution 20]
maxspeed=130 [0x02 resolution 20]
maxspeed=DE:motorway [0x02 resolution 20]
maxspeed=signals [0x01 resolution 20]
maxspeed=signal [0x01 resolution 20]
maxspeed=variable [0x01 resolution 20]
maxspeed=140 [0x01 resolution 20]
maxspeed=150 [0x01 resolution 20]
maxspeed=160 [0x01 resolution 20]
maxspeed=no [0x01 resolution 20]
maxspeed=none [0x01 resolution 20]
maxspeed=* [0x01 resolution 20]

Attachment: maxspeed.TYP
Description: Binary data

_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to