|
POST
|
Probably a better way, but his is how I've handled that in the past. I have a dictionary of the names that get whacked out when title casing and substitute the value when has a matching key. subDict = {
"MCMURRAY ST": "McMurray St",
"MCMURRAY AVE": "McMurray Ave",
"MCINTOSH CT": "McIntosh Ct",
"MCEWAN DR": "McEwan Dr",
"MCPHERSON AVE": "McPherson Ave",
"MCCLELLAN ST": "McClellen St",
"BY-PASS": "Bypass Hwy SR 240",
"O'CONNOR ST":"O'Connor St",
"MCMURRAY": "McMurray",
"MCINTOSH": "McIntosh",
"MCEWAN": "McEwan",
"MCPHERSON": "McPherson",
"MCCLELLAN": "McClellen",
"O'CONNOR":"O'Connor"
}
def FindLabel ( [Street] ):
st = [Street]
label = [Street].title()
if st in subDict.keys():
label = subDict[st]
return label R_
... View more
02-13-2024
12:01 PM
|
0
|
0
|
3073
|
|
POST
|
I get different error, but what about declaring the path as a raw string? newLayer = m.addDataFromPath(r'\\dotims4\maps\accela_update\accell_data.gdb\parcelPoint') R_
... View more
02-13-2024
08:52 AM
|
2
|
0
|
3595
|
|
POST
|
You could create a new featureclass, then select the polygon you want, copy/paste special into the new featureclass. R_
... View more
02-09-2024
09:21 AM
|
1
|
0
|
1673
|
|
POST
|
If system restore is enabled on the computer where the FGDB is stored, you may be able to find it in previous version tab. Right click on the folder the FGDB is in, select 'Properties', then the Previous Versions tab. Just copy one from right before the deletion. R_
... View more
02-08-2024
10:26 AM
|
0
|
0
|
2727
|
|
POST
|
Did you make sure and Save your changes in the visualization tab? If I make changes to popups and symbology in the visualization tab and save it, when I add the feature service to a map, it will honor the saved settings. However, this saves the information to the HFS, and not to a map. If you already have a map with that feature service (Survey123/FieldMaps/Etc.), changes made in the visualization tab will not be reflected as they have already been saved in the map. Re-adding the feature service to the map should load it with the saved configuration, then any 'changes/overrides' will be saved in the map, not the layer. So, make sure you save the changes in the visualization tab, then add that HFS to a new map and see if the changes 'stick'. In case this help, R_
... View more
02-07-2024
08:06 AM
|
0
|
1
|
1751
|
|
POST
|
loaded fine for me. Here is the REST from that source. https://services3.arcgis.com/3PodX2T1HBFjwU8n/arcgis/rest/services/FN44_grid/FeatureServer R_
... View more
02-07-2024
07:38 AM
|
0
|
0
|
1609
|
|
POST
|
Can you share the REST url? I am having no issues in new map viewer (at least with this :). R_
... View more
02-06-2024
08:02 AM
|
0
|
1
|
2625
|
|
POST
|
Select the sub-layer you want. Upper right, click Properties, expand "Information", then click on the layer name. This will take you to the REST endpoint of the sub-layer. R_
... View more
02-06-2024
07:48 AM
|
0
|
0
|
2633
|
|
POST
|
I have only used this with non-related data, but since the directions show a 'sync offline edits' option, thought that it might keep all the relationships if the mobile database is recognized as a 'valid offline dataset'. R_
... View more
02-06-2024
07:37 AM
|
0
|
1
|
2412
|
|
POST
|
Have you tried changing the symbology symbol/color? (If it now draws, you can change it back.) Have seen it where this 'fixes' that issue. Not sure if it is because symbology used doesn't exist anymore or what, but pretty quick/easy to check. R_
... View more
02-05-2024
03:07 PM
|
0
|
2
|
4346
|
|
POST
|
Many times, this is because you are piping the output from one tool into the input of another tool. If it is creating/modifying a temp dataset, then the first tool would need to be run successfully before the"dataset" exists for input into the second tool. R_
... View more
02-05-2024
03:00 PM
|
1
|
1
|
3292
|
|
POST
|
If the replicas are just disabled, but still on the device, you may be able to follow these directions to sync the edits back to the hosted feature service. R_
... View more
02-05-2024
01:40 PM
|
0
|
3
|
2426
|
|
POST
|
AGOL now allows you to save the form configuration to the layer itself, or to the map. It sounds like your configuration is saved in the layer... If you want to use the same layer in different maps with different forms, you should choose the save to map option. If there are forms saved to the layer, it will pre-load them when adding to a new map. However, you can edit/modify the form(s) and save to the map itself, and will not interfere with other maps/forms using the same data (unless you are using the save to layer option). R_
... View more
02-05-2024
01:06 PM
|
2
|
0
|
2014
|
|
POST
|
Do you have ArcMap signing into AGOL automatically? I get the same error pretty much anytime I try to use any AGOL data/basemaps/etc. in ArcMap. If so, try signing out before running the tool(s). R_
... View more
02-05-2024
12:41 PM
|
0
|
0
|
1470
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:00 PM | |
| 1 | 09-14-2022 07:53 AM | |
| 1 | 09-14-2022 08:23 AM | |
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM |
| Online Status |
Online
|
| Date Last Visited |
Wednesday
|