Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Imagery and Remote Sensing Insights (IRIS) COP
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Europe
Esri India
Americas
Asia Pacific
Comunidad GEOTEC
GeoDev Germany
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
Native Maps SDKs
:
Runtime SDK for iOS Questions
:
Shapefiles
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
Shapefiles
Subscribe
2961
1
02-21-2014 11:58 AM
by
mirceamanea
New Contributor
02-21-2014
11:58 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi,
I am looking for a simple solution to display a map from shape files ,
after a lot of search it seems that is not possible without converting the shape files in json or other text format,
any help?
Thank you.
Tags
(2)
Tags:
ios
native_app_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Reply
by
YueWu1
Esri Regular Contributor
03-06-2014
11:15 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi there,
I don't think the ArcGIS Runtime iOS SDK can do this so far.
There are two workarounds:
1. You can add shapefile to the webmap in ArcGIS.com and open that webmap with ArcGIS Runtime SDK for iOS and you'll be able to see shapefile data on your device. However, it's just for viewing purpose, you won't be able to edit them.
You can check this sample:
https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/WebmapSample/WebmapSample
2. Create a map document using the shapefile, and then create a tile package based on that map document.
More info here :
http://resources.arcgis.com/en/help/main/10.2/index.html#/How_to_create_a_tile_package/00660000045m0...
Reply
0
Kudos
Post Reply