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

"Start" und "End" durch Jahresangabe definieren #5

Open
sholtkamp opened this issue Jul 8, 2022 · 0 comments
Open

"Start" und "End" durch Jahresangabe definieren #5

sholtkamp opened this issue Jul 8, 2022 · 0 comments
Assignees

Comments

@sholtkamp
Copy link
Member

Wenn unter den Parametern „start“ und „end“ lediglich Jahresangaben als Werte verwendet werden, werden bei Anfrage an den Dienst dennoch auch Monat-, Tages- und Zeitangaben weitergegeben.
Dies kann dazu führen, dass keine Inhalte angezeigt werden.

Ein Beispiel:
"dn_timeslider": {
"Config": {
"fullTimeExtent": {
"start": "2009",
"end": null
},
"stops": {
"interval": {
"value": 1,
"unit": "years"
},
"timeExtent": {
"start": "2009",
"end": "2019"
}
},
"mode": "instant",
"values": [
"2019"
],
"loop": true,
"playRate": 10000,
"playOnStartup": false,
"timeVisible": false
}
}

@sholtkamp sholtkamp added the bug label Jul 8, 2022
@sholtkamp sholtkamp self-assigned this Jul 8, 2022
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

2 participants