|
POST
|
I really like the Crowdsource StoryMap for one of our applications, I realize this item is in Mature Support, but in certain circumstances I would like to be able to bypass the splash screen and zoom to a feature on the map. Is this possible using url parameters? I know Stephen Sylvia has done a lot of work cataloging and explaining similar information in the Story Maps Developers' Corner (https://medium.com/story-maps-developers-corner ). Please advise. Best, Heath
... View more
11-20-2019
08:53 AM
|
0
|
2
|
1451
|
|
POST
|
I have created multiple surveys using Connect at a previous version, but now I wish to upgrade to version 3.6 to obtain the latest functionality. I know that in version 3.6, geotrace and geoshape are now supported, but when open my previously built surveys those options do not exist. What is the best method to upgrade these surveys using Survey123 Connection for ArcGIS?
... View more
11-04-2019
11:34 AM
|
0
|
3
|
1758
|
|
POST
|
Hi Undral, Thank you for the detail explanation. That cleared it up for me Best, Heath
... View more
10-21-2019
11:11 AM
|
0
|
0
|
5697
|
|
POST
|
Yes i have a the startField set const layer = new FeatureLayer({ url: "https://gis.appleton.org/pubserver/rest/services/Hosted/EnvisionAppleton/FeatureServer/0", copyright: "City of Appleton", title: "Envision Appleton", // set the CSVLayer's timeInfo based on the date field timeInfo: { startField: "project_date", // name of the date field interval: { // set time interval to one day unit: "days", value: 1 } }, Here is a copy of my code if you want to look at it instead of me sending snippets https://codepen.io/handerson1/pen/gOOLYMw?editors=1001
... View more
10-21-2019
08:19 AM
|
0
|
0
|
5697
|
|
POST
|
Robert, Thank you for your quick reply. That code didn't seem to work either defExp2 = layer.definitionExpression = "project_date = TIMESTAMP '2019-10-18 16:30:00'"; defExp2 = layer.definitionExpression = "project_date = TIMESTAMP 2019-10-18 16:30:00"; I had thought about using the TIMESTAMP earlier in my vetting process but seeing as how the database stores it in epoch as well as the timeslider querying in epoch I thought I though I would stick with it. Either way, neither the TIMESTAMP or epoch code seems to be working with the fieldname or "time" designation Best, Heath
... View more
10-18-2019
02:36 PM
|
0
|
2
|
5697
|
|
POST
|
I am struggling getting my definition expression to work with a time aware field. I believe I have narrowed down the problem to the layer.definitionExpression. I have successfully made a definition expression for a text field: layer.definitionExpression = "project_type = 'SUP'" but I have been unsuccessful in writing one for a time aware field. Should I be using the field name {project_date} or 'time'? timeSlider.watch("timeExtent", function() {
// only show earthquakes happened up until the end of
// timeSlider's current time extent.
//defExp = layer.definitionExpression = "time = " + timeSlider.timeExtent.end.getTime();
//defExp = layer.definitionExpression = "project_type = 'SUP'";
//defExp = layer.definitionExpression = "time=1571202000000";
defExp = layer.definitionExpression = "time="+1571202000000;
defExp2 = layer.definitionExpression = "project_date="+1571202000000;
//checks definitonExpression
console.log(defExp);
console.log(defExp2); I know that the epoch time 1571202000000 exists in my dataset because I can query it in the rest end point and the query yields 2 results, however that doesn't seem directly translate to JS. Can some one please help me.
... View more
10-18-2019
02:15 PM
|
0
|
6
|
5911
|
|
BLOG
|
Has there been any update on this issue? I am having a similar problem. I have hosted feature service in AGOL being updated by Geoevent. The Update a Feature Service output occasionally errors and stops writing. If I stop and start the service everything appears to function normally. I would like to script a start and stop weekly. Andy Ommen
... View more
05-07-2019
08:44 AM
|
0
|
0
|
2371
|
|
POST
|
I have ArcGIS Geoevent 10.6.1 and was wondering if there is a way to notify the administrator of a fail in the service. I currently poll-in an xml weather service and update a feature service every hour with the new information. The only problem is that after a couple of weeks the update a service portion seems to fail for some unknown reason. The current fix is that I view the feature service in AGOL and if the time stamp isn't within a couple of hour of the current time, I have to log into Geoevent and restart the Update a Feature Service. I also restart the xml poll to make sure the feature service is being updated with the latest weather information. I would like to create a notification email so that when the update a feature service fails to write an output I will receive an email. I have thought about a incident detector but i am unsure of how to format the opening condition. I was going with the approach of if "${observationdate} < now().minusHour(2)" create a Point in Time incident then send an email. The only problem is that this doesn't work and i am not sure what language the conditional statement is written in, SQL, Java, Python? Does anyone have any thoughts for recommendations for my problem. I don't really have time to check the feature service every day.
... View more
03-19-2019
07:24 AM
|
0
|
1
|
1447
|
|
POST
|
That is correct. We are running Portal at 10.6.1 and it does not work. However, it does work in ArcGIS Online.
... View more
02-25-2019
02:25 PM
|
0
|
1
|
2694
|
|
POST
|
AGP 2.2 supported labeling callout point symbols that I formatted and used in my mmpk. Now after upgrading to AGP 2.3 it appears that when after creating the mmpk the point symbol callouts are no longer retained/supported. The labeled text is there with its color but the callout is not. I use the mmpk in Explorer, which functions great for solely viewing data. Does anyone have any thoughts, recommendations, or comments? The purpose is to only view data, not edit.
... View more
02-22-2019
09:40 AM
|
0
|
7
|
3678
|
|
POST
|
I got on AGOL, the expression is no longer grayed out and the required field works as mentioned in the correct answer.
... View more
02-21-2019
01:33 PM
|
2
|
4
|
2694
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 04-23-2025 01:41 PM | |
| 1 | 03-21-2025 11:45 PM | |
| 1 | 12-10-2024 09:51 AM | |
| 1 | 01-24-2024 06:56 AM | |
| 1 | 07-19-2023 03:21 PM |
| Online Status |
Offline
|
| Date Last Visited |
12-15-2025
06:13 AM
|