Changeset 33998 in osm for applications/editors/josm
- Timestamp:
- 2018-01-12T20:59:27+01:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/indoorhelper
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/indoorhelper/.classpath
r33974 r33998 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-piclayer"/> 8 8 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 9 <classpathentry kind="lib" path="/afs/tu-chemnitz.de/home/urz/r/rebsc/projects/josm/dist/PicLayer.jar"/>10 <classpathentry kind="lib" path="/afs/tu-chemnitz.de/home/urz/r/rebsc/projects/josm/core/dist/josm-custom.jar" sourcepath="/JOSM/src"/>11 9 <classpathentry kind="output" path="bin"/> 12 10 </classpath> -
applications/editors/josm/plugins/indoorhelper/README
r33997 r33998 5 5 6 6 Indoorhelper is a JOSM plugin to support users when creating their own indoor maps. 7 Copyright (C) 2016 Erik Gruschka, Rebecca Schmidt7 Copyright (C) 2016-2018 Erik Gruschka, Rebecca Schmidt 8 8 9 9 This program is free software: you can redistribute it and/or modify -
applications/editors/josm/plugins/indoorhelper/data/indoorhelper.validator.mapcss
r33974 r33998 4 4 way[!level], node:unconnected[!level]{ 5 5 throwWarning: tr("This object has no level tag."); 6 fixAdd: tr("level=*");7 6 suggestAlternative: "Delete the object or use the plug-in to add a POI tag!"; 8 7 }
Note:
See TracChangeset
for help on using the changeset viewer.