From 6287b92eb9c1775095b2a18b66ec5b9e15714044 Mon Sep 17 00:00:00 2001 From: slowe <299787+slowe@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:56:32 +0100 Subject: [PATCH] Update boundary --- src/_data/hexjson/constituencies.hexjson | 10 ++++++---- src/_includes/css/custom.css | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/_data/hexjson/constituencies.hexjson b/src/_data/hexjson/constituencies.hexjson index 14de534..8a4f953 100644 --- a/src/_data/hexjson/constituencies.hexjson +++ b/src/_data/hexjson/constituencies.hexjson @@ -925,10 +925,12 @@ {"q":0,"r":-13,"e":-5}, {"q":0,"r":-13,"e":-4}, {"q":0,"r":-13,"e":-3}, - {"q":1,"r":-13,"e":-4}, - {"q":2,"r":-14,"e":-5}, - {"q":2,"r":-14,"e":-4}, - {"q":2,"r":-14,"e":-3}, + {"q":1,"r":-13,"e":5}, + {"q":1,"r":-13,"e":6}, + {"q":1,"r":-13,"e":1}, + {"q":1,"r":-13,"e":2}, + {"q":2,"r":-14,"e":1}, + {"q":2,"r":-14,"e":2}, {"q":3,"r":-14,"e":-4}, {"q":3,"r":-14,"e":-3}, {"q":4,"r":-14,"e":-4}, diff --git a/src/_includes/css/custom.css b/src/_includes/css/custom.css index 901d371..d37e690 100644 --- a/src/_includes/css/custom.css +++ b/src/_includes/css/custom.css @@ -9,7 +9,7 @@ .menu .menu-item button { background: transparent; border: 0; padding: 0 0.25em; margin: 0; line-height: 1.5em; } .capture { margin-top: 0; padding: 1em; background: white; } -.capture .oi-filter, .capture .menu, .capture input { display: none; } +.capture .oi-filter, .capture .menu, .capture input, .capture g.overlay { display: none; } .capture a { color: inherit; text-decoration: none; } .capture .oi-legend-top { top: 1em; } .capture .oi-legend-right { right: 1em; }