Take a unique ID for maps.
I want to be able to share this without giving away my data. The page takes a query parameter map=<ID>, which says which data file to load. If you load the page without a map ID, it makes up a random 8-digit hex string and uses that. The no-selection view shows a link to the map.
This commit is contained in:
parent
5d69d2cad7
commit
fe963ec2db
6 changed files with 67 additions and 28 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
<body>
|
||||
<header>
|
||||
<h1>Elm app by clp</h1>
|
||||
<h1>CLP's map app</h1>
|
||||
</header>
|
||||
<main>
|
||||
<p>This is an app which will either load succesfully, and you'll wonder whether you saw this text at all, or fail ignominiously, showing you only this text.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue