[Git][debian-gis-team/mkgmap][master] 4 commits: New upstream version 0.0.0+svn4289
Bas Couwenberg
gitlab at salsa.debian.org
Sun Sep 1 07:51:14 BST 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / mkgmap
Commits:
1eb55fcc by Bas Couwenberg at 2019-09-01T06:43:10Z
New upstream version 0.0.0+svn4289
- - - - -
94f8270a by Bas Couwenberg at 2019-09-01T06:43:26Z
Update upstream source from tag 'upstream/0.0.0+svn4289'
Update to upstream version '0.0.0+svn4289'
with Debian dir 8c91cbeaafba59f5910f8a951116a594885992ea
- - - - -
5cc7726b by Bas Couwenberg at 2019-09-01T06:43:40Z
New upstream SVN snapshot.
- - - - -
b3e4c5ff by Bas Couwenberg at 2019-09-01T06:44:18Z
Set distribution to unstable.
- - - - -
4 changed files:
- debian/changelog
- resources/mkgmap-version.properties
- src/uk/me/parabola/mkgmap/reader/osm/RestrictionRelation.java
- src/uk/me/parabola/mkgmap/reader/polish/PolishMapDataSource.java
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mkgmap (0.0.0+svn4289-1) unstable; urgency=medium
+
+ * New upstream SVN snapshot.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 01 Sep 2019 08:44:09 +0200
+
mkgmap (0.0.0+svn4287-1) unstable; urgency=medium
* New upstream SVN snapshot.
=====================================
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/compare/4ca9e93f055157f9fd52397ae72a85bb10c7499d...b3e4c5ff903750612f6cf4014609d88c76d2161f
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/compare/4ca9e93f055157f9fd52397ae72a85bb10c7499d...b3e4c5ff903750612f6cf4014609d88c76d2161f
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/164ec81b/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list