Changeset 18552 in josm for trunk/resources/data/validator
- Timestamp:
- 2022-09-08T15:27:14+02:00 (2 years ago)
- Location:
- trunk/resources/data/validator
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/deprecated.mapcss
r18545 r18552 2400 2400 } 2401 2401 2402 /* Replaced by type=connectivity */ 2403 *[type="turnlanes:turns"] { 2404 throwWarning: tr("{0} is deprecated", "{0.tag}"); 2405 suggestAlternative: "type=connectivity"; 2406 group: tr("deprecated tagging"); 2407 } 2408 2402 2409 /* When tags are deprecated they should be added to ignoretags.cfg too. */ -
trunk/resources/data/validator/highway.mapcss
r18523 r18552 208 208 assertNoMatch: "way highway=trunk"; 209 209 } 210 211 /* #21396 comment 39 */ 212 *[surface=~/^paving_stones:(\d+)$/] { 213 throwWarning: tr("{0} with trailing number", "paving_stones"); 214 group: tr("questionable value (ending with a number)"); 215 suggestAlternative: "paving_stones:length"; 216 suggestAlternative: "paving_stones:width"; 217 } -
trunk/resources/data/validator/ignoretags.cfg
r18545 r18552 104 104 E:interval 105 105 E:maxspeed 106 E:maxspeed:type 106 107 E:maxstay 107 108 E:maxweight:signed … … 732 733 E:voltage-low 733 734 E:toilet 735 K:type=turnlanes:turns 736 K:surface=paving_stones:30 734 737 ; 735 738 ; Tags not yet decided (to remove from this section when added or moved up when deprecated) 736 ; see josm tickets: 17770 15309 15774 16315 16658 16793 19982 737 ; 738 K:service=irrigation 739 K:man_made=tunnel 739 ; see josm tickets: 17770 15309 15774 16315 16658 16793 19982 21396 740 ; 741 K:advertising=board 740 742 K:amenity=childcare 741 K:landuse=logging 742 K:indoor=wall 743 K:indoor=room 744 K:indoor=corridor 745 K:highway=corridor 743 K:amenity=loading_dock 744 K:amenity=parcel_locker 745 K:amenity=payment_terminal 746 K:barrier=sliding_gate 747 K:boundary=forest_compartment 748 K:craft=grinding_mill 746 749 K:crossing=zebra 750 K:emergency=access_point 751 K:golf=cartpath 752 K:healthcare:speciality=general 747 753 K:healthcare=alternative 754 K:healthcare=centre 755 K:healthcare=clinic 748 756 K:healthcare=dentist 749 757 K:healthcare=doctor 750 758 K:healthcare=hospital 751 759 K:healthcare=pharmacy 752 K:healthcare=clinic753 K:healthcare=centre754 760 K:healthcare=physiotherapist 755 761 K:healthcare=yes 756 K:golf=cartpath 762 K:hedge=hedge_bank 763 K:highway=corridor 764 K:historic=bomb_crater 765 K:indoor=area 766 K:indoor=corridor 767 K:indoor=room 768 K:indoor=wall 769 K:landuse=logging 770 ; See #21964/#21907 for WIP patch for leisure=sports_hall 771 K:leisure=sports_hall 772 K:man_made=courtyard 773 K:man_made=gantry 774 K:man_made=tunnel 757 775 K:man_made=water_tap 776 K:military=trench 777 K:natural=crevasse 778 K:path=crossing 779 K:railway=proposed 758 780 K:railway=tram_crossing 759 781 K:railway=tram_level_crossing 782 K:road_marking=solid_stop_line 783 K:service=irrigation 784 785 ; These tags should probably have better software support, but maybe they can be in the appropriate section in this file. 786 ; Examples: oneway:moped and cycleway:right:oneway. 787 F::oneway 788 S:oneway:
Note:
See TracChangeset
for help on using the changeset viewer.