﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10358	[patch] presets added translation links to missing items	frankthetankk	team	"With my attempt to clean up the internal presets code and make it easier to read #10351 I noticed a lot of items with errors and/or missing `href` links. I made a patch that only focuses on fixing/adding `href` links. 

I understand about adding links to presets with only key/values doesn't help with 'getting more information' since there is no other values to change, for example `highway=stop` and `highway=give_way`. I feel since adding the translations in anyways is always beneficial in later use. For example with the `highway=stop`(which should have `direction` and maybe other `key` added).  One way it helps by displaying the icon and preset path under the 'Tags/Membership' window to make it easier to see. I tested the `match` with different values without any difference for showing up in the 'Tags/Membership' window. There is also numerous `item` already in place that is similar, for example `Groyne`.

Below are a brief list of changes.

 *  `highway=construction` - Changed the english link. I was told the link may be wiped [https://josm.openstreetmap.de/ticket/10303#comment:2 here].
 * `highway=stop` - Added full links
 * `highway=give_way` - Added full links
 * `barrier=spikes` - Added full links
 * `barrier=hampshire_gate` - Added full links
 * `covered=colonnade` - Added missing links `fr`, `pl`
 * `barrier=bump_gate` - Added full links
 * `barrier=hampshire_gate` - Added full links
 * `barrier=stile` - Fixed link
 * `barrier=sally_port` - Fixed/Added links
 * `waterway=waterfall` - Added link
 * `landuse=basin` - Added full links
 * `man_made=reservoir_covered` - Added full links
 * `natural=land` - Added link (`item` should be deleted entirely)
 * `natural=mud` - Added full links
 * `natural=bay` - Added full links
 * `leisure=marina` - Added full links
 * `aerialway=gondola` - Fixed link
 * `aerialway=t-bar` - Fixed link
 * `aerialway=j-bar` - Fixed link
 * `aerialway=platter` - Fixed link
 * `aerialway=rope_tow` - Fixed link
 * `aerialway=magic_carpet` - Fixed link
 * `aerialway=goods` - Added link
 * `aerialway=station` - Fixed link
 * `aerialway=pylon` - Fixed link
 * `amenity=car_wash` - Added full links
 * `shop=car_repair` - Added full links
 * `shop=tyres` - Added full links
 * `amenity=motorcycle_parking` - Added full links
 * `public_transport=platform` - Added full links. `highway=platform` was old and replaced.
 * `tourism=attraction` - Added full links
 * `information=map` - Added full links
 * `information=board` - Added full links
 * `information=terminal` - Added full links
 * `information=audioguide` - Added full links
 * `tourism=picnic_site` - Added full links
 * `leisure=swimming_pool` - Added full links
 * `amenity=kindergarten` - Added full links
 * `amenity=driving_school` - Fixed link, added links
 * `amenity=nursing_home` - Added full links
 * `amenity=shelter` - Added full links
 * `amenity=hunting_stand` - Added full links
 * `leisure=stadium` - Added full links
 * `leisure=sports_centre` - Added full links
 * `leisure=track` - Added full links
 * `leisure=pitch` - Added full links
 * `leisure=golf_course` - Added full links
 * `sport=motor` - Added full links
 * `sport=karting` - Added full links
 * `sport=motocross` - Added full links
 * `sport=safety_training` - Added full links
 * `sport=model_aerodrome` - Added full links
 * `sport=rc_car` - Added full links
 * `building` - Added links for `Residential Building`
 * `man_made=tower` - Added full links
 * `man_made=works` - Added full links
 * `man_made=chimney` - Fixed link
 * `man_made=gasometer` - Added full links
 * `man_made=water_tower` - Added full links
 * `historic=ruins` - Added full links
 * `geological=palaeontological_site` - Fixed link
 * `historic=monument` - Added full links
 * `historic=wayside_cross` - Added full links
 * `historic=wayside_shrine` - Added full links
 * `historic=boundary_stone` - Added full links
 * `shop=tailor` - Added full links
 * `shop=furniture` - Added full links
 * `boundary=national` - Added full links (`item` should be removed. use `boundary=` instead)
 * `place=continent` - Added full links (`item` should be removed. There is only 7 continents on earth. No need to add more.)
 * `place=country` - Added full links
 * `place=state` - Added full links
 * `place=region` - Added full links (`item` should be removed. use `place=` instead)
 * `place=county` - Added full links
 * `place=city` - Added full links
 * `place=village` - Added full links
 * `place=hamlet` - Added full links
 * `place=isolated_dwelling` - Added full links
 * `leisure=nature_reserve` - Added full links
 * `natural=scree` - Added full links
 * `natural=scrub` - Added full links
 * `landuse=farmland` - Added full links
 * `landuse=meadow` - Added full links
 * `landuse=vineyard` - Added full links
 * `landuse=allotments` - Added full links
 * `leisure=garden` - Added full links
 * `landuse=grass` - Added full links
 * `leisure=park` - Added full links
 * `landuse=residential` - Added full links
 * `Contact (common schema)` - Added full links
 * `route=power` - Added full links"	enhancement	closed	normal	14.08	Internal preset	tested	fixed	translations	
