Polytext
3D text.
Polytextâ

Editorâ

Textâ
The text of the polytext. Simple.
Colorâ
The color of the polytext. Straightforward.
Edgesâ
Whether or not the polytext will be outlined with black edges.

Scripting Propertiesâ
Scripting Properties {.tabset}â
urlâ
String;
get()â
feature.get('text')
// returns: "My new text"
set()â
feature.set({'text':"My new text"})
defaultâ
""
edgesâ
Boolean
get()â
feature.get('edges')
// returns: false
set()â
feature.set({'edges': true})
defaultâ
false
typeâ
String;
get()â
feature.get('type')
/* or */
feature.type
// returns: "polytext"