-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/serverRelated to serverRelated to servere/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/mediumnon-urgent issues/features that are candidates for being included in one of the upcoming sprintsnon-urgent issues/features that are candidates for being included in one of the upcoming sprints
Milestone
Description
for GIS user important topology operator
list operator follow
http://postgis.net/workshops/postgis-intro/spatial_relationships.html
for example
client.js query
query inter($bbox: geojson){
my_table(where: {geom: {bbox: $bbox}}){
id
}
}table in postgres
create table my_table (
id serial primary key,
geom geometry('POINT', 32635)
)sql
select id
from my_table
where geom && 'geommetry from varible $bbox'Metadata
Metadata
Assignees
Labels
c/serverRelated to serverRelated to servere/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/mediumnon-urgent issues/features that are candidates for being included in one of the upcoming sprintsnon-urgent issues/features that are candidates for being included in one of the upcoming sprints