From 2ee119dfdc1402ba7dab5b993296bcfb4838d239 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Fri, 24 Apr 2015 18:05:06 +0100 Subject: [PATCH] Fit map zoom to area covered #9 --- includes/map.php | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/includes/map.php b/includes/map.php index dd87a74..2a7b046 100644 --- a/includes/map.php +++ b/includes/map.php @@ -1,4 +1,5 @@ Zoom: $zoom Miles: $miles"; } add_shortcode( 'talmap', 'talhyperlocal_map_shortcode' );