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

error message thrown when typing in search bar #152

Closed clintonlunn closed 4 years ago

clintonlunn commented 4 years ago

Error message being trown: invalid-field: outField is invalid

image

Production branch also throws this error and error message and it is fixed when commenting out the Erosion Control Lines layer. This is being caused by an incorrect reference to the Erosion Control Lines layer. It should be referencing url: labinsURL + '7'

image

clintonlunn commented 4 years ago

Did some more investigation and realized that this has been corrected in the master branch. Once those changes are merged into production, the issue will be fixed.

image

shodge17 commented 4 years ago

I think we can close this. If you agree, go ahead and close it.

clintonlunn commented 4 years ago

You're right, it's fixed in master branch.