SQLIte with SpatialData

Hello!

Today I came across a n option to use sqlite with spatial data. I learned that an extension is needed. And then it is still a question if Directus would support such data somehow. I am totally new to this, so please forgive my vague formulations!
But if any of you works with spatial data in Directus, would you mind sharing your know-how and expertise? How to setup in generell, then within Directus and so on. Thank you!

1 Like

Directus has basic support for spatial data types if supported by the database (requires the “spatialite” plugin for sqlite or “postgis” for postgres). After installing the required database plugin no additional configuration is needed on the Directus side to work with it. These types can then be used in combination with the Map interface or Map layout.