|
POST
|
Hey just a couple of questions: What folder are you grabbing the attachments from? What directories do you have set up for you outputs? Is there any way you are able to see the rest endpoint for your attachments? One way to check is to place that feature in a web map on arcgis.com and make sure your attachments are visible. Once you do this click on a feature with attachments and see if it will download and open or if you will get sent to a broken rest endpoint. Thanks Russ
... View more
11-11-2011
08:16 AM
|
0
|
0
|
1804
|
|
POST
|
Are you able to open these attachments when viewing the features on ArcGIS Online or are these maps hosted on your mobile content server? Thanks Russ
... View more
11-10-2011
08:57 AM
|
0
|
0
|
1804
|
|
POST
|
Can you see the attachments on the web map you created? Thanks Russ
... View more
11-09-2011
07:16 AM
|
0
|
0
|
1804
|
|
POST
|
On the ArcGIS for iOS application the extent can be set when you create the map on your mobile content server.ArcGIS Online grabs the extent that the map view you are currently at when you save the map to your online content. Hope this helps Russ
... View more
11-07-2011
11:14 AM
|
0
|
0
|
1213
|
|
POST
|
Your formatting is slightly off. For a map service you do not have to set the service URL for each individual layer within a map service. Here is a sample. I have popups for the first 2 layers (0,1) and then last layer(2) has no popups defined. {
"operationalLayers": [{
"url": "http://sampleserver.arcgis.com/ArcGIS/rest/services/TestData/ElectricalView/MapServer",
"id": "ElectricalView_1904",
"visibility": true,
"visibleLayers": [
0,
1,
2
],
"opacity": 1,
"title": "ElectricalView",
"layers": [
{
"id": 0,
"popupInfo": {
"title": "Primary Circuit: {LINK_TYPE}",
"fieldInfos": [
{
"fieldName": "OBJECTID",
"label": "OBJECTID",
"isEditable": false,
"tooltip": "",
"visible": false,
"format": null,
"stringFieldOption": "textbox"
},
{
"fieldName": "CONDUCTOR_",
"label": "Conductor",
"isEditable": false,
"tooltip": "",
"visible": false,
"format": {
"places": 2,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "Enabled",
"label": "Enabled",
"isEditable": false,
"tooltip": "",
"visible": true,
"format": {
"places": 0,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "SHAPE",
"label": "Condition",
"isEditable": false,
"tooltip": "",
"visible": false,
"format": null,
"stringFieldOption": "textbox"
},
{
"fieldName": "SHAPE.len",
"label": "SHAPE.len",
"isEditable": false,
"tooltip": "",
"visible": false,
"format": {
"places": 2,
"digitSeparator": true
},
"stringFieldOption": "textbox"
}
],
"description": null,
"showAttachments": false,
"mediaInfos": []
}
},
{
"id": 1,
"popupInfo": {
"title": "Secondary Circuit: {LINK_TYPE}",
"fieldInfos": [
{
"fieldName": "OBJECTID",
"label": "OBJECTID",
"isEditable": false,
"tooltip": "",
"visible": false,
"format": null,
"stringFieldOption": "textbox"
},
{
"fieldName": "CONDUCTOR_",
"label": "Conductor",
"isEditable": false,
"tooltip": "",
"visible": false,
"format": {
"places": 2,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "LINK_TYPE",
"label": "Link Type",
"isEditable": false,
"tooltip": "",
"visible": true,
"format": null,
"stringFieldOption": "textbox"
},
{
"fieldName": "INSULATION",
"label": "Insulation",
"isEditable": false,
"tooltip": "",
"visible": true,
"format": null,
"stringFieldOption": "textbox"
},
{
"fieldName": "SYMBOL",
"label": "Amps",
"isEditable": false,
"tooltip": "",
"visible": true,
"format": {
"places": 0,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "PHASE_DESC",
"label": "Voltage",
"isEditable": false,
"tooltip": "",
"visible": true,
"format": {
"places": 0,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "Enabled",
"label": "Enabled",
"isEditable": false,
"tooltip": "",
"visible": true,
"format": {
"places": 0,
"digitSeparator": true
},
"stringFieldOption": "textbox"
}
],
"description": null,
"showAttachments": false,
"mediaInfos": []
}
}
]
}],
"baseMap": {
"baseMapLayers": [{
"id": "World_Topo_Map_9955",
"opacity": 1,
"visibility": true,
"url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"
}],
"title": "Topographic"
},
"version": "1.4"
} You may also want to set a basemap layer within your JSON. If you want to use one of those layers within your map service as a BM you can publish it out as a separate service and then place it within the BM JSON section. Hope this helps. Russ
... View more
11-07-2011
10:49 AM
|
0
|
0
|
1525
|
|
POST
|
Your formatting is slightly off. For a map service you do not have to set the service URL for each individual layer within a map service. Here is a sample. I have popups for the first 2 layers (0,1) and then last layer(2) has no popups defined. { "operationalLayers": [{ "url": "http://sampleserver.arcgis.com/ArcGIS/rest/services/TestData/ElectricalView/MapServer", "id": "ElectricalView_1904", "visibility": true, "visibleLayers": [ 0, 1, 2 ], "opacity": 1, "title": "ElectricalView", "layers": [ { "id": 0, "popupInfo": { "title": "Primary Circuit: {LINK_TYPE}", "fieldInfos": [ { "fieldName": "OBJECTID", "label": "OBJECTID", "isEditable": false, "tooltip": "", "visible": false, "format": null, "stringFieldOption": "textbox" }, { "fieldName": "CONDUCTOR_", "label": "Conductor", "isEditable": false, "tooltip": "", "visible": false, "format": { "places": 2, "digitSeparator": true }, "stringFieldOption": "textbox" }, { "fieldName": "Enabled", "label": "Enabled", "isEditable": false, "tooltip": "", "visible": true, "format": { "places": 0, "digitSeparator": true }, "stringFieldOption": "textbox" }, { "fieldName": "SHAPE", "label": "Condition", "isEditable": false, "tooltip": "", "visible": false, "format": null, "stringFieldOption": "textbox" }, { "fieldName": "SHAPE.len", "label": "SHAPE.len", "isEditable": false, "tooltip": "", "visible": false, "format": { "places": 2, "digitSeparator": true }, "stringFieldOption": "textbox" } ], "description": null, "showAttachments": false, "mediaInfos": [] } }, { "id": 1, "popupInfo": { "title": "Secondary Circuit: {LINK_TYPE}", "fieldInfos": [ { "fieldName": "OBJECTID", "label": "OBJECTID", "isEditable": false, "tooltip": "", "visible": false, "format": null, "stringFieldOption": "textbox" }, { "fieldName": "CONDUCTOR_", "label": "Conductor", "isEditable": false, "tooltip": "", "visible": false, "format": { "places": 2, "digitSeparator": true }, "stringFieldOption": "textbox" }, { "fieldName": "LINK_TYPE", "label": "Link Type", "isEditable": false, "tooltip": "", "visible": true, "format": null, "stringFieldOption": "textbox" }, { "fieldName": "INSULATION", "label": "Insulation", "isEditable": false, "tooltip": "", "visible": true, "format": null, "stringFieldOption": "textbox" }, { "fieldName": "SYMBOL", "label": "Amps", "isEditable": false, "tooltip": "", "visible": true, "format": { "places": 0, "digitSeparator": true }, "stringFieldOption": "textbox" }, { "fieldName": "PHASE_DESC", "label": "Voltage", "isEditable": false, "tooltip": "", "visible": true, "format": { "places": 0, "digitSeparator": true }, "stringFieldOption": "textbox" }, { "fieldName": "Enabled", "label": "Enabled", "isEditable": false, "tooltip": "", "visible": true, "format": { "places": 0, "digitSeparator": true }, "stringFieldOption": "textbox" } ], "description": null, "showAttachments": false, "mediaInfos": [] } } ] }], "baseMap": { "baseMapLayers": [{ "id": "World_Topo_Map_9955", "opacity": 1, "visibility": true, "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" }], "title": "Topographic" }, "version": "1.4" } You may also want to set a basemap layer within your JSON. If you want to use one of those layers within your map service as a BM you can publish it out as a separate service and then place it within the BM JSON section. Hope this helps. Russ
... View more
11-07-2011
10:48 AM
|
0
|
0
|
1525
|
|
POST
|
Can you share the web map temporarily or can you show the structure of the URL you are using? Thanks Russ
... View more
11-07-2011
08:44 AM
|
0
|
0
|
702
|
|
POST
|
We think the issue could be caused by two things 1. The arcgismobile.txt file fails to load. This occurs when there is a problem with the network connection and the app cannot download the file. 2. Could be an issue with a secured service Just a couple of questions -Are you using a basemap that has secured service -what type of security certificate is the site using(if any) -Are you getting a server trust alert and hitting cancel? Thanks Russ
... View more
11-03-2011
10:13 AM
|
0
|
0
|
1027
|
|
POST
|
Have you shut the app down completely and seen this error re-appear?
... View more
11-02-2011
07:07 PM
|
0
|
0
|
1027
|
|
POST
|
Can you take a snap shot of what you are seeing in the mxd and on the iOS app? Also could you point out some key things that I should be seeing. Cheers Russ
... View more
11-02-2011
03:30 PM
|
0
|
0
|
1525
|
|
POST
|
Correct. You would want to use feature services for editing/collecting scenarios. Cheers Russ
... View more
11-02-2011
08:27 AM
|
0
|
0
|
1889
|
|
POST
|
Not a problem. A work around to hosting up copyrighted data could be to create an empty feature class that mirrors the feature classes you are hosting up but have the copyright issues. This way you mirror the schemas and use the empty feature class in the webmap. Once you have extracted the JSON you can do a "find/replace" in a text file on the "empty feature class" rest end points with your data filled rest points. This way no actual company/copyrighted data is hosted up onto online..but you will have to have the schema for these features exactly matched. This still isn't the best solution but could be a possible solution for you and would reduce possible JSON errors and maybe time creating these maps. Cheers Russ
... View more
10-24-2011
04:01 PM
|
0
|
0
|
1525
|
|
POST
|
To be able to identify your features you will need to define a popupinfo for your features. One of the easiest ways to do this is to create a webmap define popups for your features and then extract the webmap JSON. The process to extract the JSON is outlined in the help doc: http://help.arcgis.com/en/arcgismobile/10.0/apis/iphone/AppGuide/Maps.pdf Also popups and identifying features is also discussed in this thread http://forums.arcgis.com/threads/36981-Identify-Feature-ESRI-ArcGIS-APP-Update Hope this helps you out Cheers Russ
... View more
10-24-2011
01:00 PM
|
0
|
0
|
1525
|
|
POST
|
Yes correct you could use the API to create your app.. here is a link to the API resource: http://resources.arcgis.com/content/arcgis-iphone/api
... View more
10-13-2011
06:16 PM
|
0
|
0
|
370
|
|
POST
|
What type of server are you working with? is it ArcGIS Server? The mobile content server comes when you install ArcGIS Server 10. This install includes an on-premise �??mobile content server�?� that is a repository for the maps you can open on your smartphone device. These maps will have to be developed in JSON which is the format the webmaps are written in. This doc is slightly outdated but it can help you get your maps onto your mobile content server if you have one. http://help.arcgis.com/en/arcgismobile/10.0/apis/iphone/AppGuide/Maps.pdf None of the maps you have already created will work on the app. For maps to work in the app they have to be coming from ArcGIS Online or your mobile content server. On online you can restrict the users down to a group of people you want to use your maps or you can have them opened to the public. Also Online allows you to use token secured services if you want to further secure your maps beyond a group permission level. This link will provide you all the information about ArcGIS.com: http://help.arcgis.com/en/arcgisonline/help/index.html#/What_is_ArcGIS_com/010q0000000t000000/ Here is a sample map for you to check out. Tapping on the features will produce a popup of information. This can be accessed by arcgis online and the app. http://www.arcgis.com/home/webmap/viewer.html?webmap=14579fcbb6074f2b83ffbedfdf07f0a8 Cheers Russ
... View more
10-13-2011
03:49 PM
|
0
|
0
|
1702
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 11-05-2025 09:07 AM | |
| 2 | 11-05-2025 08:17 AM | |
| 1 | 10-31-2025 06:46 AM | |
| 1 | 10-29-2025 05:37 AM |
| Online Status |
Online
|
| Date Last Visited |
12 hours ago
|