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
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
When a Geometry filter is applied to a layer, it is expecting a parameter with name inSR from the gemoetryFilter
if not geometryFilter is None and
isinstance(geometryFilter, filters.GeometryFilter):
gf = geometryFilter.filter
params['geometry'] = json.dumps(gf['geometry'])
params['geometryType'] = gf['geometryType']
params['spatialRelationship'] = json.dumps(gf['spatialRel'])
params['inSR'] = json.dumps(gf['inSR'])
The text was updated successfully, but these errors were encountered: