Skip to content

Commit

Permalink
fix: add access tag, don't filter for it
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Jun 20, 2024
1 parent b5c94c1 commit c58df45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/osm/ac_osm_transform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +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-unmatched />
<tag from_match="c" k="highway" v="{0}"/>
<tag k="access" v="yes"/>
</output>
</translation>
</translations>

0 comments on commit c58df45

Please sign in to comment.