wiki:Presets/BICSpain

Version 7 (modified by dcapillae, 5 years ago) ( diff )

Updated preset according to new tagging scheme

BIC Spain

JOSM preset to map Spanish Properties of Cultural Interest (Bienes de Interés Cultural, in Spanish) on OpenStreetMap.

This preset follows the OSM conventions to map Bienes de Interés Cultural (BIC) in Spain. See Key:ref:bic on the OSM Wiki.

The preset itself

<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
                author="Daniel Capilla"
                version="1.12_2023-10-03"
                shortdescription="Bienes de Interés Cultural en España"
                en.shortdescription="Spanish Property of Cultural Interest"
                description="Predifinido de JOSM para mapear Bienes de Interés Cultural (BIC) de España en OpenStreetMap"
                en.description="JOSM preset to map Spanish Properties of Cultural Interest (BIC, in Spanish) on OpenStreetMap"
                baselanguage="es">
<group name="Patrimonio"
        en.name="Heritage">
        <item name="Bien de Interés Cultural (España)"
                en.name="Property of Cultural Interest (Spain)"
                preset_name_label="false" >
<!-- Default values -->
                <key key="heritage" value="2"/>
                <key key="heritage:operator" value="mecd"/>
                <key key="protection_title" value="Bien de Interés Cultural"/>          
                <key key="heritage:website" value="http://www.culturaydeporte.gob.es/cultura-mecd/areas-cultura/patrimonio/bienes-culturales-protegidos.html"/>
<!-- Editable values -->
                <text key="name"
                        text="Nombre del BIC"
                        en.text="BIC name"/>
                <combo key="protection_title:category"
                        values="Monumento,Conjunto histórico,Sitio histórico,Jardín histórico,Zona arqueológica"
                        delimiter=","
                        display_values="Monumento,Conjunto histórico,Sitio histórico,Jardín histórico,Zona arqueológica"
                        en.display_values="Monument,Historic complex,Historic site,Historic garden,Archaeological site"
                        text="Categoría del BIC"
                        en.text="BIC category" />              
                <combo key="bic:criteria"
                        values="M,CH,SH,JH,ZA"
                        delimiter=","
                        display_values="M: Monumento, CH: Conjunto histórico,SH: Sitio histórico,JH: Jardín histórico,ZA: Zona arqueológica"
                        en.display_values="M: Monument,CH: Historic complex,SH: Historic site,JH: Historic garden,ZA: Archaeological site"
                        text="Categoría oficial (M, CH, SH, JH o ZA)"
                        en.text="Official category (M, CH, SH, JH or ZA)"/> 
                <combo key="historic"
                        values="monument,complex,site,garden,archaeological_site"
                        delimiter=","
                        display_values="Monumento,Conjunto,Sitio,Jardín,Zona arqueológica"
                        en.display_values="Monument,Complex,Site,Garden,Archaeological site"
                        text="Tipo de objeto histórico"
                        en.text="Type of historic object" />              
            
                <space/>                
                <text key="ref:bic" text="Número de referencia" en.text="Reference number"/>    
                <text key="bic:inscription_date"
                        text="Protegido desde (formato:1988-03-17)"
                        en.text="Protected since (format:1988-03-17)"/>         
                <space/>                
                <text key="wikipedia"
                        text="Artículo Wikipedia (es:Ejemplo)"
                        en.text="Wikipedia article (es:Example)"/>
                <text key="wikimedia_commons"
                        text="Categoría Commons (Category:Ejemplo)"
                        en.text="Commons category (Category:Example)" />
                <text key="wikidata"
                        text="Elemento Wikidata"
                        en.text="Wikidata item" />
                        <space/>
                <link href="https://wiki.openstreetmap.org/wiki/Key:ref:bic"/>
        </item>
</group>
</presets>

Presets_BICSpain-preset.xml, Presets_BICSpain.zip

Note: See TracWiki for help on using the wiki.