Closed asaunier closed 8 years ago
The position of the crosshair displayed when feeding the fulltextsearch with coordinates asks for lon/lat properties in the passed position... which do not exist since position is a simple coordinates array: https://github.com/camptocamp/cgxp/blob/1.6/core/src/script/CGXP/widgets/FullTextSearch.js#L163
lon
lat
position
Looks good, merge
The position of the crosshair displayed when feeding the fulltextsearch with coordinates asks for
lon
/lat
properties in the passedposition
... which do not exist sinceposition
is a simple coordinates array: https://github.com/camptocamp/cgxp/blob/1.6/core/src/script/CGXP/widgets/FullTextSearch.js#L163