diff --git a/ONS-open-geography.Rmd b/ONS-open-geography.Rmd
index 4bf2519f61e895f40e9840c6062d8f29df59d205..d05cd9e7f100581f050768ed11314fb911aa75e5 100644
--- a/ONS-open-geography.Rmd
+++ b/ONS-open-geography.Rmd
@@ -55,12 +55,13 @@ geo_search <- "LAD20NM IN "
 
 # Construct a vector of local authorities to load
 # the following local authorities are the 'Solent' region
-las_to_load <- c("Southampton","Portsmouth","Winchester",
-                 "Eastleigh","Isle of Wight","Fareham",
-                 "Gosport","Test Valley","East Hampshire",
-                 "Havant","New Forest","Hart","Basingstoke and Deane")
+las_to_load_hampshire <- c("Basingstoke and Deane", "East Hampshire",
+                 "Eastleigh", "Fareham", "Gosport",
+                 "Hart", "Havant", "New Forest",
+                 "Rushmoor", "Test Valley", "Winchester",
+                 "Southampton", "Portsmouth", "Isle of Wight") # These last three are not defined as Hampshire
 
-geo_where <- las_to_load # sometimes we don't want all boundaries
+geo_where <- las_to_load_hampshire # sometimes we don't want all boundaries
 geo_outfields <- "*" # returns all fields
 #geo_outfields <- c("LAD20CD","LAD20NM","LONG","LAT") # use in place of line above to return selected fields only
 geo_outSR <- "4326"