diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-03-04 23:44:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-04 23:44:03 +0000 |
| commit | 4c0c485c37eaa5dda07c31947d4d11e18448f943 (patch) | |
| tree | e4691429ed02491fba13de2a1e5b5102b19ccd77 /web/views/map.pug | |
| parent | 76214c83dc52d4dca6e5043fe374da57a54f9738 (diff) | |
| parent | 5dd172866ff87842db07e563b3cb77cc3c2577a8 (diff) | |
Merge pull request #20 from csc301-winter-2019/feat7-qa-merging
Feat7 qa merging
Diffstat (limited to 'web/views/map.pug')
| -rw-r--r-- | web/views/map.pug | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/web/views/map.pug b/web/views/map.pug index b7781fa..725c8a8 100644 --- a/web/views/map.pug +++ b/web/views/map.pug @@ -1,11 +1,11 @@ extends layout.pug block content - #sidebar - h1 This is a sidebar - #map - - script(type='text/javascript'). - var map = L.map('map').setView([#{lat},#{lng}], 15); - script(src='/javascripts/map.js') - + #sidebar + h1 This is a sidebar + #map + script(type='text/javascript'). + var map = L.map('map').setView([#{lat},#{lng}], 13); + var points = !{JSON.stringify(points)}; + console.log(points); + script(src='/javascripts/map.js') |
