According to cGPSmapper manual, all types in the range 0x2000-0x273f are exits to different places (services, restroom, etc.), but I think all motorway exits are tagged the same in OSM (motorway_junction), so I agree we should issue the warning only for motorway_junction nodes.

El 26/07/15 a las 08:04, Gerd Petermann escribió:
Hi Carlos,

the attached patch adds a check to avoid the message for highway=services
nodes. I am not sure if this is the correct approach, maybe
we should do it the other way round and issue the message only for
highway=motorway_junction nodes?

The current code in StyledConverter checks all nodes with
type >= 0x2000 && type < 0x2800, it doesn't look for a highway tag.

Gerd

> Date: Sat, 25 Jul 2015 21:28:03 +0200
> From: [email protected]
> To: [email protected]
> Subject: [mkgmap-dev] Warnings about motorway exits
>
> Warnings about motorway exits in mkgmap.log include cases were
> motorway_junction is placed on motorway_link ways. According to wiki [1]
> motorway_junction may be used not only on motorway, but on other ways
> with named or numbered junctions, such as [2]. IMHO mkgmap shouldn't
> throw a warning in those cases.
> Regarding highway=services, if I recall right, it could be used time ago
> for exits that lead to service areas, but according to current wiki
> description [3] they are now only used for the place near the motorway
> where you can get the service (fuel, food, etc.) and then there's no
> need for them to be placed on a highway=* way. Warnings from places like
> [4] doesn't make much sense.
> Could it be reviewed to avoid checking things that don't need to be fixed?
>
> [1] http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway_junction
> [2] http://www.openstreetmap.org/node/2132581004
> [3] http://wiki.openstreetmap.org/wiki/Tag:highway%3Dservices
> [4] http://www.openstreetmap.org/node/2728359400

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

Reply via email to