Hello
I want to create a GeoJSON file based on the user based query.
Is GeoJSON format supported by Thinkgeo for 64 bit systems using GDAL/OGR?
Thanks
Vivek
Hello
I want to create a GeoJSON file based on the user based query.
Is GeoJSON format supported by Thinkgeo for 64 bit systems using GDAL/OGR?
Thanks
Vivek
Hello Vivek,
Thanks for your post, sorry to say that we don’t GeoJSON for now.
You can vote this enhancement to helpdesk.thinkgeo.com/EnhancementTracker. This captures the enhancement request and provides visibility to the customer letting them know that the enhancement is on a list somewhere and that popularity of the enhancement helps set the priority of when the enhancement would be added to the product. This option doesn’t carry any cost for you.
Or if you need this function immediately, your account rep can contact you for a professional services.
Regards,
Gary
Can someone please update this post now that Map Suite 7.0 is available? Thanks…
Hi Robert and Vivek,
Would you please get the latest version 7.0.15.0 or 7.0.0.15 and try the following code:
RectangleShape shape = new RectangleShape(-180, 90, 180, -90);
Feature featuredfd = new Feature(shape.GetWellKnownBinary());
String geoJsonString = featuredfd.GetGeoJson();
if you have any more question , please feel free to let us know.
Best Regards
Summer