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 120 120 E:cables 121 121 E:circuits 122 122 E:direction 123 E:produce 123 124 ; 124 125 ; Ignore valid and semi-valid keys that end with... 125 126 ;
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 11369 11369 uk.href="https://wiki.openstreetmap.org/wiki/Uk:Tag:landuse=forest" /> 11370 11370 <space /> 11371 11371 <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> 11372 11375 <reference ref="leaf" /> 11373 11376 <reference ref="optional_name" /> 11374 11377 </item> <!-- Forest --> … … 11598 11601 pt_BR.href="https://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=farmland" /> 11599 11602 <space /> 11600 11603 <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> 11602 11608 <reference ref="optional_name" /> 11603 11609 </item> <!-- Farmland --> 11604 11610 <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true"> … … 11698 11704 <space /> 11699 11705 <key key="landuse" value="aquaculture" /> 11700 11706 <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> 11701 11710 <reference ref="optional_name_operator" /> 11702 11711 </item> <!-- Aquaculture --> 11703 11712 <separator/>
Note:
See TracTickets
for help on using tickets.