Hi Marko,

I think the dead-end test can be done in StyledConverter.
The test is quite similar to the one that is done in findUnconnectedRoads().

Gerd


Marko Mäkelä wrote
> There are some dead-end highway=service,oneway=yes that trigger 
> dead-end-check warnings in mkgmap RouteNode.java.
> 
> To allow suppressing most of the warnings, years ago I added a check 
> that suppresses the warning if either end node of the way is tagged with 
> fixme=* or FIXME=*, such as fixme=continue. This is not always 
> applicable, for example when the oneway highway=service is leading to a 
> tunnel, which is omitted from the map in order to avoid clutter (such as 
> ways for underground parking) in city areas.
> 
> I figured out that it would be nice to display all tags of the dead-end 
> oneway, like we do in MultiPolygonRelation, so that my mkgmap wrapper 
> script could filter out any oneway warnings for highway=service.  
> Unfortunately, the RoadDef is in the Garmin domain, and there is no 
> RoadDef.toTagString() method.
> 
> Any ideas how to improve the diagnostics?
> 
>       Marko
> _______________________________________________
> mkgmap-dev mailing list

> mkgmap-dev@.org

> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev





--
View this message in context: 
http://gis.19327.n5.nabble.com/Diagnostic-warnings-for-dead-end-oneway-highway-service-tp5791229p5791235.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to