POST
|
Esri also added a "width" property to the Column class in the JS SDK. https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-Grid-Column.html#width
... View more
07-30-2024
10:15 AM
|
0
|
0
|
217
|
POST
|
Hello all! Our team is trying to dynamically set the width of all of the columns in a FeatureTable. We would like to have each column be as long as the longest value in that column. By default, the FeatureTable makes all columns the same width, regardless of the side of the data they contain. Has anyone Tried to do this before? Thanks! Chris
... View more
06-30-2022
07:48 AM
|
0
|
3
|
831
|
POST
|
Hello all! I am working on an Experience Builder application that will allow the user to view 'Work Request' points on a map. There is a list that will allow the user to filter, sort, and select the points. I would like to have the list also update when the map's extent is changed - but only if the user wants to filter spatially. When the user does not want to filter spatially, then I want the list to ignore the map's extent changes. Is there a way to allow the user to enable/disable filtering the data by extent? If not, has anyone developed anything similar in Experience Builder DE (I am asking as this app will be built using DE, so I can add functionality if I need to). Thanks so much! Chris
... View more
01-04-2022
09:02 AM
|
0
|
2
|
634
|
POST
|
Thanks for posting about this! I ran into the same issue! As a workaround, you could hit the REST API directly. You can do this by using the 'Requests' library and Esri's REST API. token = gis._con.token
url = '{0}/sharing/rest/community/users/{1}/delete?f=json&token{2}'.format(gis.url, username, token)
deleteAgolUser = requests.post(url)
print("Delete User Results for user {0}: {1}".format(username, deleteAgolUser.text) "token" in the above snippet, gets the token that is generated when you authenticate using GIS. See this post for more details. The 'print' statement is just something that I use, feel free to ignore it! I hope this helps someone! Chris
... View more
05-24-2021
02:27 PM
|
1
|
1
|
2917
|
POST
|
Hi @GaryBowles1 , I was running into the same problem. I was able to get it to add the definitions after I published and ran the new GeoEvent Service. I stopped it quickly and then added the filter, but that was the only way I could get it to work. Thanks, Chris
... View more
01-14-2021
07:25 AM
|
0
|
0
|
3614
|
DOC
|
Hi guys! Tested in WAB DE version 2.16 and no issues! Just a small news update! Stay Healthy! Chris
... View more
04-28-2020
03:13 PM
|
0
|
0
|
3389
|
POST
|
Thank you, I wasn't trying to remove a really cool feature, just to make sure Google wouldn't come after me. haha It would be cool if Esri reached out to Google to allow this, though. Chris
... View more
07-22-2019
04:19 AM
|
0
|
0
|
1365
|
POST
|
Hello, Is using Google Maps layers in Survey123 allowed by Google's TOS? I know that they do not allow it for webmaps (ArcGIS Online or Server). I am not sure if it is allowed in Survey123. Esri has Google maps tiles listed in the following link: http://doc.arcgis.com/en/survey123/desktop/create-surveys/includemap.htm#GUID-31B9C45D-8D07-4F0F-A33D-6C0664501D5C I have looked over Google's TOS before, (Link), and I believe the answer to my question is no. The snippet below is from Section 3 item e. Thank you, Chris
... View more
07-08-2019
05:05 AM
|
0
|
2
|
1582
|
POST
|
Janine, For Esri love feeds, you could use a proxy hosted on ArcGIS Online. We use the weather watches, warnings, and advisories layer and have it pass through a hosted proxy so that it can be printed. Please be aware that if the Esri service consumes credits, then a hosted proxy may not be the best solution, as your account would be billed the credits. For more info on hosted proxies, and how to set one up, see the link: Working with Proxy Services | ArcGIS for Developers Chris
... View more
09-18-2018
05:05 AM
|
0
|
0
|
5429
|
POST
|
Hello, I have discussed a modification to the Esri Resource proxy that will allow for secured services to be printed. Please see this discussion: Web AppBuilder Print widget and proxy service Here is what I was able to come up with: NOTE: These would only work for the DotNet version of the Esri resource proxy. Get the "Web_Map_as_JSON" (WMAJ) parameter (and data it contains) from the the request. Using a library like Newtonsoft.Json, deserialize the WMAJ data from a JSON object into a DotNet Object Get the "Operational Layers" section of the WMAJ object and add each layer into an array. Compare the Layer URL's of the layers from the WMAJ object and the URL's that are defined in the proxy.config file. If a layer's URL matches a URL from the proxy config file, use the credential info to generate a token for it. Apply the token to the layer in the array of "Operational Layers" Serialize the DotNet WMAJ object (now with tokens for the secured layers) and send the request on its way. I hope this helps, Chris
... View more
09-17-2018
04:26 PM
|
0
|
0
|
525
|
POST
|
I don't know if Esri uses Azure to host feature services, but Azure's South Central Data Center experienced major issues yesterday and is still recovering. If Esri hosts with Azure, this may be why. Azure status Chris
... View more
09-05-2018
11:45 AM
|
2
|
1
|
2194
|
POST
|
Jonathan, Is your browser zoomed in or out from the default of 100%? or This may cause the frame outlines to appear. If your browser is zoomed in or out, try setting it to 100%. Thanks, Chris
... View more
08-22-2018
06:04 AM
|
1
|
2
|
2235
|
POST
|
Hello all! Last year sometime, I was creating a map with a tool that allows users to add their own services to the map (created with Esri’s js api). I was testing with Esri’s demo layers and I was not disappointed. The funny images came from this sample layer: Layer URL: https://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire/FeatureServer/1 But, unfortunately, it looks like Esri has wiped the layer. I just thought that this should be saved for posterity! Chris
... View more
08-07-2018
12:36 PM
|
2
|
1
|
1059
|
POST
|
Thanks Ken Buja! I must have left my thinking cap at home that day...
... View more
07-26-2018
10:53 AM
|
0
|
0
|
607
|
Title | Kudos | Posted |
---|---|---|
1 | 06-10-2016 07:23 AM | |
1 | 05-24-2021 02:27 PM | |
1 | 11-02-2016 02:19 PM | |
1 | 05-18-2016 08:47 AM | |
1 | 01-04-2017 06:06 AM |
Online Status |
Offline
|
Date Last Visited |
07-31-2024
12:30 PM
|