|
POST
|
I'm going to guess that the new rasters don't have caches generated at the viewing scales required, or Overviews are missing. Personally I wouldn't have Overviews where a cache is present as it seems redundant - but I may be corrected on this. I'd Generate Overviews on your MD as a first step - as the previous ones could be obscuring your new data.
... View more
09-10-2025
02:30 PM
|
0
|
1
|
1372
|
|
POST
|
It should update yes. I wonder if it's currently limited in display extent from the publishing extent of the initial smaller raster, but that would be strange. Are you getting any warning on publishing about data being uploaded to the server? is your Raster source folder/share a Registered Data Store in ArcGIS Server? Can you share more details of your environment and raster location? Other things I might consider are Overviews and Caching interfering with display.
... View more
09-09-2025
02:45 PM
|
1
|
3
|
1394
|
|
POST
|
I'd ensure that 'Output as Image' and 'Compress vector graphics' are unchecked. Adjust/increase the DPI settings also as Richard says. Unsure of the size of your layout, but a larger layout (page size) will generally require a larger DPI. 150 seems on the low side for something you would want to look nice.
... View more
09-09-2025
02:38 PM
|
0
|
1
|
1339
|
|
POST
|
I had another simpler idea which seems to achieve a partial objective. I think it can be tweaked into a full solution with some more testing/development: Simply set the url "https://services.arcgis.com/...../FeatureServer/0" as a Hidden question called url. and set it Relevant on the previous question being completed e.g. Calculation string-length(${previousQuestion})>0 You then have your next question Appearance autocomplete search(${url}) of course, you'd have to modify the search parameters with the filter from the question result also, but that's the basic concept above.
... View more
09-07-2025
01:23 PM
|
0
|
0
|
1038
|
|
POST
|
If I understand correctly, you have sign Points which do not necessarily intersect a street or streets. You have an intersection polygon which contains sign Points and Street Lines within that Polygon. You want to Spatial Join the street Lines to the intersection polygon to get all street names that Intersect the Polygon. You then want to Spatial Join the Polygon (with street names now attributed) to the sign Points. This then transfers street name attributes to the sign Points. This can be achieved by using a lesser-known capability of Spatial Join, which is to join all matching features rather than the First/nearest etc. read here Spatial Join’s hidden trick on how to transfer att... - Esri Community incl. all links and ArcGIS Pro guidance. As before, you'd Spatial Join Target>Polygons to Streets using the Join/concatenate Merge rule to get all streets per Polygon. you should then have the street name Field/column added to your Polygons, and attributes for each row would look like {Hawk St., Bison Av., Honey Badger Way} rather than just capturing the First as I guess was happening previously {Hawk St.}. You'd then do another Spatial Join Target>Points to Polygons to transfer those Street values to the sign Points (no need for a merge rule, just a normal Spatial Join now - as the attributes are already there). You may find you have duplicate street name values now - as Streets could have been made up of many segments which intersected the Polygon. You can clean this up with a Python field calculation (google or ChatGPT etc.) to remove duplicates. Or you could merge your Streets as the first step. I'd just clean up after with a Field Calculation to remove the duplicates (if any) however - as it's simpler and less can go wrong. Or I may have misunderstood again.
... View more
09-05-2025
01:59 PM
|
0
|
0
|
1836
|
|
POST
|
Yes I'm having a long think about how to dynamically update the record count value after, subject to the relevant/previous question being completed. It's surprising the filter value isn't then returning 0 records when blank. Could you set a default value for the previous question such as "No Response" or a special character etc. that might then-kick in the filters. Setting a fixed &resultRecordCount=300 for the moment might offer you some performance boost until a solution is found (I understand you've said it's not feasible as a real solution - which I agree with) Note for posterity it is resultRecordCount, not maxRecordCount as I previously put. Last one would be check you have the latest version of connect / republish a new test survey from the XLS etc.
... View more
09-03-2025
04:51 PM
|
0
|
1
|
1819
|
|
POST
|
I'm not sure about some things here. You have points and a DTM. I would attribute the Raster DTM values (the elevation) to your feature points using Extract Values to Points (Spatial Analyst)—ArcGIS Pro | Documentation How To: Extract Raster Values at Point Locations in ArcGIS Pro then Filter features with definition queries—ArcGIS Pro | Documentation use a Definition Query on your attributed point layer (WHERE RASTERVALU is Greater than 0 and RASTERVALU is less than or equal to 15) Your contours will have a height attribute to use the same Definition Query method to limit their display by elevation - Unless your contours are part of the raster basemap. If that's the case, there's not much you can do other than source some alternate contour data, or produce contours from your DTM. How To: Create Contour Lines in ArcGIS Pro and Youtube / Google.
... View more
09-02-2025
03:23 PM
|
0
|
0
|
772
|
|
POST
|
That doesn't really make sense. I'd ensure you have Join One to One as the option and are setting the point layer as the Target. Some pictures and examples if the issue would be beneficial.
... View more
08-29-2025
03:07 PM
|
0
|
2
|
2033
|
|
POST
|
I'd just Select by Location (Intersect or Within a Distance or whichever spatial relationship suits best) to select the Points which are within the intersection. You could also export the selection to a new layer if that makes it conceptually easier. then run a Spatial Join between the Points and Lines. target = Points. One to One or One to Many depending on your requirements.
... View more
08-29-2025
02:26 PM
|
0
|
4
|
2068
|
|
POST
|
It's a join using a SQl view - so will always up-to-date (not like a static join in Pro). It's worth a try as possibly the simplest option. Just then set it as an additional source in your dashboard to filter via. Select & display most recent record (page 2) also details an example SQL view with similar intended functionality (which you'd then publish to Enterprise).
... View more
08-29-2025
02:03 PM
|
0
|
1
|
1003
|
|
POST
|
It depends on your layer source. If it's from an Enterprise Geodatabase you could create SQL view and publish that. If it's AGOL, you might need some workarounds. A Layer View on the record table probably won't work as the SQL is too limited. But... An option might be to create a Joined View Layer How To: Create a Joined Hosted Feature Layer View in ArcGIS Online You could join your Hydrant and Inspection layers (I guess Hydrant_ID is the join field). Join One to One and Keep only first matching record (remember to sort by OBJECTID DESCENDING). Join Type = Inner
... View more
08-29-2025
01:36 PM
|
0
|
3
|
1020
|
|
POST
|
Any issues I've ever had have been with the data being corrupted or incomplete in some way after an automated scheduled copy process. The more obvious ones have been missing layers from the .mapx I don't think there's any functional difference in sharing it into AGOL as it's just creating the MMPK in scratch/temp locally then sharing to AGOL (is my understanding).
... View more
08-29-2025
01:15 PM
|
0
|
0
|
755
|
|
POST
|
there might be a few hacks. You could have a MaxRecordCount (always return max 10 for example) query parameter added to the service URL, or set it to 1 until a previous question is answered, then alter the variable size. You could also have your search/filter parameter preset in the same way to some default value, which then updates dependent on that previous question being answered.
... View more
08-29-2025
12:54 PM
|
2
|
7
|
2004
|
|
POST
|
Might be stating the obvious but pressing 'd' to restrict length when digitizing. Could probably have it set as a 'task' Introduction to tasks—ArcGIS Pro | Documentation
... View more
08-29-2025
08:05 AM
|
0
|
0
|
1128
|
|
POST
|
Tabulate Area (Spatial Analyst)—ArcGIS Pro | Documentation Then calculate the area from the raster cell size.
... View more
08-28-2025
01:08 PM
|
1
|
0
|
1219
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-13-2025 01:08 PM | |
| 1 | 09-25-2025 03:19 PM | |
| 1 | 09-24-2025 02:35 PM | |
| 1 | 09-17-2025 02:42 PM | |
| 1 | 09-10-2025 02:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|