agrc / parcels

A web application for viewing Utah parcel data
https://parcels.utah.gov
MIT License
2 stars 0 forks source link

Sherlock searched parcel geometry does not match base maps or parcels feature service #65

Open stdavis opened 2 years ago

stdavis commented 2 years ago

image

image

Not a huge deal but weird.

steveoh commented 2 years ago

I think this is an upstream issue somewhere between the sgid and the web api

steveoh commented 2 years ago

We could update the provider to use the feature service so we don't use the web api geometry to be more like the app being replaced.

stdavis commented 2 years ago

Ya, it almost seems generalized. Do you generalize the geometry in the web API response?

steveoh commented 2 years ago

Ya, it almost seems generalized. Do you generalize the geometry in the web API response?

Hmm, i wonder if there is some rounding going on.

eneemann commented 2 years ago

I'm randomly coming across this after seeing the other issue closed today...maybe it's a truncation issue? Everything seems shifted southeast slightly which could indicate that the coordinates are slightly less north and less west than they should be. But there also looks to be some simplification. image