Ignore:
Timestamp:
2013-12-22T21:35:19+01:00 (11 years ago)
Author:
donvip
Message:

[josm-geotools] upgrade to GeoTools 10.3 (see README for details)

Location:
applications/editors/josm/plugins/geotools
Files:
17 added
17 deleted
2 edited

Legend:

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

    r29767 r30147  
    66        <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
    77        <classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/>
    8         <classpathentry exported="true" kind="lib" path="lib/gt-api-9.3.jar"/>
    9         <classpathentry exported="true" kind="lib" path="lib/gt-coverage-9.3.jar"/>
    10         <classpathentry exported="true" kind="lib" path="lib/gt-data-9.3.jar"/>
    11         <classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-9.3.jar"/>
    12         <classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-9.3.jar"/>
    13         <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-9.3.jar"/>
    14         <classpathentry exported="true" kind="lib" path="lib/gt-main-9.3.jar"/>
    15         <classpathentry exported="true" kind="lib" path="lib/gt-metadata-9.3.jar"/>
    16         <classpathentry exported="true" kind="lib" path="lib/gt-opengis-9.3.jar"/>
    17         <classpathentry exported="true" kind="lib" path="lib/gt-referencing-9.3.jar"/>
    18         <classpathentry exported="true" kind="lib" path="lib/gt-shapefile-9.3.jar"/>
     8        <classpathentry exported="true" kind="lib" path="lib/gt-api-10.3.jar"/>
     9        <classpathentry exported="true" kind="lib" path="lib/gt-coverage-10.3.jar"/>
     10        <classpathentry exported="true" kind="lib" path="lib/gt-data-10.3.jar"/>
     11        <classpathentry exported="true" kind="lib" path="lib/gt-epsg-extension-10.3.jar"/>
     12        <classpathentry exported="true" kind="lib" path="lib/gt-epsg-hsql-10.3.jar"/>
     13        <classpathentry exported="true" kind="lib" path="lib/gt-geotiff-10.3.jar"/>
     14        <classpathentry exported="true" kind="lib" path="lib/gt-main-10.3.jar"/>
     15        <classpathentry exported="true" kind="lib" path="lib/gt-metadata-10.3.jar"/>
     16        <classpathentry exported="true" kind="lib" path="lib/gt-opengis-10.3.jar"/>
     17        <classpathentry exported="true" kind="lib" path="lib/gt-referencing-10.3.jar"/>
     18        <classpathentry exported="true" kind="lib" path="lib/gt-shapefile-old-10.3.jar"/>
    1919        <classpathentry exported="true" kind="lib" path="lib/hsqldb-1.8.0.7.jar"/>
    2020        <classpathentry exported="true" kind="lib" path="lib/imageio-ext-tiff-1.1.7.jar"/>
     
    2525        <classpathentry exported="true" kind="lib" path="lib/jdom-1.0.jar"/>
    2626        <classpathentry exported="true" kind="lib" path="lib/jsr-275-1.0-beta-2.jar"/>
    27         <classpathentry exported="true" kind="lib" path="lib/jt-contour-1.3.0.jar"/>
    28         <classpathentry exported="true" kind="lib" path="lib/jt-rangelookup-1.3.0.jar"/>
    29         <classpathentry exported="true" kind="lib" path="lib/jt-utils-1.3.0.jar"/>
    30         <classpathentry exported="true" kind="lib" path="lib/jt-vectorbinarize-1.3.0.jar"/>
    31         <classpathentry exported="true" kind="lib" path="lib/jt-vectorize-1.3.0.jar"/>
    32         <classpathentry exported="true" kind="lib" path="lib/jt-zonalstats-1.3.0.jar"/>
     27        <classpathentry exported="true" kind="lib" path="lib/jt-contour-1.3.1.jar"/>
     28        <classpathentry exported="true" kind="lib" path="lib/jt-rangelookup-1.3.1.jar"/>
     29        <classpathentry exported="true" kind="lib" path="lib/jt-utils-1.3.1.jar"/>
     30        <classpathentry exported="true" kind="lib" path="lib/jt-vectorbinarize-1.3.1.jar"/>
     31        <classpathentry exported="true" kind="lib" path="lib/jt-vectorize-1.3.1.jar"/>
     32        <classpathentry exported="true" kind="lib" path="lib/jt-zonalstats-1.3.1.jar"/>
    3333        <classpathentry exported="true" kind="lib" path="lib/vecmath-1.3.2.jar"/>
    3434        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
  • applications/editors/josm/plugins/geotools/README

    r28995 r30147  
    33This plugin provides parts of the GeoTools library for JOSM plugins.
    44    * Licensed under GPL v3 (see LICENSE)
     5
     6The current embedded version of GeoTools is 10.3.
     7
     8However, due to major breaking changes in shapefile implementation in 10.x branch,
     9gt-shapefile-old-10.3.jar is bundled instead of gt-shapefile-10.3.jar to avoid
     10compilation issues in opendata plugin.
     11
     12The switch shapefile -> shapefile-ng must be made in the same time as opendata.
     13
     14See http://docs.codehaus.org/display/GEOTOOLS/Migrate+shapefile+to+shapefile-ng
Note: See TracChangeset for help on using the changeset viewer.