From 2d7c86e47ba120f50c669c9cbd764e778e8b1c92 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 26 Nov 2018 19:50:17 -0500 Subject: [PATCH] trim trailing spaces --- pygeoapi-config.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pygeoapi-config.yml b/pygeoapi-config.yml index 3fad52ac1..bbb47bdd1 100644 --- a/pygeoapi-config.yml +++ b/pygeoapi-config.yml @@ -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 @@ -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 @@ -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 @@ -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 - \ No newline at end of file