Hi!
I have a wkt objet (polygon).
I was wondering if there is a simple way to draw it on cesium map?
you can convert it into czml using https://pypi.python.org/pypi/czml
or to geojson using https://pypi.python.org/pypi/geojson and https://pypi.python.org/pypi/pygeoif
If you want to go this route I can give you further guidance
Hi!
Thanks for the answer!
I get a wkt object from the server . Using c# .
There is no easy way to draw wkt , or change it to czml in the client side? Uisng java script?
If python is the best way than i would appreciate any help.
Thanks!
maybe have a look at https://github.com/arthur-e/Wicket
which borrows code from openlayers (client side WKT pprocessing)
for c# http://code.google.com/p/nettopologysuite/ may be an option