diff --git a/README.md b/README.md index 925a430..7de5a76 100644 --- a/README.md +++ b/README.md @@ -770,6 +770,7 @@ The `page` is a single HTML file which must be located in the `views/` directory * `@@@LASTPOS@@@` is converted to a URI on which the Recorder will serve the last position data * `@@@GEO@@@` is converted to a URI on which the Recorder will serve GeoJSON data from its storage. +* `@@@LABEL@@@` is replaced with the `label` attribute from the page's JSON or the empty string if that doesn't exist. The default `page` we provide is called `vmap.html`; by default it refreshes the last position every 60 seconds, and clicking on "Load track" loads the GeoJSON track for the time frame specified by `from` and `to`. diff --git a/docroot/views/leafletmap.html b/docroot/views/leafletmap.html index c28e7b8..80bacd4 100644 --- a/docroot/views/leafletmap.html +++ b/docroot/views/leafletmap.html @@ -2,7 +2,7 @@
-