Opened 7 years ago

Last modified 4 years ago

#17014 new enhancement

"produce" key — at Initial Version

Reported by: naoliv Owned by: team
Priority: normal Milestone:
Component: Internal preset Version:
Keywords: crop produce Cc:

Description

Do you prefer to ignore produce

  • data/validator/ignoretags.cfg

    diff --git a/data/validator/ignoretags.cfg b/data/validator/ignoretags.cfg
    index 3704c25d0..969f4fa81 100644
    a b E:capacity  
    120120E:cables
    121121E:circuits
    122122E:direction
     123E:produce
    123124;
    124125; Ignore valid and semi-valid keys that end with...
    125126;

or to have something similar to this in the presets?

  • data/defaultpresets.xml

    diff --git a/data/defaultpresets.xml b/data/defaultpresets.xml
    index 51e71dc38..320d509e3 100644
    a b  
    1136911369                  uk.href="https://wiki.openstreetmap.org/wiki/Uk:Tag:landuse=forest" />
    1137011370            <space />
    1137111371            <key key="landuse" value="forest" />
     11372            <optional>
     11373                <combo key="produce" text="Produce" values="christmas_trees,cork,fire_wood,latex,maple_syrup,oil,timber" />
     11374            </optional>
    1137211375            <reference ref="leaf" />
    1137311376            <reference ref="optional_name" />
    1137411377        </item> <!-- Forest -->
     
    1159811601                  pt_BR.href="https://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=farmland" />
    1159911602            <space />
    1160011603            <key key="landuse" value="farmland" />
    11601             <combo key="crop" text="Crop" values="corn,grass,rice,wheat,hop,tea" values_context="crop" />
     11604            <optional>
     11605                <combo key="crop" text="Crop" values="barley,cereal,corn,grass,potato,rice,rye,soy,sugarcane,tea,tomato,vegetable,wheat" values_context="crop" />
     11606                <combo key="produce" text="Produce" values="barley,cereal,corn,grass,potato,rice,rye,soy,sugarcane,tea,tomato,vegetable,wheat" />
     11607            </optional>
    1160211608            <reference ref="optional_name" />
    1160311609        </item> <!-- Farmland -->
    1160411610        <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
     
    1169811704            <space />
    1169911705            <key key="landuse" value="aquaculture" />
    1170011706            <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
     11707            <optional>
     11708                <combo key="produce" text="Produce" values="crocodile,fish,mussels,oysters,prawns,seaweed,shrimp" />
     11709            </optional>
    1170111710            <reference ref="optional_name_operator" />
    1170211711        </item> <!-- Aquaculture -->
    1170311712        <separator/>

Change History (0)

Note: See TracTickets for help on using tickets.