View source: R/utility_functions.R
cache_method | R Documentation |
Which caching method should be used based on how edits are tracked
cache_method(layer_details)
layer_details |
the layer details object returned be get_layer_details. |
Some layers don't support edit tracing and can't be cached. This function checks whether it is supported.
either "layer_edit" for tracking edits to the layer as a whole, "feature_edits" for tracking edits to individual features or NULL for no caching due to lack of edit tracking
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.