Last change
on this file since 36065 was 36024, checked in by taylor.smock, 2 years ago |
Fix #22179: Add support for GeoPackage in OpenData
This does two things:
- Add gt-geopkg to the GeoTools plugin and update the GeoTools version to 27.1
- Adds support int OpenData for GeoPackage. This involved a refactor to make
it easier to reuse code between the shapefile support and geopackage. As such,
it should be much easier to add additional formats supported by GeoTools in the
future, if needed.
|
File size:
635 bytes
|
Rev | Line | |
---|
[35898] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <ivysettings>
|
---|
[35903] | 3 | <!-- When geotools is updated, run `ant merge-geotools-services` -->
|
---|
[36024] | 4 | <property name="gt.version" value="27.1"/>
|
---|
[35898] | 5 | <settings defaultResolver="ordered-resolvers"/>
|
---|
| 6 | <resolvers>
|
---|
| 7 | <chain name="ordered-resolvers">
|
---|
[35903] | 8 | <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
|
---|
[35898] | 9 | <ibiblio name="osgeo" m2compatible="true" root="https://repo.osgeo.org/repository/release/" />
|
---|
| 10 | <ibiblio name="central" m2compatible="true" root="https://repo1.maven.org/maven2/" />
|
---|
| 11 | </chain>
|
---|
| 12 | </resolvers>
|
---|
| 13 | </ivysettings>
|
---|
| 14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.