Nothing
modif_bloclayeritem <-
function(nomcouche,idcouche,styl)
{
bloclayerItem<-balises_qgis()[[9]]
modifs=data.frame(c("NOMDELACOUCHE","ID_COUCHE","STYLELEG","NOMDELACOUCHE"),stringsAsFactors=F)
modifs[1,2]=nomcouche
modifs[2,2]=idcouche
modifs[3,2]=styl
modifs[4,2]=nomcouche
modifs[,2]=as.character(modifs[,2])
qgs=modification(bloclayerItem,modifs)
return(qgs)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.