You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mruknowme
So we have a lot of limitations with core of strapi related to custome fields.
1- I should check that error and see if that is a bug with newer versions of strapi
2- querying using rest api on the geometry object is not possible! Since strapi does not allow us to modify their query builder object. I need to come up with set of predefined rest apis to allow to perform spatial queries. Maybe I should add OGC's feature api specs to the plugin
Installed the plugin and added:
In the admin UI it was showing error in place of this field "no permission to see this field"
Then, just out of curiosity I added normal JSON
location2
field using the Admin UI. When saved it changedschema.json
record to this:The Admin UI now just shows textarea with
null
.Questions:
The text was updated successfully, but these errors were encountered: