FREAC / LABINS

A web mapping application created for the Florida Department of Environmental Protection to provide survey data for the state of Florida.
https://labins.org/map
0 stars 0 forks source link

Quad number is incorrect on drill-down identify #149

Closed clintonlunn closed 4 years ago

clintonlunn commented 4 years ago

Lamar forwarded this message to me and I have answered the gentleman. I believe he is saying that for his particular spot in Eustis, fl the old labins map gives him a quad number of 3914 and the new labins map gives him a different number that does have a corresponding file in the FTP site. I checked with the Geographic Profile, and the part of Eustis he is referring to is in fact in quad 3914. Clinton, can you check that you are using the correct quad file, or possibly you could be printing a different field?
Thank you! Georgianna

Lamar has reported that there is an issue with the Quad Number field when performing an drill-down identify with quad visibility enabled.

There is a conflict between the original labins map and the updated LABINS map where the attribute field that we are using as the Quad Number is incorrect. The original LABINS map is what is known to be the source of truth for this issue.

For example:

image

However looking at the old Labins site it tells me the quad number is 3914 image

From this metafile directory: https://ftp.labins.org/DRG2/StPl/EAST/, where I have always gotten DRG quad maps for Florida State Plane East, the quad map 3914 exists but the quad map 2446 does not exist. image

image

clintonlunn commented 4 years ago

This issue was caused by us referencing q_902_83_i instead of the wmd_ field. See example below:

Query Example

image

clintonlunn commented 4 years ago

I opened a PR for the master branch based on the workflow of merging feature to master, then master to production.

shodge17 commented 4 years ago

This is working like it should