Ignore:
Timestamp:
2019-01-25T06:45:38+01:00 (6 years ago)
Author:
gerdp
Message:

see #17227 Show error message for erroneous poly file or accept it

  • rewrite of importer and exporter to improve name handling and multipolygon creation
  • add support for "Several of these files may be combined to one multi-sectioned file. In this case each section must be separated from its preceding section by an empty line (combined files are used by the programs osmrelpoly and osmassignpoly)."
  • add unit tests
Location:
applications/editors/josm/plugins/poly
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/poly

    • Property svn:ignore
      •  

        old new  
         1bin
        12build
        2 bin
         3buildtest
        34checkstyle-josm-poly.xml
        45findbugs-josm-poly.xml
        56javadoc
         7spotbugs-josm-poly.xml
  • applications/editors/josm/plugins/poly/.classpath

    r32680 r34860  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
     4        <classpathentry kind="src" output="buildtest" path="test/unit">
     5                <attributes>
     6                        <attribute name="test" value="true"/>
     7                </attributes>
     8        </classpathentry>
     9        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    510        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry kind="output" path="bin"/>
     11        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
     12        <classpathentry kind="output" path="build"/>
    713</classpath>
Note: See TracChangeset for help on using the changeset viewer.