Add OSM and S3DB tags (#447)

This commit is contained in:
Gustl22
2017-11-17 17:40:02 +01:00
committed by Emux
parent 9c3f3b8a4c
commit 149353119b
9 changed files with 121 additions and 30 deletions

View File

@@ -256,7 +256,7 @@ public class RenderTheme implements IRenderTheme {
MapElement e = new MapElement();
e.startPolygon();
e.tags.add(new Tag("building", "yes"));
e.tags.add(new Tag(Tag.KEY_BUILDING, Tag.VALUE_YES));
t.matchElement(GeometryType.POLY, e.tags, 16);
t.matchElement(GeometryType.POLY, e.tags, 15);