From 6ea727fdf01fe07db7ae56d97e91cfbe2248630d Mon Sep 17 00:00:00 2001
From: Christopher Baines <cb15g11@soton.ac.uk>
Date: Sat, 4 Oct 2014 10:19:20 +0100
Subject: Fix point of service popup

---
 src/leaflet-soton.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js
index 283c859..a1710e7 100644
--- a/src/leaflet-soton.js
+++ b/src/leaflet-soton.js
@@ -202,7 +202,7 @@
                                 offset: icons.vendingHotDrinks.options.popupAnchor
                             };
 
-                            var content = pointOfServiceTemplate(feature.properties);
+                            var content = LS.infoTemplates.pointOfService(feature.properties);
 
                             this._map.showInfo(content, e.latlng, popupOptions);
                         }
-- 
cgit v1.2.3