boku-ilen / geodot-plugin

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

feature request: get attribute table as a 2d-datatype (eg. list of dict) #25

Closed chrisgraf closed 3 years ago

chrisgraf commented 4 years ago

we will need this to get the configuration and any complete dataset (eg. POIs)

kb173 commented 4 years ago

The base functionality for getting all features, regardless of whether they have geometry or not, was added in 97ae57a and 6dc8a9b. Their attributes can be fetched by name. The only thing left to implement is the function to get all attributes + their values (this was marked as TODO in geodot.cpp).