| Version 11 (modified by , 6 years ago) ( diff ) |
|---|
Place_ES presets
Tag easily places (entities and territories) from Spain. Also sub-city entities.
The preset itself
All further edits on this preset will be reverted as long as the error of this preset is not clarified on the respective ticket as request in https://josm.openstreetmap.de/wiki/Presets/Places_ES?action=diff&version=9!
<?xml version="1.0" encoding="UTF-8"?> <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="iago" shortdescription="Places_ES" es.shortdescription="Lugares_ES" gl.shortdescription="Lugares_ES" description="Tag easily places (entities and territories) from Spain." version="1.013_2020-01-15" link="https://raw.githubusercontent.com/iagocg/presets_josm/master/Places_ES/Places_ES.xml" icon="city.svg" baselanguage="en" > <!-- Author: Iago Casabiell González Icons created by: Iago Casabiell González Code derived from: http://josm.openstreetmap.de/tagging-preset-1.0 Format description: https://josm.openstreetmap.de/wiki/TaggingPresets --> <!-- Item chunks --> <chunk id="entities"> <text key="name" text="Name" es.text="Nombre" gl.text="Nome" /> <combo key="capital" text="Capital" es.text="Capital" gl.text="Capital" values_searchable="true" values_sort="false" > <list_entry value="2" short_description="National capital" es.short_description="Capital nacional" gl.short_description="Capital nacional" /> <list_entry value="4" short_description="Autonomical capital" es.short_description="Capital autonómica" gl.short_description="Capital autonómica" /> <list_entry value="6" short_description="Province capital" es.short_description="Capital provincial" gl.short_description="Capital provincial" /> <list_entry value="7" short_description="County capital" es.short_description="Capital comarcal" gl.short_description="Capital comarcal" /> <list_entry value="8" short_description="Municipality capital" es.short_description="Capital municipal" gl.short_description="Capital municipal" /> <list_entry value="9" short_description="Submunicipal capital" es.short_description="Capital de parroquia civil o pedanía" gl.short_description="Capital de parroquia civil" /> </combo> <check key="maritime" text="Maritime" es.text="Marítima" gl.text="Marítima" /> <text key="population" text="Population" es.text="Población" gl.text="Poboación" /> <text key="population:date" text="Population census year" es.text="Año del censo de población" gl.text="Ano do censo de poboación" /> <text key="source:population" text="Population census source" es.text="Fuente del censo de población" gl.text="Fonte do censo de poboación" /> <text key="ref" text="INE code" es.text="Código INE" gl.text="Código INE" /> <text key="wikipedia" text="Wikipedia" /> <text key="wikidata" text="Wikidata" /> <text key="website" text="Website" es.text="Página web" gl.text="Páxina web" /> <text key="source" text="Source" es.text="Fuente" gl.text="Fonte" /> </chunk> <chunk id="territories"> <text key="name" text="Name" es.text="Nombre" gl.text="Nome" /> <check key="maritime" text="Maritime" es.text="Marítima" gl.text="Marítima" /> <text key="population" text="Population" es.text="Población" gl.text="Poboación" /> <text key="population:date" text="Population census year" es.text="Año del censo de población" gl.text="Ano do censo de poboación" /> <text key="source:population" text="Population census source" es.text="Fuente del censo de población" gl.text="Fonte do censo de poboación" /> <text key="ref" text="INE code" es.text="Código INE" gl.text="Código INE" /> <text key="wikipedia" text="Wikipedia" /> <text key="wikidata" text="Wikidata" /> <text key="website" text="Website" es.text="Página web" gl.text="Páxina web" /> <text key="source" text="Source" es.text="Fuente" gl.text="Fonte" /> </chunk> <chunk id="sub_city"> <text key="name" text="Name" es.text="Nombre" gl.text="Nome" /> <check key="maritime" text="Maritime" es.text="Marítima" gl.text="Marítima" /> <text key="population" text="Population" es.text="Población" gl.text="Poboación" /> <text key="population:date" text="Population census year" es.text="Año del censo de población" gl.text="Ano do censo de poboación" /> <text key="source:population" text="Population census source" es.text="Fuente del censo de población" gl.text="Fonte do censo de poboación" /> <text key="ref" text="INE code" es.text="Código INE" gl.text="Código INE" /> <text key="wikipedia" text="Wikipedia" /> <text key="wikidata" text="Wikidata" /> <text key="website" text="Website" es.text="Página web" gl.text="Páxina web" /> <text key="source" text="Source" es.text="Fuente" gl.text="Fonte" /> </chunk> <!-- Groups --> <group name="Places_ES" icon="city.svg"> <item name="Country" es.name="País" gl.name="País" icon="territory02.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=country" /> <space /> <key key="place" value="country" /> <key key="admin_level" value="2" /> <reference ref="territories" /> </item> <!-- Country --> <item name="State" es.name="Comunidad autónoma" gl.name="Comunidade autónoma" icon="territory04.svg" name_context="place" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=state" /> <space /> <key key="place" value="state" /> <key key="admin_level" value="4" /> <reference ref="territories" /> </item> <!-- State --> <item name="Province" es.name="Provincia" gl.name="Provincia" icon="territory06.svg" name_context="place" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=province" /> <space /> <key key="place" value="province" /> <key key="admin_level" value="6" /> <reference ref="territories" /> </item> <!-- Province --> <item name="County" es.name="Comarca" gl.name="Comarca" icon="territory07.svg" name_context="place" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=county" /> <space /> <key key="place" value="county" /> <key key="admin_level" value="7" /> <reference ref="territories" /> </item> <!-- County --> <item name="Municipality" es.name="Municipio" gl.name="Municipio" icon="territory08.svg" name_context="place" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=municipality" /> <space /> <key key="place" value="municipality" /> <key key="admin_level" value="8" /> <reference ref="territories" /> </item> <!-- Municipality --> <item name="Civil Parish" es.name="Parroquia civil" gl.name="Parroquia civil" icon="territory09.svg" name_context="place" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=civil_parish" /> <space /> <key key="place" value="civil_parish" /> <key key="admin_level" value="9" /> <reference ref="territories" /> </item> <!-- Civil Parish --> <!--<item name="Ward" es.name="Entidad de población" gl.name="Entidade de poboación" short_description="Territory of a Ward" es.short_description="Territorio de una entidad de población" gl.short_description="Territorio dunha entidade de poboación" icon="territory10.svg" name_context="place" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=ward" /> <space /> <key key="place" value="ward" /> <key key="admin_level" value="10" /> <reference ref="territories" /> </item> --> <!-- Ward --> <separator/> <item name="City" es.name="Ciudad" gl.name="Cidade" icon="city.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=city" /> <space /> <key key="place" value="city" /> <reference ref="entities" /> </item> <!-- City --> <item name="Town" es.name="Villa" gl.name="Vila grande" icon="town.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=town" /> <space /> <key key="place" value="town" /> <reference ref="entities" /> </item> <!-- Town --> <item name="Village" es.name="Pueblo" gl.name="Vila pequena" icon="village.3.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=village" /> <space /> <key key="place" value="village" /> <reference ref="entities" /> </item> <!-- Village --> <item name="Hamlet" es.name="Aldea" gl.name="Aldea" icon="hamlet.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=hamlet" /> <space /> <key key="place" value="hamlet" /> <reference ref="entities" /> </item> <!-- Hamlet --> <item name="Isolated Dwelling" es.name="Viviendas aisladas" gl.name="Vivendas illadas" icon="isolated_dwelling.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=isolated_dwelling" /> <space /> <key key="place" value="isolated_dwelling" /> <reference ref="entities" /> </item> <!-- Isolated Dwelling --> <separator/> <item name="Borough" es.name="Distrito urbano" gl.name="Distrito urbano" icon="borough.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=borough" /> <space /> <key key="place" value="borough" /> <reference ref="sub_city" /> </item> <!-- Borough --> <item name="Suburb" es.name="Barrio" gl.name="Barrio" icon="suburb.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=suburb" /> <space /> <key key="place" value="suburb" /> <reference ref="sub_city" /> </item> <!-- Suburb --> <item name="Quarter" es.name="Cuarto" gl.name="Cuarto" icon="quarter.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=quarter" /> <space /> <key key="place" value="quarter" /> <reference ref="sub_city" /> </item> <!-- Quarter --> <item name="Neighbourhood" es.name="Vecindario" gl.name="Vecindario" icon="neighbourhood.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=neighbourhood" /> <space /> <key key="place" value="neighbourhood" /> <reference ref="sub_city" /> </item> <!-- Neighbourhood --> <item name="City Block" es.name="Manzana" gl.name="Mazá" icon="city_block.svg" type="node,closedway" preset_name_label="true" > <link wiki="Tag:place=city_block" /> <space /> <key key="place" value="city_block" /> <reference ref="sub_city" /> </item> <!-- City Block --> </group> <!-- Places_ES --> </presets>
Attachments (41)
-
allotments.png
(565 bytes
) - added by 6 years ago.
allotments icon
-
borough.png
(741 bytes
) - added by 6 years ago.
icon
-
city.png
(869 bytes
) - added by 6 years ago.
icon
-
city_block.png
(745 bytes
) - added by 6 years ago.
icon
- hamlet.png (566 bytes ) - added by 6 years ago.
- isolated_dwelling.png (570 bytes ) - added by 6 years ago.
- neighbourghood.png (769 bytes ) - added by 6 years ago.
- plot.png (752 bytes ) - added by 6 years ago.
- quarter.png (781 bytes ) - added by 6 years ago.
- suburb.png (754 bytes ) - added by 6 years ago.
- territory02.png (661 bytes ) - added by 6 years ago.
- territory04.png (488 bytes ) - added by 6 years ago.
- territory06.png (631 bytes ) - added by 6 years ago.
- territory07.png (523 bytes ) - added by 6 years ago.
- territory08.png (680 bytes ) - added by 6 years ago.
- territory09.png (611 bytes ) - added by 6 years ago.
- territory10.png (626 bytes ) - added by 6 years ago.
- town.png (862 bytes ) - added by 6 years ago.
- village.png (639 bytes ) - added by 6 years ago.
-
neighbourhood.png
(769 bytes
) - added by 6 years ago.
corrected spelling
- allotments.svg (4.0 KB ) - added by 6 years ago.
- borough.svg (3.1 KB ) - added by 6 years ago.
- city.svg (3.6 KB ) - added by 6 years ago.
- city_block.svg (3.1 KB ) - added by 6 years ago.
- hamlet.svg (2.8 KB ) - added by 6 years ago.
- isolated_dwelling.svg (2.8 KB ) - added by 6 years ago.
- neighbourhood.svg (3.2 KB ) - added by 6 years ago.
- plot.svg (3.8 KB ) - added by 6 years ago.
- quarter.svg (3.2 KB ) - added by 6 years ago.
- suburb.svg (3.1 KB ) - added by 6 years ago.
- territory02.svg (3.6 KB ) - added by 6 years ago.
- territory04.svg (3.6 KB ) - added by 6 years ago.
- territory07.svg (3.6 KB ) - added by 6 years ago.
- territory06.svg (3.6 KB ) - added by 6 years ago.
- territory08.svg (3.6 KB ) - added by 6 years ago.
- territory09.svg (3.5 KB ) - added by 6 years ago.
- territory10.svg (3.5 KB ) - added by 6 years ago.
- town.svg (2.9 KB ) - added by 6 years ago.
- village.svg (2.6 KB ) - added by 6 years ago.
- village.3.svg (2.7 KB ) - added by 6 years ago.
-
farm.svg
(2.8 KB
) - added by 6 years ago.
farm
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.


