|
POST
|
Sigh. I'm attempting to overwrite an existing web layer in my Portal and today I'm getting Error 00176: "Server Input path exceeds operating system limit" I've published this way (meaning: overwrite an existing web layer) for several years so the process hasn't changed; only the ArcGIS Pro version has, which is now 3.0.0. I just finished overwriting 4 other web layers, all in the same APRX project, all the data residing in the same SDE location with same connection string, and all named similarly (it's census data so there is some slight variation). ESRI's "detailed" solution is simply: If your path exceeds the limit, you can shorten the staging folder path, service name, or the path to the data's source data to reduce the number of characters used for this path. When you share a web feature layer to ArcGIS Online, the name of the file geodatabase is limited to 66 characters. But this is a server side issue. I've tried chopping off everything I can in the Pro dialog but it makes no difference. This published originally just fine; this overwrote the web layer just fine for several years, including last year. The only difference I see now is ArcGIS Pro 3.0.0.
... View more
02-10-2023
08:44 AM
|
4
|
2
|
5482
|
|
POST
|
You use a comma after the first attribute field in the SQL query (OBJECTID) but then you switch to semi-colons. Try using all commas in your attribute field list inside the SQL query string.
... View more
01-23-2023
03:42 PM
|
0
|
1
|
1256
|
|
POST
|
It sucks that your license level prohibits you from working the Spatial Analyst option but I'm glad you're able to get your answer from my other, indirect way.
... View more
01-19-2023
01:19 PM
|
0
|
0
|
4423
|
|
POST
|
Looks like you have a few options to chose from. Here's ESRI's explanation of what that error you encountered is. Based on you screenshot, the raster values are integers, so I would try converting your original raster to an integer based raster using the Int() tool as suggested in my link above. Once you have an integer based version of the raster, it "should" convert to polygons just fine. Of course, this just converts the entire raster and doesn't give you just the area within the M 197 boundary you mentioned. One way or another, you have to clip the raster by the M 197 area in order to get that subset of information. To just simply clip the raster, go to ArcToolbox and then- Data Management->Raster->Raster Processing->Clip and then specify your M 197 dataset as the output extent layer (be sure to check the box 'Use Input Features for Clipping Geometry'). Once the tool finishes and adds the result to your map, just go to the symbology tab of the layer options and you'll see the pixel count as you did before. If you end up converting the entire raster to polygons, then use Analysis Tools->Extract->Clip in ArcToolbox to clip the new polygons by the M 197 boundary.
... View more
01-19-2023
08:13 AM
|
0
|
1
|
4428
|
|
POST
|
In Arctoolbox, Conversion Tools->From Raster->Raster to Polygon will convert the pixel values to vector polygon features which will be easier to import into CAD. There are a couple options to help simplify the polygon boundaries which will help eliminate the raster "jaggies" that happen when you convert raster to vector. If you just want the area tally, your legend in your screenshot already tells you the number of pixels per category. Jot down that number and then look at the raster properties for that layer to determine what area the pixel represents (10m x 10m = 100 square meters). Simply multiply the area by the number of pixels to determine the total area represented. Steve
... View more
01-17-2023
02:32 PM
|
1
|
1
|
4457
|
|
POST
|
I think I ran into a situation like this before with one of my projects. I would create a separate Arcade Expression (Expression01) to create the URL link and then, in your popup, reference Expression01 as the source of your hyperlink. I think this way the "on the fly" link is actually constructed before it is presented as a URL link in the pop up. Steve
... View more
12-12-2022
08:43 AM
|
3
|
5
|
13093
|
|
POST
|
At this point, ESRI has deprecated the original raster based basemaps in favor of the vector tile formatted basemaps so what you describe is probably just the end result of the basemaps being shut off. FWIW, I'm using 10.8.1 and the Add data->Add Basemap does work. You may still have valid reasons for staying with 10.2.2 so here's something to try: Select Add Data from ArcGIS Online. When the dialog appears, type "basemap" in the search bar and try adding your basemap of interest that way. If it works, use that workaround; if it doesn't, you may have to think about upgrading to a more recent 10.x version. Steve
... View more
12-09-2022
08:26 AM
|
1
|
1
|
2550
|
|
POST
|
How about adding an additional condition and using the COUNT Arcade function to count the number of characters from the value returned? If the value is less than 2, treat it as a null condition.
... View more
11-03-2022
02:15 PM
|
0
|
0
|
2769
|
|
POST
|
How about inserting the ASCII character number for an ampersand? chr(38)
... View more
10-25-2022
03:26 PM
|
0
|
0
|
898
|
|
IDEA
|
I would like the ability to add color and/or other formatting options for values in the report results. For example, if an attribute column's value is at or above a threshold, I would have the ability to color the text red or make the text bold, etc. The reports I intend to create involve Census data and we are most interested when values attain or exceed a certain threshold value.
... View more
10-19-2022
03:44 PM
|
0
|
0
|
953
|
|
IDEA
|
Developers already have a lot of control over making attribute columns visible/hidden but I would like to see this expanded slightly to include the option to hide the area/length that is calculated as part of the screening analysis. This is simply not extraneous information in the reports I wish to create- I would also like the ability to hide this value from the first report segment as well (Area of Interest Information).
... View more
10-19-2022
03:39 PM
|
0
|
0
|
1000
|
|
IDEA
|
In the report that is generated for the results by the screening widget, there are currently no options for sorting the results. Ideally, you could specify that the list of results can be sorted by more than one column. My use of the screening widget is to return information from Census tables so I would like to sort the results by Census Tract, then by Block Group. Currently, the report output is just an unorganized mess:
... View more
10-19-2022
03:31 PM
|
3
|
0
|
982
|
|
IDEA
|
The report print functionality from the Screening widget in WAB includes a map but there are no options to modify the map that is produced. I would like to see some option with respect to the map extent to center the map based upon the selected feature or drawn graphic used for the analysis. If a buffer was applied to that feature, the map extent should be expanded to include the entire extent of the resulting buffer. I believe the current standard is just to preserve the current map extent and zoom level
... View more
10-19-2022
03:24 PM
|
0
|
0
|
1003
|
|
POST
|
One idea to explore is adding an Arcade expression to your map and then symbolizing that layer based on the Arcade expression value. This way, you can incorporate that additional verification that the supervisors have signed off. This is some pseudo code to give you the idea- var theStatus = $feature.Status;
var theSymbStatus = '';
if(theStatus == 'Denied') {
theSymbStatus = 'Denied';
}
if(theStatus == 'Submitted') {
theSymbStatus = 'Submitted';
}
if(theStatus == 'AdditionalInfo') {
theSymbStatus = 'AdditionalInfo';
}
if(theStatus == 'Approved') {
//Check if the two supervisors have reviewed and signed off
if ($feature.Supervisor01 = true) and ($feature.Supervisor02 = true) {
theSymbStatus = 'Approved';
} else {
theSymbStatus = 'AdditionalInfo';
}
}
return theSymbStatus;
... View more
10-07-2022
08:04 AM
|
1
|
0
|
1810
|
|
POST
|
You would add it just like your use of "rel=nofollow" option. The order you drop it in doesn't matter- either drop it in before or after your "rel" option. HTML A Reference.
... View more
09-29-2022
08:32 AM
|
0
|
0
|
2102
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 2 | Thursday | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |