Skip to content

Commit

Permalink
trim trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 27, 2018
1 parent 5ba2b3f commit 2d7c86e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pygeoapi-config.yml
Expand Up @@ -133,7 +133,7 @@ datasets:
name: GeoJSON
data: tests/data/ne_110m_lakes.geojson
id_field: id

countries:
title: Countries in the world
description: Countries of the world
Expand All @@ -154,7 +154,7 @@ datasets:
temporal:
begin: None
end: now # or empty
provider:
provider:
name: SQLite
data: tests/data/ne_110m_admin_0_countries.sqlite
id_field: ogc_fid
Expand Down Expand Up @@ -185,7 +185,7 @@ datasets:
temporal:
begin: None
end: now # or empty
provider:
provider:
name: GeoPackage
data: tests/data/poi_portugal.gpkg
id_field: osm_id
Expand Down Expand Up @@ -214,15 +214,14 @@ datasets:
temporal:
begin: None
end: now # or empty
provider:
provider:
name: PostgreSQL
data:
data:
host: 127.0.0.1
dbname: test
dbname: test
user: postgres
password: postgres
port: 5432
schema: public
id_field: osm_id
schema: public
id_field: osm_id
table: hotosm_bdi_waterways

0 comments on commit 2d7c86e

Please sign in to comment.