Commit Graph

2642 Commits

Author SHA1 Message Date
Mateusz Konieczny
0e55e4d668 more handholding for new users
see https://github.com/colouring-cities/colouring-core/issues/11
2023-01-23 10:44:13 +01:00
Mateusz Konieczny
b425eec23c add note as requested in https://github.com/colouring-cities/colouring-london/issues/1049 2023-01-23 07:12:03 +01:00
Mateusz Konieczny
5dc71a4194 fix last year map display
fixes https://github.com/colouring-cities/colouring-core/issues/12
2023-01-23 06:49:45 +01:00
Mateusz Konieczny
dc82fef4ab more accurate description 2023-01-23 06:49:45 +01:00
Mateusz Konieczny
a022aa6f4d change DataHub to Datahub 2023-01-23 06:49:45 +01:00
Mateusz Konieczny
159acb249b more aggressive caching
in tests it seems confirmed that caching noticeably improves performance (Polly noticed that age layer is noticeably faster without being aware that it is cached more aggressively, in testing in general all layers benefit from caching even at zoom level 18 for relatively minor storage cost and differences in the first use performance that are basically not possible to measure (or at least I failed to measure them)

caching will be especially important as more people will use the site and will help reduce server costs

see also #1062 proposing further simplification of this code
2023-01-20 21:48:18 +01:00
Mike Simpson
69b49a4e81
Merge pull request #1061 from matkoniecz/feature/various-tweaks
Various tweaks discovered during testing of new layer
2023-01-19 14:34:47 +00:00
Mateusz Konieczny
24f757e79b add option to switch back to planning applications map 2023-01-19 14:41:23 +01:00
Mateusz Konieczny
17688e9e38 new interface for layer handling
closes #1059
2023-01-19 14:41:23 +01:00
Mateusz Konieczny
7d7edf6df3 add data source link again 2023-01-19 14:41:23 +01:00
Mateusz Konieczny
233041581e add manual link, simplify code link in sidebar 2023-01-19 14:41:23 +01:00
Mateusz Konieczny
62b4879d63 drop dead code 2023-01-19 14:41:23 +01:00
Mateusz Konieczny
ed58e413e0 fix switching of historic building layer
empty map is gone (again)
2023-01-19 14:41:23 +01:00
Mateusz Konieczny
d75a3d3ee7 remove button for getting back to empty map style as it is gone 2023-01-19 14:41:23 +01:00
Mateusz Konieczny
f8ebd89e82 fix typo 2023-01-19 14:41:23 +01:00
Mateusz Konieczny
d73e7271dc experimentally remove retina support 2023-01-19 14:41:23 +01:00
Mateusz Konieczny
5fdd586820 remove 'coming soon' from showcase notes 2023-01-19 14:41:19 +01:00
Mateusz Konieczny
52805662a1 test whether retina matters
for #1053
2023-01-19 14:40:16 +01:00
Mateusz Konieczny
e6245aae50 Revert "Revert "remove empty map layer""
This reverts commit 86d437a609.

This fixes #1051
2023-01-19 14:40:16 +01:00
Mateusz Konieczny
4efaf8bd90 use colours for the button state
proof of concept for #1039 (tweaking clicked/hover colours may be needed)
2023-01-19 14:40:16 +01:00
Mateusz Konieczny
f397bf2065 change labels of button for overlays
fixes #1038
2023-01-19 14:40:16 +01:00
Mateusz Konieczny
93295624a5 fix Hackney links
application_id source was changed and it broke this hidden internal use of it - here we need borough identifier

fixes #1047 and repairs dffa4e244b
2023-01-19 14:40:16 +01:00
Mateusz Konieczny
8c6c337291 Open planning application link in a new window
fixes #1044
2023-01-19 14:40:16 +01:00
Mateusz Konieczny
be23cf2fb6 add missing thes, fixes #1045 2023-01-19 14:40:16 +01:00
Mike Simpson
8c9dab3596
Merge pull request #1033 from colouring-cities/feature/new-categories-menu
Feature/new categories menu (+ other fixes)
2023-01-18 17:45:35 +00:00
Mike Simpson
3aa2bd5510 Link to Planning Section Discussions #1048 2023-01-17 11:37:07 +00:00
Mike Simpson
cd1184cefa Fixes #1042 2023-01-17 11:01:48 +00:00
Mike Simpson
ef09fa3b78 Merge branch 'master' into feature/new-categories-menu 2023-01-17 10:54:47 +00:00
Mike Simpson
023e708db5 Add pink button to lifespan section
As requested in #1050
2023-01-17 10:49:28 +00:00
Mike Simpson
ba869fe5c9
Merge pull request #1019 from matkoniecz/fix/consistent-message-themes
set message about planned layer to yellow
2023-01-13 14:51:54 +00:00
Mike Simpson
ec41e4f7a7
Merge pull request #1014 from matkoniecz/feature/rename-location-field
rename field in Location section
2023-01-13 14:30:13 +00:00
Mike Simpson
8db468c873
Merge pull request #1035 from matkoniecz/fix/1024-fix-login
proper check on login
2023-01-13 14:28:00 +00:00
Mike Simpson
f65353fa4b
Merge pull request #1041 from matkoniecz/feature/1036-add-reset-button
add button to reset overlay state
2023-01-13 14:25:46 +00:00
Mike Simpson
19504c1795
Merge pull request #1034 from matkoniecz/fix/1030-smarter-flex
adjust flex to work better with long titles
2023-01-13 14:25:15 +00:00
Mateusz Konieczny
9c07119e6d add button to reset overlay state 2023-01-10 21:42:18 +01:00
Mateusz Konieczny
55b1a46c57 proper check on login 2023-01-10 16:23:49 +01:00
Mateusz Konieczny
6e6852191a adjust flex to work better with long titles 2023-01-10 16:12:46 +01:00
Mike Simpson
7199c7f6a3
Merge pull request #1016 from matkoniecz/feature/remove-replaced-hint
this hint is replaced by hint in the sidebar
2023-01-10 14:52:09 +00:00
Mike Simpson
f2aa6b96fe
Merge pull request #1017 from matkoniecz/fix/typo
fix typo in performance optimization
2023-01-10 14:51:45 +00:00
Mike Simpson
07f58dab78
Merge pull request #1025 from matkoniecz/fix/make-postcode-search-less-annoying
just immediately go to the first match - postcode search
2023-01-10 14:50:47 +00:00
Mike Simpson
f495609f28
Merge pull request #1026 from matkoniecz/fix/1013-less-confusing-label
Make status title less confusing
2023-01-10 14:35:54 +00:00
Mike Simpson
a6e093daf8
Merge pull request #1028 from matkoniecz/feature/better-handling-of-labels
better margin handling for category buttons
2023-01-10 12:00:13 +00:00
Mike Simpson
942b86e54d
Merge pull request #1018 from matkoniecz/fix/typos
fix some typos
2023-01-10 11:59:45 +00:00
Mike Simpson
7ebb1fabaa
Merge pull request #1029 from matkoniecz/fix/1015-labels-on-top-of-lines
labels on top of  admin boundary lines
2023-01-10 11:59:14 +00:00
Mike Simpson
0034a0aad0 Merge branch 'master' into feature/new-categories-menu 2023-01-10 11:57:13 +00:00
Mike Simpson
00d9f862ac Colouring Core Issue 10 2023-01-10 11:53:10 +00:00
Mateusz Konieczny
e4bfa4ba41 reduce extra padding to avoid unexpected runaway boxes 2023-01-09 18:49:46 +01:00
Mateusz Konieczny
e89e79671c better place for extra padding 2023-01-09 18:37:36 +01:00
Mateusz Konieczny
b225c9e8ae label on top of lines 2023-01-09 17:32:21 +01:00
Mateusz Konieczny
14c2860d79 better margin handling for category buttons 2023-01-09 17:26:54 +01:00