Render themes: symbol styles (#769)

This commit is contained in:
Andrey Novikov
2020-04-16 14:11:50 +03:00
committed by Emux
parent 1156976ea5
commit 635d5bacdd
10 changed files with 135 additions and 23 deletions

View File

@@ -165,6 +165,11 @@
<style-line cap="butt" fix="true" id="water" stroke="#a4bbcc" width="1.0" />
<style-line fix="false" id="river" stroke="#a4bbcc" use="water" />
<!--###### SYMBOL styles ######-->
<!-- oneway -->
<style-symbol id="oneway" repeat="true" src="assets:symbols/oneway.svg" />
<!--###### ASSIGNMENT ######-->
@@ -1079,7 +1084,7 @@
<m k="area" v="~|false|no">
<m k="highway">
<m k="oneway" v="yes|true" zoom-min="16">
<symbol repeat="true" src="assets:symbols/oneway.svg" />
<symbol use="oneway" />
</m>
</m>
</m>