POST
|
Have you tried using the Field Calculator and just add a field with a value to act as a trackid? This might require getting the geoevent definitions setup appropriately between the input and output as well. I hope this helps.
... View more
09-23-2020
01:37 PM
|
0
|
0
|
116
|
POST
|
When we had issues with delayed messaging it was caused by an anti virus application.
... View more
09-08-2020
06:22 AM
|
1
|
1
|
87
|
POST
|
Using arcgis js 4.16 legend widget. I have a two tile layers added to the map. For some reason one of the layers gets the symbol from the opposite tile layer. For example, one layer is a tile layer of sanitary sewer and the other is parcels. The sanitary sewer's legend symbol is shown as the parcel's symbol. See pic below. The basic code used is below. Anyone have an idea what would cause this? var parcelLayer = new TileLayer ( { url : "" } ) ; var sanitary = new TileLayer ( { url : "" } ) ; var map = new Map ( { basemap : basemap , layers : [ parcelLayer , sanitary ] } ) ; var view = new MapView ( { container : "sceneDiv" , map : map , center : [ ] } ) ; var legend = new Legend ( { view : view , layerInfos : [ { layer : sanitary , title : "Legend" } , { layer : parcelLayer } ] } ) ;
... View more
08-26-2020
07:47 AM
|
0
|
2
|
213
|
POST
|
Hey guys, I'm just starting down the path of creating tools for arcgis pro. I gotta say, I really miss the python addin days. My question is, is there any other way to create a pro tool without using visual studio (not using script tool)? Lastly, a lot of people are recommending using the community(free) version of visual studio. However, I'm having a hard time justifying the legal use for our organization due to the terms and conditions. I pasted a screenshot of the quick terms and conditions. You can find the full terms and conditions here. We plan on only using VS to create in-house tools and scripts. The only way I can justify it, is if we make all our code open source. Maybe someone can better explain how the community license can legally be used for this purpose. I have a feeling many people are not using it according to the terms and conditions. I would appreciate any insight into this, legal jargon is not my specialty. Thanks.
... View more
08-18-2020
02:10 PM
|
0
|
0
|
65
|
POST
|
I tested this in our geoevent environment and it seemed to work. It resulted in a time of " Mon Aug 03 15:58:04 CDT 2020 "... In the last screenshot your field type is "boolean", you should set it to date type. I hope this helps.
... View more
07-29-2020
02:02 PM
|
0
|
1
|
221
|
POST
|
Have you tried using field calculator to fill in a received field then use the received field in your field calculator for due date instead of calculating it all at once?
... View more
07-29-2020
01:37 PM
|
0
|
3
|
221
|
POST
|
This ended up being a bad install. Overall, it took us 5 different tries to upgrade from 10.61 to 10.8. On top of that, tech support believes our config file might have been corrupt as well. So, we are having to rebuild the the geoevent services, inputs, outputs, geofences, and definitions.
... View more
07-20-2020
06:48 AM
|
1
|
0
|
68
|
POST
|
We just upgraded geoevent to 10.8 from 10.6.1 and have encountered this error when we the receive json on a rest end point input us used: com.esri.ges.adapter.genericJson.JsonInboundAdapter Error converting JSON node to GeoEvent. The data is being sent to the endpoint via a python script. Here is a boiled version of what it looks like... import requests import json url = < endpoint url > mes = { "trackID" : "testing" , "comment" : "testing comment" } r = requests . post ( url , json = mes , verify = False ) print ( r . status_code ) print ( r . content ) The data is being sent to the endpoint and the definition is being generated by geoevent correctly but the input is not processing the data appropriately. The input count does not go up and the mentioned error is found in the log. Also, this method worked just fine on the 10.6.1 version. Anyone have an idea on why this would happen? GeoEvent RJ Sunderman
... View more
07-14-2020
01:42 PM
|
0
|
2
|
146
|
POST
|
Is there a way to display the EditDate field in the field list for the Smart Editor Widget (WAB DEV)? I don't see the field listed in the configuration of the layer. Another option would be to change the format of the "Edited by..." line in the window if that is possible. Any help would be greatly appreciated. Thx.
... View more
06-12-2020
01:24 PM
|
0
|
0
|
140
|
IDEA
|
Similar to Eric's idea, I would be interested in a geoevent processor that could trigger a python script. So, if a certain condition is met a python script would be called. This would provide a lot of flexibility for those who are not familiar with java it also opens up a new ability to extend the GE functionality as a whole i.e. using python geoprocessing tools, reporting, access to custom python geoprocessing tasks etc.
... View more
04-20-2020
10:29 AM
|
0
|
0
|
268
|
Online Status |
Offline
|
Date Last Visited |
01-27-2021
03:15 PM
|