hi every one
i use “Use Google Map” in think GEO sample, and it’s load google map
But don’t show my polygons when use it, but when use think GEO’s simple shape file show correctly.
Thanks
Change position polygons on map
Hi Alireza,
Generally your polygon should be for 4326 projection, but the GoogleMap is under projection 900913.
So please compare your code and our sample for see whether you set correct reprojection code.
And I think you can put your file path into our sample first to see whether that works.
If your shapefile is not under 4326, you need to modify related code to reprojection.
Regards,
Don
Hi don,
thanks for your answer
how can i find projection of my polygons??
thanks
Hi Alireza,
If you cannot get that from your file name or folder name, you can just ask the data provider about it.
Regards,
Don