Changeset 35903 in osm for applications/editors
- Timestamp:
- 2022-01-27T17:48:29+01:00 (3 years ago)
- Location:
- applications/editors/josm/plugins/geotools
- Files:
-
- 9 added
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/README
r34513 r35903 4 4 * Licensed under GPL v3 (see LICENSE) 5 5 6 The current embedded version of GeoTools is 19.2. 6 The current embedded version of GeoTools is 26.2. 7 -
applications/editors/josm/plugins/geotools/build.xml
r35901 r35903 28 28 </fileset> 29 29 30 <target name="merge-geotools-services" >30 <target name="merge-geotools-services" depends="fetch_dependencies"> 31 31 <taskdef resource="org/pescuma/mergeservices/antlib.xml" classpath="tools/merge-services.jar" /> 32 32 <delete dir="jar/META-INF/services"/> … … 38 38 </fileset> 39 39 </merge-services> 40 <echo>Check the updated files in jar/META-INF/services for lines where two 41 services got merged. Example: 42 org.geotools.coverage.util.FilterFunction_isCoverageorg.geotools.filter.AreaFunction 43 </echo> 40 44 </target> 41 45 … … 58 62 <include name="META-INF/MANIFEST.MF"/> 59 63 <include name="META-INF/javax.media.jai.registryFile.jai"/> 60 <!-- Required by the JSR 385 implementation (indriya). See JOSM #21803 -->61 <include name="META-INF/services/tech.units.indriya.spi.NumberSystem"/>62 <include name="META-INF/services/org.geotools.*"/>63 <include name="META-INF/services/org.opengis.*"/>64 64 </zipfileset> 65 65 </jar> … … 77 77 see https://stackoverflow.com/a/18495658/2257172 --> 78 78 <attribute name="Specification-Title" value="JOSM GeoTools plugin"/> 79 <attribute name="Specification-Version" value="22.0"/>79 <attribute name="Specification-Version" value="${gt.version}"/> 80 80 <attribute name="Specification-Vendor" value="JOSM developers" /> 81 81 <attribute name="Implementation-Title" value="org.openstreetmap.josm.plugins.geotools" /> 82 <attribute name="Implementation-Version" value="22.0" />82 <attribute name="Implementation-Version" value="${gt.version}" /> 83 83 <attribute name="Implementation-Vendor" value="JOSM developers"/> 84 84 </manifest> -
applications/editors/josm/plugins/geotools/ivy_settings.xml
r35898 r35903 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <ivysettings> 3 <!-- <include file="../../core/ivysettings.xml"/>-->4 <property name="gt.version" value="26. 1"/> <!-- 26.1 -->3 <!-- When geotools is updated, run `ant merge-geotools-services` --> 4 <property name="gt.version" value="26.2"/> 5 5 <settings defaultResolver="ordered-resolvers"/> 6 6 <resolvers> 7 7 <chain name="ordered-resolvers"> 8 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" /> 8 9 <ibiblio name="osgeo" m2compatible="true" root="https://repo.osgeo.org/repository/release/" /> 9 10 <ibiblio name="central" m2compatible="true" root="https://repo1.maven.org/maven2/" /> 10 <!--<ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />-->11 <!--<resolver ref="josm-nexus"/>-->12 11 </chain> 13 12 </resolvers> -
applications/editors/josm/plugins/geotools/jar/META-INF/services/java.sql.Driver
r31599 r35903 1 org.h sqldb.jdbc.JDBCDriver1 org.h2.Driverorg.hsqldb.jdbc.JDBCDriver -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageInputStreamSpi
r31744 r35903 1 1 it.geosolutions.imageio.stream.input.spi.FileImageInputStreamExtImplSpi 2 2 it.geosolutions.imageio.stream.input.spi.URLImageInputStreamSpi 3 it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi 4 5 # 3 it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi# 6 4 # $RCSfile: javax.imageio.spi.ImageInputStreamSpi,v $ 7 5 # -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageReaderSpi
r28946 r35903 1 it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReaderSpi 2 3 # 1 it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReaderSpi# 4 2 # $RCSfile: javax.imageio.spi.ImageReaderSpi,v $ 5 3 # -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageWriterSpi
r28946 r35903 1 1 it.geosolutions.imageioimpl.plugins.tiff.TIFFImageWriterSpi 2 3 2 # 4 3 # $RCSfile: javax.imageio.spi.ImageWriterSpi,v $ -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.media.jai.OperationRegistrySpi
r28946 r35903 46 46 # 47 47 com.sun.media.jai.imageioimpl.ImageReadWriteSpi 48 it.geosolutions.jaiext.crop.CropSpi -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.media.jai.OperationsRegistrySpi
r31599 r35903 1 org.jaitools.media.jai.contour.ContourSpi2 org.jaitools.media.jai.rangelookup.RangeLookupSpi3 org.jaitools.media.jai.vectorbinarize.VectorBinarizeSpi4 org.jaitools.media.jai.vectorize.VectorizeSpi5 1 org.jaitools.media.jai.zonalstats.ZonalStatsSpi -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.data.DataStoreFactorySpi
r35137 r35903 1 org.geotools.data.h2.H2DataStoreFactory 2 org.geotools.data.h2.H2JNDIDataStoreFactory 1 3 org.geotools.data.shapefile.ShapefileDataStoreFactory 2 4 org.geotools.data.shapefile.ShapefileDirectoryFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.referencing.operation.MathTransformProvider
r35123 r35903 42 42 org.geotools.referencing.operation.projection.NewZealandMapGrid$Provider 43 43 org.geotools.referencing.operation.projection.Krovak$Provider 44 org.geotools.referencing.operation.projection.Krovak$NorthProvider 44 45 org.geotools.referencing.operation.projection.CassiniSoldner$Provider 45 46 org.geotools.referencing.operation.projection.EquidistantConic$Provider … … 55 56 org.geotools.referencing.operation.projection.WorldVanDerGrintenI$Provider 56 57 org.geotools.referencing.operation.projection.Sinusoidal$Provider 58 org.geotools.referencing.operation.projection.Homolosine$Provider 57 59 org.geotools.referencing.operation.projection.GeneralOblique$Provider 58 60 org.geotools.referencing.operation.projection.MeteosatSG$Provider … … 64 66 org.geotools.referencing.operation.projection.CylindricalEqualArea$LambertCylindricalEqualAreaProvider 65 67 org.geotools.referencing.operation.projection.EqualArea$Provider 68 -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.renderer.crs.ProjectionHandlerFactory
r33930 r35903 5 5 org.geotools.renderer.crs.LambertAzimuthalEqualAreaHandlerFactory 6 6 org.geotools.renderer.crs.ConicHandlerFactory 7 org.geotools.renderer.crs.WorldVanDerGrintenIHandlerFactoryorg.geotools.renderer.crs.GeographicHandlerFactory8 org.geotools.renderer.crs.MercatorHandlerFactory9 org.geotools.renderer.crs.TransverseMercatorHandlerFactory10 org.geotools.renderer.crs.PolarStereographicHandlerFactory11 org.geotools.renderer.crs.LambertAzimuthalEqualAreaHandlerFactory12 org.geotools.renderer.crs.ConicHandlerFactory13 7 org.geotools.renderer.crs.WorldVanDerGrintenIHandlerFactory 8 org.geotools.renderer.crs.AzimulthalEquidistantProjectionHandlerFactory 9 org.geotools.renderer.crs.HomolosineHandlerFactory 10 org.geotools.renderer.crs.OrthographicProjectionHandlerFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.geotools.util.ConverterFactory
r35137 r35903 1 org.geotools.data.h2.H2ClobConverterFactory 1 2 org.geotools.data.util.CommonsConverterFactory 2 3 org.geotools.data.util.NumericConverterFactory … … 20 21 org.geotools.data.util.InterpolationConverterFactory 21 22 org.geotools.data.util.LobConverterFactory 23 org.geotools.data.util.AbbreviatedTimeUnitConverterFactory -
applications/editors/josm/plugins/geotools/jar/META-INF/services/org.opengis.filter.expression.Function
r35129 r35903 2 2 org.geotools.filter.AreaFunction 3 3 org.geotools.filter.LengthFunction 4 org.geotools.filter.function.ArrayFunction 4 5 org.geotools.filter.function.AttributeCountFunction 5 6 org.geotools.filter.function.CategorizeFunction … … 21 22 org.geotools.filter.function.EnvFunction 22 23 org.geotools.filter.function.StringTemplateFunction 24 org.geotools.filter.function.InArrayFunction 23 25 org.geotools.filter.function.FilterFunction_contains 24 26 org.geotools.filter.function.FilterFunction_isEmpty … … 141 143 org.geotools.filter.function.IDFunction 142 144 org.geotools.filter.function.InterpolateFunction 145 org.geotools.filter.function.MapGetFunction 143 146 org.geotools.filter.function.RecodeFunction 144 147 org.geotools.filter.function.math.FilterFunction_IEEEremainder … … 199 202 org.geotools.filter.function.BoundedByFunction 200 203 org.geotools.filter.function.DateDifferenceFunction 201 # Disabled for JOSM as it requires com.fasterxml.jackson.core.JsonFactory 202 #org.geotools.filter.function.JsonPointerFunction 204 org.geotools.filter.function.JsonPointerFunction 205 org.geotools.filter.function.AndFunction 206 org.geotools.filter.function.OrFunction 207 org.geotools.filter.function.NowFunction 208 org.geotools.filter.function.BandsFunction
Note:
See TracChangeset
for help on using the changeset viewer.