kartoza / GeoContextQGISPlugin

A QGIS Plugin for the GeoContext API
GNU General Public License v3.0
1 stars 2 forks source link

Data requests and field types for the attribute table #19

Open vermeulendivan opened 2 years ago

vermeulendivan commented 2 years ago

When receiving data, the values are always stored as string. Is it possible to add another value (e.g. 'type') which represents the data type (e.g. string, int, etc). This will make it easier for the processing tool to know the data type for the fields. This is not required for the panel as the panel only displays values.