Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding the time interval and full time extent in the TimeSlider toolkit in Qt #454

Open
Gela opened this issue Oct 7, 2021 · 0 comments

Comments

@Gela
Copy link

Gela commented Oct 7, 2021

I would like to be able to use a time enabled feature layer that is missing the time interval value, but given that there is no way to manually override that, we cannot utilize that service.

As per Ting 's suggestion, this appears to be possible in the iOS toolkit.

there is an initializer for the iOS TimeSlider to instantiate with a “full time extent”: https://github.com/Esri/arcgis-runtime-toolkit-ios/tree/master/Documentation/TimeSlider#usage

public func initializeTimeSteps(timeStepCount: Int, fullExtent: AGSTimeExtent, completion: @escaping (Error?)->Void)

In iOS it is also possible to set the full time extent using the property:

timeSlider.fullExtent = AGSTimeExtent(startTime: startTime, endTime: endTime)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant