diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-14 04:07:21 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-14 04:14:17 +0100 |
commit | 4746a852ec0617561b4a211954a14db2f886bda0 (patch) | |
tree | 78ba54af33fbd53217f04061b3ab458fd81dfa45 /example.html | |
parent | 11bd74741c90802422d01be69eccf954b012bd34 (diff) |
Add coordinates and zoom level in the hash part of the URL.
This makes it possible to link to URLs showing specific locations.
Diffstat (limited to 'example.html')
-rw-r--r-- | example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example.html b/example.html index f883508..c3d3c1c 100644 --- a/example.html +++ b/example.html @@ -15,7 +15,7 @@ </style> </head> <body> - <iframe src="/" title="Webbkarta" width=500 height=300></iframe> + <iframe src="/#z=0" title="Webbkarta" width=500 height=600></iframe> <p>blah blah blah</p> </body> </html> |