diff --git a/geocoder.drush.inc b/geocoder.drush.inc index caad478..4099fe4 100644 --- a/geocoder.drush.inc +++ b/geocoder.drush.inc @@ -1,4 +1,8 @@ t("Image/exif"), diff --git a/plugins/geocoder_handler/gpx.inc b/plugins/geocoder_handler/gpx.inc index 362ac18..3e42e34 100644 --- a/plugins/geocoder_handler/gpx.inc +++ b/plugins/geocoder_handler/gpx.inc @@ -1,5 +1,4 @@ response->GeoObjectCollection->featureMember[0]->GeoObject->Point->pos); return new Point ($loc[0], $loc[1]); -} \ No newline at end of file +}