|
POST
|
Hello. I'm looking for some recommendations on the best ways to test layer load performance via the 4.x jsapi. We are trying to document the differences in load times between AGOL vs our hosted map services. My initial speculation is that a good way to go would be using the 'before-add' and 'after-add' events on the map.layers collection. Are those events specific to adding an item to a collection (just increasing the length of the list by one), or would they also capture the time needed to fetch a layer and load it in the map? Is there a better way / place to measure the time needed to fetch the layer and add it to a map? Thank you.
... View more
08-01-2021
07:18 PM
|
0
|
0
|
1138
|
|
POST
|
Hello. Is there a way to pass multiple search terms (or wildcards as described in the documentation) to the arcpy function ListTables? I've tried passing in a comma separate list of strings and passing in an array of strings. Neither of those approaches worked. I need to work with all the tables that start with 'Ad' and those that start with 'T'. What i am doing now is calling the ListTables function twice (see below). This gets the results I need, but it seems very heavy - i have to go to the workspace twice to get the list i'm after: datalist = arcpy.ListTables("PES.IPM.Ad*") + arcpy.ListTables("PES.IPM.T*") I'd rather make the call once, passing something like this instead: datalist = arcpy.ListTables(["PES.IPM.Ad*", "PES.IPM.T**" ]) Is such a thing possible? Thank you.
... View more
07-30-2021
02:21 PM
|
0
|
1
|
874
|
|
POST
|
Hello. Does AGOL provide a way for us to know "who" is using a public hosted feature layer in AGOL? I'm aware of the standard Usage Reports that show a count of hits on the service, but i'd like more detailed info on who is using the service. I'm asking because one of our services has gone from averaging about 50 hits per day over the last year to spikes of over 1100 hits per day on a somewhat 'regular' pattern. We'd like to know who is using the service with that level of intensity. Thank you.
... View more
07-30-2021
10:13 AM
|
1
|
0
|
845
|
|
POST
|
Hello, A while back our AGOL Org did a trial subscription to ArcGIS Hub Premium. As part of Premium, we enabled a Community Org Account. We decided not to continue on with Hub Premium so our Community Org account was disabled. However, the option to create a Community Account is still displayed on the Sign In page for our standard/employee Org account. How can we hide the option to create a Community account? As a test, i tried to create a Community account. I was able to proceed pretty far down the process, even receiving an email from ArcGIS Notifications that i was just one step away from activating the account. However, when i tried to take that one step, i.e. setting up a username and password, i ultimately got an error message that i couldn't create an account. Thank you
... View more
07-15-2021
05:34 PM
|
0
|
2
|
2131
|
|
POST
|
I did indeed ask for a less-preferred but effective way! I tried to re-assigning ownership to my account but that change had no impact on the sites visibility. So, i took the route outlined by you. I now have two less (orphaned) Hub sites hanging around. Thanks again for your help.
... View more
07-08-2021
01:26 PM
|
0
|
0
|
3220
|
|
POST
|
Thank you for your suggestion. I can follow the steps you outlined to get to the 'Delete' button. I must say, however, that i hesitate to do that when i see the Item Description as this: DO NOT DELETE OR MODIFY THIS ITEM. This item is managed by the ArcGIS Hub application. To make changes to this site, please visit https://hub.arcgis.com/admin/ Should i care about this warning? Since i can't access the site via the Hub admin, is this approach the only way to delete the site? Thanks again.
... View more
07-08-2021
11:57 AM
|
0
|
2
|
3230
|
|
POST
|
Thanks for your suggestion. I've given it a go, but the screens i see don't match up with your description. When i click the 'Open Data' link, i see a list of our Org's Open Data Groups. I do not see a list of our Open Data (i.e. Hub) sites. Maybe i'm missing something?
... View more
07-08-2021
11:52 AM
|
0
|
1
|
3231
|
|
POST
|
Hi there. We have a couple of old, skunk-works Hub sites that appear in our list of Hub Initiatives. A no-longer enabled account from our AGOL Org owns the sites, and I'd like to delete them. I am an AGOL admin for our org. When i click on the hub site link, i am directed to a 404 error page with the message "So sorry. We looked everywhere and just can't seem to find what you were looking for." How can i delete these sites. The documentation i've found suggests that the preferred way to delete a hub site is to open the site. Is there a less-preferred but still effective way to delete the sites since i cannot open them? Thank you.
... View more
07-08-2021
09:32 AM
|
0
|
7
|
3280
|
|
POST
|
Yes, we are having the same issues. We've been working with Esri Tech Support on the issue as well (case #02824493). It seems that we are narrowing the issue, however. The problem seems to be associated with services published via the python API and with a spatial reference other than 4326. I know is sounds kinda quirky, but those are the constants that we've noticed for the services that don't behave well. Not sure what role either of those variables plays...... let me know if you have any suggestions for us to try out.
... View more
07-02-2021
12:58 PM
|
0
|
0
|
1271
|
|
POST
|
Hello. We have problems with the map rendering for many of our AGOL feature layers. Generally speaking, the map is zoomed out to the 'world' extent and no data are drawn, regardless of the extent of the map. We've noticed that the problem seems to be specific to the date when the feature layer was first created in AGOL. The majority of our layers were created in the Sep/Oct 2020 time frame. None of those layers has the map drawn correctly at the /explore endpoint. However, layers that we created/published in the May 2021 timeframe do have the maps drawn correctly. We've tested this theory on about 5 of our layers and the results are consistent. The "old" layer does not have the correct map. We published a new version of the feature layer - same data, same everything, except for the creation date - that works as expected. We could simply re-publish every layer, but the problem is we have about 100 layers and we don't want to go thru the re-publishing processes 100 times. Is there something we can do other than republish the feature layers? OLD NEW (everything is the same as 'OLD' except when it was published)
... View more
06-07-2021
05:22 PM
|
0
|
2
|
1403
|
|
POST
|
Hi Patrick. The site is not yet public, but you should be able to access the site with the credentials i created for you a couple weeks ago. Let me know directly if you need that info.
... View more
06-03-2021
11:30 AM
|
0
|
0
|
1740
|
|
POST
|
Hi there. ArcGIS Hub is returning a 404 error when clicking on the 'View Full Details' button in the '/datasets/<itemid>/explore' route. This seems to be true for all our datasets (at least all the ones we've tested). To reproduce the error: search for a category, e.g. '/search?categories=transportation' select any layer from the list of matching search results and a new page opens, e.g. '/datasets/<itemid>/explore?layer=5&location=45.472307%2C-122.703950%2C9.91' click on the View Full Details button in the left hand panel. the response is to show a 404 error.... Any thoughts on what's going on?
... View more
06-03-2021
10:36 AM
|
0
|
3
|
1776
|
|
IDEA
|
Hub should enable a shopping cart experience where users could find/select multiple layers and add them to their 'download cart'. when done searching for layers, the user could click a button which kicks off a process to download all the layers in the cart. Here's a use case ... we are a Government agency which has about 100 or so layers available for community download. If a user were interested in downloading, say 10 of those layers, the user would have to go thru the download workflow ten times to get all those layers. If there were a typical shopping cart experience (i am thinking something like Amazon.com) then the user would need click a download button only once. A more specific example might be a user interested in our public transit data - bus lines, rail lines, bus stops (points), rail stops (points). Each of the datasets are a separate layer so the user has to find, select, and download 4 different data sets (and manage each of the downloads on their local machine). In the shopping cart experience, the user would find and select the four layers, but there would be a single download step and a single file to manage locally. I am imagining that each of the layers could be placed in a single file geodatabase for downloading (or multiple shapefiles zipped together, or multiple KML files zipped together, etc).
... View more
06-02-2021
10:30 AM
|
1
|
1
|
1436
|
|
POST
|
Hello. I am wondering if there is anything like a 'shopping cart' experience in Hub for downloading multiple datasets. I haven't seen anything like that, but i wanted to double check before creating a new 'ArcGIS Idea'. I'm imaging a scenario where a user wants to down multiple datasets for a project - something like Transit Lines and Transit Stations. In this ideal scenario, the user could select the two different datasets which would put them in a 'shopping cart'. Then the user could 'check out' which would download both datasets in the same file geodatabase or some such. I think that currently, the user has to download all layers individually...... Thank you.
... View more
05-26-2021
02:16 PM
|
0
|
1
|
1040
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a month ago | |
| 1 | 02-24-2021 12:15 PM | |
| 2 | 01-05-2026 10:04 AM | |
| 1 | 09-30-2025 01:30 PM | |
| 1 | 09-25-2025 07:37 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|