Jump to content

MediaWiki:PlaceForm.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 February 2026

  • curprev 12:2012:20, 14 February 2026 Mngr talk contribs 821 bytes +821 Created page with "function lookupCoordinates() { const address = document.querySelector('[name="address"]').value; if (!address) { alert("Please enter an address first."); return; } const url = "https://nominatim.openstreetmap.org/search?format=json&q=" + encodeURIComponent(address); fetch(url) .then(response => response.json()) .then(data => { if (data.length === 0) { alert("No coordinates found for this ad..."