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
Looking at the API V2 implementation here GeoNode/geonode@44470b9 it seems the spatial extent filter can be used by passing extent parameter in the API V2 layers fetching endpoint without using the filter{} parameter.
example https://master.demo.geonode.org/api/v2/layers?extent=-10,-10,-1,-1
Looking at the API V2 implementation here GeoNode/geonode@44470b9 it seems the spatial extent filter can be used by passing
extent
parameter in the API V2 layers fetching endpoint without using thefilter{}
parameter.example
https://master.demo.geonode.org/api/v2/layers?extent=-10,-10,-1,-1
returned layers
The text was updated successfully, but these errors were encountered: