|
POST
|
Publish a point feature class as a feature service to AGOL using ArcMap or Pro. Create 89 points with an attribute "Name" and populate the Name attribute as follows: Camp 1 Camp 2 Camp 3 Camp..... Camp 89 Add the feature service to ArcGIS pro via add data button. Add a new locator using the feature service, and select the "Name" Field as the fields options, selecting "Contains" as the operator. Execute a search using the locator, and "Camp" as the text string. Only 20 results are returned, despite the feature service containing 100 points with the text string "Camp". Arcmap correctly returns the 89 features that contain the search string This appears to be the case when using a FGDB or SDE feature class as the locator layer.
... View more
01-26-2018
08:26 AM
|
0
|
2
|
1310
|
|
POST
|
There is some dark magic occurring with your ADFS configuration, but can only be solved by your AD admin. Suggest getting him, and Tech Support, on a conference call.....suspect it's an issue with your ssl certificate.
... View more
01-25-2018
12:39 PM
|
0
|
0
|
1951
|
|
POST
|
I'm poking around 2.1, and I'm not seeing where ArcGIS Online Vector Tile basemaps.can be added to the offline map?
... View more
01-25-2018
11:07 AM
|
0
|
1
|
3481
|
|
POST
|
can you run fiddler or wire shark while logging on? The IE page indicates that https traffic from Pro to PTL is being blocked.
... View more
01-25-2018
09:43 AM
|
0
|
2
|
1951
|
|
POST
|
In Arc Catalog (10.5.1), when right-clicking on a SDE geodatabase connection, selecting properties, connection tab, show connected users, one can select ALL of the connections and right-click -> Disconnect. In Pro 2.1, same steps, however once you right-click (after selecting all of the connections), the selection is lost and you are only able to disconnect whatever connection the mouse pointer happened to be over. Forcing disconnects is an essential part of enterprise geodatabase administration. Many of my geodatabases can have dozens of connections. Having to right click on them one by one.....
... View more
01-25-2018
07:23 AM
|
1
|
10
|
4061
|
|
POST
|
How big is your AD forest? ADFS is essentially unusable with Portal if you have more than a few thousand users in the domain. And what are your ssl settings? ADFS -> Portal is very sensitive to cert properties. If you are using SSL, does your cert have a SAN property set that resolves to the FQDN of the web adpater?
... View more
01-25-2018
06:41 AM
|
0
|
4
|
1951
|
|
POST
|
Assign a domain picklist to a SDE 10.5.1 feature class attribute, e.g TLU_RESTRICTION Code (Value) UNR (Unrestricted) REX (Restricted: No Release) SQ (Sasquatch) Edit the feature class and the attribute using the Pro Editor UI and set values to either one of the legal values as limited by the domain pick list; Modify the properties of the feature class to restrict display based on a definition query of the same attribute: any of the domain pick list values are available to be used in the definition query; BUG: All values of the domain are listed in the definition query UI, regardless if the domain value is used (e.g SQ is presented as a query choice but no feature class record has a value "SQ") Use field calculator to modify a subset of the records in the feature class (same attribute which has the domain pick list applied), and specify a value that is not included in the domain, e.g "Restrict"; BUG: Modify the properties of the feature class to restrict display based on a definition query of the same attribute: any of the domain pick list values are available to be used in the definition query, however the non-domain value is not available to be used in the definition query; There are very many use cases where a user needs to override default domain values and use field calculator to apply non-domain strings. Alternatively, there are cases where a user needs to use a definition query to display records that have attributes that are not legal domain values. In Arcmap 10.5.1 this bug does not exist, and the user can use domain and non domain values in definition queries on feature class attributes where a domain has been specified. Additionally, ArcMap 10.5.1 only presents values (domain and non-domain) that exist in the feature class records, not un-unused domain values. Same feature class, ArcMap: note the two string values (with the ' '). In this case, the domain was either added to the feature class attribute long after the feature class was created or populated, or...the user had a requirement to use a non-legal domain value.
... View more
01-25-2018
05:02 AM
|
0
|
1
|
1480
|
|
POST
|
How does that work when the SSL certificate is tied to the FQDN of the server name? As Portal doesn't seem to work well when using wildcard certs, or certs without the machine name in the SAN.....
... View more
01-24-2018
10:58 AM
|
0
|
1
|
3940
|
|
POST
|
If you run through EACH TOOL in the terrain processing and the hydro network tabs, you will get a hydro point layer, which represents the pour points, and can be related to the catchments using the hydroID field.
... View more
01-24-2018
06:15 AM
|
2
|
0
|
2174
|
|
POST
|
By resampling the flow direction, you are going to get different (and not one of the 8 "legal") pixel values, that have nothing to do with flow direction. Use a symbol weighting scheme that will only show one arrow per 8 pixels with the original. However, completing the Arc Hydro Hydro Network Generation will accomplish the same thing. You really can't symbolize flow direction the way you're trying to.
... View more
01-24-2018
06:01 AM
|
2
|
2
|
2174
|
|
POST
|
The screen shot you provided will not correctly symbolize the FDR raster. Were you able to convert the original, unsampled FDR raster to a point feature class, and use arrow symbols rotated by attribute (you'll have to convert the integers to a real azimuth using https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fgisgeography.com%2Fwp-content%2Fuploads%2F2015%2F04%2FFlo…
... View more
01-24-2018
05:12 AM
|
0
|
4
|
2174
|
|
POST
|
Ok you are attempting to do something with the FDR raster....that isn't supported....the FDR raster, assuming you used the D8 method (pre 10.6), results in a raster with one of 8 values for each pixel, each value an integer representation of one of (ONLY 😎 cardinal directions. http://gisgeography.com/wp-content/uploads/2015/04/Flow-Direction-150x150.png Convert the raster to a point feature class, and symbolize, and use rotate symbol by attribute.
... View more
01-24-2018
04:43 AM
|
0
|
6
|
8546
|
|
POST
|
How are you symbolizing the raster? The stream network appears to be correct (dendritic). If the flow direction raster was wrong, your stream network would look like a bowl of spaghetti.
... View more
01-24-2018
03:51 AM
|
0
|
9
|
8546
|
|
POST
|
Run though the Hydro Network Generation tools, that will give you a flow direction enabled flag, from which you can add arrows to the vector streams. The white "gaps" are a result of areas to the "east" of your road not falling within the same drainage area. Sounds like you need more detail than the DEM is providing. One way to do this is to "burn" the road network into the DEM by "raising" the dem a few feet where your road is, then burning through it where your culverts are. TAUDEM is much better suited for this type of catchment delineation.
... View more
01-23-2018
05:52 AM
|
2
|
14
|
8546
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-17-2022 12:19 PM | |
| 1 | 03-14-2019 06:24 AM | |
| 1 | 07-12-2018 09:29 AM | |
| 1 | 06-27-2019 12:08 PM | |
| 2 | 09-23-2019 11:03 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-26-2026
07:12 AM
|