|
IDEA
|
Hi, The image you provided appears to be from ArcMap. ArcMap and ArcGIS Pro are full featured Desktop GIS tools designed to give the user full access to datasets. If your users don't expand the group the sublayers will remain 'hidden' but I doubt that is the functionality you want. We use the Web AppBuilder (WAB) to publish many map viewers. In the WAB it is possible to suppress the sub-layers in the legend widget. Would a WAB app be a suitable replacement for what you are trying to accomplish? Bernie.
... View more
01-30-2023
07:25 AM
|
0
|
0
|
1776
|
|
POST
|
Thomas, I replaced the port number with 6443 and updated all of the http calls to https but I still get these errors - do you think this is the self signed cert that you mentioed? Traceback (most recent call last): File "C:\Temp\python_scripts\map_service_stats\mss.py", line 203, in <module> sys.exit(main(sys.argv[1:])) File "C:\Temp\python_scripts\map_service_stats\mss.py", line 56, in main token = getToken(username, password, serverName, serverPort) File "C:\Temp\python_scripts\map_service_stats\mss.py", line 183, in getToken if not assertJsonSuccess(data): File "C:\Temp\python_scripts\map_service_stats\mss.py", line 193, in assertJsonSuccess obj = json.loads(data) File "C:\Python27\ArcGIS10.7\lib\json\__init__.py", line 339, in loads return _default_decoder.decode(s) File "C:\Python27\ArcGIS10.7\lib\json\decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Python27\ArcGIS10.7\lib\json\decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded Thanks, Bernie.
... View more
01-27-2023
10:52 AM
|
0
|
1
|
1416
|
|
POST
|
Scott, I presume the same publishing model also applies to web scenes. Is that correct? Bernie.
... View more
01-27-2023
08:28 AM
|
0
|
1
|
2607
|
|
POST
|
Yes the "userLicenseTypeId" is the property you need to filter only the "viewer type" for user in users: print(user.username,",",user.access,",",user.role,",",user.userLicenseTypeId) Sample output: ryan , org , org_user , viewerUT
... View more
01-25-2023
11:27 AM
|
0
|
0
|
1739
|
|
POST
|
I found a great script a few years ago to generate a report for the map service requests on our server: Example: Create a report of all service requests—ArcGIS Server | Documentation for ArcGIS Enterprise The script worked great as it was. But now I need to run it on a server that is configured for https only. The script includes a comment: serverPort = 6080 # assumes server is enabled for HTTP access, HTTPS only sites will require (minor) script changes Changing "serverPort = 6443" does not work. Has anyone modified this script to work with a server configured for https only? Thanks, Bernie.
... View more
01-23-2023
08:22 AM
|
0
|
4
|
1463
|
|
POST
|
Hello, This is just a guess - Have you tried to create an item in AGOL that points to the URL of your external MuniSIG apps? Then you could refer to the AGOL URL of the item. Bernie.
... View more
01-19-2023
07:58 AM
|
0
|
1
|
810
|
|
POST
|
Vincent, You can "page" through the records using resultOffset=2000 and resultRecordCount=2000. Your first query will need to use resultOffset=0 and subsequent queries you will have to increase the offset by 2000. Some server admins might consider this scraping. Hopefully, each query for 2000 records only ties up the server for a few seconds. Bernie.
... View more
01-10-2023
10:17 AM
|
1
|
0
|
1522
|
|
POST
|
If you are using the Portal Map Viewer and a Web AppBuilder app try using Map Viewer Classic to configure the pop-up. Web AppBuilder apps are not compatible with all the formatting in the new Map Viewer. Another option is to build the app with Experience Builder. Bernie.
... View more
01-05-2023
04:22 AM
|
1
|
1
|
5627
|
|
POST
|
I am quite certain you can create a custom tiling scheme. You should be able to get a copy of the BNG scheme and modify it. Do some searching online and you should find an answer. Bernie.
... View more
01-03-2023
04:29 AM
|
0
|
0
|
1139
|
|
POST
|
In 2022 we began replacing our raster tile basemaps with vector tile basemaps. Unfortunately, we have created many trial versions and variations of our basemaps and we now have a long list of vector tile services hosted in AGOL. Has anyone created a script or Notebook to collect a list of all the vector tile packages with their storage size and usage statistics? I would like to make sure a vector tile package has not been used recently before I choose to delete it. Thanks, Bernie.
... View more
12-30-2022
11:29 AM
|
1
|
6
|
1243
|
|
POST
|
It is be very easy to use an Arcade expression to format the phone number with brackets, spaces, and dashes for display in your pop-ups. Have a look at the Arcade docs.
... View more
12-14-2022
09:29 AM
|
0
|
0
|
1357
|
|
POST
|
Unfortunately the error code definitions for 9001 and 9003 don't give any more info than what is displayed in the log "Mesage" column. You may want to try and match these errors by date and time with the web logs on your web adaptors. Try to see what requests were arriving about the same time. Bernie.
... View more
12-14-2022
09:25 AM
|
0
|
1
|
1104
|
|
POST
|
Sorry - without access to my servers today I can't provide more help / examples.
... View more
12-14-2022
09:16 AM
|
1
|
1
|
2614
|
|
POST
|
I don't have access to my admin interface from my remote office today. But I think the format is "2022/12/14T10:53:53". There should be a link in Admin Interface page for Help or API Reference.
... View more
12-14-2022
08:38 AM
|
0
|
4
|
2623
|
|
POST
|
Logs > Query > then you have to put in the begin and end date / time in the form. The max number of records you can request is 10,000, I think the default is 1000.
... View more
12-14-2022
08:03 AM
|
0
|
6
|
2639
|
| Title | Kudos | Posted |
|---|---|---|
| 7 | 10-29-2025 07:20 AM | |
| 2 | 10-20-2025 07:15 AM | |
| 1 | 10-20-2025 04:34 AM | |
| 2 | 07-10-2025 07:55 AM | |
| 10 | 07-09-2025 10:50 AM |
| Online Status |
Offline
|
| Date Last Visited |
10 hours ago
|