Hi,
I created 2 layers in a xamMap. One layer displays world map. In other layer, I added the SymbolElements which represents the cities of the countries based on their corresponding longitude and latitude. But all the SymbolElements are displaying at the same location.
The project including the shape file can be downloaded at the following link.
http://cid-fd3332cdd86da8fa.photos.live.com/self.aspx/Public/ShapeFileTest.rar
Please kindly point out if i am missing something.
Your help will be highly appreciated.
Regards,
NNT
Hi NNT,
To be able to load and show the 3 SymbolElements ShapeFileReader's CoordinateSystem needs to be set. Information about the coordinate system and projection can be found in the .prj file. I have not been able to find that file in the rar file you gave.Could you provide it ?
Ivan Kotev
Hi Ivan,
Please find the .prj file at the following link.
http://cid-fd3332cdd86da8fa.photos.live.com/self.aspx/Public/World.rar
Actually i am loading the data from SQL DB. I hope SqlShapeReader's CoordinateSystem can be changed easily.
I really appreciate your help.