Hi,
So, if I have a polygon and try to cross-highlight it with an attached view, it returns the error "Projection.SphericalMercator.js:18 Uncaught TypeError: Cannot read property 'lat' of undefined(…)" in the browser on activation (hover) of the related element. If I change the POLYGON to LINESTRING, it works fine.

I believe it has to do with how POLYGONs are written with 2 parenthesis in the geofield. Example: POLYGON ((-149.508132935 59.9278612585, -149.561691284 59.9264849452, -149.600315094 59.9556978341, -149.584178925 59.972882499, -149.541606903 59.9715080538, -149.517230988 59.957244819, -149.508132935 59.9278612585))

-Brendan

Comments

Iceabenezer created an issue.

RdeBoer’s picture

Hi Brendan,

Thanks for reporting.
It works in one direction (hover polygon and see View table row highlighted) on the RegionBound.com site, https://regionbound.com/coffee-prices-across-melbourne

Either way, it boils down to a Geofield issue, I think.

Rik