Skip to content
Snippets Groups Projects
Commit 18a57610 authored by Tom Rushby's avatar Tom Rushby
Browse files

Updated to add Rushmoor to Hampshire LAs

parent 35ffde19
No related branches found
No related tags found
1 merge request!6Update to include Rushmoor local authority area in Hampshire (previously missing)
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment