From 2c5024a05daea660bdd4bbb52212a41aed1664dc Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 21 Apr 2016 12:07:29 -0700 Subject: generate sector coverage maps with Splat, checkpoint, #37802 --- httemplate/search/elements/gmap.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'httemplate/search/elements/gmap.html') diff --git a/httemplate/search/elements/gmap.html b/httemplate/search/elements/gmap.html index 8b070ebf9..632a32338 100644 --- a/httemplate/search/elements/gmap.html +++ b/httemplate/search/elements/gmap.html @@ -1,5 +1,6 @@ <%args> @features +@overlays <%doc> Generic Google Maps front end. @@ -24,6 +25,14 @@ Generic Google Maps front end. } }, # end of feature ], + overlays => [ + { url => 'https://localhost/freeside/view/sector_overlay-png.html?102', + west => -130.0, + east => -128.0, + south => 10.0, + north => 12.0, + }, # make a ground overlay + ], &> @@ -54,6 +63,7 @@ body { height: 100%; margin: 0px; padding: 0px }