|
POST
|
It seems like you could join to the lookup table and display the values instead of the codes. It would follow this pattern: SELECT
adhp.name_txt,
adhp.type_code,
adhp.military_code,
--adhpsurfacearea.subtypecode,
LU.subtypevalue,
adhpsurfacearea.globalid,
adhpsurfacearea.length_val,
surfacecharacteristic.composition_code
FROM
adhp
JOIN adhpsurfacearea ON adhp.gfid = adhpsurfacearea.adhp_id
JOIN surfacecharacteristic ON surfacecharacteristic.gfid = adhpsurfacearea.surfacecharacteristic_id
JOIN [SUBTYPECODELOOKUPTABLENAME] LU ON LU.subtypecode = adhpsurfacearea.subtypecode
... View more
08-30-2023
09:23 AM
|
0
|
0
|
1261
|
|
POST
|
I've been working on this too. There is a real need for it since we can't see the future or anticipate all needs of a layer at initial creation. Even ESRI Solutions need extended and they seem to include even the kitchen sink. Here's the best post I've found that even has info about a github repo with samples and a bug that shows a workaround to getting these newly added items to show in portal after adding them through the REST API.
... View more
08-30-2023
09:09 AM
|
10
|
0
|
18699
|
|
POST
|
I have been having "device keyboard" issues similar to this. It will behave differently on different devices (iPhone, Samsung-android, Google-android). Can you verify that this is happening on all types of devices?
... View more
08-17-2023
11:47 AM
|
0
|
0
|
1748
|
|
POST
|
Any word if this case is resolved. I've just successfully added layers to a hosted feature layer and they show up in the rest services directory but not on the Item overview page.
... View more
08-17-2023
11:37 AM
|
0
|
3
|
9523
|
|
POST
|
Glad to hear. I feel like there must have been something wrong with my install for it not to have updated that file when I reinstalled. Happy coding!
... View more
02-14-2023
07:21 AM
|
0
|
0
|
21278
|
|
POST
|
I think this is due to the units of the spatial reference of the data. If the units are degrees, then it won't look like what you're expecting. Right-clicking a column in ArcGIS Pro (you can add the feature service to Pro), you will see an option to "Calculate Geometry". This also lets you choose which projection/spatial reference (and thererefore, units) you want the resulting calculation to be done in. If you pick a local projection that has the units you would prefer, you can ensure to get something useful. There is also a way using Arcade that will allow you to do a field calculation to get the result in your desired units.
... View more
01-19-2023
09:33 AM
|
1
|
1
|
3810
|
|
POST
|
Even though you are adding a feature class to a feature dataset that was previously registered as versioned, I believe the newly added feature class is not registered as versioned. I think you have to free locks and register the feature dataset as versioned again.
... View more
01-19-2023
09:25 AM
|
0
|
1
|
1235
|
|
POST
|
I think you were so close. Maybe what you're looking for is in the properties of the map view. I have also noticed that if you don't see this change immediately after turning it on, go to the "Insert" tab and click the "Refresh Map Series" button.
... View more
01-19-2023
08:12 AM
|
0
|
1
|
8583
|
|
POST
|
Well it looks like there's some confusion here. First, you assign the value of the three variables. Then, you are re-assigning the same three variables to different values within your "if" statements. I think the error is due to trying to return the variables at the same time as assigning them the new value. I think you need to figure out if you want to return the values within your "if" statements or if you want to return the url's you set as the initial values of your variables. Then, set the values within the "if" statements. When you're all done assigning/setting values, return one item. You can't return all three variables I don't believe.
... View more
01-12-2023
02:48 PM
|
1
|
1
|
5042
|
|
POST
|
Oh ok. We have Digline in Idaho. What they want is one polygon to show any area within 50 ft of a utility such as the water system. In this case, I simply use the buffer geoprocessing tool with the "dissolve all" option so it produces one polygon.
... View more
01-12-2023
11:59 AM
|
1
|
2
|
6241
|
|
POST
|
Can the clients use ArcGIS Pro? You can add a feature service to a map in ArcGIS Pro and edit with full editing capability. It does appear that there's a way to do it in Map Viewer Classic for polygons.
... View more
01-12-2023
10:47 AM
|
0
|
0
|
3566
|
|
POST
|
Well I'm not sure the file system would detect it but any software that consumes a shapefile would be able to recognize it.
... View more
01-12-2023
10:36 AM
|
0
|
0
|
6250
|
|
POST
|
You could use the buffer tool. It is going to create all sorts of overlaps though. You could use the buffer tool in the editing tools that allows for leaving square ends or only buffering to one side.
... View more
01-11-2023
02:41 PM
|
1
|
0
|
6288
|
|
POST
|
I don't see anything under the Python API or the REST API. When I check the network section of dev tools in the browser when running a rebuild index command, I see that there is an "updateDefinition" POST sent to my service at a url: https://services6.arcgis.com/[sensitive_data]/arcgis/rest/admin/services/[layer_name]/FeatureServer/0/updateDefinition There is a payload with a token and some info that specifies the shape field and to perform async. Perhaps it's something they haven't exposed yet. It might be good to suggest it as an idea.
... View more
01-11-2023
12:28 PM
|
1
|
0
|
6586
|
|
POST
|
Oh I am sorry I didn't realize that. It doesn't seem like something that common would require an advanced license. You could search the Code Share to see if anyone has shared an existing script.
... View more
01-11-2023
10:57 AM
|
0
|
0
|
1927
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-09-2026 08:36 AM | |
| 1 | 03-10-2026 10:35 AM | |
| 2 | 05-16-2025 09:52 AM | |
| 1 | 11-22-2024 10:56 AM | |
| 3 | 11-22-2024 10:40 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-09-2026
08:22 AM
|