From ac3f7980cad539ec76ed15c8320d79f3597b2c03 Mon Sep 17 00:00:00 2001 From: aldrin Date: Sun, 24 Nov 2013 10:54:28 +0530 Subject: [PATCH] Added an import statement for GeoUtils to fix a "No such property" error --- .../org/grails/plugin/geolocation/GeolocationService.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/grails-app/services/org/grails/plugin/geolocation/GeolocationService.groovy b/grails-app/services/org/grails/plugin/geolocation/GeolocationService.groovy index 4f92dc1..ec84592 100644 --- a/grails-app/services/org/grails/plugin/geolocation/GeolocationService.groovy +++ b/grails-app/services/org/grails/plugin/geolocation/GeolocationService.groovy @@ -4,6 +4,7 @@ import org.codehaus.groovy.grails.commons.GrailsApplication; import com.javadocmd.simplelatlng.LatLngTool; import com.javadocmd.simplelatlng.util.LatLngConfig; import com.javadocmd.simplelatlng.util.LengthUnit; +import org.grails.plugin.geolocation.utils.GeoUtils; class GeolocationService { def grailsApplication