forked from kamba4/sunders
Add support for "panorama" cameras #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A new camera type,
panorama, was recently added to OpenStreetMap data: https://wiki.openstreetmap.org/wiki/Key📷typeCurrently, the
data_handleronly addsfixed,panning, anddometo the database:panoramashould be added to the updaterpanoramacameras should be added, which is inserted into the database at startupThe frontend currently visualizes them only using a generic icon; instead:
Documentation should also include information about this new camera type.
@asohh Added a PR for frontend logic and documentation: #30
Feel free to leave a comment if you'd like me to make any adjustments. I'll integrate it into
main, once I've got approval on that PR. The change should be safe to integrate while the data is missing and will only render the newcamera:typeonce they show up in the database.