agrc/api.mapserv.utah.gov

shape@ empty for cache county parcel 04-234-0201

Closed this issue · 2 comments

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)))

https://api.mapserv.utah.gov/api/v1/search/cadastre.cache_county_parcels/shape@?predicate=parcel_id%3D'04-234-0201'&apiKey=AGRC-Dev

is still returning

{
	"result": [
		{
			"geometry": {
				"rings": [],
				"type": "polygon",
				"spatialReference": {
					"wkid": 26912
				}
			},
			"attributes": {}
		}
	],
	"status": 200
}

this was fixed.