|
POST
|
I did a quick search on their hub site and it's possible the underlying data for that dashboard is coming from here: https://opendata-cityofgp.hub.arcgis.com/datasets/12307e39de5b45b090b6b469b8f65f0c_0/explore With that being said, you're best bet is to ask the organization who created the dashboard. I'd recommend reaching out to their GIS department with your questions as only they will be able to truly answer your questions.
... View more
03-05-2026
12:50 PM
|
0
|
0
|
529
|
|
POST
|
You can disable editing for layers at the map level, but keep in mind that if someone accesses that feature service directly, they'll still be able to edit it.
... View more
02-26-2026
09:10 AM
|
0
|
0
|
491
|
|
POST
|
The two feature services are independent from each other, so the behavior you're describing is what I'd expect. One possible workaround would be to include the editable layer in both the editable and read only feature service. Yes, you would have the same layer twice, but if you really need to access the relationship, you could click the read-only layer (that is also in the editable feature service) and access the relationship that way. It's not the best solution and you'd have two layers representing the same thing in the map, but it may or may not work in your situation. Besides that, I'm not aware of any solutions that will do what you're wanting unfortunately.
... View more
02-25-2026
06:37 PM
|
0
|
2
|
509
|
|
POST
|
No worries! I'm glad you were able to get it all working!
... View more
02-20-2026
08:09 AM
|
0
|
0
|
526
|
|
POST
|
Have you checked the ArcGIS Server Manager logs when you encounter this issue and see if it has any errors or useful information?
... View more
02-19-2026
10:13 AM
|
0
|
1
|
1087
|
|
POST
|
I don't have any resolutions to this, but just wanted to comment that I can replicate this in the same Firefox and ArcGIS Enterprise version you have. The scroll bars are completely missing for me as well.
... View more
02-13-2026
02:58 PM
|
1
|
0
|
512
|
|
IDEA
|
Thank you for submitting this idea and linking my similar idea to it! I definitely agree that this idea is much needed. As I said in the idea I submitted, Esri states in their ArcGIS Enterprise Hardening Guide that "using any administrator account without MFA is a high-risk configuration", yet the WebGISDR tool requires an administrator account which is not compatible with MFA. So the WebGISDR is essentially designed to go against security best practices. On a side note, I attended a session at the UC last year where they stated they're essentially revamping the WebGISDR tool, so I'm really hoping that security best practices gets incorporated into it.
... View more
02-13-2026
06:39 AM
|
0
|
0
|
575
|
|
POST
|
So if you click a feature to open the pop-up, the pop-up doesn't open until after the layer finishes drawing? If so, then that sounds like normal behavior to me (at least it is in my experience with ExB). I think what it will come down to is improving the performance of your zoning layer. I'm assuming your ExB app and data is all hosted in AGOL? If that's the case, you can try configuring some of the settings on the hosted feature layer (such as the spatial index and optimize layer drawing). This blog post has a lot of good information. I don't think it would hurt to reproject the data to Web Mercator. The data essentially gets reprojected on the fly anyway when accessing it through the web map. So theoretically, it will take less processing power to display the data. But in practice, that usually happens pretty fast.
... View more
02-10-2026
10:01 AM
|
0
|
0
|
425
|
|
POST
|
I'm assuming that means that you just want to use the spatial analyst tools in ArcGIS Pro, and then publish the results on ArcGIS Enterprise. If that's the case, then you should be okay with ArcGIS Enterprise Standard. Of course, it's always good to speak with your Esri account representative where they will be able to confirm that, but based on the functionality matrix, you just need the Professional Plus user type with ArcGIS Enterprise Standard.
... View more
02-09-2026
06:41 AM
|
0
|
1
|
851
|
|
POST
|
Will you need to use 3D Analyst and/or Spatial Analyst tools in ArcGIS Enterprise? I think that will be the determining question. You're going to need the Professional Plus user type, no question about that. But you will only need ArcGIS Enterprise Advanced if you plan on using the spatial analyst tools in ArcGIS Enterprise as well. Here is a good functionality matrix provided by Esri that will help you determine what you need: https://www.esri.com/content/dam/esrisites/en-us/media/manuals/arcgis-enterprise-functionality-matrix-current.pdf
... View more
02-09-2026
06:20 AM
|
0
|
3
|
870
|
|
POST
|
It depends on your definition of read-only, but you could also just disable all editing on your feature layer without creating a view. I think creating a read-only view is the better option, but technically, you can just disable editing on the feature layer and that would make it read-only.
... View more
02-05-2026
07:52 AM
|
2
|
0
|
490
|
|
POST
|
Someone might be able to provide a better solution, but I have a couple different ideas with the knowledge I have, but none of it will display changes in the Excel file in real time. Use Python to make the updates. There are various implementations of this, but you can use Python to identify the changes in the Excel file, and then have it update the SQL table. Do the same thing as what I said above, except do it in FME. None of this will push the data up in real time, but you could schedule it every 15 minutes, hour, etc.
... View more
02-05-2026
06:51 AM
|
2
|
0
|
849
|
|
POST
|
I don't know an official answer, but historically, any new functionality introduced in AGOL is typically released in ArcGIS Enterprise in the Enterprise version following the release in AGOL. Technically, 12.0 was released right after that functionality was released in AGOL in October of last year. But, that might have been too soon for it to make it to ArcGIS Enterprise, so I would guess it will be released in 12.1 later this year.
... View more
02-05-2026
06:24 AM
|
1
|
0
|
476
|
|
POST
|
Esri did streamline some of this process last year. Here is a blog post that I think helps explain some of the changes you are seeing. Anyway, you have the S123 form itself along with the _form feature layer shared publicly (which is what the S123 form is connected to), so I think you should be good. The only other thing to check is to make sure your feature layer settings are configured correctly. Since it is shared publicly, what you can do is just open an incognito tab and try to access the data anonymously to verify you can't access any of the underlying data. Here is another blog post that might be helpful for you as well, although it's also a little dated.
... View more
02-05-2026
06:17 AM
|
1
|
0
|
620
|
|
POST
|
Esri removed all of the 11.2 documentation that you can select from in the toggles because it's already in mature support (at least, I'm assuming that's the reason). But yeah, it's definitely strange that we encountered that issue. I'm assuming it's not a common issue, otherwise there would have been a fix for it, or at least talked about here. But I was just posting here in case anyone had also encountered that issue. Or to hopefully help someone else who's actively experiencing the issue.
... View more
02-02-2026
07:57 AM
|
0
|
1
|
812
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | 2 weeks ago | |
| 3 | 3 weeks ago | |
| 1 | 06-10-2026 11:28 AM | |
| 1 | 06-10-2026 11:08 AM |
| Online Status |
Online
|
| Date Last Visited |
38m ago
|