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:
committed by
Just van den Broecke
parent
95f62e3772
commit
ab81d2a889
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user