|
POST
|
I am using ArcGIS Pro to create a raster dataset of our orthophotography (we don't have Image Server) to use in our Portal. When I share the raster as a Web Layer, I have tried every configuration for Layer Drawing to get the most used areas cached and the least used parts of the county to use on demand caching. I have tried using the 'Using tiles from a new cache', set the levels of detail for caching and then tell it to 'Cache manually on the server', with weird results. When I zoom in and out at on the layer in Web App Builder, some of the photos will turn on, others will disappear, if I pan, others draw, other tiles disappear. I'm not sure what I am doing wrong in the set up to get it draw all of the photos in the view. Any help will be greatly appreciated.
... View more
03-22-2022
08:34 AM
|
0
|
2
|
1221
|
|
POST
|
I have a Web Mapping Application for our Planning Dept. to enter in their Permit Applications. Sometimes, a single parcel can have multiple types of Permit Applications entered at one time. Is there any way to set this up so that when someone clicks on one of the permit types, the pop-up shows all the other permits that are related to this one? I guess I am wondering if you can set up a related or linked records within one feature layer??
... View more
05-17-2021
09:44 AM
|
0
|
0
|
612
|
|
POST
|
I am having the same problem. I have added more symbols to my feature layer and they show up in the legend - every where but on the template. Did you ever get yours to work?
... View more
10-23-2020
10:05 AM
|
0
|
1
|
2662
|
|
POST
|
I added 5 new domains to a feature layer in AGOL and then updated the symbology. I opened the feature layer using the visualization tab and saved the layer. I also opened the Web Map that I am using the layer in, the legend looks great. I saved the Web Map. When I open the Web Map and hit the Edit button, the template the pops up shows all of the domains added. When I open the application that this web map is used in, the legend looks perfect. It is only when I hit the Smart Editor widget and the template pops up to add new points do the new domains not show up in the template. Even in Pro if I pull this layer in through the Portal, the legend and the template there look great. How can I get the new items to show up in the Smart Editor widget template? Thanks for any help.
... View more
10-20-2020
02:57 PM
|
0
|
5
|
2801
|
|
POST
|
I think this was related to ArcGIS Online having an issue with their Hosted Feature Services today. When I tried it again later, I could delete everything.
... View more
09-18-2020
03:23 PM
|
0
|
0
|
715
|
|
POST
|
Has anyone error had the error - Request Error: Unable to load........ \delete status:0 when trying to delete a Feature Layer from AGOL? I have 2 Feature Layers created from CSV files that I can not delete. AGOL keeps giving me this error. How can I get rid of them?
... View more
09-18-2020
10:26 AM
|
0
|
1
|
741
|
|
POST
|
I think that might do it. I think using the FeatureLayerCollection was the key. from arcgis.features import FeatureLayerCollectioncities_flayer_collection = FeatureLayerCollection.fromitem(cities_item)
cities_flayer_collection.manager.overwrite(os.path.join('data', 'updating_gis_content', 'updated_capitals_csv', 'capitals_1.csv')) Thank you!
... View more
09-17-2020
05:16 PM
|
0
|
0
|
5502
|
|
POST
|
Did you ever come up with a solution to this? I have the same problem. I can get the csv to update if I delete it and upload it again, but this changes the id and then breaks the dashboard that is pointing to it. I need to have the CSV update with current data that changes weekly and keep that dashboard up to date.
... View more
09-17-2020
10:56 AM
|
0
|
0
|
5502
|
|
POST
|
This looks promising. So, right now, I have a SanitarySewerNetwork with manholes being one of the feature layers within there. If I open the JSON of the manholes, I see where you can add a relationship. I also have an .xls table that I added to my content that would hold inspection dates, condition, etc. Am I on the right track in that I can set up a relationship between the manhole feature layer and the excel table? Or does the table need to be in a different form? I'm not sure what the 'RelatedTableID' would be. Any Ideas?
... View more
02-06-2020
11:34 AM
|
0
|
1
|
6059
|
|
POST
|
I figured this out. By adding this to my CSS file, I was able to get checkboxes. .esri-icon-non-visible::before {
content: "\e610";
}
.esri-icon-visible::before {
content: "\e611";
}
... View more
01-08-2020
09:01 AM
|
2
|
2
|
5180
|
|
POST
|
I am using Javascript 4.8 and creating a Webmap. The new LayerList widget shows the eyeball for turning layers off and on. The older esri/dijits/LayerList used checkboxes. The checkboxes seemed more intuitive for the general public to use. Is there anyway to change those eyeballs to checkboxes in a web map?
... View more
01-07-2020
10:28 AM
|
0
|
7
|
5533
|
|
POST
|
I have created an AGOL web map for a sewer district from a Sanitary Sewer solution, and they are using the Web Map in Collector to update their utilities. One of the features that they are updating is manholes. They want to add a date field to the table of when it was inspected and then be able to keep a record of all inspection dates. So, this would probably mean having a related table with a one to many relationship. Is it possible to create a new related table and add it to an existing web map and feature layer? If so, how do you go about that? Thanks for any help.
... View more
10-10-2019
10:45 AM
|
1
|
12
|
7970
|
|
POST
|
So, I tried that and it really slowed the application down - pretty much to the point of being unresponsive most of the time. I decided to put it in the Search of the map instead. It isn't in the preferred place, but it works and it is fast. Thank you for your help.
... View more
08-15-2019
12:06 PM
|
0
|
0
|
2258
|
|
POST
|
I am trying to add a Category Selector to an Operations Dashboard so the public is able to Search on a Parcel Number. This database is quite large with 100,000 records and it seems to only search the first so many of the feature layer. Is there a record limit to the selector? If I put in a number that doesn't show up in the viewing list, it tells me that there are no matching options. Any help would be great! Thanks!
... View more
08-15-2019
11:07 AM
|
0
|
2
|
2775
|
|
POST
|
Hi Derek, I edited the ROW Permit Dashboard solution (Local Government) to work with our Planning Departments permits. I have created an entirely new Web Map Application and, so far, it seems to be working consistently. The original one I made still only works intermittingly.
... View more
06-27-2019
12:55 PM
|
0
|
1
|
1282
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-23-2017 03:14 PM | |
| 2 | 01-08-2020 09:01 AM | |
| 1 | 09-09-2016 08:50 AM | |
| 1 | 10-10-2019 10:45 AM | |
| 2 | 11-02-2018 11:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-20-2026
12:22 PM
|