From e2b9bb0b30ed160c53e2d02ea9de65b0c2a5cfc7 Mon Sep 17 00:00:00 2001 From: Peter Bowyer Date: Fri, 10 Sep 2021 15:57:23 +0100 Subject: [PATCH] Update layout.pug Update to recent versions of leaflet css and js --- views/layout.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/layout.pug b/views/layout.pug index 57c8e51..882dd5a 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -2,11 +2,11 @@ doctype html html head title= title - link(rel='stylesheet', href='https://unpkg.com/leaflet@1.2.0/dist/leaflet.css') + link(rel='stylesheet', href='https://unpkg.com/leaflet@1.7.1/dist/leaflet.css') link(rel='stylesheet', href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css') link(rel='stylesheet', href='/stylesheets/style.css') script(src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js') script(src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js') - script(src='https://unpkg.com/leaflet@1.2.0/dist/leaflet.js') + script(src='https://unpkg.com/leaflet@1.7.1/dist/leaflet.js') body block content \ No newline at end of file