|
IDEA
|
It sounds like you want to see the return of the Collect multiple functionality that was available in Collector Classic. I thought this was in Field Maps but after looking for it I don't believe it is (we have no need for it typically so hadn't gone looking until now). Collect multiple features efficiently
... View more
04-06-2021
05:12 PM
|
0
|
0
|
1304
|
|
IDEA
|
In my experience it would be handy to completely hide the form sometimes when capturing new features.
... View more
04-06-2021
05:04 PM
|
0
|
0
|
834
|
|
IDEA
|
@MatthewGeorge yep - I'm looking forward to seeing this functionality become available (I think mid April?). One less argument for people stuck on the old methods to use when trying to get them to move with the times.
... View more
03-30-2021
05:07 PM
|
0
|
0
|
2462
|
|
IDEA
|
@DougMorgenthaler any idea when the same function will come to Android users?
... View more
03-29-2021
08:22 PM
|
0
|
0
|
6543
|
|
IDEA
|
Agreed - this would be a valuable time saver that seems like a logical feature inclusion for the product roadmap.
... View more
03-24-2021
05:03 PM
|
0
|
0
|
6566
|
|
IDEA
|
Agreed - the ability to turn location services on/off within the app would be good. Some people aren't even aware that they can do that through the device settings.
... View more
03-24-2021
05:01 PM
|
0
|
0
|
4666
|
|
IDEA
|
Hi @KoryKramer I haven't tried that tool - we don't have an Advanced licence so won't work for us anyway. I'm really looking for a dynamic function here that would serve well in Map Series or dynamic map templates for non-gis staff to use (open - zoom to area - export sort of work flows).
... View more
03-18-2021
05:11 PM
|
0
|
0
|
3785
|
|
IDEA
|
Can someone at ESRI tell us if anything like this is on the roadmap? Basic Pivot tables would make our life soooooo much easier!
... View more
03-17-2021
10:11 PM
|
0
|
0
|
3795
|
|
IDEA
|
It would be handy if you had the option base your chart on values OR symbology classes which could honour symbology labels.
... View more
03-17-2021
10:10 PM
|
0
|
0
|
2584
|
|
IDEA
|
When creating charts that display stacked values, I find that sometimes the stacked values are small enough to result in the label from 2 different segments overlapping each other (see below example). It would be good if the chart either hid the lesser value automatically, or offset the different values to show both without conflict (bottom example). Solution 1 - Displaced labels Solution 2 - Hidden Label Whilst this isn't really an issue when purely analysing data, when displayed in a map layout for exporting and sharing, it's not very cartographically pretty.
... View more
03-17-2021
10:08 PM
|
7
|
4
|
2550
|
|
IDEA
|
It would be good to see extra options for formatting text items in charts like this. I would find wrapped text easier to read than angled text for occasions where the label is longer than the space permits for single line display.
... View more
03-17-2021
09:58 PM
|
0
|
0
|
2873
|
|
POST
|
I'm also curious as to which application you are using to view the geopdf?
... View more
03-15-2021
08:04 PM
|
0
|
0
|
2336
|
|
POST
|
Good to see there is a way and it doesn't look too complicated either!
... View more
03-15-2021
05:16 PM
|
0
|
0
|
3499
|
|
POST
|
For others looking for help in this space. I've just tested the below line in a python script that looks at a set map (Data Editing) in the Current project, and had the last 2 lines repeated for all the different layer names that I wanted it to update. It successfully deleted the definition query from each layer. aprx = arcpy.mp.ArcGISProject("CURRENT")
m = aprx.listMaps("Data Editing")[0]
for lyr in m.listLayers("Layer 1"): ###Repeat these 2 lines for each layer
lyr.definitionQuery = None
for lyr in m.listLayers("Layer 2"):
lyr.definitionQuery = None I plan to write a simple script that can be used on any project and map which will just go through all layers in the current map and wipe and definition queries. Variations of this could include a 3rd line for each layer that adds a replacement query in the originals place.
... View more
03-10-2021
07:05 PM
|
0
|
0
|
8315
|
|
POST
|
I've just tested the below line in our python script that looks at a set map (Data Editing) in the Current project, and had the last 2 lines repeated for all the different layer names that I wanted it to update. Successfully deleted the definition query from each layer. aprx = arcpy.mp.ArcGISProject("CURRENT")
m = aprx.listMaps("Data Editing")[0]
for lyr in m.listLayers("Layer 1"): ###Repeat these 2 lines for each layer
lyr.definitionQuery = None
for lyr in m.listLayers("Layer 2"):
lyr.definitionQuery = None I plan to write a simple script that can be used on any project and map which will just go through all layers in the current map and wipe and definition queries.
... View more
03-10-2021
06:59 PM
|
1
|
1
|
10526
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | Monday | |
| 3 | Sunday | |
| 2 | Sunday | |
| 1 | Sunday | |
| 1 | 05-19-2026 05:02 PM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|