Skip to content

Commit

Permalink
add flag:type to flagpole preset ; ignore some other popular tags
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18245 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
don-vip committed Oct 3, 2021
1 parent 6744f0c commit bbda76a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/data/defaultpresets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5602,6 +5602,7 @@
<item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
<link wiki="Tag:man_made=flagpole" />
<key key="man_made" value="flagpole" />
<combo key="flag:type" text="Type" values="advertising,athletic,governmental,military,municipal,national,organisation,regional,religious,signal" values_context="flag" match="keyvalue!" values_searchable="true" />
</item> <!-- Flagpole -->
<item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
<link wiki="Tag:man_made=cross" />
Expand Down
5 changes: 4 additions & 1 deletion resources/data/validator/ignoretags.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ S:LandPro08:
S:addr:TW:
S:naptan:
S:raba:
S:seamark:
S:taxon:
;
; Ignore valid and semi-valid keys that equal...
;
Expand Down Expand Up @@ -84,6 +86,7 @@ E:rcn_ref
E:lcn_ref
E:isced:level
E:cycleway
E:cycleway:both
E:abutters
E:survey_date
E:survey:date
Expand Down Expand Up @@ -124,7 +127,6 @@ E:memorial:text
E:memorial:ref
E:wheelchair:description
E:denotation
E:seamark:type
E:traffic_sign
E:building:levels
E:distance
Expand Down Expand Up @@ -168,6 +170,7 @@ F::wikidata
;
; Misc Tags
;
K:boundary=health
K:boundary=local_authority
K:mofa=use_sidepath
K:moped=use_sidepath
Expand Down

0 comments on commit bbda76a

Please sign in to comment.