You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
groovy.lang.MissingPropertyException: No such property: GeoUtils for class: org.grails.plugin.geolocation.GeolocationService
at org.grails.plugin.geolocation.GeolocationService.distance(GeolocationService.groovy:12)
at GeolocationGrailsPlugin$_closure3_closure7.doCall(GeolocationGrailsPlugin.groovy:39)
at mobiletest.PersonController.map(PersonController.groovy:124)
at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:195)
at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662
The text was updated successfully, but these errors were encountered:
Grails 2.2.3
I had to modify the class GeolocationService and add the following:
import org.grails.plugin.geolocation.utils.GeoUtils
The text was updated successfully, but these errors were encountered: