Changeset 33998 in osm for applications/editors/josm


Ignore:
Timestamp:
2018-01-12T20:59:27+01:00 (7 years ago)
Author:
donvip
Message:

see #josm15761 - fix remaining issues

Location:
applications/editors/josm/plugins/indoorhelper
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/indoorhelper/.classpath

    r33974 r33998  
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-piclayer"/>
    88        <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"/>
    119        <classpathentry kind="output" path="bin"/>
    1210</classpath>
  • applications/editors/josm/plugins/indoorhelper/README

    r33997 r33998  
    55
    66Indoorhelper is a JOSM plugin to support users when creating their own indoor maps.
    7     Copyright (C) 2016  Erik Gruschka, Rebecca Schmidt
     7    Copyright (C) 2016-2018  Erik Gruschka, Rebecca Schmidt
    88
    99    This program is free software: you can redistribute it and/or modify
  • applications/editors/josm/plugins/indoorhelper/data/indoorhelper.validator.mapcss

    r33974 r33998  
    44way[!level], node:unconnected[!level]{
    55        throwWarning: tr("This object has no level tag.");
    6         fixAdd: tr("level=*");
    76        suggestAlternative: "Delete the object or use the plug-in to add a POI tag!";
    87}
Note: See TracChangeset for help on using the changeset viewer.