|
POST
|
Hi, I want to generate a geodatabase which contain all feature layers data so that I can use that database when there is no internet connection but I do not want to give an option to user to select area of interest. All feature layer data should be download automatically in background. Thanks, Kamal
... View more
03-27-2017
07:10 AM
|
0
|
28
|
5372
|
|
POST
|
Hi, I want to download basemap through ArcGIS online to use as an offline. Let suppose to download NewYork City map to all zoom levels. How do I achieve that without IOS SDK? Is there any online tool to generate tpk file? Thanks, Kamal
... View more
03-27-2017
06:16 AM
|
0
|
7
|
15787
|
|
POST
|
Hi, I have read in Arcgis docs to enable offline searching we need locator file. Can we get locator file without ArcGIS desktop/pro application. If yes, how do I get locator file? Currently I am using IOS runtime sdk 100.0 Thanks, Kamal
... View more
03-27-2017
06:09 AM
|
0
|
4
|
1492
|
|
POST
|
I want to create a map having functionality of offline routing and searching in ArcPro what should i need ?
... View more
03-08-2017
11:34 PM
|
0
|
1
|
1139
|
|
POST
|
This question was regarding Android . Want to perform this in Android Native app
... View more
02-13-2017
11:04 PM
|
0
|
0
|
654
|
|
POST
|
As per on my previous question for open mobile map package (mmpk) , i am now able to open mmpk in my app but how to perform searching and routing on it was not clear to me . Is there any sample app or guide for performing this task . Please let me know if anything(doc,guide,sample app) exist regarding my query. Thanks
... View more
02-13-2017
11:02 PM
|
0
|
2
|
1575
|
|
POST
|
Yes, I have put MMPK file on the device. In Log cat, I am getting only "Failed to Load" error. Can you please check sample code at your end as I am also not able to run sample code of MMPK file. I have doesn't change anything in the code.
... View more
02-10-2017
11:00 AM
|
0
|
0
|
1110
|
|
POST
|
Is there is any online site or method to create own custom layer/GIS data of particular city or state? Basically, I want to create the mmpk file of new york city and I am getting confused how to get/create all layers of new york city. Can anyone help me to provide an answer?
... View more
02-10-2017
10:57 AM
|
0
|
0
|
711
|
|
POST
|
Hi Alexander, Below is the link of code from Github which I am using. In this code, there is a function loadMobileMapPackage. arcgis-runtime-samples-android/MainActivity.java at master · Esri/ArcGIS-runtime-samples-android · GitHub I am getting an error inside addDoneLoadingListener method.
... View more
02-10-2017
10:48 AM
|
0
|
1
|
1110
|
|
POST
|
Hi, I am able to show mmpk file map into my own IOS app through ArcGIS runtime library. Now I want to give option geocoding and navigation in this mmpk map like Navigator for ArcGIS app through ArcGIS runtime code but I don't find any codebase / ArcGIS class /documentation at the site. Can anyone help me to provide me documentation or code? Below is the code which I am using to show mmpk file map into device: self.mapPackage = AGSMobileMapPackage(name: "NewYorkCity") //load map package self.mapPackage.loadWithCompletion { [weak self] (error: NSError?) in if let error = error { SVProgressHUD.showErrorWithStatus(error.localizedDescription) } else { if let weakSelf = self { if weakSelf.mapPackage.maps.count > 0 { //assign the first map from the map package to the map view weakSelf.mapView.map = weakSelf.mapPackage.maps[0] } else { SVProgressHUD.showErrorWithStatus("No mobile maps found in the map package") } } } Thanks, Kamal
... View more
02-10-2017
10:41 AM
|
0
|
1
|
809
|
|
POST
|
Hi, When I am trying to create the mmpk file through ArcGIS pro desktop application then I am getting below error: ERROR 999999: Error executing function. The application is not licensed to create or modify schema for this type of data. I am following below link to create a mmpk file. Make a map with all your own data—Navigator for ArcGIS | ArcGIS Any solution would be a great help. Thanks, Kamal
... View more
02-10-2017
10:41 AM
|
0
|
2
|
1508
|
|
POST
|
I am trying to open a .mmpk file (Mobile map package file ) in my app but not getting any result .(Black blank screen appearing). Sample code provided by ArcGis for Open Mobile Map Package were also not working. Please provide me solution.
... View more
02-10-2017
03:47 AM
|
0
|
4
|
2292
|
|
POST
|
Any update on above question?? I am waiting for your reply Thanks, Kamal
... View more
02-06-2017
04:07 AM
|
0
|
1
|
2170
|
|
POST
|
Hi, Has ArcGIS supported geofencing feature in online as well as the offline mode? Thanks, Kamal
... View more
02-01-2017
10:28 AM
|
0
|
0
|
939
|
|
POST
|
Thanks for the reply Can you give me the links of raster tiled map service which supports exporting tiles? Basically, I want to download whole new york city map means I can go any zoom level(zooms in/zoom out) in tpk file in offline mode just like in online mode. Thanks, Kamal
... View more
02-01-2017
10:04 AM
|
0
|
2
|
2170
|
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|