shape@ empty for cache county parcel 04-234-0201
Closed this issue · 2 comments
steveoh commented
shape@
returns no rings but shape@evelope
returns a bounding box.
the wkt is
MULTIPOLYGON(((430350.5203 4623533.2015,430339.8577 4623533.4031,430339.7919 4623529.9241,430338.8781 4623529.9413,430338.8517 4623528.546,430350.4281 4623528.3272,430350.5203 4623533.2015)))
steveoh commented
is still returning
{
"result": [
{
"geometry": {
"rings": [],
"type": "polygon",
"spatialReference": {
"wkid": 26912
}
},
"attributes": {}
}
],
"status": 200
}
steveoh commented
this was fixed.