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

Struggling with filtering by age #592

Open
markjessell opened this issue May 24, 2022 · 0 comments
Open

Struggling with filtering by age #592

markjessell opened this issue May 24, 2022 · 0 comments

Comments

@markjessell
Copy link

Hi I also posted this in TerriaJS, not sure which is hte right place so feel free to delete from one or the other...

Hi I am running Terria on:

Debian 10 / buster
Latest Terria from github (as of 20/5/2022)
GeoServer Version 2.19.4
node.js version 16.15.0

and I want to display a wms layer of dated points from geoserver with time filtering. The temporal filtering in QGIS is happy with the shapefile version of the data, so I assume I have misunderstoood something in the simple.json description of to how to activate it, or that this option isn't available for vector data? The simple.json code is as follows:

{
"type": "wms",
"name": "SAXI geochron database clipped time aware",
"url": "http://13.211.217.129:8080/geoserver/loop/wms",
"layers":"test_age_date",
"timeFilterPropertyName":"age_date",
"startTime":"1500",
"stopTime":"2500",
"dateFormat":"yyyy",
"initialTimeSource":"start"
},
The layer loads fine, but when I click on the Play icon, the whole window goes white. If I try to manually scroll through time all the points show all the time.

All suggestions gratefully accepted.

Mark

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

No branches or pull requests

1 participant