|
IDEA
|
Please allow Story Map Tours to be able to use non-hosted feature services. It seems like Story Maps is not useful for dynamic data or for Enterprise solutions. It would be very usefully if we didn't have to republish overwrite several times a day if we want to keep our Story's up to date.
... View more
03-18-2025
10:32 AM
|
2
|
5
|
1857
|
|
POST
|
This would not work for Story Maps, Map Tour, it needs to be a Point Feature Layer not an Image Layer. So how would that work? I need the layers to be edited in Pro to reflect on my Online maps or Story maps.
... View more
03-17-2025
06:44 AM
|
0
|
0
|
3944
|
|
POST
|
Are you asking how to connect to your sde using python? # Set up connection
sdeTempPath = tempfile.mkdtemp()
connect = arcpy.management.CreateDatabaseConnection(
sdeTempPath,
'ConnName.sde',
'SQL_SERVER',
'INSTANCE',
'DATABASE_AUTH',
'USER',
'PASSWORD',
'SAVE_USERNAME',
'DataBase'
)
# Use a temporary workspace
arcpy.env.workspace = os.path.join(sdeTempPath, "ConnName.sde")
... View more
02-20-2025
08:48 AM
|
0
|
0
|
2030
|
|
IDEA
|
The problem with the Analysis tool is that if you have service data that changes often throughout the day. I would need to go and and run the tool often.
... View more
02-14-2025
08:45 AM
|
0
|
0
|
2425
|
|
POST
|
Is it possible, with the Map tour using List layout, to show in the layout list only what is in view of the map? So as you zoom in the list shrinks.
... View more
02-14-2025
06:24 AM
|
0
|
1
|
864
|
|
POST
|
What version of Pro are you using? I think in 2.x you cannot export a map series to .jpg, but in 3.x you can.
... View more
01-17-2025
06:26 AM
|
0
|
0
|
2117
|
|
IDEA
|
Please add a way to Run a Task from some different environments. Either be able to execute a Task from the Ribbon or add running a task to the Python library. If the Task only includes Automatic (Hidden) steps, this would take away a couple clicks and put it front and center on the Ribbon for quick access. More importantly it would be very useful in a Python Script.
... View more
12-20-2024
11:06 AM
|
0
|
0
|
713
|
|
POST
|
Query the layer, loop through it, then use featureTable.selectRows(yourResults) and featureTable.filterBySelection(). The loop might not be needed?
... View more
12-12-2024
11:15 AM
|
0
|
0
|
703
|
|
POST
|
Try something like this inside the query. // Style the label
var labelClass = {
symbol: {
type: "text", // autocasts as new TextSymbol()
color:[254, 252, 203],
haloColor: "Black",
haloSize: 2,
lineWidth:55,
font: {
// autocast as new Font()
family: "Avenir Next LT Pro Medium",
size: 8,
weight: "bold"
}
},
labelExpressionInfo: {
expression: feature.attributes
},
labelPlacement: "always-horizontal",
//minScale: 7500
};
tLayer.labelingInfo = [labelClass];
tLayer.refresh()
... View more
12-12-2024
11:00 AM
|
0
|
0
|
651
|
|
POST
|
I would triple check all your paths. I ran this on both 2.x and 3.x and it ran with no issue. The only difference is I did it inside pro and used CURRENT for my path.
... View more
11-19-2024
08:32 AM
|
0
|
0
|
3278
|
|
POST
|
In earlier 2.x versions you could export your map series like 'folderlocation\.pdf' and it would export it with just the suffix name only. In 3.x you cannot anymore? It says something like 'folder location not available'. I upgraded to 3.x so I could export the map series as jpegs. The main reason I want the suffix name only is it makes it super simple to create a match table so I can create attachments with those jpegs. Then later use the points in a story maps map tour. Why the change?
... View more
11-01-2024
12:21 PM
|
0
|
0
|
645
|
|
POST
|
Why do you not create your own templates for the widget that are ADA compliant? Or create your own custom widget? Seems like that is unique to your state agency and you have the ability to create your own.
... View more
08-23-2024
11:09 AM
|
0
|
1
|
1023
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-23-2026 09:28 AM | |
| 2 | 05-21-2026 09:21 AM | |
| 1 | 05-19-2026 02:25 PM | |
| 1 | 05-19-2026 08:11 AM | |
| 1 | 04-17-2026 01:08 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-28-2026
06:06 AM
|