eblondel / geosapi

R interface to GeoServer REST API
https://github.com/eblondel/geosapi/wiki
Other
34 stars 5 forks source link

Typo in wiki #28

Closed tylerlittlefield closed 6 years ago

tylerlittlefield commented 6 years ago

I think there is a minor typo in the wiki.

md1 <- GSMetadataLink$new(type = "text/xml", metadataType = "ISO19115:2003", content = "http://somelink.org/xml")
featureType$addMetadataLink(md)

Where featureType$addMetadataLink(md) should be featureType$addMetadataLink(md1)

eblondel commented 6 years ago

Thanks, i've fixed it.