Skip to content

Commit 85dc4b7

Browse files
committed
fix variable name
1 parent de28714 commit 85dc4b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webfrontend/GNDUtil.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class GNDUtil
263263
if efJSON?.hasGeometry and fulltextConfig?.location
264264
efJsonGeoJson = @.getGEOJSONFromObject(efJSON)
265265
if efJsonGeoJson
266-
_fulltext += geoJSON.geometry.coordinates.join(" ")
266+
_fulltext += efJsonGeoJson.geometry.coordinates.join(" ")
267267

268268

269269
return _fulltext

0 commit comments

Comments
 (0)