|
POST
|
Thank you for the answer. I will create a webhook in a few days!
... View more
05-30-2019
04:56 AM
|
0
|
0
|
1325
|
|
POST
|
Hello, when using web mapping applications, build with the WebApp Builder, on different clients at the same time, changes at the web map (e.g. new layer is added to the webmap) will occur first, then the web mapping application would be reloaded by the user, How can I create a widget, that shows the user to reload the web mapping application to get the changes on the web map without long delay? Thanks for your advices, Karsten
... View more
05-18-2019
06:43 AM
|
0
|
2
|
1514
|
|
POST
|
Find the solution: first create a token updateServiceDef def updateServiceDef(token): ''' use this to update feature service max record count ''' updateServiceDefURL = 'https://services2.arcgis.com/.../ArcGIS/rest/admin/services/.../FeatureServer/0/updateDefinition' params = { 'updateDefinition': {"timeInfo" : {"startTimeField" : "DateTimeField1", "endTimeField" : "DateTimeField2"}}, 'async': 'true', 'token': token, 'f':'json' } response = requests.post(updateServiceDefURL, data=params, verify=True)
... View more
03-26-2019
02:01 PM
|
4
|
0
|
1659
|
|
POST
|
Hi there, is it possible to enable to the "Time Settings" of a Feature Service with the Python API? Thanks for your help Karsten
... View more
03-08-2019
02:34 AM
|
1
|
2
|
1953
|
|
POST
|
Apps created with Web AppBuilder can be modified directly with URL parameters. To add a point to the map, use marker=<x>,<y>. The point is added to the map at the specified x and y locations. My Question: Is it possible to send more than one point to map? Thanks, Karsten
... View more
01-03-2019
07:56 AM
|
0
|
2
|
917
|
|
POST
|
Hi, I use our own webserver in our organisation. But you can take any webserver from any web hoster. Karsten
... View more
11-12-2018
09:04 AM
|
0
|
1
|
5841
|
|
POST
|
Hi, if you store your csv data on a webserver, you can take the csv file as source for web map. If you reload the map, the csv would take the new data. Karsten
... View more
11-11-2018
07:48 AM
|
0
|
1
|
5841
|
|
POST
|
I wrote an ArcGIS Pro addin with the SDK to show notifications. Since Version 2.2 showing costum images in notifications should be possible. How can I reach them, if they are put to the image folder an should be shown in the internal class Module1. notification = new NotificationItem(dateNews, false, thema, NotificationType.Custom, date: myDate,
customImage: "pack://application:,,,/Module1;component/Images/globe30.png");
NotificationManager.AddNotification(notification); This toastimage is shown with this code: notification = new NotificationItem(dateNews, false, thema, NotificationType.Custom, date: myDate,
customImage: "pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ToastLicensing16.png");
NotificationManager.AddNotification(notification); Thanks Karsten
... View more
11-11-2018
01:46 AM
|
0
|
3
|
2165
|
|
POST
|
I got a link like this: https://ago-item-storage.s3-external-1.amazonaws.com/ ....... afterwards there is an folder and inside the pdf, followed by the token, depending share status.
... View more
10-12-2018
05:31 AM
|
0
|
0
|
11183
|
|
POST
|
The easiest way ist to store the filename in each field used for the hyperlink in the point layer. At the Pop-up configuration you can change Pop-up display to A custom attribute display. There you can create a link with the url and the filename from the field like http://www........./{filename}. Greetings Karsten
... View more
10-11-2018
12:56 PM
|
0
|
0
|
11183
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2020 11:33 AM | |
| 1 | 03-02-2023 12:33 PM | |
| 1 | 01-05-2022 01:14 PM | |
| 1 | 05-18-2022 09:33 AM | |
| 1 | 01-14-2022 01:17 PM |
| Online Status |
Offline
|
| Date Last Visited |
02-02-2025
08:02 PM
|