diff options
author | Markus Koch <markus@notsyncing.net> | 2021-02-26 20:09:27 +0100 |
---|---|---|
committer | Markus Koch <markus@notsyncing.net> | 2021-02-26 20:09:27 +0100 |
commit | 76c0056c878a03969f283e22ecfabd9710edde9a (patch) | |
tree | 8e52e6176270bff9d81dcece50f703134329ae8e /htdocs/mapscript.js | |
parent | db561b5d1d56ed35094aae4113ef5d8515c920fe (diff) | |
download | lifomapserver-76c0056c878a03969f283e22ecfabd9710edde9a.tar.gz lifomapserver-76c0056c878a03969f283e22ecfabd9710edde9a.tar.bz2 lifomapserver-76c0056c878a03969f283e22ecfabd9710edde9a.zip |
htdocs: Update currently available tilemaps
Diffstat (limited to 'htdocs/mapscript.js')
-rw-r--r-- | htdocs/mapscript.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/htdocs/mapscript.js b/htdocs/mapscript.js index 29798e3..dd915c1 100644 --- a/htdocs/mapscript.js +++ b/htdocs/mapscript.js @@ -334,8 +334,12 @@ function load_geojson(name, url, geotype, iconcolor, active=1, style={}) { xhttp_ps.send(); } -load_tiles("Satellite (2020-04-09)", 'world-2020-04-09').addTo(mymap); -load_tiles("Satellite (2019-05-04, wrong coords)", 'world-2019-05-04'); +load_tiles("Satellite (2020-12-13)", 'world-2020-12-13').addTo(mymap); +load_tiles("Satellite (2020-11-20)", 'world-2020-11-20'); +load_tiles("Satellite (2020-08-30)", 'world-2020-08-30'); +load_tiles("Satellite (2020-06-04)", 'world-2020-06-04'); +load_tiles("Satellite (2020-04-26)", 'world-2020-04-26'); +load_tiles("Satellite (2020-04-09)", 'world-2020-04-09'); load_tiles("None", ''); load_geojson("All", "./geojson/all.json", "auto", "auto", 0); |