Fixes YAML array syntax in sample and test configuration files (#239)

* Update default.config.yml

Some bounding boxes were not validly specified as arrays.

* Update pygeoapi-test-ogr-config.yml

Some bounding boxes were not validly specified as arrays.

* Updated pygeoapi-serverless-config.yml

Some bounding boxes were not validly specified as arrays.
This commit is contained in:
Richard Law
2019-09-20 10:05:53 +12:00
committed by Just van den Broecke
parent 95f62e3772
commit ab81d2a889
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -213,7 +213,7 @@ datasets:
hreflang: en-US
extents:
spatial:
bbox: [-31.2687 32.5898 -6.18992 42.152]
bbox: [-31.2687, 32.5898, -6.18992, 42.152]
temporal:
begin: None
end: now # or empty
@@ -242,7 +242,7 @@ datasets:
hreflang: en-US
extents:
spatial:
bbox: [28.9845376683957 -4.48174334765485,30.866396969019 -2.3096796]
bbox: [28.9845376683957, -4.48174334765485, 30.866396969019, -2.3096796]
temporal:
begin: None
end: now # or empty