Changeset 34739 in osm for applications/editors/josm/plugins
- Timestamp:
- 2018-11-25T17:34:32+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/indoorhelper/data/indoorhelper.validator.mapcss
r33998 r34739 1 1 /* 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 }8 2 9 3 /* rules for wrong assigned ways or nodes */
Note:
See TracChangeset
for help on using the changeset viewer.