Can CKAN stream GeoJSON? -
i have uploaded several spatial datasets ckan repository , stream geojson them. have used datastore api like:
datastore_search?resource_id=d6fa3911-ae95-4100-8c4f-78aa388c97c9
...but returns attributes, not geometry. know geometry available because have put dataset in geojson format , when select explore->preview shows features on map. possible?
thanks
jim
i think can want changing link this: https://yourckanurl/dataset/dataset_id/resource/resource_id/download/anything_you_want.geojson
the datastore stores tabular data , not geojson data, trying geojson file resource uploaded ckan won't work. if need database storage of geo data might want @ ckanext-mapstore: https://github.com/geosolutions-it/ckanext-mapstore
Comments
Post a Comment