Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

7. /data/execute/geometry/{dataId}

Returns data match with provided shapeassociated with the specified envelope on the map.

Example 8

Code Block
languagebash
themeEmacs
curl -X GET --header 'Accept: application/json' 'http://localhost:8087/weave/services/v1/data/execute/geometry/addresspoiDetails?entity=property&minx=16784645.367663&miny=-4107061.3011045&maxx=16784700.367663&maxy=4106561.3011045&crs=EPSG%3A3857&spatialOperation=within&selectedOnly=false&metadata=false'

...

9. /data/execute/polygonarray/{dataId}

Returns data match with provided shapeassociated with the specified spatial operation on the provided polygonarray shape on the map.

Example 10

Code Block
languagebash
themeEmacs
curl -X GET --header 'Accept: application/json' 'http://localhost:8087/weave/services/v1/data/execute/polygonarray/addresspoiDetails?entity=property&crs=EPSG%3A3857&spatialOperation=intersects&selectedOnly=false&metadata=false&points=16784645.367%2C-4107061.301%2C16784642.367%2C-4107061.301%2C16784645.367%2C-4107066.301'

...