mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-16 00:37:21 +02:00
feat: Draw multiple directions (#30)
* feat: Draw multiple directions * refactor: Draw circle once * docs: Explain how to add two cameras on one pole
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<OSMTagSelector />
|
||||
|
||||
<v-divider class="mb-4 mt-8" />
|
||||
|
||||
|
||||
<p class="mt-8">
|
||||
After copying the tags, paste them into the <strong>Tags</strong> field in the popup.
|
||||
</p>
|
||||
@@ -74,6 +74,15 @@
|
||||
<p>
|
||||
If you know the direction that the ALPR is facing, you can use the up and down arrows to set the direction it faces.
|
||||
</p>
|
||||
|
||||
<v-img
|
||||
max-width="450"
|
||||
class="my-8"
|
||||
src="/multi-directional-marker.png"
|
||||
/>
|
||||
<p>
|
||||
To report two cameras that are on the same pole, separate directions with a semi-colon (<code>;</code>).
|
||||
</p>
|
||||
</v-stepper-vertical-item>
|
||||
|
||||
<v-stepper-vertical-item
|
||||
|
||||
Reference in New Issue
Block a user