- Timestamp:
- 2023-01-11T20:06:22+01:00 (23 months ago)
- Location:
- trunk/resources/data
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r18632 r18633 7030 7030 <space /> 7031 7031 <key key="historic" value="archaeological_site" /> 7032 <combo key=" site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />7032 <combo key="archaeological_site" text="Type" values="baths,catacombs,city,crannog,enclosure,fortification,geoglyph,grave_field,petroglyph,hut_circle,megalith,necropolis,roman_circus,roman_theater,roman_villa,settlement,tumulus" /> 7033 7033 <reference ref="name_oh_wheelchair" /> 7034 7034 </item> <!-- Archaeological Site --> -
trunk/resources/data/validator/combinations.mapcss
r18626 r18633 107 107 node[lamp_type ][highway!=street_lamp], 108 108 node[map_type ][information!=map], 109 *[ site_type][historic!=archaeological_site],109 *[archaeological_site ][historic!=archaeological_site], 110 110 *[artwork_type ][tourism!=artwork][exhibit!=artwork], 111 111 *[castle_type ][historic!=castle], -
trunk/resources/data/validator/deprecated.mapcss
r18564 r18633 2402 2402 } 2403 2403 2404 /* temporary URLs, can be exte ded to other websites and other keys e.g. "url" or "website", #22397 */2404 /* temporary URLs, can be extended to other websites and other keys e.g. "url" or "website", #22397 */ 2405 2405 *[image][image=~/^https:\/\/westnordost.de\/p\//] { 2406 2406 throwWarning: tr("{0} with a temporary URL which may be outdated very soon", "{0.key}"); … … 2411 2411 } 2412 2412 2413 /* Replaced by archaeological_site, see #22561 */ 2414 *[historic=archaeological_site][site_type] { 2415 throwWarning: tr("{0} should be replaced with {1}", "{1.key}", "archaeological_site"); 2416 fixChangeKey: "site_type => archaeological_site"; 2417 assertMatch: "node historic=archaeological_site site_type=fortification"; 2418 assertNoMatch: "node historic=archaeological_site site_type2=fortification"; 2419 } 2420 2413 2421 /* When tags are deprecated they should be added to ignoretags.cfg too. */ -
trunk/resources/data/validator/ignoretags.cfg
r18575 r18633 732 732 K:type=turnlanes:turns 733 733 K:surface=paving_stones:30 734 E:site_type 734 735 ; 735 736 ; Tags not yet decided (to remove from this section when added or moved up when deprecated)
Note:
See TracChangeset
for help on using the changeset viewer.