You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Software source code previously released under an open source license and then m
13
13
14
14
GeoPackage Core provides core functionality for GeoPackage implementations of the Open Geospatial Consortium [GeoPackage](http://www.geopackage.org/)[spec](http://www.geopackage.org/spec/).
15
15
16
-
It is the core library of both the [GeoPackage Android](https://github.com/ngageoint/geopackage-android) SDK and [GeoPackage Java](https://github.com/ngageoint/geopackage-java) library.
16
+
It is the core library of the [GeoPackage Android](https://github.com/ngageoint/geopackage-android) SDK and [GeoPackage Java](https://github.com/ngageoint/geopackage-java) library, both which can be found under [OGC GeoPackage Implementations](http://www.geopackage.org/#implementations) by the National Geospatial-Intelligence Agency.
17
17
18
18
### Usage ###
19
19
@@ -29,10 +29,17 @@ The [GeoPackage MapCache](https://github.com/ngageoint/geopackage-mapcache-andro
29
29
30
30
The [GeoPackage Java](https://github.com/ngageoint/geopackage-java) library is a Java GeoPackage implementation.
31
31
32
-
### Build ###
32
+
### Installation ###
33
+
34
+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|1.0.0|jar)
33
35
34
-
The following repository must be built first (Central Repository Artifacts Coming Soon):
0 commit comments