Does the OGC API Features support GeoJSON as output format when using blob mode in deegree? #57
Answered
by
tfr42
Kate-Lyndegaard
asked this question in
Q&A
-
Hi, Does the OGC API Features also support GeoJSON as output format when using the blob mode in deegree? Kind regards, |
Beta Was this translation helpful? Give feedback.
Answered by
tfr42
Nov 1, 2022
Replies: 1 comment 1 reply
-
Yes, all supported backends (feature stores) are supported, that includes the table-driven and BLOB mapping. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Kate-Lyndegaard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, all supported backends (feature stores) are supported, that includes the table-driven and BLOB mapping.
The example workspace contains a
SQLFeatureStore
configuration which can be used as a starting point. To import data use the GmlLoader which also supports the BLOB mapping.