diff --git a/service.inc b/service.inc
index ac37e2b..04a2fdc 100644
--- a/service.inc
+++ b/service.inc
@@ -582,10 +582,10 @@ class SearchApiSolrService extends SearchApiAbstractService {
         // Prepare the filter settings.
         if (isset($spatial['radius'])) {
           $radius = (float) $spatial['radius'];
-          $spatial_method = 'geofilt';
-          if (isset($spatial['method']) && in_array($spatial['method'], array('geofilt', 'bbox'))) {
-            $spatial_method = $spatial['method'];
-          }
+        }
+        $spatial_method = 'geofilt';
+        if (isset($spatial['method']) && in_array($spatial['method'], array('geofilt', 'bbox'))) {
+          $spatial_method = $spatial['method'];
         }
 
         // Change the fq facet ranges to the correct fq.
