From c3ad40be4d162b4d2809224fc954e9dd5c33e509 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 7 Dec 2024 18:44:20 +0100 Subject: title, example links, densify --- src/static/main.css | 5 ++++- src/templates/base.html | 2 +- src/templates/options.html | 28 ++++++++++++++++++---------- 3 files changed, 23 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/static/main.css b/src/static/main.css index b47803f..9ab3da3 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -6,9 +6,12 @@ body { #LoadingIndicator { animation: spin 1.75s linear infinite; + height: 0; + margin-left: 40%; + font-size: 2em; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } -} \ No newline at end of file +} diff --git a/src/templates/base.html b/src/templates/base.html index 2844f62..7e35eba 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -5,7 +5,7 @@ - Nearest shop map + POI map diff --git a/src/templates/options.html b/src/templates/options.html index 40e5471..27ef9a6 100644 --- a/src/templates/options.html +++ b/src/templates/options.html @@ -1,36 +1,44 @@

POI map

- {# Value set to empty string is important for JS function #}
Change the category shown on the map
- e.g. supermarket, toilets, or swingerclub
+ e.g. + fast_food, + supermarket, or + cinema +
+ aria-describedby="HeatmapIntensityHelp" max=2000>
Change the intensity of the heatmap nodes

+ aria-describedby="HeatmapRadiusHelp" max="110">
Change the radius of the heatmap nodes

+ Clear search +
+ Loading +
-

+
-Read more, and find the source code here: POI map - git.node5.net +

Read more

+ +