-
Notifications
You must be signed in to change notification settings - Fork 5
Switch HSLMapServer layers to pg_tileserv service #66
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
Comments
I completely forgot everything about the weather feature so I dug through the ansible code and found out that the export to geojson that I set up in 2020-ish still works! https://api.dev.stadtnavi.eu/herrenberg/weather/weather.geojson I will see if I can make ogr2ogr work. |
@hbruch implementation in digitransit |
While https://api.dev.stadtnavi.eu/herrenberg/weather/weather.geojson (and it's pendant at https://api.stadtnavi.de/herrenberg/weather/weather.geojson) are continuously updated, this is not the case for https://features.stadtnavi.eu/: ![]() Could you have a look again, please @leonardehrenfried? |
Yikes! |
Do you know how you can teach ogr2ogr to delete the old entries? |
|
|
Sorry, the vector tiles are cached by the browser. I think featureserver looks ok, doesn' it? https://featuredetails.stadtnavi.eu/collections/public.weather_stations/items.json |
Another request: could you please use |
Does this make a difference? 3cef8db |
Closing as completet |
Currently, stadtnavi still use HSLMapServer to generate vector tiles for weather stations.
This should be implemented via the new pg_tileserv service.
To use pg_tileserv,
Note: roadworks vector tiles will be retrieved from mobidata, parking, sharing and stops layers are nowadays retrieved directly from OTP, charging stations via ocpdb. Switching the weather stations will turn hsl-map-server service obsolete so it should be removed.
The text was updated successfully, but these errors were encountered: