Changeset 30147 in osm
- Timestamp:
- 2013-12-22T21:35:19+01:00 (11 years ago)
- 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 6 6 <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/> 7 7 <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"/> 19 19 <classpathentry exported="true" kind="lib" path="lib/hsqldb-1.8.0.7.jar"/> 20 20 <classpathentry exported="true" kind="lib" path="lib/imageio-ext-tiff-1.1.7.jar"/> … … 25 25 <classpathentry exported="true" kind="lib" path="lib/jdom-1.0.jar"/> 26 26 <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"/> 33 33 <classpathentry exported="true" kind="lib" path="lib/vecmath-1.3.2.jar"/> 34 34 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/> -
applications/editors/josm/plugins/geotools/README
r28995 r30147 3 3 This plugin provides parts of the GeoTools library for JOSM plugins. 4 4 * Licensed under GPL v3 (see LICENSE) 5 6 The current embedded version of GeoTools is 10.3. 7 8 However, due to major breaking changes in shapefile implementation in 10.x branch, 9 gt-shapefile-old-10.3.jar is bundled instead of gt-shapefile-10.3.jar to avoid 10 compilation issues in opendata plugin. 11 12 The switch shapefile -> shapefile-ng must be made in the same time as opendata. 13 14 See http://docs.codehaus.org/display/GEOTOOLS/Migrate+shapefile+to+shapefile-ng
Note:
See TracChangeset
for help on using the changeset viewer.