diff --git a/README.md b/README.md index 940c6a0..014326c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Icon | Description ![Cameras][img_camall] | Camera — no further information ![Fixed cameras][img_fixedall] | Fixed camera — usually observing a limited area ![Panning cameras][img_panningall] | Panning camera — usually able to observe various areas -![Dome cameras][img_domeall] | Dome camera — usually observing a 360° area +![Dome cameras][img_domeall] | Dome camera — usually observing a 360° area by panning, tilting and zooming +![Panorama cameras][img_panoramaall] | Panorama camera — usually observing an entire 360° area all at once ![Guards][img_guardall] | Guard — e.g. an employee of a security service ![Automatic Licence Plate Recognition][img_traffic] | ALPR — Automatic Licence Plate Recognition @@ -18,7 +19,7 @@ Color | Description ![Public surveillance][img_redall] | Red background — observing a public outdoor area, accessable by everyone ![Outdoor surveillance][img_blueall] | Blue background — observing a private outdoor area, accessable only by authorized persons ![Indoor surveillance][img_greenall] | Green background — observing an indoor area -![Cameras, fixme][img_todo_camall]
![Dome cameras, fixme][img_todo_domeall]
![Guards, fixme][img_todo_guardall]
![Automatic Licence Plate Recognition, fixme][img_todo_traffic] | Yellow icon — camera or guard marked with a fixme key because it needs further attention +![Cameras, fixme][img_todo_camall]
![Dome cameras, fixme][img_todo_domeall]
![Panorama cameras, fixme][img_todo_panoramaall]
![Guards, fixme][img_todo_guardall]
![Automatic Licence Plate Recognition, fixme][img_todo_traffic] | Yellow icon — camera or guard marked with a fixme key because it needs further attention A running instance of this project can be visited at [https://sunders.uber.space/](https://sunders.uber.space/). @@ -70,6 +71,7 @@ Icon | Key | Value ![Fixed camera][img_fixed] | [`surveillance:type`](https://wiki.openstreetmap.org/wiki/Key:surveillance:type)
[`camera:type`](https://wiki.openstreetmap.org/wiki/Proposed_features/Extended_tags_for_Key:Surveillance#Camera) | `camera`
`fixed` ![Panning camera][img_panning] | [`surveillance:type`](https://wiki.openstreetmap.org/wiki/Key:surveillance:type)
[`camera:type`](https://wiki.openstreetmap.org/wiki/Proposed_features/Extended_tags_for_Key:Surveillance#Camera) | `camera`
`panning` ![Dome camera][img_dome] | [`surveillance:type`](https://wiki.openstreetmap.org/wiki/Key:surveillance:type)
[`camera:type`](https://wiki.openstreetmap.org/wiki/Proposed_features/Extended_tags_for_Key:Surveillance#Camera) | `camera`
`dome` +![Panorama camera][img_panorama] | [`surveillance:type`](https://wiki.openstreetmap.org/wiki/Key:surveillance:type)
[`camera:type`](https://wiki.openstreetmap.org/wiki/Proposed_features/Extended_tags_for_Key:Surveillance#Camera) | `camera`
`panorama` ![Guard][img_guard] | [`surveillance:type`](https://wiki.openstreetmap.org/wiki/Key:surveillance:type) | `guard` ![Automatic Licence Plate Recognition][img_traffic] | [`surveillance:type`](https://wiki.openstreetmap.org/wiki/Key:surveillance:type) | `ALPR` @@ -134,6 +136,10 @@ Key | Value [img_domeall]: ./web/www/sunders/images/domeAll.png "Dome cameras" [img_todo_domeall]: ./web/www/sunders/images/todo_domeAll.png "Dome cameras, fixme" +[img_panorama]: ./web/www/sunders/images/panorama.png "Panorama camera" +[img_panoramaall]: ./web/www/sunders/images/panoramaAll.png "Panorama cameras" +[img_todo_panoramaall]: ./web/www/sunders/images/todo_panoramaAll.png "Panorama cameras, fixme" + [img_guard]: ./web/www/sunders/images/guard.png "Guard" [img_guardall]: ./web/www/sunders/images/guardAll.png "Guards" [img_todo_guardall]: ./web/www/sunders/images/todo_guardAll.png "Guards, fixme" diff --git a/web/www/sunders/images/colorBlueAll.png b/web/www/sunders/images/colorBlueAll.png index 0a22f1d..c2d1538 100644 Binary files a/web/www/sunders/images/colorBlueAll.png and b/web/www/sunders/images/colorBlueAll.png differ diff --git a/web/www/sunders/images/colorGreenAll.png b/web/www/sunders/images/colorGreenAll.png index daf47d8..0628eb6 100644 Binary files a/web/www/sunders/images/colorGreenAll.png and b/web/www/sunders/images/colorGreenAll.png differ diff --git a/web/www/sunders/images/colorRedAll.png b/web/www/sunders/images/colorRedAll.png index b9adb9a..905f78f 100644 Binary files a/web/www/sunders/images/colorRedAll.png and b/web/www/sunders/images/colorRedAll.png differ diff --git a/web/www/sunders/images/panorama.png b/web/www/sunders/images/panorama.png new file mode 100644 index 0000000..ecc2b1f Binary files /dev/null and b/web/www/sunders/images/panorama.png differ diff --git a/web/www/sunders/images/panoramaAll.png b/web/www/sunders/images/panoramaAll.png new file mode 100644 index 0000000..b1a9b8a Binary files /dev/null and b/web/www/sunders/images/panoramaAll.png differ diff --git a/web/www/sunders/images/panoramaBlue.png b/web/www/sunders/images/panoramaBlue.png new file mode 100644 index 0000000..9428a3a Binary files /dev/null and b/web/www/sunders/images/panoramaBlue.png differ diff --git a/web/www/sunders/images/panoramaGreen.png b/web/www/sunders/images/panoramaGreen.png new file mode 100644 index 0000000..e0684a3 Binary files /dev/null and b/web/www/sunders/images/panoramaGreen.png differ diff --git a/web/www/sunders/images/panoramaRed.png b/web/www/sunders/images/panoramaRed.png new file mode 100644 index 0000000..1f87655 Binary files /dev/null and b/web/www/sunders/images/panoramaRed.png differ diff --git a/web/www/sunders/images/panorama_z-17_h-3.png b/web/www/sunders/images/panorama_z-17_h-3.png new file mode 100644 index 0000000..2a1b209 Binary files /dev/null and b/web/www/sunders/images/panorama_z-17_h-3.png differ diff --git a/web/www/sunders/images/panorama_z-17_h-5.png b/web/www/sunders/images/panorama_z-17_h-5.png new file mode 100644 index 0000000..e88753a Binary files /dev/null and b/web/www/sunders/images/panorama_z-17_h-5.png differ diff --git a/web/www/sunders/images/panorama_z-17_h-5_d-45.png b/web/www/sunders/images/panorama_z-17_h-5_d-45.png new file mode 100644 index 0000000..f81ed3a Binary files /dev/null and b/web/www/sunders/images/panorama_z-17_h-5_d-45.png differ diff --git a/web/www/sunders/images/todo_panoramaAll.png b/web/www/sunders/images/todo_panoramaAll.png new file mode 100644 index 0000000..48b50d3 Binary files /dev/null and b/web/www/sunders/images/todo_panoramaAll.png differ