Hello all
One user of my maps has reported estrange detours in New Zealand. I have
found the reason was the lack of a rule for surface=chipseal in default
lines style, causing those roads to be considered as unpaved. Attached
patch fixes the issue.
Carlos
Index: resources/styles/default/lines
===================================================================
--- resources/styles/default/lines (revisión: 4912)
+++ resources/styles/default/lines (copia de trabajo)
@@ -71,7 +71,7 @@
highway=* & (surface=asphalt | surface=paved | surface=sett |
surface=concrete | surface=concrete:lanes | surface=concrete:plates |
surface=paving_stones | surface=cobblestone |
- surface=cobblestone:flattened | surface=metal | surface=wood)
+ surface=cobblestone:flattened | surface=metal | surface=wood | surface=chipseal)
{set mkgmap:unpaved=0}
highway=* & tracktype=grade1 & surface!=* {set mkgmap:unpaved=0}
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev