#TeeChart Geographical GIS layers examples (for VCL and Firemonkey)

#TeeChart Geographical GIS  layers examples (for VCL and Firemonkey)
http://steema.com/wp/blog/2014/08/08/gis-map-layers-example-using-teechart-world-series-vcl-and-firemonkey

Comments

  1. Wow, let me know if you want to test it with the latest TeeChart Pro version. It should paint faster and better (Gdi+ antialias and OpenGL speed)

    ReplyDelete
  2. David Berneda  it was a tool for creating GIS-charts for some articles/reports at work (I work in university) so speed wasn't matter :)

    ReplyDelete
  3. I wonder if I could use this for putting weather data on a map...

    ReplyDelete
  4. Sure ! You just need the lat-lon geo coordinates of each data to place a point or shape in the map (Series1.AddXY). Pointer color and/or size (ie: bubble radius) can indicate the value.  Clicking anywhere can popup details. Arrow/Vector series can display wind direction over the map, etc.

    ReplyDelete
  5. WorldSeries1.Map := wmAustralia works fine  :-)

    ReplyDelete
  6. re weather data idea (mesomap)...are you able to place a text output (i.e it would be temperature of the station....) sort of thing :)

    ReplyDelete
  7. Series1.AddXY(Lat,Lon,FloatToStr(Temp)) and Series1.Marks.Visible:=True will show Temp text at geo xy positions. Another plot from same data overimposed on map can be isolines/isosurfaces: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRo-NsL6BJYv3H9E-qivm7beJig5PVM5Mq0CHppkxFV-h8ai2OH

    ReplyDelete
  8. David, 
    Does it offer visual styles different then your screen shot ? Sorry, I like the idea but I think the colors might use some improvements. 
    I am going to try it anyway.

    ReplyDelete

Post a Comment