Hi

The uderlying basemap is still visible through the osm map,
and the line style of this basemap is defined by the osm typ file.
We have noticed it does not occur with generated maps by cgpsmapper.

The attached patch fixes this.

..Steve

Index: src/uk/me/parabola/mkgmap/general/MapDetails.java
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/uk/me/parabola/mkgmap/general/MapDetails.java	(revision 2104)
+++ src/uk/me/parabola/mkgmap/general/MapDetails.java	(revision )
@@ -104,8 +104,8 @@
 			type = shape.getType();
 		else
 			type = shape.getType() << 8;
-		if (type != 0x4b00)
+
-			updateOverview(shapeOverviews, type, shape.getMinResolution());
+		updateOverview(shapeOverviews, type, shape.getMinResolution());
 
 		shapes.add(shape);
 	}
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to