POST
|
@OwenGeo Could you expand on this. In my ideas from the other day I questioned about this hosted issue. How do you host the story on enterprise, I am guessing Portal? I was told not to use Portal, by ESRI tech support, to build story maps because it doesn't have all the capabilities as Online.
... View more
03-20-2025
07:48 AM
|
0
|
0
|
358
|
IDEA
|
@OwenGeo thank you! I will see if I missed something and call tech support if I can't figure it out.
... View more
03-19-2025
06:31 AM
|
0
|
0
|
384
|
IDEA
|
@OwenGeo could you provide me a link to some documentation please. Everything I have read says it needs to be hosted? If I publish Referencing registered data and use that feature service I get an error say it is not a useable layer. But if I Copy all data it works, because that is now hosted on portal. I don't want to copy all data because I would have to be constantly republishing.
... View more
03-19-2025
06:15 AM
|
0
|
0
|
409
|
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
|
455
|
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
|
724
|
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
|
418
|
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
|
678
|
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
|
261
|
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
|
515
|
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
|
249
|
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
|
180
|
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
|
197
|
Title | Kudos | Posted |
---|---|---|
1 | 04-12-2021 09:58 AM | |
2 | 03-18-2025 10:32 AM | |
1 | 07-28-2020 11:56 AM | |
1 | 08-23-2024 07:48 AM | |
1 | 08-23-2024 07:10 AM |
Online Status |
Offline
|
Date Last Visited |
Friday
|