Danilo Bargen
Danilo Bargen
Is this space state standardized in some form? This "open=1" and "closed=0" seems a bit awkward, and a bit inflexible. What if additional details are published along with the state,...
What do you mean with "the state"? Whether they're turned on? How long they're printing? We currently publish the webcam feed through the SpaceAPI: https://status.crdmp.ch/
This will probably be quite space-specific, both what data you publish and what you do with it. You should start specifying and using custom fields (prefixed with `ext_` as per...
One way to solve this would be to make the postal address an object with an optional description field: ```js { "address": "Eichwiesstrasse 4, 8645 Jona, Switzerland", "postal_address": { "address":...
I don't think that's it. There's an AJAX request to Cloudfront via HTTP. And Mapillary does not seem to work at all.
Does the mapillary integration support protocol-relative URLs? ``` "tiles": ["//d25uarhxywzl1j.cloudfront.net/v0.1/{z}/{x}/{y}.mvt"] ``` Alternatively (even better) enforce HTTPS and use the `https` protocol everywhere.
Phew, that was _much_ more work than expected...
Currently blocked by https://github.com/launchbadge/sqlx/issues/1361
Could https://github.com/georust/geozero be a solution for this?
I'm not yet sure what the ideal solution would be. We should probably store date and time separately, with the time being optional. However, time zone handling is a bit...