The simplegeom
class represents geometries that can
be coerced into polygon features. This is one of two stencil
types
accepted by geoknife
(the other being webgeom).
The difference between webgeom and simplegeom
is both in the permanence and the location of the data. webgeom is
located on a web server that offers geometries using the web feature service (WFS)
specification. simplegeom are typically local data that can be accessed
within an R session. Within reason, anything that can be represented as a
webgeom (or WFS) can also be represented by a simplegeom
For example, a state or watershed can be read in as SpatialPolygons
object and turned into a simplegeom.
sp
a SpatialPolygons
object
DRAW_NAMESPACE
(_private) web location of draw namespace
DRAW_SCHEMA
(_private) web location of draw schema
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.