Added information on how to add an image to OSM (#79)
* Added information on how to add an image to OSM * open links in new tab, minor caps change --------- Co-authored-by: Will Freeman <hohosanta@me.com>
BIN
webapp/public/wikimedia-instructions/copy_paste_title.png
Normal file
|
After Width: | Height: | Size: 165 KiB |
BIN
webapp/public/wikimedia-instructions/copy_title.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
webapp/public/wikimedia-instructions/informational.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
webapp/public/wikimedia-instructions/license.png
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
webapp/public/wikimedia-instructions/paste_title.png
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
webapp/public/wikimedia-instructions/publish.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
webapp/public/wikimedia-instructions/title.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
webapp/public/wikimedia-instructions/upload_btn.png
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
webapp/public/wikimedia-instructions/upload_continue.png
Normal file
|
After Width: | Height: | Size: 51 KiB |
@@ -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 target="_blank" 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 target="_blank" 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.
|
||||
|
||||