adds ATM to POI layer (#1375)

This PR adds ATM to POI layer.
If ATM isn't provided with a name tag we'll try to use operator or network instead.
This commit is contained in:
ttomasz
2022-04-25 10:29:08 +02:00
committed by GitHub
parent 2d0b7159d0
commit ca9e8f4e52
8 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version='1.0' encoding='UTF-8'?>
<osmChange version="0.6" generator="Manual" timestamp="2020-01-02T00:00:00Z">
<!--
Test 600: POIs
Change atm's network
-->
<modify>
<node id="600003" visible="true" timestamp="2020-01-02T00:00:00Z" version="1" lat="35.4" lon="-80.4">
<tag k="amenity" v="atm"/>
<tag k="network" v="New name"/>
</node>
</modify>
</osmChange>