Skip to contents

Get WMS information for a given MRGID

Usage

gaz_rest_wmses(mrgid)

Arguments

mrgid

(integer) A valid Marine Regions Gazetteer Identifier (MRGID)

Value

a data frame with information from the WMS services including:

  • value: the value to filter on

  • MRGID : see MRGID

  • url: the base URL of the WMS service

  • namespace: see mrp_view() details

  • featureType: see mrp_view() details

  • featureName: see mrp_view() details

Examples

if (FALSE) {
gaz_rest_wmses(3293)
}