This tool turns a newline-separated list of locations into an
interactive map with numbered pins.
- Map: Leaflet.js with OpenStreetMap tiles.
-
Geocoding: Nominatim (OpenStreetMap). Requests are limited
to ~1 per second per client. Successful results are cached locally
to reduce load.
-
Shareability: Your list is encoded in the URL query string
so you can refresh or share the link without any server.
-
Notes: Add optional notes in parentheses, e.g.
Hotel La Milagrosa, Alicante (Our Hotel)
. Notes
appear italicized in the left list and in popups.
-
URL parameters:
-
l
(preferred): Base64-encoded newline-separated
list of places.
-
list
: Raw URL-encoded newline-separated list (use
%0A
for newlines). Used when l
is
not present.
Data courtesy of OpenStreetMap contributors. Use responsibly and in
accordance with the Nominatim usage policy.