boku-ilen / geodot-plugin

Godot plugin for loading geospatial data
GNU General Public License v3.0
108 stars 18 forks source link

`set_attribute(String name, String value)` only works on existing entries #67

Open MathiasBaumgartinger opened 2 years ago

MathiasBaumgartinger commented 2 years ago

As of now, when creating an attribute via set_attribute(String name, String value), the row with String name has to exist in the dataset for the entry to be persisted. It would be handy to have a possibility to create a new row in the table.