[Git][debian-gis-team/mkgmap][master] 4 commits: New upstream version 0.0.0+svn4899

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



Bas Couwenberg pushed to branch master 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
- - - - -
6a2f0871 by Bas Couwenberg at 2022-05-03T21:11:56+02:00
Update upstream source from tag 'upstream/0.0.0+svn4899'

Update to upstream version '0.0.0+svn4899'
with Debian dir 835bac2b8d33229f2c40272fcf2e17c0cc370a09
- - - - -
e01c1b4a by Bas Couwenberg at 2022-05-03T21:13:37+02:00
New upstream SVN snapshot.

- - - - -
8fe4388a by Bas Couwenberg at 2022-05-03T21:14:08+02:00
Set distribution to unstable.

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mkgmap (0.0.0+svn4899-1) unstable; urgency=medium
+
+  * New upstream SVN snapshot.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 03 May 2022 21:13:59 +0200
+
 mkgmap (0.0.0+svn4897-1) unstable; urgency=medium
 
   * New upstream SVN snapshot.


=====================================
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/-/compare/02cd9cfd1624d3e43f7446626c95377a22ce5a2c...8fe4388ad46fdb1e7cdb12b6da47633f293dc6fc

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/compare/02cd9cfd1624d3e43f7446626c95377a22ce5a2c...8fe4388ad46fdb1e7cdb12b6da47633f293dc6fc
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/f29aa352/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list