Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
PostGis/Postgis -> PostGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher authored Jun 26, 2021
1 parent a9c79db commit 2120400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you are looking for a very fast OGC API - Features application and are not af
GOAF supports the following datasources:

* [OGC GeoPackage](https://www.geopackage.org/)
* [Postgis](https://postgis.net/) (*Postgresql 9.4+)
* [PostGIS](https://postgis.net/) (*Postgresql 9.4+)

## PDOK server implementation of [OGCAPI-FEATURES](https://github.com/opengeospatial/ogcapi-features/blob/master/core/examples/openapi/ogcapi-features-1-example1.yaml)

Expand All @@ -41,7 +41,7 @@ The GeoPackage provider is a minimal config for GeoPackages that tend to be rela
docker run --rm -v `pwd`/example:/example -c /example/config-addresses-gpkg-minimal.yaml -p 8080:8080 pdok/goaf:latest
```

## PostGis
## PostGIS

More elaborate config optimised performance for huge db (10M+ features/collection)

Expand Down

0 comments on commit 2120400

Please sign in to comment.