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

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue May 3 20:21:56 BST 2022



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


Commits:
bf9b5c74 by Bas Couwenberg at 2022-05-03T21:11:34+02:00
New upstream version 0.0.0+svn4899
- - - - -


3 changed files:

- resources/mkgmap-version.properties
- src/uk/me/parabola/imgfmt/app/net/RoadNetwork.java
- src/uk/me/parabola/mkgmap/reader/polish/PolishMapDataSource.java


Changes:

=====================================
resources/mkgmap-version.properties
=====================================
@@ -1,2 +1,2 @@
-svn.version: 4897
-build.timestamp: 2022-02-25T06:32:43+0000
+svn.version: 4899
+build.timestamp: 2022-04-08T15:17:20+0100


=====================================
src/uk/me/parabola/imgfmt/app/net/RoadNetwork.java
=====================================
@@ -287,6 +287,8 @@ public class RoadNetwork {
 			
 			// set node-class for nodes with no arcs to the highest class of a road referring to that node
 			for (RoadDef rd : roadDefs) {
+				if (rd.skipAddToNOD())
+					continue;
 				if (rd.getNode().getArcs().isEmpty()) {
 					rd.getNode().setRoadClass(Math.max(rd.getRoadClass(),rd.getNode().getNodeClass()));
 


=====================================
src/uk/me/parabola/mkgmap/reader/polish/PolishMapDataSource.java
=====================================
@@ -269,7 +269,7 @@ public class PolishMapDataSource extends MapperBasedMapDataSource implements Loa
 					setResolution(origPolyline, level);
 					for (List<Coord> points : entry.getValue()) {
 						polyline = origPolyline.copy();
-						if (!routing && GType.isRoutableLineType(polyline.getType())) {
+						if (!routing && GType.isSpecialRoutableLineType(polyline.getType())) {
 							roadHelper.setRoadId(++roadIdGenerated);
 						}
 						if (roadHelper.isRoad() && level == 0) {



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

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/commit/bf9b5c74807324e82bdf0db1609f69776e127adf
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/20220503/a929cc74/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list