[Git][debian-gis-team/mkgmap][upstream] New upstream version 0.0.0+svn4906

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri Mar 3 13:44:13 GMT 2023



Bas Couwenberg pushed to branch upstream at Debian GIS Project / mkgmap


Commits:
3088f31d by Bas Couwenberg at 2023-03-03T14:32:03+01:00
New upstream version 0.0.0+svn4906
- - - - -


2 changed files:

- resources/mkgmap-version.properties
- src/uk/me/parabola/mkgmap/reader/osm/GType.java


Changes:

=====================================
resources/mkgmap-version.properties
=====================================
@@ -1,2 +1,2 @@
-svn.version: 4905
-build.timestamp: 2022-07-13T06:18:29+0100
+svn.version: 4906
+build.timestamp: 2023-03-02T15:47:57+0000


=====================================
src/uk/me/parabola/mkgmap/reader/osm/GType.java
=====================================
@@ -276,7 +276,7 @@ public class GType {
 	}
 
 	public static boolean isContourLine(MapLine line) {
-		return line.getType() >= 0x20 && line.getType() <= 0x22 && !(line instanceof MapShape);
+		return line.getType() >= 0x20 && line.getType() <= 0x25 && !(line instanceof MapShape);
 	}
 	
 }



View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/commit/3088f31d907146c3b8cdcf3cdf606737b5ccfab7

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/commit/3088f31d907146c3b8cdcf3cdf606737b5ccfab7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230303/265dd964/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list