We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f2f19 commit b3f6899Copy full SHA for b3f6899
vtm/src/org/oscim/theme/XmlMapsforgeThemeBuilder.java
@@ -1024,7 +1024,7 @@ else if ("symbol-scaling".equals(name))
1024
else if ("position".equals(name)) {
1025
// Until implement position..
1026
if (b.dy == 0) {
1027
- value = "below".equals(value) ? "-20" : "20";
+ value = "above".equals(value) ? "20" : "-20";
1028
// NB: minus..
1029
b.dy = -Float.parseFloat(value) * mScale;
1030
}
0 commit comments