Changeset 34739 in osm for applications


Ignore:
Timestamp:
2018-11-25T17:34:32+01:00 (6 years ago)
Author:
donvip
Message:

fix #josm17029 - remove unwanted check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/indoorhelper/data/indoorhelper.validator.mapcss

    r33998 r34739  
    11/* Validator file to check the indoor data for errors */
    2 
    3 /* rule which checks if every way and every POI has a level-tag */
    4 way[!level], node:unconnected[!level]{
    5         throwWarning: tr("This object has no level tag.");
    6         suggestAlternative: "Delete the object or use the plug-in to add a POI tag!";
    7 }
    82
    93/* rules for wrong assigned ways or nodes */
Note: See TracChangeset for help on using the changeset viewer.