|
POST
|
Hold that thought, buster! That's some pretty JSON but not at all like the kind I was looking for... which was: { "mapOptions": {},
"operationalLayers": [],
"baseMap": [], "
exportOptions": {},
"layoutOptions": {} } What's going on here?!
... View more
01-08-2020
02:54 PM
|
0
|
1
|
2914
|
|
POST
|
I am going to boldly answer Part 2 of my own question from last month (last year). If you have a web map stored as an item in Portal, you can get a JSON representation of it using the following URL: https://<yourwebadaptor>.<yourdomain>/portal/sharing/rest/content/items/<youritemsnearlyendlessandgibberishishID?f=pjson
... View more
01-08-2020
02:14 PM
|
0
|
2
|
2914
|
|
POST
|
Good question: I am deleting them through Portal interface. Select and delete. Which in the case of item referencing map services typically wipes our the associated service on the federated GIS server. That's what I was seeing trying one at a time, but it didn't work when deleting in batch. Will keep an eye on it.
... View more
01-08-2020
11:16 AM
|
0
|
0
|
922
|
|
POST
|
Anyone seen Portal just crunching to a halt when deleting multiple (5-10) items at once? I tried it and it just wouldn't complete. Just hangs up with a "Deleting..." window still open. When I X out of that window and then delete items one by one, it takes only seconds. I've used the Python API before to update and delete items. Never had any issues with that.
... View more
01-08-2020
09:01 AM
|
0
|
2
|
951
|
|
POST
|
I'm searching 'Enterprise Content". I'm an admin and should be able to see everything there, right? Good point though about permissions - I'll review if all the items in questions are shared with the organization. Clearly, I understand that 'tags' should enhance searching but I figured words in the item title would be primary for searching. Thanks, Robert!
... View more
01-08-2020
08:43 AM
|
0
|
1
|
1136
|
|
POST
|
So we're living in the age of 'Search'. Everything around us offers intelligent search capabilities using intellisense, auto-complete, suggestions... Why then is my Portal Search so dumb? Can this be configured somewhere ?? Say I have items including a map service called: My_Favorite_Buildings_in_Town and a web map called: Favorite Search for Town Buildings Searching by "M" won't return anything. Searching for "My_" will return the first map services but searching for "My_B" won't. "Favorite" will find the map service but "Favorite_B" won't. This has nothing to do with tags since this layer has only the tag "test". Searching by "Town" on the other hand only returns the web map and not even "in_Town" will the map services. "Town*" prompts me that Wildcard searches aren't supported but returns only the web map. I'm sure there is some secret logic here. My question is: can this be tweaked? I know there are ways to play with the indexes for items but will that help?
... View more
01-08-2020
08:25 AM
|
0
|
3
|
1214
|
|
BLOG
|
Thanks for the feedback, Joel. Will have to read that a couple of times to extract goodies. Would love to pick your brain some time on some of these matters. Really appreciate your lengthy contribution here!!
... View more
01-07-2020
03:38 PM
|
0
|
0
|
4270
|
|
POST
|
Thanks, Dan... I'll check it out. Camera.extent was a good start. Even easier, it appears, will be to just use camera.X/camera.Y.
... View more
01-07-2020
03:37 PM
|
0
|
0
|
2705
|
|
IDEA
|
Haha, so simple. While I'm excited about the prospect (future) of more direction integration with Jupyter Notebooks, for mere troubleshooting purposes in the awful Python window in Pro, Bruce's +/- hint is a lifesaver!
... View more
01-07-2020
02:35 PM
|
0
|
1
|
4996
|
|
IDEA
|
Totally agree. Having map and layout synch up automatically should be seamless.
... View more
01-07-2020
01:55 PM
|
1
|
0
|
10973
|
|
POST
|
Looks like it may now be handled using the Camera—ArcPy | ArcGIS Desktop and mf.camera.setExtent(<extent>)
or
mf.camera.getExtent()
... View more
01-07-2020
01:20 PM
|
0
|
2
|
2705
|
|
POST
|
Is there anything like it the arcpy that ships with Pro? It's certainly not in... arcpy.mp
... View more
01-07-2020
01:11 PM
|
0
|
3
|
2705
|
|
POST
|
I missed all the drumroll action, I guess. But it was about time,. To me there have been a number of reasons to want to migrate sooner. I just enjoy working in the Jupyter environment and doing updates and dependency management with conda. Although the tool for managing separate versions have improved, I have found it only confusing to remember what version of arcpy to use for what. So let's embrace 3.x for good. That being said, I'm sure next time I'm at an ESRI gig, someone will crack open 2.7 and start coding...
... View more
01-02-2020
11:35 AM
|
0
|
0
|
2531
|
|
POST
|
Now, I'm just as curious as you are. I'll let you know if I find anything else.
... View more
12-31-2019
10:54 AM
|
0
|
0
|
5235
|
|
POST
|
This is pretty confusing to read... why don't you stick with the pattern: filename = "myfile"
directoryname = r"\\mydirectory\mysubdirectory"
fullpath = os.path.join(directoryname,filename) That's not only easier to read but avoids all this concatenating of filenames and folder names and "\\". I'm not surprised something is ending up in the wrong folder.
... View more
12-31-2019
09:39 AM
|
1
|
1
|
3979
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-16-2025 07:32 AM | |
| 1 | 02-09-2024 05:18 PM | |
| 1 | 02-04-2025 09:27 AM | |
| 1 | 03-22-2019 10:55 AM | |
| 1 | 03-05-2020 08:46 AM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|