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

Commits:
75df9f40 by Bas Couwenberg at 2018-11-01T07:48:11Z
New upstream version 0.0.0+svn4245
- - - - -


2 changed files:

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


Changes:

=====================================
resources/mkgmap-version.properties
=====================================
@@ -1,2 +1,2 @@
-svn.version: 4244
-build.timestamp: 2018-09-24T08:38:12+0100
+svn.version: 4245
+build.timestamp: 2018-10-19T06:22:23+0100


=====================================
src/uk/me/parabola/mkgmap/reader/osm/SeaGenerator.java
=====================================
@@ -462,6 +462,7 @@ public class SeaGenerator extends OsmReadingHooksAdaptor {
                        // add a copy of this way to be able to draw it as a 
shape
                        Way shapeWay = new Way(way.getOriginalId(), 
way.getPoints());
                        shapeWay.setFakeId();
+                       shapeWay.copyTags(way);
                        // change the tag so that only special rules looking 
for it are firing
                        shapeWay.deleteTag("natural"); 
                        shapeWay.addTag("mkgmap:removed_natural",naturalVal); 



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

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mkgmap/commit/75df9f40ba2ad4f87d1282741e0e85d115700a01
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to