Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
steveoh opened this issue Oct 28, 2021 · 2 comments
Closed

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

steveoh opened this issue Oct 28, 2021 · 2 comments
Labels
bug service - api searching the search endpoint of the api

Comments

@steveoh
Copy link
Member

steveoh commented Oct 28, 2021

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 steveoh added bug service - api searching the search endpoint of the api labels Oct 28, 2021
@steveoh
Copy link
Member Author

steveoh commented Sep 7, 2022

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
}

@steveoh
Copy link
Member Author

steveoh commented Aug 7, 2024

this was fixed.

@steveoh steveoh closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug service - api searching the search endpoint of the api
Projects
None yet
Development

No branches or pull requests

1 participant