# \donttest{
# Look-up a name in the Gazetteer
gaz_search("North Sea")
# Get the entries of two known MRGID including their geometry
gaz_search(c(14, 17), with_geometry = TRUE)
# Maybe the name is in another language...
gaz_search("Noordzee", language = "nl")
# Get all the records intersecting with the longitude 51.21551 and latitude 2.927
# restricting to some placetypes
gaz_search(x = 2.927, y = 51.21551, typeid = c(255, 259))
# }
Run the code above in your browser using DataLab