|
POST
|
Check out linear referencing... What is linear referencing?—Help | ArcGIS Desktop Your line feature(s) will need M-values and a unique id to create routes. You should then be able to use the Make Route Event Layer tool to generate points off your table. Leon
... View more
08-07-2018
01:20 PM
|
2
|
3
|
1682
|
|
POST
|
I've noticed that after upgrading to ArcGIS Pro 2.2 that one of my scripts stopped working properly... I rolled back to Pro 2.1 and it worked again. Upgraded to 2.2 and it fails again. Anyone else seen this? Thanks, Leon The script... gis = GIS(agol_url, agol_user, agol_pass) mySDfile = gis.content.get(itemid) mySDfile.publish(overwrite="true") The result.... KeyError Traceback (most recent call last)
C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\gis\__init__.py in
_check_publish_status(self, ret, folder)
6580 try:
-> 6581 serviceitem_id = ret[0]['serviceItemId']
6582 except KeyError as ke:KeyError: 'serviceItemId'
During handling of the above exception, another exception occurred:
KeyError Traceback (most recent call last)
<ipython-input-3-eef2935b5006> in <module>()
----> 1 mySDfile.publish(overwrite="true")
C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\gis\__init__.py in
publish(self, publish_parameters, address_fields, output_type, overwrite, file_type, build_initial_cache)
6374 return Item(self._gis, ret[0]['serviceItemId'])
6375 else:->
6376 serviceitem_id = self._check_publish_status(ret, folder)
6377 return Item(self._gis, serviceitem_id)
6378 C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\gis\__init__.py in
_check_publish_status(self, ret, folder)
6581 serviceitem_id = ret[0]['serviceItemId']
6582 except KeyError as ke:
-> 6583 raise RuntimeError(ret[0]['error']['message'])
6584
6585 if 'jobId' in ret[0]:
KeyError: 'error'
... View more
08-06-2018
10:56 AM
|
0
|
2
|
1780
|
|
POST
|
Have you looked and the Plans and Drawings solution? Plans and Drawings | ArcGIS Solutions for Local Government We started implementing it a year ago and its been very helpful. You basically create polygons for plan extents and add the plans as an attachment to the feature. Leon
... View more
08-02-2018
08:17 AM
|
1
|
10
|
3776
|
|
POST
|
I'm wondering if you publish the downloaded FGDB as a new service and try that in a new web map, if the problem persists. That might be the easiest fix.
... View more
05-15-2018
11:21 AM
|
0
|
1
|
2819
|
|
POST
|
There is an add-in available in Pro called the ArcGIS Solutions Deployment Tool that has the capability to add and modify domains of hosted feature layers. ArcGIS Solutions Deployment Tool | ArcGIS Solutions Leon
... View more
04-11-2018
12:02 PM
|
3
|
9
|
5071
|
|
POST
|
I would try double quotes around each of your parameters. I found that helps when URLs or file paths are passed as arguments through task manager. Leon
... View more
04-09-2018
07:44 AM
|
1
|
0
|
10904
|
|
POST
|
I have an ArcMap add-in that I created a few years back that will generate polygon features from bookmarks that you can then use for data-driven pages. I used it just last week, so its still working! I just pushed up the version I updated for 10.4.1 on GitHub. (Look in the Release directory) GitHub - LeonGIS/BookmarksToGrids: ArcMap add-in that generates polygon features from bookmarks
... View more
02-16-2018
08:32 AM
|
1
|
0
|
2148
|
|
POST
|
Items that are shared with the group that your Gallery is configured to use will show up on that page. I believe by default there is a group called "Gallery" that is configured to use. The site admin can change that setting from the Organization page. From the Organization page, select Edit Settings and then click the Gallery tab along the side. You can see and configure which group the Gallery uses from there. Just unshare items with the group the Gallery uses and they should disappear from listing. Leon
... View more
02-09-2018
11:30 AM
|
0
|
0
|
3180
|
|
POST
|
Reading the "no longer usable in ArcMap" caveat in the help was kind of deflating. That's going to make the migration to Pro fairly tricky for our organization. I hope that restriction gets removed somehow..
... View more
01-24-2018
04:43 AM
|
5
|
2
|
2038
|
|
POST
|
Yes, I have run into the same behavior using WAB 2.6. I have scrapped Arcade in my pop-up for now because of this. Not exactly a work around
... View more
01-08-2018
10:22 AM
|
0
|
1
|
963
|
|
POST
|
This is definitely predates the ArcGIS API for Python! It's much simpler now. I have a script on GitHub that might help you out. It requires using an ArcGIS Pro project. GitHub - LeonGIS/UpdateHostedFeatureSvc_Pro: ArcGIS Online administrative python scripts Hope it helps! Leon
... View more
01-03-2018
06:45 AM
|
0
|
2
|
3756
|
|
POST
|
I tested a Map Service registered in AGOL and the disabling pop-up worked. The online version of WAB seemed to honor that setting, as well. It's weird that the checkbox for disabling doesn't show. It might not be there in the version of Portal you are using, but I feel like that option has been there a while now. If the pop-up isn't showing up in the web map you are using, you might just try switching your app to a different map within WebAppBuilder, saving the app, and then switching back to original web map. I've had that fix a few minor issues here and there after updating a web map or a service. Otherwise, it could be an issue w/ the version of Portal or WAB.
... View more
12-21-2017
11:44 AM
|
0
|
1
|
3449
|
|
POST
|
I was tested against an onsite (ArcGIS Server) Feature Service in a web map in AGOL. What type of service are you using? Do you have a screen shot of the pop-up?
... View more
12-21-2017
09:44 AM
|
0
|
3
|
3449
|
|
POST
|
You can turn off the related records in the pop-up by doing the following... Click "More options" of the layer you want to modify. (The three dots) Click "Configure Pop-up" Scroll to the bottom and there is an option for Related data. Just uncheck the box.
... View more
12-21-2017
09:05 AM
|
2
|
5
|
3449
|
|
IDEA
|
Adding a basemap widget in the Workforce dispatcher web app, would enable the dispatcher to toggle between the basemap of the configured map and another. Our operations manager would like to have the option to see imagery.
... View more
12-21-2017
07:14 AM
|
7
|
0
|
789
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-18-2025 04:22 AM | |
| 2 | 11-26-2024 08:25 AM | |
| 1 | 04-14-2021 06:10 AM | |
| 3 | 04-02-2025 07:09 AM | |
| 3 | 12-10-2024 08:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|