From 9764fba35cdac7e226dad65f061c09fd3d9909cc Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Thu, 28 Feb 2019 10:32:26 -0700 Subject: displaying all the fields in the marker popup, better var naming --- web/views/map.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/views/map.pug') diff --git a/web/views/map.pug b/web/views/map.pug index fcc3abc..725c8a8 100644 --- a/web/views/map.pug +++ b/web/views/map.pug @@ -6,6 +6,6 @@ block content script(type='text/javascript'). var map = L.map('map').setView([#{lat},#{lng}], 13); - var dumbpoints = !{JSON.stringify(points)}; - //console.log(dumbpoints); + var points = !{JSON.stringify(points)}; + console.log(points); script(src='/javascripts/map.js') -- cgit v1.2.3