trim trailing spaces
This commit is contained in:
+8
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user