[Git][debian-gis-team/mkgmap][upstream] New upstream version 0.0.0+svn4289
Bas Couwenberg
gitlab at salsa.debian.org
Sun Sep 1 07:51:17 BST 2019
Bas Couwenberg pushed to branch upstream at Debian GIS Project / mkgmap
Commits:
1eb55fcc by Bas Couwenberg at 2019-09-01T06:43:10Z
New upstream version 0.0.0+svn4289
- - - - -
3 changed files:
- resources/mkgmap-version.properties
- src/uk/me/parabola/mkgmap/reader/osm/RestrictionRelation.java
- src/uk/me/parabola/mkgmap/reader/polish/PolishMapDataSource.java
Changes:
=====================================
resources/mkgmap-version.properties
=====================================
@@ -1,2 +1,2 @@
-svn.version: 4287
-build.timestamp: 2019-06-05T14:49:17+0100
+svn.version: 4289
+build.timestamp: 2019-08-23T19:00:49+0100
=====================================
src/uk/me/parabola/mkgmap/reader/osm/RestrictionRelation.java
=====================================
@@ -516,7 +516,7 @@ public class RestrictionRelation extends Relation {
for (Coord v: viaPoints){
CoordNode vn = nodeIdMap.get(v);
if (vn == null){
- log.error(messagePrefix,"via node is not a routing node");
+ log.warn(messagePrefix,"via node is not a routing node, restriction relation is ignored");
return;
}
viaNodes.add(vn);
=====================================
src/uk/me/parabola/mkgmap/reader/polish/PolishMapDataSource.java
=====================================
@@ -508,11 +508,11 @@ public class PolishMapDataSource extends MapperBasedMapDataSource implements Loa
} else
nextPos = 10;
city = strings[nextPos];
- if ("-1".equals(city)){
+ if (!"-1".equals(city)){
region = strings[nextPos + 1];
country = strings[nextPos + 2];
nums.setCityInfo(Numbers.RIGHT, createCityInfo(city, region, country));
- }
+ }
}
return nums;
}
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/commit/1eb55fcc7d296e1248b2c55423d6bef8970c4364
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/commit/1eb55fcc7d296e1248b2c55423d6bef8970c4364
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/20190901/8843a141/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list