POST
|
I'm also having the same problem - the intro panel will not work with the interactive legend template. (It does work with other templates, though.) The intro panel will not pop up at start or when clicking the button in the upper-right corner. Doesn't matter what browser, what platform, incognito or normal. Has a bug been filed on this yet?
... View more
01-10-2023
05:09 AM
|
0
|
0
|
1912
|
POST
|
Ah, that might be the problem - you can't query raster data, only vector data. TIF is raster, just like JPG, PNG, GIF, etc. It looks like that page offers a few different options; make sure you use "Wildfires_1878_2019_Polygon_Data.zip". Polygon means vector. Vector means discrete features that can be queried. You're welcome for the quick response! Welcome to the community.
... View more
12-08-2022
02:58 PM
|
1
|
0
|
673
|
POST
|
This sounds like a job for definition queries! I haven't seen your data (you provided a project file, but that doesn't include the data. You might try saving it as a map package, which does include data), but I assume it's all in one layer / feature class. If there are attribute(s) allowing you to separate based on years, you can use the same source for more than one layer, each with a definition query to show the particular years of interest. Filter features with definition queries—ArcGIS Pro | Documentation
... View more
12-08-2022
02:37 PM
|
1
|
2
|
679
|
POST
|
One of the most interesting things about instant apps is that you can switch templates simply by changing the URL. E.g., "arcgis.com/apps/instant/basic/index.html?appid=xxxxx" and "arcgis.com/apps/instant/interactivelegend/index.html?appid=xxxxx". This is particularly useful because some templates have been deprecated and should be switched to another template. However, even if you can view another template by changing the URL, you can't configure that template. Even if you change the data source URL on the instant app's item page settings, it still doesn't change the underlying template associated with that AppID. I'm wondering if I'm missing something or if you just can't truly switch templates without starting from scratch with a new AppID.
... View more
12-08-2022
02:14 PM
|
5
|
2
|
792
|
POST
|
When you delete a user with Esri Access disabled, is the username available for anyone to claim? If someone happened to claim it after you let it go, you wouldn't be able to recreate the username. Alternate scenario: if you delete a user with Esri Access enabled and they later come back to your organization, couldn't you invite them to use that same account they still control? (The "invite members to join using an account of their choice" method.)
... View more
09-01-2022
01:24 PM
|
2
|
2
|
2543
|
IDEA
|
If a service is stopped using the ArcGIS Server Manager, the service's Portal item page still exists but gives no indication that the service has been stopped. If you attempt to open the service in the map viewer, it returns a generic error ("unable to add layer"). It would be very helpful if the Portal item page and map could indicate the service is stopped and allow the admin to provide a short explanation and/or contact info. Alternative/additional option: The admin should have the option to hide the portal item when stopping the service. I'm surely not the only one who stops services indefinitely before deleting them. Like putting a file in the Recycle Bin before emptying or restoring it.
... View more
08-05-2022
10:39 AM
|
10
|
1
|
466
|
POST
|
Thanks for your reply. What they're seeing is, in fact, bumpiness caused by actual detail of the lines. It does generalize a tiny bit as you zoom out, but not enough to make it satisfactory. Interestingly, I noticed that hosted data seems to generalize a little more smoothly than referenced data. I don't know if this is known/intended behavior or if I'm just seeing things.
... View more
08-05-2022
10:20 AM
|
0
|
1
|
531
|
POST
|
@PatrickMcKinney1 wrote: How do you figure out what kind of geometry type the database is using? Right-click on the feature class in Catalog > Properties > Source > Storage Storage type is not set at the database level; each feature class can be different. You won't see "Storage" at all on file GDBs or other non-enterprise GDB sources.
... View more
07-13-2022
09:50 AM
|
1
|
0
|
1492
|
POST
|
Is there anywhere we can find a list of supported fonts for content created/edited within ArcGIS Online and Pro-authored content that is published to AGOL? One that is updated regularly and includes some kind of matrix where these fonts can be used? E.g., pop-ups, labels, vector tiles, AGOL vs Enterprise/Portal, etc. Thanks!
... View more
06-29-2022
01:57 PM
|
1
|
2
|
2038
|
IDEA
|
Is there anywhere we can find a list of supported fonts? One that is updated regularly and includes some kind of matrix where these fonts can be used? E.g., pop-ups, labels, vector tiles, etc.
... View more
06-29-2022
01:49 PM
|
0
|
0
|
1160
|
POST
|
I have some lines that were collected with good detail from aerial imagery, following their actual position on the ground. However, I have users who don't like the "bumpiness" of the lines when zoomed out - they'd rather the lines lose some detail and look smoother. I could create generalized lines and scale ranges, but I'm wondering if there's a way to generalize lines (or polys) on the fly as you zoom out. I'm thinking specifically about web maps, but no reason it couldn't apply to desktop mapping, as well. The concept seems like a desire as old as multi-scale mapping itself! Anyone already tackle this problem? I couldn't guess whether I'm overlooking some obvious existing option or if this is too magical to exist. Thanks!
... View more
06-15-2022
11:36 AM
|
0
|
3
|
601
|
POST
|
I found a workaround - a "cheat" - to do what I need: create a copy of the feature class, then overwrite the main case (field A) with the related case (field B), where the related case is not null. Then it's a simple, normal dissolve geoprocessing task on field A (and field C). While it's not quite how I intended to use my data and I've had to alter it a bit to accommodate this method, it works. But... I'm still interested to know how to find where Feature 1, Field A == Feature 2, Field B in the same feature class. Basically, joining a table to itself. I know SQL can do that, though I was envisioning (and have now avoided) a messy scenario.
... View more
11-08-2021
06:51 AM
|
0
|
0
|
806
|
POST
|
Thank you, that sounds like a step in the right direction. However, I'm far from figuring out how to do this. I'm not even sure how to write a query to match multiple features in the same FC where FieldA==FieldB. Here's what I'm trying to do. I have a bunch of features in a FC. Every feature has a case number (field A). Some of them also have a related case number (field B). I want to merge features that have related case numbers with their related cases (field B == field A, retaining the latter features' attributes). To make things more interesting, case numbers are not unique identifiers, so I also need the feature type (field C) to match on all features being merged (that's a straightforward field C == field C). There are more details, but I'm trying to boil this down as much as possible in the hopes that someone can point me in the right direction. Thanks!
... View more
11-05-2021
07:44 AM
|
0
|
0
|
852
|
POST
|
There will be dozens or hundreds of A==B feature pairs, so I need to create a tool that iterates over each feature in the feature class. Also, I don't think what you described would dissolve their geometries?
... View more
11-04-2021
02:17 PM
|
0
|
2
|
902
|
Title | Kudos | Posted |
---|---|---|
3 | 09-09-2024 12:05 PM | |
1 | 11-20-2019 07:41 AM | |
1 | 06-20-2024 07:43 AM | |
1 | 07-13-2022 09:50 AM | |
1 | 12-11-2023 06:12 AM |
Online Status |
Offline
|
Date Last Visited |
a month ago
|