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
Is your feature request related to a problem? Please describe.
I am currently using a geology information database based on PostgreSQL. It uses an extension feature of PostgreSQL which is PostGIS. All the operation and requests query sentences are provided by PostGIS, but the Database-Build need to render the information PostGIS generated on a map, like in OpenLayers
Describe the solution you'd like
User sends request through natural language to let PostGIS know what to generate. Like: showing all the Cafe in Manhattan.
Backend LLM connected receive the request and turns into SQL languages
PostGIS process the SQL languages and generate JSON that contains the feature
Frontend generate the features on a basemap, just like generating a diagram
Describe alternatives you've considered
Haven't got an idea about how to achieve this alternatively.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Feature request
Is your feature request related to a problem? Please describe.
I am currently using a geology information database based on PostgreSQL. It uses an extension feature of PostgreSQL which is PostGIS. All the operation and requests query sentences are provided by PostGIS, but the Database-Build need to render the information PostGIS generated on a map, like in OpenLayers
Describe the solution you'd like
Describe alternatives you've considered
Haven't got an idea about how to achieve this alternatively.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: