|
POST
|
I'm not sure if Vector Tiles support Symbol Layer Drawing but if you're just using the roads for reference then it's worth trying out.
... View more
01-30-2026
11:18 AM
|
0
|
1
|
999
|
|
POST
|
The year is 2026 and I still can't figure out how to get vscode to pick up on the current Pro python environment. I can select specific interpreters just fine but it's easy to get out of sync with Pro's environment, which can wreak havoc on testing. Is there a proper solution to this? Prior answers seemed to work a bit but they involve adding the Conda scripts directory to the current PATH which goes against Conda guidelines. I figured out how to get a terminal profile added for Python work ... "terminal.integrated.profiles.windows": {
"Python": {
"overrideName": true,
"path": "C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\Scripts\\proenv.bat",
"icon": "python"
}
} ... but that doesn't handle the current interpreter. It looks like the Python extension adds a new environments view but it's clearly designed around venv and trying to view the packages in a conda environment just spits out a "Conda not found" error. How helpful. If there isn't a full solution, little tips and tricks are still worth posting. Thanks!
... View more
01-30-2026
11:02 AM
|
2
|
3
|
687
|
|
IDEA
|
If nothing else that filter is completely wrong, annotations should appear under Point and dimensions under Polyline.
... View more
01-30-2026
10:15 AM
|
0
|
0
|
565
|
|
POST
|
Note that for most IDEs, you'll want to link to the python executable inside whatever environment you're currently using. For the built-in env these paths are: "%SYSTEMDRIVE%\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe" (all users install) "%LOCALAPPDATA%\Programs\ArcGIS\bin\Python\envs\arcgispro-py3\python.exe" (single user install) For the custom environments you can create through Pro you'll want to note the folder it's created in and then use the python.exe inside that folder. Unless something's changed most IDEs cannot pick up on the current Pro python environment so you'll have to change which interpreter you use on both ends; if someone's found a way to make this automatic I'd love to know!
... View more
01-30-2026
09:24 AM
|
0
|
0
|
594
|
|
POST
|
This might be an Arcade limitation, if you use the Python calculation mode does that work?
... View more
01-29-2026
12:31 PM
|
0
|
1
|
560
|
|
POST
|
If you have access to Pro: find the map file you publish the layers from, select a layer, go to the "Labeling" tab in the ribbon, click the tiny arrow in the bottom-right corner of the "Label Placement" section: now you have the Maplex positioning options. Click the third icon from the left to go to the conflict options and set a "Repeat". This will saturate your polygon with labels, even if the centroid is offscreen. This requires overwriting the map service or publishing a new one, and I'm pretty sure this won't work with your Feature Service (it might work with a vector tile service?) but it'll give you all the labels you could ever need. That said, as others have mentioned: this is what symbology is for. A well-authored set of polygon symbols will make your areas easy to delineate and will work in all types of service. If the user has trouble remembering each symbol they can open the legend built into every web map.
... View more
01-28-2026
04:52 PM
|
1
|
0
|
649
|
|
POST
|
If Scott can leverage JavaScript functions something like this StackOverflow question should be enough to calculate an end time given a start time and some combination of duration questions.
... View more
01-28-2026
04:38 PM
|
0
|
0
|
1106
|
|
POST
|
For clarification: would your workflow support collecting the geometry in Field Maps, hiding the attributes from editing, and providing an Arcade expression that opens the feature up in Survey123 via Global ID? This way you're only editing one feature between both apps. Alternatively you can make an Arcade link to a different feature layer (or a table layer in the same feature service) and pass in the GlobalID to a foreign key field, this works better if you need to do offline work. If neither option fits then that's a tough one, this level of app ping-pong is beyond what I've worked with.
... View more
01-27-2026
03:56 PM
|
1
|
0
|
585
|
|
POST
|
For the two points where the blue vertices hit the edge of the orange square, are there matching vertices on the orange square? I've had issues with spatial selections where minute imprecisions along edges cause the inner feature to bleed out of the outer feature, even if it seems mathematically sound. If there are matching vertices then yeah this is a bug.
... View more
01-27-2026
01:16 PM
|
0
|
1
|
705
|
|
POST
|
The List Domains function is what you're looking for, this will work on any EGDB. The sample code on that page should get you started.
... View more
01-26-2026
12:59 PM
|
0
|
0
|
415
|
|
IDEA
|
This happens all over the place in ArcGIS, GUID/Integer fields are technically different from GlobalID/ObjectID fields even though they hold the same data types so many tools reject them, even in cases like this where compatibility makes perfect sense. A full sweep of the standard tools for cases like this to loosen up the data type matching would be appreciated.
... View more
01-26-2026
12:57 PM
|
0
|
0
|
389
|
|
POST
|
Did some digging around and found two really good links. First is this old college course that covers the math involved in calculating the sun's position relative to Earth, among other things. If you're interested in the mathematical foundations this looks like a good starting point. Link. Second is pvlib, a Python library that models many aspects of photovoltaic phenomena, including the sun position given a certain date and location. You can either add the library to your Python environment and use the functions as-is (docs) or go diving through the source code to see how it's implemented (link).
... View more
01-26-2026
09:43 AM
|
2
|
0
|
721
|
|
POST
|
Unless something's snuck in over the years, QuickCapture can't handle related records in the same way Field Maps & Survey123 can. You can link to layers in relationship classes but features you create won't be related to each other. My suggested workaround: use a Project User Input that maps to a "Temporary Group ID" field in all of your Hazmat layers, and have your team use another app to generate a random ID to copy-paste in before starting the work. Once all their data is in you can use the temp IDs to assign the same incident ID to everything and the rest flows from there.
... View more
01-26-2026
08:48 AM
|
0
|
1
|
505
|
|
POST
|
Like Laura mentioned, subtypes, domains and contingent values all have to be prepopulated by data managers and can't be altered by regular editors. The usual escape hatch is to make one choice an "Other" and then have a text field that only appears when that "Other" is picked. You'll have to use that other text value whenever you do any reporting (arcade expressions can help here) and you can also do regular audits to port those Other entries to proper codes if that helps.
... View more
01-23-2026
03:26 PM
|
0
|
1
|
1027
|
|
POST
|
I haven't dug into your specific form, but in general: If you aren't linking your survey to an existing feature service then you can create "repeat" question blocks in the survey. Each repeat block adds a new layer to the Survey's feature service with a 1-M relationship class ready to go. You can then have the rest of your workflow make edits to those related layers outside of Survey123, just make sure to use the "relevant" or "readonly" columns as needed to keep the repeats off limits to the initial survey. Alternatively, you can create the related table structure in your own feature service, then link the survey to that service. This requires more work than letting the Survey123 tools build the service itself but you get the ability to bolt Survey123 as an interface over existing workflows, use registered services that store your data in an EGDB, and maybe some other benefits. Either method has the same result: the Survey123 user fills out their part of the data, and then the rest of your org can populate related records for each form submission.
... View more
01-23-2026
09:40 AM
|
0
|
1
|
794
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-24-2023 11:47 AM | |
| 2 | 04-09-2026 11:36 AM | |
| 1 | 09-08-2023 10:07 AM | |
| 3 | 03-26-2026 08:11 AM | |
| 2 | 03-12-2026 01:41 PM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|