Actually i need to add SharpMap file as a mapView which has extension .shp so does any one have any kind of help about how we can use this .shp file as a mapview in ios.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
.shp files are Shapefiles which is an ESRI standard, SharpMap is an opensource .Net project which provides spatial feature and map display using various map formats including Shapefiles.
To read/parse shapefiles and display their geometry in the ios you can try the following:
grgcombs / iOS-Shapefile