Hello,
I'm curious if I'm running into a size limit in the response of a GeoJSON request
I have two published layers, points and polygons.
I can successfully query all the points or specific points in pjson, json and geojson
I can successfully query specific polygons in pjson, json and geojson
I can successfully query all the polygons in pjson and json,
but it fails on geojson for all the polygons (code 400).
funny thing is, I added it to our OpenData portal and was successful getting all the polygons in geojson that way, which is ultimately querying the same data.
I can't figure out what the problem is for geojson on my REST endpoint when querying all the polygons (only 190)
any ideas?...