POST
|
Hi, did you manage to get this to work as I am currently stuck trying to install ArcObjects SDK with MVS 2019 Community
... View more
08-10-2022
08:42 AM
|
0
|
0
|
593
|
POST
|
I am trying to customizing a popupTemplate for a FeatureLayer, but when I try and use a date field in the TextContent which has had its FieldInfo format set it is outputted as a long integer which I assume is seconds. let joinedFields = new FieldsContent({
fieldInfos: [
{
fieldName: "A_Date",
format: {
dateFormat: "day-short-month-year"
}
}
]
});
let joinedtext = new TextContent({
text: "<h4>Meter Readings</h4>"+
"<table class=\"table-condensed table-striped gw-table-meters\">"+
"<thead>"+
"<tr><th scope=\"col\">Date</th><th scope=\"col\">Reading</th><th scope=\"col\">Usage</th><th scope=\"col\">Code</th><th scope=\"col\">Days</th><th scope=\"col\">Avg</th></tr></thead>"+
"<tr><td>{A_Date}</td><td>{A_Reading}</td><td>{A_Usage}</td><td>{A_Code}</td><td>{A_No_of_Da}</td><td>{A_UseADay}</td></tr>"+
"<tr><td>{B_Date}</td><td>{B_Reading}</td><td>{B_Usage}</td><td>{B_Code}</td><td>{B_No_of_Da}</td><td>{B_UseADay}</td></tr>"+
"<tr><td>{C_Date}</td><td>{C_Reading}</td><td>{C_Usage}</td><td>{C_Code}</td><td>{C_No_of_Da}</td><td>{C_UseADay}</td></tr>"+
"<tr><td>{D_Date}</td><td>{D_Reading}</td><td>{D_Usage}</td><td>{D_Code}</td><td>{D_No_of_Da}</td><td>{D_UseADay}</td></tr>"+
"<tbody>"+
"</tbody></table>"
});
let joinedPopup = new PopupTemplate({
title: "Joined: {Supply_No}",
outFields: ["*"],
content: [joinedFields,joinedtext]
}); As you can see from the screen shot above the A_Date is not formatted correctly in the TextContent but is in the FieldsContent.
... View more
10-23-2020
07:39 AM
|
0
|
0
|
568
|
POST
|
Up till now we have only used the IOS app but are looking to move to the Android platform. On our test device we are having issues accessing our data. We first are receiving an untrusted host message, which we click trust but we then receive an error to do with the certification. Does the Android app support wildcard certificates as the URL for the server is not matching the one specified in the certificate. Owain
... View more
03-14-2019
09:54 AM
|
0
|
0
|
501
|
POST
|
Morning Joel, To confirm you are correct in your summary of the issues. I have emailed you further details regarding our setup. Owain
... View more
10-27-2017
12:21 AM
|
0
|
0
|
793
|
POST
|
Hi Joel, I have attached some screenshots from 17.1.2 which shows the discrepancies. All the data is held on our own ArcGIS Server. The map where the domain descriptions and some of the assets, valves & tees, are not drawn has the layers added via Add->Add layers from Web which point directly to the layer within the web service. E.g. .../arcgis/rest/services/Water/gwWaterPipeline/MapServer/4 Where the map which works has the whole web service added via Add->Add layers from Web E.g. .../arcgis/rest/services/Water/gwWaterPipeline/MapServer Hope that is clear, Owain
... View more
10-26-2017
06:09 AM
|
1
|
2
|
793
|
POST
|
The searching of layers is now working in correctly on 17.1.2, we had to make some changes to the Webmaps to fix issues with domain codes being displayed instead of domain descriptions.
... View more
10-26-2017
01:06 AM
|
1
|
4
|
2363
|
POST
|
Morning Joel, I have got the Beta version now and testing now. Shall I post here the feedback here? Owain
... View more
08-22-2017
01:09 AM
|
0
|
6
|
2363
|
POST
|
Hi Joel, I will look out for the update early next week and report back. Owain
... View more
08-15-2017
03:32 AM
|
1
|
8
|
2363
|
POST
|
Morning Joel, The maps are created online in our ArcGIS Online account, they reference layers we have published to our ArcGIS server. The layers are added to the maps vis the Add->From Web option and point directly at the layer not the map service, i.e. http://gwonline.gov.gg/arcgis/rest/services/Water/gwWaterFittings/MapServer/0 The search still works on iPads which have not been upgraded. Explorer for ArcGIS (10.2.8) Explorer for ArcGIS (17.1.0) We also have no information appearing when you have a map popup for the same layers. Browser iPad Owain.
... View more
07-25-2017
03:02 AM
|
0
|
13
|
2363
|
POST
|
Since the latest release 17.1.0(1755) of Explorer for ArcGIS on OS the ability to search by a layer within the app does not work. We have 3 layers set under the map settings; Via the browser this still works giving results but on the devices just results from the Esri Geocoder. Owain
... View more
07-20-2017
01:10 AM
|
0
|
16
|
4549
|
POST
|
If you have attachments enabled on a feature class then within the iOS app when click the attachment, in this case an image, it opens within the app. If I generate my own link list is there a way to make them open in the app instead og switching to Safari?
... View more
03-24-2017
05:57 AM
|
0
|
0
|
888
|
POST
|
I am not sure now, it was so long ago. In the end we used a file geodatabase with attachments.
... View more
03-24-2017
05:48 AM
|
0
|
0
|
435
|
POST
|
Our data is hosted on a ArcGIS Server 10.2, the pops open fine on the iPad and it happens on all layers that we host on the server. Its just that the popup does not show any coordinates just (null), (null), (null) or Near (null), (null), (null) Owain
... View more
12-10-2015
12:48 AM
|
0
|
0
|
570
|
POST
|
Hi Saranya, I see the same in all our maps we use on the iPad, but we are not using a GeoCoder but the simple layer/field search facility. Owain
... View more
12-07-2015
06:02 AM
|
0
|
2
|
570
|
POST
|
Hi All, Just wondering if anybody know why the initial popup on ArcGIS Explorer for iPad shows (null), (null), (null) under the layer name or number of features. I assume it is supposed to be the coordinates as when you have more than one feature available it says near (null), (null), (null). Owain
... View more
11-04-2015
01:21 AM
|
0
|
4
|
3723
|
Title | Kudos | Posted |
---|---|---|
1 | 10-26-2017 01:06 AM | |
1 | 10-26-2017 06:09 AM | |
1 | 08-15-2017 03:32 AM | |
1 | 04-28-2015 01:08 AM | |
2 | 02-19-2015 05:59 AM |
Online Status |
Offline
|
Date Last Visited |
02-27-2023
06:27 AM
|