Skip to content

Commit

Permalink
fix: add access=yes to aachen construction transform
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Jun 16, 2024
1 parent 5b874f7 commit 9c3b013
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/osm/ac_osm_transform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<match type="way">
<tag k="highway" v="construction"/>
<tag k="construction" match_id="c" v=".*"/>
<tag k="access" v="yes"/>
</match>
<output>
<copy-all />
<copy-unmatched />
<tag from_match="c" k="highway" v="{0}"/>
</output>
</translation>
</translations>
</translations>

0 comments on commit 9c3b013

Please sign in to comment.