Does TeeChart support and recognise GEOLJSON format files so as to produce MapSeries graphs? I know that it supports JSON but cannot find any reference to GEOLJSON. If it does, does it then provide access to other attribute fields in the GEOLJSON file?
If GEOLJSON is not supported, I would like to ask that it be considered for future inclusion as a way to import mapseries polygons, lines, etc.
Thanks
TeeChart FMX and GEOLJSON
Re: TeeChart FMX and GEOLJSON
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart FMX and GEOLJSON
Sorry for delay. Been away for a while.
Yes, I do mean GeolJson i.e the spatial aware version of JSON.
One reason I raise this is that TeeChart VCL anf FMX allow one to import shapefiles but only VCL has a way to read attribute data from associated Dbase file and then only if using BDE type links. It would be really nice to bring in all the spatial and attribute information with modern technology and GeolJson seem apprpriate. I have experimented with JSON formatted files exported from GIS software but none seem to work with TeeChart, nor does GeolJson. This could be just me not getting things right, hence part of my question.
Thanks
Bruce
Yes, I do mean GeolJson i.e the spatial aware version of JSON.
One reason I raise this is that TeeChart VCL anf FMX allow one to import shapefiles but only VCL has a way to read attribute data from associated Dbase file and then only if using BDE type links. It would be really nice to bring in all the spatial and attribute information with modern technology and GeolJson seem apprpriate. I have experimented with JSON formatted files exported from GIS software but none seem to work with TeeChart, nor does GeolJson. This could be just me not getting things right, hence part of my question.
Thanks
Bruce
Bruce
Re: TeeChart FMX and GEOLJSON
Hello Bruce,
I'm a bit confused because you keep adding an "L" character between "Geo" and "JSON", while the references I find are without that middle "L".
However, that unit includes some json manipulation classes and utilities we can probably use to load the data.
I'm a bit confused because you keep adding an "L" character between "Geo" and "JSON", while the references I find are without that middle "L".
TDataImport
class in FMX.Import unit includes an ImportJSON
method I believe is unable to load data from that GeoJSON, but I'd like to be sure we are talking about the same format.However, that unit includes some json manipulation classes and utilities we can probably use to load the data.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart FMX and GEOLJSON
Sorry, you are correct. My mistake to add the L. I do mean GeoJSON
Bruce
Re: TeeChart FMX and GEOLJSON
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |