Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webapp/public/wikimedia-instructions/license.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webapp/public/wikimedia-instructions/publish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webapp/public/wikimedia-instructions/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 61 additions & 1 deletion webapp/src/views/ReportID.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,69 @@
<v-stepper-vertical-item
class="transparent"
:complete="step > 5"
title="Submit Your Changes"
title="Add an image (optional)"
value="5"
editable
>
<p>
Optionally, you can add an image to your submission as well. If you choose to do this, <a href="https://auth.wikimedia.org/commonswiki/wiki/Special:CreateAccount">you will need to sign up for a wikimedia commons account.</a>
</p>

<v-img
max-width="450"
class="my-8"
src="/wikimedia-instructions/informational.png"
/>
<p>
Open the <a href="https://commons.wikimedia.org/wiki/Special:UploadWizard">Upload Wizard</a> after logging into your account. Make sure to read the graphic and confirm you understand the rules about what can be uploaded to wikimedia commons.
</p>

<v-img
max-width="450"
class="my-8"
src="/wikimedia-instructions/upload_continue.png"
/>
<p>
Upload your image of the ALPR and click <strong>Continue</strong>.
</p>

<v-img
max-width="450"
class="my-8"
src="/wikimedia-instructions/license.png"
/>
<p>
Make sure you publish the image under a <strong>CCO Waiver</strong> license.
</p>

<v-img
max-width="450"
class="my-8"
src="/wikimedia-instructions/title.png"
/>
<p>
Give your image a descriptive title and caption so that other users understand what it is. For example, you could title the image <code>ALPR (city name) (intersection)</code>. Make sure the date is accurate. Optionally, you may add the image to a category or add a capture location if you wish.
<br><br>
After you're doing filling everything out, click <strong>publish files</strong> at the bottom of the page.
</p>

<v-img
max-width="500"
class="my-8"
src="/wikimedia-instructions/copy_paste_title.png"
/>
<p>
Finally, link your image on the point you created in OSM. Copy the title of your published image, including <code>File:</code> and <code>.jpg</code>. Create a new tag called <code>wikimedia_commons</code> and paste your title as the value.
</p>

</v-stepper-vertical-item>

<v-stepper-vertical-item
class="transparent"
:complete="step > 6"
title="Submit Your Changes"
value="6"
editable
>
<p>
Once you've added the ALPR to the map, click the <strong>Save</strong> button in the top right corner of the editor. You'll be asked to provide a brief description of your changes. Once you've submitted your changes, the ALPR will be added to OpenStreetMap.
Expand Down