User:Dschwen/Coordinate conversion helper

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

This little helper assists you in geocoding your images. I like to add a {{Location}} or {{Coor dms}} template to my photos, to mark their location with global coordinates. Since I do not own a GPS device I have to look up the coordinates using Google Maps. The procedure is the following:

  1. Find the location in Google Maps (zoom all the way in and use Satellite mode)
  2. Right-click on "Link to this page" above the map on the right edge of the screen and choose "copy link location"
  3. Open my pictures image page on commons in edit mode
  4. Paste the link into my coordinate helper
  5. click "Insert as Location"
  6. watch how the correct Template is magically inserted before any existing {{Information}}-box :-)

Installation[edit]

Insert the following snippet into your monobook.js file:


// [[User:Dschwen/coordinates.js]] - please include this line
importScript( 'User:Dschwen/coordinates.js' );

Français : (missing text)

voici un script extrêmement pratique pour ceux qui veulent inclure facilement les coordonnées précises du lieu sur leurs photos.

D'abord, on installe le script suivant en cliquant sur your monobook.js file (on le copie, on le colle, on enregistre, on rafraichit son navigateur, et c'est prêt):


// [[User:Dschwen/coordinates.js]] - please include this line
importScript( 'User:Dschwen/coordinates.js' );

Ensuite, allez sur Google Maps et repérez précisément votre lieu (zoomez le plus possible).

Lorsque c'est fait, faites un clic-droit sur "Obtenir l'URL de cette page" (en haut à droite de la carte) et choisissez "Copier l'adresse du lien".

De retour sur Commons, ouvrez la page de votre photo et cliquez sur "Modifier". Vous remarquez alors une nouvelle barre avec un bouton "Insert as location". Copiez le lien récupéré sur google dans cette barre, puis cliquez sur le bouton "Insert as location"

Et là, c'est magique, les coordonnées précises et cliquables s'affichent.