dt_publishSP2GeoServerWithName: publish a sp object to geoserver with wms stlying information

Description Usage Arguments Value

View source: R/utils.R

Description

publish a sp object to geoserver with wms stlying information

Usage

1
2
3
4
5
dt_publishSP2GeoServerWithName(
  spobj,
  layerprefix = "my_stl_",
  layerdisplyname = ""
)

Arguments

spobj

a sp object. IMPORTANT: Each column of spobj MUST NOT have attribute name exceeding length (int)10, failed to do so may result in NO Style being generated on GeoServer

layerprefix

a prefix for layer name, will make the generated data layers in GeoServer more identifiable

displayname

a readable display name for data layer

Value

a list contains single element to be included in geolayers


asiripanich/dtpluginr documentation built on Dec. 19, 2021, 5:36 a.m.