<?xml version="1.0"?>
<!--  DateTime: 28.02.2019 15:16:56 -->
<translations>

	<!--translation>
		This is done in PostProzessing Planet-File
		<name>ATT: Most unec. Tags are removed right from the Planet file after downloading by OSMFilter. See base_filter.txt at ..\osm_data\</name>
		<description>remove values from to reduce effects of "common value bug" in mapsforge and confusing information in POIs-DB</description>
		<match mode="or">
			<tag k="one" v="no"/>
			<tag k="building" v="no"/>
			<tag k="ladder" v="no"/>			
			<tag k="lockable" v=".*"/>	
			<tag k="raised" v=".*"/>
			<tag k="fixme|FIXME" v=".*"/>
			<tag k="source(:.*)" v=".*"/>
			<tag k="created_by" v=".*"/>
			<tag k="official_name" v=".*"/>
			<tag k="alt_name" v=".*"/>
			<tag k="source" v=".*"/>
			<tag k="bridge:structure" v=".*"/>
			<tag k="alt_name(:.*)" v=".*"/>
			<tag k="note(.*)" v=".*"/>
			<tag k="is_in" v=".*"/>
			<tag k="is_in(:.*)" v=".*"/>
			<tag k="gnis(:.*)" v=".*"/>
			<tag k="ideewfs(:.*)" v=".*"/>
			<tag k="gns(:.*)" v=".*"/>
			<tag k="ngbe(:.*)" v=".*"/>	
			<tag k="iemv(:.*)" v=".*"/>		
			<tag k="naptan(:.*)" v=".*"/>
			<tag k="NaPTANAreaCode" v=".*"/>
			<tag k="ele(:.*)" v=".*"/>	
			<tag k="seamark(:.*)" v=".*"/>
			<tag k="munro" v="no"/>
			<tag k="roof(:.*)" v=".*"/>
			<tag k="old_(.*)" v=".*"/>
			<tag k="uic_(.*)" v=".*" />
			<tag k="uic(:.*)" v=".*" />
			<tag k="image(.*)" v=".*" />
			<tag k="image" v=".*" />
			<tag k="TMC(:.*)" v=".*" />
			<tag k="railway:signal(:.*)" v=".*"/>
			<tag k="railway:milestone(:.*)" v=".*"/>
			<tag k="class:bicycle(:.*)" v=".*"/>
			<tag k="(.*:)ruian(:.*)" v=".*"/>
			<tag k="at_bev(.*)" v=".*"/>
			<tag k="wheelchair:(.*)" v=".*"/>
			<tag k="destination:(.*)" v=".*"/>	
			<tag k="turn:(.*)" v=".*"/>						
		</match>
		<output>
			<copy-unmatched/>
		</output>
	</translation-->	


	<!-- Cleanup for better offline search in POIs -->

	<translation>
		<name>stupid tagging</name>
		<description>stupid tagging</description>
		<match type="node">
			<tag k="highway" v="ladder" />
		</match>
		<output>
			<copy-unmatched/>
			<tag k="ladder" v="ld_yes" />
		</output>
	</translation>	

	<translation>
		<name>move opengeodb:*  to OSM tags</name>
		<description>move opengeodb:*  to OSM tags</description>
		<match type="any" mode="and">
			<tag k="place" match_id="_place" v="(.*)"/>
			<match mode="or">
				<tag k="openGeoDB:population" match_id="_population" v="(.*)"/>
				<tag k="openGeoDB:postal_codes" match_id="_valplz" v="(.*)"/>	
			</match>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="population" from_match="_population" v="{1}"/>
			<tag k="postal_code" v="{1}" from_match="_valplz" />
			<tag k="place" from_match="_place" v="{1}"/>			
		</output>
	</translation>		

	<translation>
		<name>del all other opengeodb</name>
		<description>del all other opengeodb</description>
		<match>
			<tag k="openGeoDB(.*)" v=".*" />
		</match>
		<output>
			<copy-unmatched/>
		</output>
	</translation>	


	<!-- clean access tags -->

	<translation>
		<name>access:conditional NO</name>
		<description>access:conditional NO</description>
		<match mode="or" >
			<tag k="access:conditional" v="no(.*)" />
			<tag k="access:onroad:conditional" v="no(.*)" />
		</match>
		<output>
			<copy-unmatched/>
			<tag k="access:conditional" v="acc_con_no"/>
		</output>
	</translation>
	
	<translation>
		<name>access=discouraged</name>
		<description>access=discouraged</description>
		<match mode="or">
			<tag k="access" v="discouraged(.*)" />
			<tag k="access:conditional" v="discouraged(.*)" />
		</match>
		<output>
			<copy-unmatched/>
			<tag k="access" v="discouraged"/>
		</output>
	</translation>
	
	<translation>
		<name>access:offroad NO</name>
		<description>access:offroad NO</description>
		<match mode="or" >
			<tag k="access:offroad" v="no(.*)" />
			<tag k="access:offroad:conditional" v="no(.*)" />
			<tag k="access:offroad" v="discouraged(.*)" />
			<tag k="access:offroad:conditional" v="discouraged(.*)" />
		</match>
		<output>
			<copy-unmatched/>
			<tag k="access:offroad" v="acc_off_no"/>
		</output>
	</translation>


	<!-- clear ele data -->
	<translation>
		<name>clear ele tags from misstagging, reduce to full meters (for POIS) </name>
		<description>clear ele tags from misstagging, reduce to full meters DOES NOT CATCH ELE with ".|," as thousand seperator</description>
		<match mode="or" type="node">
			<tag k="ele" v="(^[0-9]*)(.*)" match_id="ele"/>
		</match>
		<output>
			<copy-all/>
			<tag k="ele" from_match="ele" v="{1}"/>
		</output>
	</translation>

	<translation>
		<name>set peak_dist to at least pd_2 if munro=yes </name>
		<description>set peak_dist to at least pd_2 if munro=yes</description>
		<match type="node" mode="and">
			<tag k="natural" v="peak|volcano"/>
			<tag k="peak_dist" v="pd_3|pd_4|pd_5"/>
			<tag k="munro" v="yes"/>
		</match>
		<output>
			<copy-all/>
			<tag k="peak_dist" v="pd_2"/>
		</output>
	</translation>


	<!--translation>
		<name>clear peaks from add. tags </name>
		<description>clear ele tags </description>
		<match type="node" mode="and">
			<tag k="natural" v="peak"/>
			<match mode="or">
				<tag k="place" v="locality"/>
				<tag k="man_made" v="survey_point"/>
				<tag k="tourism" v="viewpoint"/>
			</match>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="natural" v="peak"/>
		</output>
	</translation-->

	<translation>
		<name>unify summit cross </name>
		<description>.</description>
		<match type="node" mode="and">
			<tag k="natural" v="peak"/>
			<match type="node" mode="or">
				<tag k="man_made" v="cross"/>
				<tag k="man_made" v="summit_cross"/>
			</match>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="natural" v="peak"/>
			<tag k="summit:cross" v="yes"/>
		</output>
	</translation>	


	<!-- Abandoned YEAHH we have a new tag combination in the Sandbox -->
	<!-- 20170907 -->
	<translation>
		<name>bring abandoned landuses like quarrys and cemetrys back to map</name>
		<description>bring abandoned landuses like quarrys and cemetrys back to map</description>
		<match type="way|relation" mode="and">
			<tag k="abandoned:landuse" v="(.*)" match_id="aban_landuse"/>
			<notag k="abandoned:landuse" v="yes"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="landuse" from_match="aban_landuse" v="{1}"/>
			<tag k="abandoned" v="yes"/>
		</output>
	</translation>

	<translation>
		<name>bring disused buildings back to map</name>
		<description>bring disused buildings back to map</description>
		<match type="way|relation">
			<tag k="disused:building" v=".*" />
		</match>
		<output>
			<copy-unmatched/>
			<tag k="building" v="yes"/>
		</output>
	</translation>

	<translation>
		<name>Adjust tunnel Layers</name>
		<description>Adjust tunnel Layers</description>
		<match type="way|relation" mode="or">
			<match mode="and">
				<tag k="highway" v=".*"/>
				<tag k="tunnel" v="yes|avalanche_protector"/>
				<!--tag k="layer" v=".*"/-->
			</match>
			<match mode="and">
				<tag k="railway" v=".*"/>
				<tag k="tunnel" v="yes|avalanche_protector"/>
				<!--tag k="layer" v=".*"/-->
			</match>
		</match>
		<output>
			<copy-all/>
			<tag k="layer" v="2"/>
		</output>
	</translation>

	<translation>
		<name>Adjust tunnel Layers</name>
		<description>Adjust tunnel Layers</description>
		<match type="way|relation" mode="and">
			<match mode="or">
				<tag k="waterway" v=".*"/>
				<tag k="man_made" v="pipeline"/>				
			</match>
			<match mode="or">
				<tag k="location" v="underground"/>
				<tag k="tunnel" v="yes|flooded|culvert"/>
			</match>				
			<tag k="layer" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="layer" v="deleted"/>
		</output>
	</translation>



	<translation>
		<name>unify mtb_scale</name>
		<description>unify mtb_scale</description>
		<match mode="or" type="way|relation">
			<tag k="mtb:scale" match_id="mtbs0" v="0|-0|0-|\+0|0\+"/>		
			<tag k="mtb:scale" match_id="mtbs1" v="1|-1|1-|\+1|1\+"/>
			<tag k="mtb:scale" match_id="mtbs2" v="2|-2|2-|\+2|2\+"/>
			<tag k="mtb:scale" match_id="mtbs3" v="3|-3|3-|\+3|3\+"/>
			<tag k="mtb:scale" match_id="mtbs4" v="4|-4|4-|\+4|4\+"/>
			<tag k="mtb:scale" match_id="mtbs5" v="5|-5|5-|\+5|5\+"/>
			<tag k="mtb:scale" match_id="mtbs6" v="6|-6|6-|\+6|6\+"/>			
		</match>
		<output>
			<copy-unmatched/>
			<tag k="mtb_scale" from_match="mtbs0" v="mtbs_0"/>
			<tag k="mtb_scale" from_match="mtbs1" v="mtbs_1"/>
			<tag k="mtb_scale" from_match="mtbs2" v="mtbs_2"/>
			<tag k="mtb_scale" from_match="mtbs3" v="mtbs_3"/>
			<tag k="mtb_scale" from_match="mtbs4" v="mtbs_4"/>
			<tag k="mtb_scale" from_match="mtbs5" v="mtbs_5"/>
			<tag k="mtb_scale" from_match="mtbs6" v="mtbs_6"/>			
		</output>
	</translation>

	<translation>
		<name>unify mtb_scale_uphill</name>
		<description>unify mtb_scale_uphill</description>
		<match mode="or" type="way|relation">
			<tag k="mtb:scale:uphill" match_id="mtbu0" v="0|-0|0-|\+0|0\+"/>		
			<tag k="mtb:scale:uphill" match_id="mtbu1" v="1|-1|1-|\+1|1\+"/>
			<tag k="mtb:scale:uphill" match_id="mtbu2" v="2|-2|2-|\+2|2\+"/>
			<tag k="mtb:scale:uphill" match_id="mtbu3" v="3|-3|3-|\+3|3\+"/>
			<tag k="mtb:scale:uphill" match_id="mtbu4" v="4|-4|4-|\+4|4\+"/>
			<tag k="mtb:scale:uphill" match_id="mtbu5" v="5|-5|5-|\+5|5\+"/>
			<tag k="mtb:scale:uphill" match_id="mtbu6" v="6|-6|6-|\+6|6\+"/>		
		</match>
		<output>
			<copy-unmatched/>
			<tag k="mtb_scale_uphill" from_match="mtbu0" v="mtbu_0"/>
			<tag k="mtb_scale_uphill" from_match="mtbu1" v="mtbu_1"/>
			<tag k="mtb_scale_uphill" from_match="mtbu2" v="mtbu_2"/>
			<tag k="mtb_scale_uphill" from_match="mtbu3" v="mtbu_3"/>
			<tag k="mtb_scale_uphill" from_match="mtbu4" v="mtbu_4"/>
			<tag k="mtb_scale_uphill" from_match="mtbu5" v="mtbu_5"/>
			<tag k="mtb_scale_uphill" from_match="mtbu6" v="mtbu_6"/>
		</output>
	</translation>


	<translation>
		<name>mtb:scale:imba to mtb:scale</name>
		<description>mtb:scale:imba to mtb:scale</description>
		<match mode="and" type="way|relation">
			<match mode="or" type="way">
				<tag k="mtb:scale:imba" match_id="imba0" v="0"/>
				<tag k="mtb:scale:imba" match_id="imba1" v="1"/>
				<tag k="mtb:scale:imba" match_id="imba2" v="2"/>
				<tag k="mtb:scale:imba" match_id="imba3" v="3"/>
				<tag k="mtb:scale:imba" match_id="imba4" v="4"/>
			</match>
			<notag k="mtb_scale" v=".*"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="mtb_scale_imba" from_match="imba0" v="mtba_0"/>
			<tag k="mtb_scale_imba" from_match="imba1" v="mtba_1"/>
			<tag k="mtb_scale_imba" from_match="imba2" v="mtba_2"/>
			<tag k="mtb_scale_imba" from_match="imba3" v="mtba_3"/>
			<tag k="mtb_scale_imba" from_match="imba4" v="mtba_4"/>
		</output>
	</translation>	
	
	
	
	<translation>
		<name>dav to sac</name>
		<description>dav blue=T2 red=T3 black=T4 only if there is no sac_scale</description>
		<match>
			<match mode="or" type="way|relation">
				<tag k="dav_scale" match_id="T1" v="T1|yellow"/>
				<tag k="dav_scale" match_id="T2" v="T2|blue"/>
				<tag k="dav_scale" match_id="T3" v="red"/>
				<tag k="dav_scale" match_id="T4" v="black"/>
			</match>
			<notag k="sac_scale" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="sac_scale" from_match="T1" v="T1"/>
			<tag k="sac_scale" from_match="T2" v="T2"/>
			<tag k="sac_scale" from_match="T3" v="T3"/>
			<tag k="sac_scale" from_match="T4" v="T5"/>
		</output>
	</translation>

	<translation>
		<name>unify sac_scale</name>
		<description>unify sac_scale</description>
		<match mode="or" type="way|relation">
			<tag k="sac_scale" match_id="T1" v="T1|hiking|T1 - hiking|T1-hiking|strolling"/>
			<tag k="sac_scale" match_id="T2" v="T2|mountain_hiking|T2-mountain_hiking"/>
			<tag k="sac_scale" match_id="T3" v="T3|demanding_mountain_hiking"/>
			<tag k="sac_scale" match_id="T4" v="T4|alpine_hiking"/>
			<tag k="sac_scale" match_id="T5" v="T5|demanding_alpine_hiking"/>
			<tag k="sac_scale" match_id="T6" v="T6|difficult_alpine_hiking"/>			
		</match>
		<output>
			<copy-all/>
			<tag k="sac_scale" from_match="T1" v="T1"/>
			<tag k="sac_scale" from_match="T2" v="T2"/>
			<tag k="sac_scale" from_match="T3" v="T3"/>
			<tag k="sac_scale" from_match="T4" v="T4"/>
			<tag k="sac_scale" from_match="T5" v="T5"/>
			<tag k="sac_scale" from_match="T6" v="T6"/>			
		</output>
	</translation>

	<translation>
		<name>set via_ferrata_flag</name>
		<description>set via_ferrata_flag </description>
		<match mode="or" type="way|relation">
			<tag k="via_ferrata" v=".*"/>
			<tag k="via_ferrata_scale" v="1-|1|1\+|2-|2|2\+|3-|3|3\+|4-|4|4\+|5-|5|5\+|6-|6|6\+"/>
			<tag k="sport" v="via_ferrata"/>
			<tag k="highway" v="via_ferrata"/>
		</match>
		<output>
			<copy-all/>
			<!--tag k="highway" v="path"/>
			<tag k="mtb_scale" v="mtbs_6"/>
			<tag k="sac_scale" v="T6"/-->
			<tag k="via_ferrata_flag" v="set"/>
		</output>
	</translation>	
	
	<translation>
		<name>check climbing</name>
		<description>check climbing</description>
		<match mode="or" type="way|relation">
			<tag k="climbing" v=".*"/>
			<tag k="climbing(:.*)" v=".*"/>			
		</match>
		<output>
			<copy-all/>
			<tag k="sac_scale" v="T6"/>
		</output>
	</translation>		

	<translation>
		<name>Filter Cycle+Hike Nodes</name>
		<description>Filter Cycle+Hike Nodes allowed is 1*A-Z and Numbers, remove all other tags from nodes</description>
		<match mode="and" type="node">
			<tag k="network:type" v="node_network"/>
			<match mode="or" type="node">
				<tag k="highway" v="mini_roundabout"/>
				<tag k="rwn_ref" match_id="h_node" v="(^[A-Z,a-z,0-9]{1,3})"/>
				<tag k="rcn_ref" match_id="rcn_node" v="(^[A-Z,a-z,0-9]{1,3})"/>
				<tag k="lcn_ref" match_id="lcn_node" v="(^[A-Z,a-z,0-9]{1,3})"/>
			</match>
		</match>
		<output>
			<copy-matched/>
			<tag k="hike_node" from_match="h_node" v="rwn"/>
			<tag k="cycle_node" from_match="lcn_node" v="NLBE"/>
			<tag k="cycle_node" from_match="rcn_node" v="NLBE"/>
			<tag k="name" from_match="h_node" v="{1}"/>
			<tag k="addr:housenumber" from_match="h_node" v="{1}"/>
			<tag k="name" from_match="lcn_node" v="{1}"/>
			<tag k="name" from_match="rcn_node" v="{1}"/>
			<tag k="layer" v="2"/>
		</output>
	</translation>	

	<translation>
		<name>remove ladders from hunting_stands, these ladders are intend for use with hiking/climbin routes</name>
		<description>remove ladders from hunting_stands, these ladders are intend for use with hiking/climbin routes</description>
		<match type="node" mode="and">
			<tag k="amenity" v="hunting_stand"/>
			<tag k="ladder" v="yes"/>
		</match>
		<output>
			<copy-all/>
			<tag k="ladder" v="dummy"/>
		</output>
	</translation>


	<translation>
		<name>tags with numeric values to yes</name>
		<description>tags with numeric values to yes</description>
		<match>
			<tag k="ladder|rungs|safety_rope" match_id="yes" v="(^[1-9].*)"/>
		</match>
		<output>
			<copy-all/>
			<tag from_match="yes" v="yes"/>
		</output>
	</translation>


	<!--translation>
		<name>convert to highway=path and ladder=yes (if a way)/just ladder=yes (if a node) to remain compatibility with themes</name>
		<description>convert to highway=path and ladder=yes (if a way)/just ladder=yes (if a node) to remain compatibility with themes</description>
		<match type="way">
			<tag k="highway" v="ladder"/>
		</match>
		<output>
			<copy-all/>
			<tag k="ladder" v="yes"/>
			<tag k="highway" v="path"/>			
		</output>
	</translation>
	<translation>
		<name>convert to highway=path and ladder=yes (if a way)/just ladder=yes (if a node) to remain compatibility with themes</name>
		<description>convert to highway=path and ladder=yes (if a way)/just ladder=yes (if a node) to remain compatibility with themes</description>
		<match type="node">
			<tag k="highway" v="ladder"/>
		</match>
		<output>
			<copy-all/>
			<tag k="ladder" v="yes"/>
		</output>
	</translation-->


	<translation>
		<name>remove area=yes from campsites</name>
		<description>remove area=yes from campsites</description>
		<match type="way|relation" mode="and">
			<tag k="area" v="yes"/>
			<tag k="tourism" v="camp_site"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="tourism" v="camp_site"/>
		</output>
	</translation>
	
	<translation>
		<name>area=no 2 area=area_no due 2 common value bug</name>
		<description>area=no 2 area=area_no due 2 common value bug</description>
		<match type="way">
			<tag k="area" v="no"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="area" v="area_no"/>
		</output>
	</translation>


	<translation>
		<name>remove permanent_camping=only campsites</name>
		<description>remove permanent_camping=only campsites</description>
		<match mode="and">
			<match mode="or">
				<tag k="access" v="private"/>
				<tag k="group_only" v="yes"/>
				<tag k="permanent_camping" v="only"/>
			</match>
			<tag k="tourism" v="camp_site|caravan_site"/>
		</match>
		<output>
			<copy-unmatched/>
		</output>
	</translation>
	
	<translation>
		<name>clearup firepits</name>
		<description>clearup firepits</description>
		<match mode="and">
				<tag k="access" v="customer|permit|private|no"/>
				<tag k="leisure" v="firepit"/>
		</match>
		<output>
			<copy-all/>
				<tag k="leisure" v="firepit_nonpublic"/>			
		</output>
	</translation>	
	
	<translation>
		<name>clearup bbq</name>
		<description>clearup bbq</description>
		<match mode="and">
				<tag k="access" v="customer|permit|private|no"/>
				<tag k="amenity" v="bbq"/>
		</match>
		<output>
			<copy-all/>
				<tag k="amenity" v="bbq_nonpublic"/>			
		</output>
	</translation>	
	
	<translation>
		<name>private shelter</name>
		<description>clearup private shelters</description>
		<match mode="and">
				<tag k="access" v="private|no"/>
				<tag k="amenity" v="shelter"/>
		</match>
		<output>
			<copy-all/>
				<tag k="amenity" v="shelter_nonpublic"/>			
				<tag k="building" v="yes"/>	
		</output>
	</translation>	
	
	<translation>
		<name>picnic_table + covered = picnic-shelter</name>
		<description>picnic_table + covered = picnic-shelter</description>
		<match mode="and">
				<tag k="leisure" v="picnic_table"/>
				<tag k="covered" v="yes"/>
		</match>
		<output>
			<copy-all/>
				<tag k="leisure" v="former_picnic_table"/>
				<tag k="amenity" v="shelter"/>			
				<tag k="shelter_type" v="picnic_shelter"/>
		</output>
	</translation>	

    <translation>
        <name>bench 2 lounger if type </name>
        <description>bench 2 lounger if type </description>
        <match mode="and">
            <tag k="amenity" v="bench"/>
            <tag k="bench:type|bench" match_id="b_type" v="(lounger|wave_lounger)"/>
        </match>
        <output>
            <copy-unmatched/>
            <tag k="amenity" from_match="b_type" v="{1}"/>
        </output>
    </translation>    

	<translation>
		<name>filter out saisonal amenity=lounger </name>
		<description>filter out saisonal amenity=lounger</description>
		<match mode="and">
			<tag k="amenity" v="lounger|wave_lounger"/>
			<match mode="and">
				<tag k="seasonal" v=".*"/>
				<notag k="seasonal" v="no"/>
			</match>
		</match>
		<output>
			<copy-all/>
			<tag k="amenity" v="lounger_seasonal"/>
		</output>
	</translation>	

	<translation>
		<name>Transform Towers</name>
		<description>Mapsforge cannot rendert tower:type for some reasons so we have to transform into tower=tower:type, Tower without a type stay untouched</description>
		<match mode="or">
			<tag k="tower:type" match_id="type" v="(.*)"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="tower" from_match="type" v="{1}"/>
		</output>
	</translation>	

	<translation>
		<name>eliminate watchtowers w/o access</name>
		<description>eliminate watchtowers w/o access</description>
		<match mode="and">
			<tag k="tower" v="watchtower"/>
			<notag k="access" v="yes|permit|permissive|customers|customer"/>
		</match>
		<output>
			<copy-unmatched/>
		</output>
	</translation>	

	<translation>
		<name>Transform man_made=communications_tower to tower=communication</name>
		<description>Transform man_made=communications_tower to tower=communication</description>
		<match mode="or">
			<tag k="man_made" v="communications_tower"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="tower" v="communication"/>
		</output>
	</translation>	


	<translation>
		<name>filter out trees w/o historic, denotation=landmark|natural_monument, name </name>
		<description>filter trees</description>
		<match type="node" mode="and">
			<tag k="natural" v="tree"/>
			<match type="node" mode="and">
				<notag k="historic" v="tree_shrine"/>
				<notag k="denotation" v="natural_monument|landmark"/>
				<notag k="name" v=".*"/>
			</match>
		</match>
		<output>
			<copy-all/>
			<tag k="natural" v="tree_m"/>
		</output>
	</translation>


	<translation>
		<name>motorway_junctions ref2name</name>
		<description>mapsforge doesnt address "ref" so ref is transformed to "addr:housenumber"</description>
		<match mode="and" type="node">
			<tag k="highway" v="motorway_junction"/>
			<tag k="ref" match_id="j_ref" v="(^[a-zA-Z0-9]{1,3})"/>
		</match>
		<output>
			<copy-all/>
			<tag k="highway" v="motorway_junction"/>
			<tag k="addr:housenumber" from_match="j_ref" v="{1}"/>
		</output>
	</translation>

	<translation>
		<name>eliminate motorway_junctions without ref-tag</name>
		<description>eliminate motorway_junctions without ref-tag</description>
		<match>
			<match type="node">
				<tag k="highway" v="motorway_junction"/>
			</match>
			<notag k="ref" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="highway" v="motorway_junction_noref"/>
		</output>
	</translation>	

	<translation>
		<name>amenity=swimming_pool zu leisure</name>
		<description>amenity=swimming_pool zu leisure</description>
		<match>
			<tag k="amenity" v="swimming_pool"/>
		</match>
		<output>
			<copy-all/>
			<tag k="leisure" v="swimming_pool"/>
		</output>
	</translation>	

	<translation>
		<name>landuse=wood to natural=wood</name>
		<description>landuse=wood to natural=wood</description>
		<match>
			<tag k="landuse" v="wood"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="natural" v="wood"/>
		</output>
	</translation>
	
	<translation>
		<name>landuse|natural clear layers</name>
		<description>landuse|natural clear layers</description>
		<match mode="and">
			<tag k="landuse|natural" v=".*"/>
			<tag k="Layer" v=".*"/>
			<match mode="or">
				<notag k="bridge" v=".*"/>
				<notag k="man_made" v="bridge"/>
			</match>
		</match>
		<output>
			<copy-all/>
			<tag k="Layer" v="dummy"/>
		</output>
	</translation>

	<translation>
		<name>set incline up</name>
		<description>first char have to be numeric for incline up</description>
		<match mode="or" type="way|relation">
			<tag k="incline" v="(^[1-9].*|up)"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="incline_dir" v="up"/>
		</output>
	</translation>		

	<translation>
		<name>set incline down</name>
		<description>first char have to be - for incline down</description>
		<match mode="or" type="way|relation">
			<tag k="incline" v="(^[\-][1-9].*|down)"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="incline_dir" v="down"/>
		</output>
	</translation>	

	<translation>
		<name>remove landuses from highways</name>
		<description>remove landuses from highways</description>
		<match mode="and" type="way">
			<tag k="highway" v=".*"/>
			<tag k="landuse" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="landuse" v="delete_me"/>
		</output>
	</translation>


	<translation>
		<name>unify cycleways to network=hcw (previously done by perl a script) 112014 kech61</name>
		<description>unify cycleways to network=hcw (previously done by perl a script) 112014 kech61</description>
		<match mode="or" type="way">
			<tag k="highway" v="cycleway"/>
			<tag k="bicycle" v="designated|official"/>
		</match>
		<output>
			<copy-all/>
			<tag k="network" v="hcw"/>
		</output>
	</translation>	

	<translation>
		<name>unify cycleways to network=hcw (previously done by perl a script) 112014 kech61</name>
		<description>unify cycleways to network=hcw (previously done by perl a script) 112014 kech61</description>
		<match mode="and" type="way">
			<tag k="highway" v="footway|path"/>
			<tag k="bicycle" v="yes"/>
		</match>
		<output>
			<copy-all/>
			<tag k="network" v="hcw"/>
		</output>
	</translation>

	<translation>
		<name>remove network=hcw from Mountain paths</name>
		<description>remove network=hcw from Mountain paths</description>
		<match mode="and">
			<match mode="and" type="way">
				<tag k="network" v="hcw"/>
				<tag k="highway" v="footway|path"/>
			</match>
			<match mode="or">
				<tag k="sac_scale" v=".*"/>
				<tag k="mtb_scale" v=".*"/>
				<tag k="sac:scale" v=".*"/>
				<tag k="mtb:scale" v=".*"/>
				<tag k="mtb_scale_uphill" v=".*"/>
				<tag k="trail_visibility" v="intermediate|bad|horrible|no" />
				<tag k="surface" v="bad|raw|ground|dirt|grass|sand|wood|earth|mud|clay|winter|ice|snow" />
			</match>
		</match>
		<output>
			<copy-all/>
			<tag k="network" v="dummy"/>
		</output>
	</translation>	


	<translation>
		<name>add old pseudo relations to approbriate network </name>
		<description>add old pseudo relations to approbriate network </description>
		<match mode="or" type="way">
			<tag k="(icn)" match_id="net_i" v="yes"/>
			<tag k="(ncn)" match_id="net_n" v="yes"/>
			<tag k="(rcn)" match_id="net_r" v="yes"/>
			<tag k="(lcn)" match_id="net_l" v="yes"/>
		</match>
		<find>
			<tag k="(.?)cn_ref" v="(^[A-Z,a-z,0-9,_]{1,6})" match_id="ref"/>
		</find>
		<output>
			<copy-all/>
			<tag k="ref" from_match="ref" v="{1}"/>
			<tag k="network" from_match="net_i" v="icn"/>
			<tag k="network" from_match="net_n" v="ncn"/>
			<tag k="network" from_match="net_r" v="rcn"/>
			<tag k="network" from_match="net_l" v="lcn"/>
		</output>
	</translation>	

	<translation>
		<name>identify node networks and set network</name>
		<description>identify node networks and set network</description>
			<match mode="and" type="relation">
				<tag k="network:type" v="node_network"/>
				<tag k="route" v="bicycle|hike|hiking|foot"/>
				<tag k="network" v=".*"/>
			</match>
		<output>
			<copy-all/>
			<tag k="network" v="node"/>
			<tag k="osmc:symbol" v="none"/>
		</output>
	</translation>	


	<translation>
		<name>emergency_access_point unify</name>
		<description>munify</description>
			<match type="node">
				<tag k="emergency" v="access_point"/>
			</match>
		<output>
			<copy-unmatched/>
			<tag k="highway" v="emergency_access_point"/>
		</output>
	</translation>			


	<translation>
		<name>emergency_access_point ref2name</name>
		<description>mapsforge doesnt address "ref" so ref is transformed to "addr:housenumber"</description>
		<match mode="and" type="node">
			<tag k="highway" v="emergency_access_point"/>
			<tag k="ref" match_id="eap_ref" v="(.*)"/>
		</match>
		<output>
			<copy-all/>
			<tag k="highway" v="emergency_access_point"/>
			<tag k="addr:housenumber" from_match="eap_ref" v="{1}"/>
		</output>
	</translation>	
	

	<translation>
		<name>guide_type=intermediary</name>
		<description>guide_type=intermediary</description>
		<match mode="and" type="node">
			<tag k="guide_type" v="intermediary"/>
			<tag k="information" v="guidepost"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="information" v="notrelevant"/>
		</output>
	</translation>


	<translation>
		<name>information=guidepost ref2addr</name>
		<description>mapsforge doesnt address "ref" on NODES so ref is transformed to "addr:housenumber"</description>
		<match mode="and" type="node">
			<tag k="information" v="guidepost"/>
			<tag k="ref" match_id="gpost_ref" v="(^[A-Z,a-z,0-9]{1,5})"/>
		</match>
		<output>
			<copy-all/>
			<tag k="addr:housenumber" from_match="gpost_ref" v="{1}"/>
		</output>
	</translation>	


	<translation>
		<name>vehicle no|private 2 bicycle</name>
		<description>vehicle no|private 2 bicycle</description>
		<match>
			<match mode="or" >
				<tag k="vehicle" match_id="v2b" v="(.*)"/>
			</match>
			<notag k="bicycle" v=".*"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="bicycle" from_match="v2b" v="{1}"/>
		</output>
	</translation>	


	<translation>
		<name>railway=station and subway=yes 2 station=subway</name>
		<description>railway=station and subway=yes 2 station=subway</description>
		<match mode="and">
			<tag k="railway" v="station"/>
			<tag k="subway"  v="yes"/>
		</match>
		<output>
			<copy-all/>
			<tag k="station" v="subway"/>
		</output>
	</translation>	

	<translation>
		<name>railway:preserved=yes 2 railway=preserved</name>
		<description>railway:preserved=yes 2 railway=preserved</description>
		<match>
			<tag k="railway:preserved" v="yes"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="railway" v="preserved"/>
		</output>
	</translation>

	<translation>
		<name>national parks type=boundary to type=multipolygon</name>
		<description>national parks to multipolygons</description>
		<match type="relation" mode="and">
			<match mode="or" type="relation">
				<tag k="boundary" v="national_park"/>
				<tag k="boundary" v="protected_area"/>
				<tag k="boundary" v="nature_reserve"/>
				<tag k="boundary" v="aboriginal_lands"/>
				<tag k="leisure" v="national_park"/>
				<tag k="leisure" v="nature_reserve"/>
			</match>
			<match mode="or" type="relation">
				<tag k="type"  v="boundary"/>
			</match>
		</match>
		<output>
			<copy-all/>
			<tag k="type" v="multipolygon"/>
		</output>
	</translation>


	<translation>
		<name>Coastlines - remove admin boundary</name>
		<description>Coastlines - remove admin boundary</description>
		<match mode="and" type="way">
			<tag k="admin_level" v=".*"/>
			<tag k="boundary" v="administrative"/>
			<tag k="natural" v="coastline"/>
		</match>
		<output>
			<copy-all/>
			<tag k="admin_level" v="none"/>
			<tag k="boundary" v="none"/>
		</output>
	</translation>

	<translation>
		<name>remove admin with no boundary</name>
		<description>remove admin boundary</description>
		<match mode="and" type="way">
			<tag k="admin_level" v=".*"/>
			<notag k="boundary" v="administrative"/>
		</match>
		<output>
			<copy-all/>
			<tag k="admin_level" v="none"/>
		</output>
	</translation>


	<translation>
		<name>protect_class24 2 boundary=aboriginal_lands</name>
		<description>class24 2 oundary=aboriginal_lands</description>
		<match mode="and">
			<tag k="boundary" v="protected_area"/>
			<tag k="protect_class" v="24"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="boundary" v="aboriginal_lands"/>
		</output>
	</translation>
	
	<translation>
		<name>protect_class25 2 landuse=military</name>
		<description>class25 2 landuse=military</description>
		<match mode="and">
			<tag k="boundary" v="protected_area"/>
			<tag k="protect_class" v="25"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="landuse" v="military"/>
		</output>
	</translation>


	<translation>
		<name>Transform memorial:type=.* to memorial=.*</name>
		<description>Transform memorial:type=.* to memorial=.*</description>
		<match mode="or">
			<tag k="memorial:type" match_id="mem_type" v="(.*)"/>
		</match>
		<output>
			<copy-all/>
			<tag k="memorial" from_match="mem_type" v="{1}"/>
		</output>
	</translation>		

	<translation>
		<name>unify moutain_area</name>
		<description>unify moutain_area</description>
		<match mode="and">
			<tag k="region:type" match_id="a_type" v="mountain_area|mountain_range"/>
			<tag k="place" v="region"/>
			<notag k="natural" v=".*"/>
		</match>		
		<output>
			<copy-all/>
			<tag k="natural" from_match="a_type" v="{0}"/>
		</output>
	</translation>


	<!-- cycleway lanes/tracks -->
	<translation>
		<name>unify oneway:bicycle=no and transfor to oneway:bicycle=ow_bic_no</name>
		<description>unify oneway:bicycle=no</description>
		<match type="way" mode="and">
			<match mode="or" type="way">
				<tag k="oneway" v="yes|-1"/>
			</match>	
			<match mode="or" type="way">
				<tag k="cycleway" v="opposite"/>
				<tag k="cycleway" v="opposite_track"/>
				<tag k="cycleway" v="opposite_lane"/>
				<tag k="cycleway(:left|:right)" v="opposite_track"/>
				<tag k="cycleway(:left|:right)" v="opposite_lane"/>
				<tag k="oneway:bicycle" v="no"/>
			</match>
		</match>			
		<output>
			<copy-all/>
			<tag k="oneway:bicycle" v="ow_bic_no"/>
		</output>
	</translation>	


	<translation>
		<name>unify cycleway:.*:oneway=no and transfor to cycleway:oneway=cw_ow_no</name>
		<description>unify cycleway:.*:oneway=no</description>
		<match type="way" mode="or">
			<tag k="cycleway:oneway" v="no"/>
			<tag k="cycleway:left:oneway" v="no"/>
			<tag k="cycleway:right:oneway" v="no"/>
		</match>			
		<output>
			<copy-all/>
			<tag k="cycleway:oneway" v="cw_ow_no"/>
		</output>
	</translation>	



	<!-- handle cycle lanes and tracks on oneway=yes -->
	<!-- oneway=yes and oneway:bicycle=no will still result in cw_lane_both -->
	<!-- oneway=yes w/o oneway:bicycle=no will result in cw_lane_oneway/cw_track_oneway = NEW TAGS -->

	<translation>
		<name>cycleway lanes unify</name>
		<description>cycleway lanes</description>
		<match mode="or" type="way">
			<tag k="cycleway" v="lane"/>
			<tag k="cycleway:both" v="lane"/>
		</match>			
		<output>
			<copy-all/>
			<tag k="cycleway" v="lane"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway tracks unify</name>
		<description>cycleway lanes</description>
		<match mode="or" type="way">
			<tag k="cycleway" v="track"/>
			<tag k="cycleway:both" v="track"/>
		</match>			
		<output>
			<copy-all/>
			<tag k="cycleway" v="track"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway lanes bus 2 lane</name>
		<description>cycleway lanes bus 2 lane</description>
		<match mode="and" type="way">
			<tag match_id="type" k="cycleway(.*)" v="share_busway"/>
		</match>			
		<output>
			<copy-all/>
			<tag from_match="type" v="lane"/>
		</output>
	</translation>	
	
	<translation>
		<name>cycleway lanes oneway</name>
		<description>cycleway lanes oneway</description>
		<match mode="and" type="way">
			<tag k="cycleway" v="lane"/>
			<tag k="oneway" v="yes"/>
		</match>			
		<notag k="oneway:bicycle" v="ow_bic_no"/>
		<output>
			<copy-all/>
			<tag k="cycleway" v="dummy"/>
			<tag k="cycleway_lane" v="cw_lane_oneway"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway tracks oneway</name>
		<description>cycleway tracks oneway</description>
		<match mode="and" type="way">
			<tag k="cycleway" v="track"/>
			<tag k="oneway" v="yes"/>
		</match>			
		<notag k="oneway:bicycle" v="ow_bic_no"/>
		<output>
			<copy-all/>
			<tag k="cycleway" v="dummy"/>			
			<tag k="cycleway_track" v="cw_track_oneway"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway lanes oneway</name>
		<description>cycleway lanes oneway</description>
		<match mode="and" type="way">
			<tag k="cycleway" v="lane"/>
			<tag k="oneway" v="-1"/>
		</match>			
		<notag k="oneway:bicycle" v="ow_bic_no"/>
		<output>
			<copy-all/>
			<tag k="cycleway" v="dummy"/>
			<tag k="cycleway_lane" v="cw_lane_oneway_rev"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway tracks oneway</name>
		<description>cycleway tracks oneway</description>
		<match mode="and" type="way">
			<tag k="cycleway" v="track"/>
			<tag k="oneway" v="-1"/>
		</match>			
		<notag k="oneway:bicycle" v="ow_bic_no"/>
		<output>
			<copy-all/>
			<tag k="cycleway" v="dummy"/>	
			<tag k="cycleway_track" v="cw_track_oneway_rev"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway lanes</name>
		<description>cycleway lanes</description>
		<match mode="or" type="way">
			<match mode="and" type="way">
				<tag k="cycleway:left" v="lane"/>
				<tag k="cycleway:right" v="lane"/>
			</match>			
			<match mode="and" type="way">
				<tag k="cycleway:left" v="opposite_lane"/>
				<tag k="cycleway:right" v="opposite_lane"/>
			</match>			
		</match>
		<output>
			<copy-unmatched/>
			<tag k="cycleway_lane" v="cw_lane_both"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway tracks</name>
		<description>cycleway lanes</description>
		<match mode="or" type="way">
			<match mode="and" type="way">
				<tag k="cycleway:left" v="track"/>
				<tag k="cycleway:right" v="track"/>
			</match>
			<match mode="and" type="way">
				<tag k="cycleway:left" v="opposite_track"/>
				<tag k="cycleway:right" v="opposite_track"/>
			</match>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="cycleway_track" v="cw_track_both"/>
		</output>
	</translation>			

	<translation>
		<name>cycleway lanes</name>
		<description>cycleway lanes</description>
		<match type="way">
			<tag k="cycleway" v="lane"/>
		</match>
		<output>
			<copy-all/>
			<tag k="cycleway_lane" v="cw_lane_both"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway lanes</name>
		<description>cycleway lanes</description>
		<match type="way">
			<tag k="cycleway:right" v="lane"/>
		</match>
		<output>
			<copy-all/>
			<tag k="cycleway_lane" v="cw_lane_right"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway lanes</name>
		<description>cycleway lanes</description>
		<match type="way">
			<tag k="cycleway:left" v="lane"/>
		</match>			
		<output>
			<copy-all/>
			<tag k="cycleway_lane" v="cw_lane_left"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway tracks</name>
		<description>cycleway tracks</description>
		<match type="way">
			<tag k="cycleway" v="track"/>
		</match>
		<output>
			<copy-all/>
			<tag k="cycleway_track" v="cw_track_both"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway tracks</name>
		<description>cycleway tracks</description>
		<match type="way">
			<tag k="cycleway:right" v="track"/>
		</match>
		<output>
			<copy-all/>
			<tag k="cycleway_track" v="cw_track_right"/>
		</output>
	</translation>	

	<translation>
		<name>cycleway tracks</name>
		<description>cycleway tracks</description>
		<match type="way">
			<tag k="cycleway:left" v="track"/>
		</match>			
		<output>
			<copy-all/>
			<tag k="cycleway_track" v="cw_track_left"/>
		</output>
	</translation>	

	<translation>
		<name>unify highway=bus_stop</name>
		<description>unify highway=bus_stop</description>
		<match mode="and" type="node">
			<tag k="public_transport"  v="stop_position"/>
			<tag k="bus" v="yes"/>				
		</match>			
		<output>
			<copy-all/>
			<tag k="highway" v="bus_stop"/>
		</output>
	</translation>	

	<translation>
		<name>unify natural/place for labels</name>
		<description>unify natural/place for labels</description>
		<match>
			<tag k="place" match_id="_val" v="(bay|cape|fjord|canyon|crater|valley)"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="natural" from_match="_val" v="{1}"/>
		</output>
	</translation>

	<translation>
		<name>unify natural/place for labels</name>
		<description>unify natural/place for labels</description>
		<match>
			<tag k="natural" match_id="_val" v="(ocean|sea|archipelago|island|peninsula|islet)"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="place" from_match="_val" v="{1}"/>
		</output>
	</translation>
	
	<translation>
		<name>remove multipolys from place</name>
		<description>remove multipolys from place</description>
		<match mode="and" type="relation">
			<tag k="place" v=".*"/>
			<tag k="type" v="multipolygon"/>
			<notag k="highway" v=".*"/>
			<notag k="amenity" v=".*"/>
			<notag k="leisure" v=".*"/>
			<notag k="place" v="square"/>
		</match>
		<output>
			<copy-all/>
			<tag k="type" v="cleared_multip"/>
		</output>
	</translation>

	<!-- springs -->

	<translation>
		<name>seperate spring  / hot_spring </name>
		<description>seperate spring  / hot_spring</description>
		<match mode="and">
			<match>
				<tag k="natural" v="spring"/>
			</match>
			<match mode="or">
				<tag k="spring:type" v="hot"/>
				<tag k="temperature" v="hot"/>
				<tag k="spring" v="hot_spring"/>
				<tag k="type" v="hot"/>
				<tag k="hot_spring" v="yes"/>
				<tag k="type" v="hot_water"/>
			</match>			
		</match>			
		<output>
			<copy-all/>
			<tag k="natural" v="hot_spring"/>
		</output>
	</translation>	

	<translation>
		<name>retag leisure=hot_spring  / natural=hot_spring </name>
		<description>retag leisure=hot_spring  / natural=hot_spring</description>
		<match>
			<tag k="leisure" v="hot_spring"/>
		</match>
		<output>
			<copy-all/>
			<tag k="natural" v="hot_spring"/>
		</output>
	</translation>	


	<translation>
		<name>natural=cairn, historic=cairn, landmark=cairn to man_made=cairn</name>
		<description>natural=cairn, man_made=cairn, landmark=cairn to man_made=cairn</description>
		<match mode="or">
			<tag k="natural" v="cairn"/>
			<tag k="landmark" v="cairn"/>
			<tag k="historic" v="cairn"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="man_made" v="cairn"/>
		</output>
	</translation>	

	<!-- mines and bunkers -->
	<!-- mines == man_made=adit -->
	<translation>
		<name>check abandoned and disused mines/adit</name>
		<description>check abandoned and disused mines/adit</description>
		<match mode="and">
			<match>		
				<tag k="man_made" v="adit"/>
			</match>
			<match mode="or">
				<tag k="abandoned" v="yes"/>
				<tag k="historic" v="yes"/>
				<tag k="ruins" v="yes"/>
				<tag k="disused" v="yes"/>
				<tag k="historic" v="ruins"/>
			</match>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="man_made" v="adit_disused"/>
		</output>
	</translation>	
	<translation>
		<name>check abandoned and disused mines/adit</name>
		<description>check abandoned and disused mines/adit</description>
		<match mode="or">
			<tag k="abandoned:man_made" v="adit"/>
			<tag k="disused:man_made" v="adit"/>
			<tag k="historic:man_made" v="adit"/>
			<tag k="historic" v="adit"/>
			<tag k="historic" v="mine_adit"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="man_made" v="adit_disused"/>
		</output>
	</translation>
	<!-- Bunkers -->
	<translation>
		<name>check abandoned and disused for military = bunker</name>
		<description>check abandoned and disused for military = bunker</description>
		<match mode="and">
			<match>		
				<tag k="military" v="bunker"/>
			</match>
			<match mode="or">
				<tag k="abandoned" v="yes"/>
				<tag k="historic" v="yes"/>
				<tag k="ruins" v="yes"/>
				<tag k="disused" v="yes"/>
				<tag k="historic" v="ruins"/>			
			</match>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="military" v="bunker_disused"/>
		</output>
	</translation>	
	<translation>
		<name>check abandoned and disused for military = bunker</name>
		<description>check abandoned and disused for military = bunker</description>
		<match mode="or">
			<tag k="abandoned:building" v="bunker"/>
			<tag k="abandoned:military" v="bunker"/>
			<tag k="disused:military" v="bunker"/>
			<tag k="historic" v="bunker"/>			
		</match>
		<output>
			<copy-unmatched/>
			<tag k="military" v="bunker_disused"/>
		</output>
	</translation>	

	<translation>
		<name>unify ruined buildings</name>
		<description>unify ruined buildings</description>
		<match mode="or">
			<tag k="building" v="ruins"/>
			<tag k="abandoned:building" v="ruins"/>
			<tag k="building:ruins" v=".*"/>
			<match mode="and">
				<tag k="building" v=".*"/>
				<tag k="ruins" v="yes"/>
			</match>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="building" v="ruins"/>
		</output>
	</translation>



	<!--translation>
		<name>add bboxweight=tiny to ponds and other tiny water_areas</name>
		<description>add bboxweight=tiny </description>
		<match mode="and">
			<match mode="or">
				<tag k="natural" v="water"/>
				<tag k="landuse" v="reservoir"/>
				<tag k="landuse" v="basin"/>				
			</match>
			<match mode="or">
				<tag k="emergency" v="fire_water_pond"/>
				<tag k="fire_hydrant:type" v="pond"/>				
				<tag k="water" v="pond"/>	
				<tag k="water" v="fish_pass"/>	
				<tag k="water" v="lock"/>
				<tag k="water" v="moat"/>
			</match>			
		</match>			
		<output>
			<copy-all/>
			<tag k="bBoxWeight" v="tiny"/>
		</output>
	</translation-->	

	<!-- English abr. -->
	<translation>
		<name>one string name abreviation [en]</name>
		<description>one string name abreviation [en]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="(.*)( W)est$"/>
				<tag k="name:en" match_id="_name_lang" v="(.*)( W)est$"/>
				<tag k="name" match_id="_name" v="(.*)( S)outh$"/>	
				<tag k="name:en" match_id="_name_lang" v="(.*)( S)outh$"/>	
				<tag k="name" match_id="_name" v="(.*)( N)orth$"/>	
				<tag k="name:en" match_id="_name_lang" v="(.*)( N)orth$"/>	
				<tag k="name" match_id="_name" v="(.*)( E)ast$"/>	
				<tag k="name:en" match_id="_name_lang" v="(.*)( E)ast$"/>	
				<tag k="name" match_id="_name" v="(.*)([s|S]t)reet$"/>				
				<tag k="name:en" match_id="_name_lang" v="(.*)([s|S]t)reet$"/>	
				<tag k="name" match_id="_name" v="(.*)(Sq)uare$"/>
				<tag k="name:en" match_id="_name_lang" v="(.*)(Sq)uare$"/>
				<tag k="name" match_id="_name" v="(.*)(Dr)ive$"/>
				<tag k="name:en" match_id="_name_lang" v="(.*)(Dr)ive$"/>
				<tag k="name" match_id="_name" v="(.*)(Cl)ose$"/>
				<tag k="name:en" match_id="_name_lang" v="(.*)(Cl)ose$"/>	
				<tag k="name" match_id="_name" v="(.*)(Av)enue$"/>
				<tag k="name:en" match_id="_name_lang" v="(.*)(Av)enue$"/>	
				<tag k="name" match_id="_name" v="(.*)(Pl)ace$"/>
				<tag k="name:en" match_id="_name_lang" v="(.*)(Pl)ace$"/>
				<tag k="name" match_id="_name" v="(.*)(Terr)ace$"/>
				<tag k="name:en" match_id="_name_lang" v="(.*)(Terr)ace$"/>
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="{1}{2}"/>
			<tag k="name:en" from_match="_name_lang" v="{1}{2}"/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>

	<translation>
		<name>two string name abreviation [en]</name>
		<description>two string name abreviation [en]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="(.*)(R)oa(d)$"/>
				<tag k="name:en" match_id="_name_lang" v="(.*)(R)oa(d)$"/>
				<tag k="name" match_id="_name" v="(.*)(C)our(t)$"/>
				<tag k="name:en" match_id="_name_lang" v="(.*)(C)our(t)$"/>				
				<tag k="name" match_id="_name" v="(.*)(L)a(n)e$"/>	
				<tag k="name:en" match_id="_name_lang" v="(.*)(L)a(n)e$"/>	
				<tag k="name" match_id="_name" v="(.*)(Cr)e(s)cent$"/>	
				<tag k="name:en" match_id="_name_lang" v="(.*)(Cr)e(s)cent$"/>	
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="{1}{2}{3}"/>
			<tag k="name:en" from_match="_name_lang" v="{1}{2}{3}"/>
			<tag k="abbr_highway" v="done"/>		
		</output>
	</translation>

	<translation>
		<name>three string name abreviation [en]</name>
		<description>three string name abreviation [en]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="(.*)(H)igh(w)a(y)"/>
				<tag k="name:en" match_id="_name_lang" v="(.*)(H)igh(w)a(y)"/>
				<tag k="name" match_id="_name" v="(.*)(B)oule(v)ar(d)$"/>	
				<tag k="name:en" match_id="_name_lang" v="(.*)(B)oule(v)ar(d)$"/>	
				<tag k="name" match_id="_name" v="(.*)(G)ar(d)e(ns)$"/>	
				<tag k="name:en" match_id="_name_lang" v="(.*)(G)ar(d)e(ns)$"/>
				<tag k="name" match_id="_name" v="(.*)(G)ar(d)e(n)$"/>	
				<tag k="name:en" match_id="_name_lang" v="(.*)(G)ar(d)e(n)$"/>	
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="{1}{2}{3}{4}"/>
			<tag k="name:en" from_match="_name_lang" v="{1}{2}{3}{4}"/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>


	<!-- German abr. -->
	<translation>
		<name>one string name abreviation [de]</name>
		<description>one string name abreviation [de]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="(.*)([s|S]tr)a(ss|ß)e"/>
				<tag k="name:de" match_id="_name_lang" v="(.*)([s|S]tr)a(ss|ß)e"/>
				<tag k="name" match_id="_name" v="(.*)(g)asse"/>
				<tag k="name:de" match_id="_name_lang" v="(.*)(g)asse"/>
				<tag k="name" match_id="_name" v="(.*)([p|P]l)atz"/>
				<tag k="name:de" match_id="_name_lang" v="(.*)([p|P]l)atz"/>
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="{1}{2}."/>
			<tag k="name:de" from_match="_name_lang" v="{1}{2}."/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>

	<translation>
		<name>one string name abreviation [de]</name>
		<description>one string name abreviation [de]</description>
		<match type="way" mode="and">
			<tag k="leisure" v="nature_reserve"/>
			<match mode="or">
				<tag k="name" match_id="_name_nsg" v="Naturschutzgebiet(.*)"/>
				<tag k="name" match_id="_name_np" v="Nationalpark(.*)"/>
				<tag k="name" match_id="_name_sg" v="(.*)Schutzgebiet(.*)"/>
			</match>
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name_nsg" v="NSG{1}"/>
			<tag k="name" from_match="_name_np" v="NP{1}"/>
			<tag k="name" from_match="_name_sg" v="{1}SG{2}"/>
		</output>
	</translation>


	<!-- Spanish abr. -->
	<translation>
		<name>name abreviation [es]</name>
		<description>name abreviation [es]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="Calle (.*)"/>
				<tag k="name:es" match_id="_name_lang" v="Calle (.*)"/>
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="C/{1}"/>
			<tag k="name:es" from_match="_name_lang" v="C/{1}"/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>
	<translation>
		<name>name abreviation [es]</name>
		<description>name abreviation [es]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="Carrer (.*)"/>
				<tag k="name:es" match_id="_name_lang" v="Carrer (.*)"/>
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="c/{1}"/>
			<tag k="name:es" from_match="_name_lang" v="c/{1}"/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>
	<translation>
		<name>name abreviation [es]</name>
		<description>name abreviation [es]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="Carretera (.*)"/>
				<tag k="name:es" match_id="_name_lang" v="Carretera (.*)"/>
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="Ctra.{1}"/>
			<tag k="name:es" from_match="_name_lang" v="Ctra.{1}"/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>

	<translation>
		<name>name abreviation [es]</name>
		<description>name abreviation [es]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="(Av)enida (.*)"/>
				<tag k="name:es" match_id="_name_lang" v="(Av)enida (.*)"/>
				<tag k="name" match_id="_name" v="(Pl)aza (.*)"/>
				<tag k="name:es" match_id="_name_lang" v="(Pl)aza (.*)"/>
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="{1}.{2}"/>
			<tag k="name:es" from_match="_name_lang" v="{1}.{2}"/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>

	<translation>
		<name>name abreviation [es]</name>
		<description>name abreviation [es]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="(C)ami(no) (.*)"/>
				<tag k="name:es" match_id="_name_lang" v="(C)ami(no) (.*)"/>
				<tag k="name" match_id="_name" v="(Pl)aza (.*)"/>
				<tag k="name:es" match_id="_name_lang" v="(Pl)aza (.*)"/>
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="{1}{2}.{3}"/>
			<tag k="name:es" from_match="_name_lang" v="{1}{2}.{3}"/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>


	<!-- French abr. -->
	<translation>
		<name>name abreviation [fr]</name>
		<description>name abreviation [fr]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="(A)(v)enue (.*)"/>
				<tag k="name:fr" match_id="_name_lang" v="(A)(v)enue (.*)"/>
				<tag k="name" match_id="_name" v="(A)(ll)ée (.*)"/>
				<tag k="name:fr" match_id="_name_lang" v="(A)(ll)ée (.*)"/>
				<tag k="name" match_id="_name" v="(B)oulevar(d) (.*)"/>
				<tag k="name:fr" match_id="_name_lang" v="(B)oulevar(d) (.*)"/>
				<tag k="name" match_id="_name" v="(P)(l)ace (.*)"/>
				<tag k="name:fr" match_id="_name_lang" v="(P)(l)ace (.*)"/>
				<tag k="name" match_id="_name" v="(R)uel(le) (.*)"/>
				<tag k="name:fr" match_id="_name_lang" v="(R)uel(le) (.*)"/>
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="{1}{2}.{3}"/>
			<tag k="name:fr" from_match="_name_lang" v="{1}{2}.{3}"/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>

	<!-- NL  abr. -->
	<translation>
		<name>one string name abreviation [nl]</name>
		<description>one string name abreviation [nl]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="(.*)([s|S]tr)aat"/>
				<tag k="name:nl" match_id="_name_lang" v="(.*)([s|S]tr)aat"/>
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="{1}{2}."/>
			<tag k="name:nl" from_match="_name_lang" v="{1}{2}."/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>

	<!-- RU  abr. -->
	<translation>
		<name>one string name abreviation [ru]</name>
		<description>one string name abreviation [ru]</description>
		<match type="way" mode="and">
			<tag k="highway" v=".*"/>
			<match mode="or">
				<tag k="name" match_id="_name" v="(.*)улица(.*)"/>
				<tag k="name:ru" match_id="_name_lang" v="(.*)улица(.*)"/>
			</match>		
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="_name" v="{1}ул.{2}"/>
			<tag k="name:ru" from_match="_name_lang" v="{1}ул.{2}"/>
			<tag k="abbr_highway" v="done"/>
		</output>
	</translation>	


	<!-- zh_pinyin does'nt work in language switcher -->
	<translation>
		<name>retag zh_pinyin</name>
		<description>retag zh_pinyin</description>
		<match>
			<tag k="name:zh_pinyin" v="(.*)" match_id="pinyin"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="name:zhp" from_match="pinyin" v="{1}"/>
		</output>
	</translation>


	<!-- EMERGANCY TRANSFORM to reduce tags down to 15 -->
	<translation>
		<name>remove tracktype without track</name>
		<description>remove tracktype without track</description>
		<match type="way" mode="and">
				<tag k="tracktype" v=".*"/>
				<notag k="highway" v="track"/>
		</match>
		<output>
			<copy-all/>
			<tag k="tracktype" v="dummy"/>
		</output>
	</translation>	

	<translation>
		<name>remove *sac_scale from tracks</name>
		<description>remove *sac_scale from tracks</description>
		<match type="way" mode="and">
			<match mode="or">
				<match mode="and">
					<tag k="highway" v="track"/>
					<tag k="tracktype" match_id="trk" v="grade0|grade1|grade2|grade3|grade4|0|1|2|3|4"/>
				</match>
				<match mode="and">
					<tag k="highway" v="track"/>
					<notag k="tracktype" v=".*"/>
				</match>
			</match>
			<match mode="or">
				<!--tag k="mtb_scale" v="mtbs_0"/-->
				<tag k="sac_scale" v=".*"/>
				<tag k="trail_visibility=" v=".*"/>
			</match>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="highway" v="track"/>
			<tag k="tracktype" from_match="trk" v="{0}"/>
		</output>
	</translation>	

	<translation>
		<name>remove MTB tags from bridges</name>
		<description>remove MTB tags from bridges</description>
		<match type="way" mode="and">
			<tag k="bridge" v="yes"/>
			<match mode="or">
				<tag k="incline" v=".*"/>
				<tag k="incline_dir" v=".*"/>
				<tag k="mtb_scale_uphill" v=".*"/>
				<tag k="trail_visibility=" v=".*"/>
			</match>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="bridge" v="yes"/>
		</output>
	</translation>	



	<!-- relations blocking rendering -->

	<translation>
		<name>remove area=yes from boundary</name>
		<description>remove area=yes from boundary</description>
		<match type="relation|way" mode="and">
			<tag k="type" v="boundary"/>
			<tag k="area" v="yes"/>
		</match>
		<output>
			<copy-all/>
			<tag k="area" v="NoAreaInBoundarys"/>
		</output>
	</translation>		

	<translation>
		<name>remove area=yes from place/MP</name>
		<description>remove area=yes from place/MP</description>
		<match type="relation" mode="and">
			<tag k="type" v="multipolygon"/>
			<tag k="area" v="yes"/>
			<match mode="or">
				<tag k="natural" v=".*"/>
				<tag k="place" v=".*"/>
			</match>
		</match>
		<output>
			<copy-all/>
			<tag k="area" v="NoAreaInRelations"/>
		</output>
	</translation>		

	<translation>
		<name>copy lock_name to name</name>
		<description>copy lock_name to name</description>
		<match type="way" mode="and">
			<tag k="lock_name" match_id="_lock_name" v="(.*)"/>
			<tag k="lock" v="yes"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="name" from_match="_lock_name" v="{1}"/>
			<tag k="lock" v="yes"/>
		</output>
	</translation>

	<!-- https://www.openandromaps.org/oam-forums/topic/uk-bridleway-rendering-for-bikes__trashed/page/2/#post-27254 -->
	<!-- designation=public_footpath -->
	<translation>
		<name>permissions GB</name>
		<description>permissions GB</description>
		<match type="way">
			<match type="way" mode="or">
				<tag k="designation" v="public_footpath"/>
			</match>
			<notag k="bicycle" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="bicycle" v="no"/>
		</output>
	</translation>	
	<translation>
		<name>permissions GB</name>
		<description>permissions GB</description>
		<match type="way">
			<match type="way" mode="or">
				<tag k="designation" v="public_footpath"/>
			</match>
			<notag k="foot" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="foot" v="designated"/>
		</output>
	</translation>
	<!-- designation=public_bridleway -->	
	<translation>
		<name>permissions GB</name>
		<description>permissions GB</description>
		<match type="way">
			<match type="way" mode="or">
				<tag k="designation" v="public_bridleway"/>
				<tag k="designation" v="byway_open_to_all_traffic"/>
				<tag k="designation" v="restricted_byway"/>
				</match>
			<notag k="bicycle" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="bicycle" v="designated"/>
		</output>
	</translation>	
	<translation>
		<name>permissions GB</name>
		<description>permissions GB</description>
		<match type="way">
			<match type="way" mode="or">
				<tag k="designation" v="public_bridleway"/>
				<tag k="designation" v="byway_open_to_all_traffic"/>
				<tag k="designation" v="restricted_byway"/>
			</match>
			<notag k="foot" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="foot" v="designated"/>
		</output>
	</translation>
	<!-- designation=permissive_footpath -->
	<translation>
		<name>permissions GB</name>
		<description>permissions GB</description>
		<match type="way">
			<match type="way" mode="or">
				<tag k="designation" v="permissive_footpath"/>
			</match>
			<notag k="bicycle" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="bicycle" v="no"/>
		</output>
	</translation>	
	<translation>
		<name>permissions GB</name>
		<description>permissions GB</description>
		<match type="way">
			<match type="way" mode="or">
				<tag k="designation" v="permissive_footpath"/>
			</match>
			<notag k="foot" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="foot" v="permissive"/>
		</output>
	</translation>	
	<!-- designation=permissive_bridleway -->
	<translation>
		<name>permissions GB</name>
		<description>permissions GB</description>
		<match type="way">
			<match type="way" mode="or">
				<tag k="designation" v="permissive_bridleway"/>
			</match>
			<notag k="bicycle" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="bicycle" v="permissive"/>
		</output>
	</translation>	
	<translation>
		<name>permissions GB</name>
		<description>permissions GB</description>
		<match type="way">
			<match type="way" mode="or">
				<tag k="designation" v="permissive_bridleway"/>
			</match>
			<notag k="foot" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="foot" v="permissive"/>
		</output>
	</translation>		
	
	<translation>
		<name>another kind of drinking_water....</name>
		<description>another kind of drinking_water....</description>
		<match mode="and">
			<tag k="man_made" v="water_tap"/>
			<tag k="drinking_water" v="yes"/>
		</match>
		<output>
			<copy-all/>
			<tag k="amenity" v="drinking_water"/>
		</output>
	</translation>		
	
	<translation>
		<name>delete names from sidepaths</name>
		<description>delete names from sidepaths</description>
		<match type="way" mode="and">
			<match type="way" mode="or">
				<tag k="cycleway" v="sidepath|sidewalk"/>
				<tag k="footway" v="sidepath|sidewalk"/>
			</match>
			<tag k="name" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="sidepath" v="sp_yes"/>
			</output>
	</translation>	

	<translation>
		<name>delete names from sidepaths</name>
		<description>delete names from sidepaths</description>
		<match type="way" mode="and">
			<tag k="sidepath" v="sp_yes"/>
			<tag k="name" v=".*"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="sidepath" v="sp_yes"/>
		</output>
	</translation>

	<translation>
		<name>obstacle=fallen_tree 2 barrier=log</name>
		<description>obstacle=fallen_tree 2 barrier=log</description>
		<match type="node">
			<tag k="obstacle" v="fallen_tree"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="barrier" v="log"/>
		</output>
	</translation>
	
	<translation>
		<name>plant:source 2 generator:source</name>
		<description>plant:source 2 generator:source</description>
		<match>
			<match mode="or" >
				<tag k="plant:source" match_id="gensrc" v="(.*)"/>
			</match>
			<notag k="generator:source" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="generator:source" from_match="gensrc" v="{1}"/>
		</output>
	</translation>	
	
	<translation>
		<name>clear ways from piste tags</name>
		<description>piste ways are now split off from ways and duplicated to seperate ways while relation prozessing even if not referenced in relations</description>
		<match mode="or" type="way">
			<tag k="route" v="piste"/>			
			<tag k="piste:type" v=".*"/>
			<tag k="piste:grooming" v=".*"/>
			<tag k="piste:oneway" v=".*"/>	
			<tag k="piste:difficulty" v=".*"/>			
		</match>
		<output>
			<copy-unmatched/>
		</output>
	</translation>
	
	<translation>
		<name>unify ice_cream</name>
		<description>unify ice_cream</description>
		<match>
			<tag k="shop" v="ice_cream"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="amenity" v="ice_cream"/>
		</output>
	</translation>
	
	<translation>
		<name>unify leisure|sport minigolf</name>
		<description>unify leisure|sport minigolf</description>
		<match mode="or">
			<tag k="leisure" v="miniature_golf"/>
			<tag k="sport" v="minigolf"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="sport" v="miniature_golf"/>
		</output>
	</translation>	
	<translation>
		<name>unify leisure|sport skating</name>
		<description>unify leisure|sport skating</description>
		<match mode="or">
			<tag k="leisure" v="skatepark"/>
			<tag k="leisure" v="skate_park"/>
		</match>
		<output>
			<copy-unmatched/>
			<tag k="sport" v="skateboard"/>
		</output>
	</translation>	

	<translation>
		<name>eliminate tourist=information w/o specific information=</name>
		<description>eliminate tourist=information w/o specific information=</description>
		<match mode="and" type="node">
			<match>
				<tag k="tourism" v="information"/>
			</match>
			<notag k="information" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="tourism" v="unspecific_information"/>
		</output>
	</translation>
	
	<translation>
		<name>board:title 2 name</name>
		<description>board:title 2 name</description>
		<match mode="and" type="node">
			<match>
				<tag k="information" v="board"/>
				<tag k="board:title" match_id="name_title" v="(.*)"/>				
			</match>
			<notag k="name" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="name" from_match="name_title" v="{1}"/>
		</output>
	</translation>

	<translation>
		<name>tidals</name>
		<description>tidals</description>
			<match mode="or" >
				<tag k="wetland" v="tidalflat"/>
			</match>
		<output>
			<copy-all/>
			<tag k="tidal" v="yes"/>
		</output>
	</translation>


	<translation>
		<name>EBike Charging public</name>
		<description>EBike Charging public</description>
			<match mode="and" type="node">
				<tag k="amenity" v="charging_station"/>
				<tag k="bicycle" v="yes"/>	
				<match mode="or">
					<tag k="socket:schuko.*" v=".*"/>
					<tag k="socket:typee.*" v=".*"/>
				</match>
				<notag k="access" v="customers|private"/>
				<notag k="fee" v="yes"/>
			</match>
		<output>
			<copy-all/>
				<tag k="amenity" v="ebike_charging_public"/>
		</output>
	</translation>

	<translation>
		<name>EBike Charging customer</name>
		<description>EBike Charging customer</description>
			<match mode="and" type="node">
				<tag k="amenity" v="charging_station"/>
				<tag k="bicycle" v="yes"/>	
				<match mode="or">
					<tag k="socket:schuko.*" v=".*"/>
					<tag k="socket:typee.*" v=".*"/>
				</match>
				<tag k="access" v="customers|customer"/>
				<notag k="fee" v="yes"/>
			</match>
		<output>
			<copy-all/>
				<tag k="amenity" v="ebike_charging_customer"/>
		</output>
	</translation>

	<translation>
		<name>EBike Charging commercial no contract</name>
		<description>EBike Charging commercial no contract</description>
			<match mode="and" type="node">
				<tag k="amenity" v="charging_station"/>
				<tag k="bicycle" v="yes"/>
				<tag k="fee" v="yes"/>
				<match mode="or">
					<tag k="socket:schuko.*" v=".*"/>
					<tag k="socket:typee.*" v=".*"/>
				</match>
				<notag k="authentication:membership_card" v="yes"/>
				<notag k="authentication:app" v="yes"/>
				<notag k="authentication:nfc" v="yes"/>
			</match>
		<output>
			<copy-all/>
				<tag k="amenity" v="ebike_charging_commercial"/>
		</output>
	</translation>


	<translation>
			<name>add tag to identify mp relations in mapsforge for theme</name>
		<description>add tag to identify mp relations in mapsforge for theme</description>
			<match type="relation" mode="and">
				<tag k="type" v="multipolygon"/>
				<notag k="natural|landuse" v=".*"/>
			</match>
		<output>
			<copy-all/>
			<tag k="based_on_rel" v="mp"/>
		</output>
	</translation>

	<!--translation>
		<name>checkpoints</name>
		<description>checkpoints</description>
			<match mode="or">
				<tag k="military|police" v="checkpoint"/>
			</match>
		<output>
			<copy-unmatched/>
				<tag k="barrier" v="checkpoint" />
		</output>
	</translation-->

	
	<translation>
		<name>private amenity</name>
		<description>private toilets</description>
		<match mode="and">
				<tag k="amenity" v="toilets"/>
				<tag k="access" v="private|no"/>
		</match>
		<output>
			<copy-all/>
			<tag k="amenity" v="toilet_private"/>
		</output>
	</translation>	

	<translation>
		<name>post_office=post_partner to amenity=post_office</name>
		<description>only if no further amenity is tagged</description>
			<match mode="and">
			<tag k="post_office" v="post_partner"/>
			<notag k="amenity" v=".*"/>
		</match>
		<output>
			<copy-all/>
			<tag k="amenity" v="post_office"/>
		</output>
	</translation>	

	<translation>
		<name>embankement 2 man_made</name>
		<description>dyke</description>
		<match>
			<tag k="embankment" v="dyke"/>
		</match>
		<output>
			<copy-all/>
			<tag k="man_made" v="dyke"/>
		</output>
	</translation>	

	<translation>
		<name>remove commons</name>
		<description>remove commons</description>
			<match mode="or" >
				<tag k="access" v="yes"/>
			</match>
		<output>
			<copy-unmatched/>
		</output>
	</translation>

	<translation>
		<name>remove dummys</name>
		<description>remove dummys</description>
			<match mode="or" >
				<tag k=".*" v="dummy"/>
			</match>
		<output>
			<copy-unmatched/>
		</output>
	</translation>


</translations>
