Mike Simpson
facd81c74a
Update README.md
2023-03-10 11:43:10 +00:00
traveller195
4dcd3de93a
change data definiton for tile mapstyle of 'location' and 'team'
...
using Subquery/ nested SQL Qquery to only load those buildings, having at least a few collected data. The benefit is, that the mapstyle is not different for nodata buildings comparing different data categories. Now, if you compare nodata buildings in 'team' or 'location' with others, the stroke width is larger than the normal map style... loading only builidings with data avoids this problem of different map styles. It is a better and more performant solution than changing it in polygon.xml
see also c80f243c0d
2023-03-08 15:30:39 +01:00
dependabot[bot]
52f06fe896
Bump minimist from 1.2.5 to 1.2.8 in /app
...
Bumps [minimist](https://github.com/minimistjs/minimist ) from 1.2.5 to 1.2.8.
- [Release notes](https://github.com/minimistjs/minimist/releases )
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-04 02:50:10 +00:00
dependabot[bot]
507a61faf3
Bump loader-utils from 1.4.0 to 1.4.2 in /app
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 11:56:00 +00:00
dependabot[bot]
30a16632ba
Bump qs, body-parser and express in /app
...
Bumps [qs](https://github.com/ljharb/qs ) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs ), [body-parser](https://github.com/expressjs/body-parser ) and [express](https://github.com/expressjs/express ). These dependencies need to be updated together.
Updates `qs` from 6.9.6 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.6...v6.11.0 )
Updates `body-parser` from 1.19.1 to 1.20.1
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/1.19.1...1.20.1 )
Updates `express` from 4.17.2 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.17.2...4.18.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: body-parser
dependency-type: direct:production
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 11:55:59 +00:00
dependabot[bot]
e8ffd5ef3c
Bump decode-uri-component from 0.2.0 to 0.2.2 in /app
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 11:55:59 +00:00
dependabot[bot]
5e42236ee2
Bump json5 from 1.0.1 to 1.0.2 in /app
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 11:55:46 +00:00
Mike Simpson
d1d1e00cc2
Rename working-with-colouring-core to working-with-colouring-core.md
2023-02-27 15:13:09 +00:00
Mike Simpson
6fa06431b8
Create working-with-colouring-core
2023-02-27 15:12:38 +00:00
Mike Simpson
71f7137fcd
Merge pull request #1103 from matkoniecz/patch-1
...
describe planning data script in context of core
2023-02-24 10:02:45 +00:00
Mike Simpson
2f21ef0020
Merge pull request #1098 from colouring-cities/tweaks/ui
...
Rename Size and Form Category
2023-02-24 09:45:33 +00:00
Mateusz Konieczny
9892ddd386
describe planning data script in context of core
2023-02-19 07:36:37 +01:00
Mike Simpson
42578c0686
Rename Size and Form Category
2023-02-17 15:13:53 +00:00
Mike Simpson
70a1b26c57
Merge pull request #1094 from matkoniecz/fix/1078-typo
...
fix typo: maybe rented -> may be rented
2023-02-17 14:46:33 +00:00
Mateusz Konieczny
b19ada700b
fix typo: maybe rented -> may be rented
...
fixes #1078
2023-02-17 10:21:48 +01:00
Mike Simpson
4c4cfdc145
Merge remote-tracking branch 'upstream/master'
2023-02-15 16:53:07 +00:00
Mike Simpson
1292876321
Merge pull request #1090 from matkoniecz/feature/unified-button-style
...
Button style unification for user-survey questions
2023-02-15 16:47:52 +00:00
Mateusz Konieczny
fa9e81d281
Button style unification for user-survey questions
2023-02-15 17:14:51 +01:00
Mike Simpson
fc2cc07a1c
Merge pull request #1089 from colouring-cities/colouring-core-fixes
...
Colouring core fixes
2023-02-15 15:55:32 +00:00
Mike Simpson
bcee1d0ad1
Remove more London-specific text from documentation
2023-02-15 10:32:44 +00:00
Mike Simpson
9a7c0d1a7d
Remove more 'London' references
2023-02-15 10:19:06 +00:00
Mike Simpson
0cb63fc314
Include Config Documentation
2023-02-15 10:17:29 +00:00
Mike Simpson
9186d92677
Merge pull request #1087 from matkoniecz/feature/1085-colorful-buttons
...
buttons always have enabled/disabled state
2023-02-15 09:16:30 +00:00
Mike Simpson
4a0e65f8c4
Merge pull request #1081 from matkoniecz/feature/core-18-domestic-likes
...
Rework likes and upgrades to community section, ask is building domestic, deduplicate landuse section
2023-02-15 09:14:02 +00:00
Mateusz Konieczny
d0cd948991
tweak labels as requested
2023-02-15 09:46:08 +01:00
Mateusz Konieczny
62aa94323e
buttons always have enabled/disabled state
...
fixes #1085
2023-02-15 08:27:29 +01:00
Mateusz Konieczny
58e5e359a9
fix font colour of inline map buttons
2023-02-15 08:25:33 +01:00
Mateusz Konieczny
0f62cad9db
buttons always have enabled/disabled state
...
fixes #1085
2023-02-15 08:25:06 +01:00
Mateusz Konieczny
741df74c7f
local significance/interest labels
2023-02-15 07:44:35 +01:00
Mateusz Konieczny
7c8834947e
tweak button text
2023-02-15 07:44:08 +01:00
Mateusz Konieczny
62fbd4378e
drop dead code
2023-02-15 07:43:46 +01:00
Mike Simpson
2681b4b5e5
Merge pull request #1082 from matkoniecz/feature/allow-multiline-in-section-headers
...
make data entry group work with long titles
2023-02-14 14:04:30 +00:00
Mike Simpson
7f85f4102f
Merge pull request #1084 from matkoniecz/fix/year
...
unify labels
2023-02-14 14:04:00 +00:00
Mike Simpson
db76a30ec5
Update GitHub URLs
2023-02-14 13:23:35 +00:00
Mateusz Konieczny
f3bc1c9e58
unify labels
...
previously other had year, this had date despite asking for a year
2023-02-14 13:06:48 +01:00
Mateusz Konieczny
5edf6d4b1f
remove no longer needed code
2023-02-09 22:56:37 +01:00
Mateusz Konieczny
7d9580ae17
new more descriptive map buttons
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
dc7ac176b1
Provide counts for already liked typologies
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
18023e786a
remove switcher for a primary map style
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
86d60058e1
add horizontal lines splitting different sections
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
e4500ba025
change instruction as instructed
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
cd92cb7ed7
shorten header descriptions
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
04d09c1f39
tweak question as requested
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
8603940964
rearrange section structure in Community
...
no reintended for now to keep things nicely mergable/diffable
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
8894fc167c
tweak the tile as requested
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
c74d358c33
remove 'is domestic' question form community and hide liking individual buildings
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
aab44869f8
fix button code
2023-02-09 22:54:18 +01:00
Mateusz Konieczny
fe87fa62e6
make data entry group work with long titles
...
may have some unexpected side-effects but testing has not revealed any
2023-02-09 22:49:47 +01:00
Mike Simpson
dd17436a53
Update cc-config.json
2023-02-09 11:24:27 +00:00
Mike Simpson
6bc16e5e2d
Colouring London Config Settings
2023-02-09 11:23:35 +00:00