kopia lustrzana https://github.com/openmaptiles/openmaptiles
45 wiersze
1.4 KiB
XML
45 wiersze
1.4 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<osmChange version="0.6" generator="Manual" timestamp="2020-01-02T00:00:00Z">
|
|
<!--
|
|
Test 500: Highways
|
|
Change tags
|
|
-->
|
|
<modify>
|
|
<way id="5002" version="1" timestamp="2019-01-01T00:00:00Z" visible="true">
|
|
<nd ref="500021" />
|
|
<nd ref="500022" />
|
|
<tag k="highway" v="primary"/>
|
|
<tag k="expressway" v="yes"/>
|
|
<tag k="name" v="OpenMapTiles Primary"/>
|
|
</way>
|
|
<!-- Change tags -->
|
|
<way id="5003" version="2" timestamp="2020-01-02T00:00:00Z" visible="true">
|
|
<nd ref="500031" />
|
|
<nd ref="500032" />
|
|
<tag k="highway" v="secondary"/>
|
|
<tag k="name" v="OpenMapTiles Secondary Updated"/>
|
|
<tag k="tunnel" v="yes"/>
|
|
<tag k="oneway" v="no"/>
|
|
<tag k="toll" v="no"/>
|
|
<tag k="layer" v="-1"/>
|
|
<tag k="bicycle" v="yes"/>
|
|
<tag k="horse" v="yes"/>
|
|
<tag k="foot" v="yes"/>
|
|
</way>
|
|
|
|
<!-- Remove toll to make way match adjoining ways -->
|
|
<way id="5010" version="2" timestamp="2019-01-01T00:00:00Z" visible="true">
|
|
<nd ref="500101" />
|
|
<nd ref="500102" />
|
|
<tag k="highway" v="secondary"/>
|
|
<tag k="name" v="OpenMapTiles Secondary 3"/>
|
|
</way>
|
|
<way id="5011" version="2" timestamp="2020-01-02T00:00:00Z" visible="true">
|
|
<nd ref="500102" />
|
|
<nd ref="500111" />
|
|
<tag k="highway" v="secondary"/>
|
|
<tag k="name" v="OpenMapTiles Secondary 3"/>
|
|
</way>
|
|
</modify>
|
|
</osmChange>
|