Open letmaik opened 9 years ago
I had a look at the ckanext-spatial extension. It says the spatial
field must be a GeoJSON geometry. I assume ckanext-dcat follows the same convention, but I'm not sure what happens in cases like <dct:spatial>Newark</dct:spatial>
. Is that written simply as spatial="Newark"
and ckanext-spatial ignores that then since it's not a GeoJSON geometry?
Does ckanext-dcat work together with ckanext-spatial? Especially considering the supported formats of the
spatial
fields in both. I think this should be remarked somewhere in the readme.