Tom Russell
acf6976698
Fix postgres dir (9.5>10) in vm provision
2019-04-09 09:29:30 +01:00
Tom Russell
84064b7c5a
Create extensions in vm provision
2019-04-09 09:29:30 +01:00
Tom Russell
10527d0dc9
Forward vagrant ports 3001:3001 and 5432:6543 for razzle and Postgres
2019-04-09 09:29:30 +01:00
Tom Russell
cbb9840087
Try npm install with no bin links (avoiding symlinks)
2019-04-09 09:29:30 +01:00
Tom Russell
2180a3124b
Escape variable when running db provision
...
Still fails at present - need to add step
before running migrations
2019-04-09 09:29:30 +01:00
Tom Russell
719a731fa8
Try enabling virtualbox symlinks
2019-04-09 09:29:30 +01:00
Tom Russell
48c2b071d8
Merge pull request #246 from tomalrussell/feature/enhance_docs
...
Feature/enhance docs
2019-04-09 09:28:22 +01:00
Tom Russell
c040105557
Remove breaks, use multiline code blocks, reflow paragraphs
2019-04-09 09:23:50 +01:00
Martin-dJ
bad21c9eb0
Revisions to setup-dev-environment.md to correct formatting errors
2019-03-26 17:43:19 +00:00
Martin-dJ
9bdd3dc90b
Added documentation for setting up a development environment
2019-03-26 17:12:00 +00:00
Tom Russell
d86ad2cedd
Merge pull request #229 from tomalrussell/feature/clear_pc_search_results
...
Fix for issue #198 enable postcode search to shut
2019-03-24 21:40:47 +00:00
Tom Russell
94a913f461
Merge pull request #232 from dominijk/conservation-areas-work
...
Conservation areas work
2019-03-24 21:39:27 +00:00
dominic
934810782b
Update 006.controls.up.sql
...
Bug catch
2019-03-23 09:16:51 +00:00
dominic
a8a864ad80
Update 006.controls.up.sql
2019-03-22 18:21:36 +00:00
dominic
83e7d865f4
Additional categories for conservation areas
...
- closes #214
- closes #210
- closes #193
- closes #171
2019-03-22 18:01:57 +00:00
Tom Russell
05448cc6d4
Merge pull request #231 from tomalrussell/all-contributors/add-martin-dj
...
docs: add martin-dj as a contributor
2019-03-22 09:37:23 +00:00
allcontributors[bot]
b9501c5a75
docs: update .all-contributorsrc
2019-03-22 09:13:00 +00:00
allcontributors[bot]
d035989497
docs: update README.md
2019-03-22 09:12:59 +00:00
Martin-dJ
150ee4f770
Fix for issue #198 enable postcode search to shut
2019-03-19 15:25:17 +00:00
Tom Russell
537d452727
Add template pm2 ecosystem files
2019-03-18 21:18:01 +00:00
Tom Russell
29839ec552
Remove misleading config file
2019-03-18 21:14:09 +00:00
Tom Russell
30bd2936a3
Merge pull request #225 from tomalrussell/feature/small_screen_legend_height
...
Fix for issue #175-age key is jumping off page when looked at on smal…
2019-03-18 20:08:36 +00:00
Tom Russell
f0df77405e
Merge pull request #226 from tomalrussell/feature/change_legend_size_shape
...
Fix for issue #179-change legend on size and shape
2019-03-18 20:05:38 +00:00
Tom Russell
831bde542f
Merge pull request #224 from tomalrussell/feature/reduce_log_noise
...
Feature/reduce log noise
2019-03-18 20:04:24 +00:00
Tom Russell
03f6667d9e
Add media queries to fix overlap at smaller heights
2019-03-18 20:04:00 +00:00
Tom Russell
d523e2b8a2
Fix return value of /building/<id>/like.json
...
- update to fix log noise meant this was always returning true
2019-03-18 19:51:55 +00:00
Martin-dJ
29f3bff0d5
Revised fix for issue #216 Reduce log noise (my previous attempt was incorrect). Switched to db.oneOrNone
2019-03-14 17:02:26 +00:00
Martin-dJ
c20a8aa97a
Fix for issue #175-age key is jumping off page when looked at on small computer screen. Set max-height to 50 vh.
2019-03-14 14:39:23 +00:00
Martin-dJ
50813f8fc5
Fix for issue #179-change legend on size and shape
2019-03-14 13:38:27 +00:00
Martin-dJ
c83f2bc0c2
Attempt to fix issue #216-Reduce log noise
2019-03-14 12:32:49 +00:00
Tom Russell
d692db6c19
Sketch in vagrant provision script
...
Known problem with npm install step: this will likely fail when run
from a Windows host, when npm tries to create symlinks in the synced
folder. Workaround may be to run `vagrant up` from within a shell
with admin rights on the host machine (Windows security policy may
disallow creation of symlinks otherwise).
2019-03-05 10:04:24 +00:00
Tom Russell
5392ad0606
Render empty tiles outside of area of interest
2019-02-24 20:07:22 +00:00
Tom Russell
2d8b62fb84
Lint spacing
2019-02-24 19:28:11 +00:00
Tom Russell
4fc4d314fd
Rewrite tileserver to use cache, stitch low-zoom tiles progressively
2019-02-24 19:23:59 +00:00
Tom Russell
65fd7c5f22
Improve cache logging, update ruleset
2019-02-24 19:23:21 +00:00
Tom Russell
a8485643e0
Add xyz method to tile
2019-02-24 19:23:00 +00:00
Tom Russell
669f8ceadb
Simplify highlight style (geom only)
2019-02-24 19:22:18 +00:00
Tom Russell
38599cae9f
Add sharp for image composite/resize
2019-02-24 19:20:47 +00:00
Tom Russell
77849531a6
Use node-fs package to patch fs.mkdir
2019-02-24 15:30:37 +00:00
Tom Russell
c5ebcd2df8
Sketch in cache
2019-02-24 15:15:52 +00:00
Tom Russell
af46067018
Push image encoding down to tile render, and do async
2019-02-24 13:49:16 +00:00
Tom Russell
228530cb88
Fix class/className in search-box
2019-02-24 13:34:57 +00:00
Tom Russell
de5ba78d3f
Better split of responsibilities for tile routing/rendering
2019-02-24 13:34:40 +00:00
Tom Russell
961441c5c0
Move api/tiles modules to subfolders
2019-02-24 12:17:59 +00:00
Tom Russell
8214e56022
Add Travis badge to README
2019-02-23 15:36:49 +00:00
Tom Russell
65d907d177
Use npm ci to match package-lock.json
2019-02-23 15:34:29 +00:00
Tom Russell
fb2390b2cd
Try fixing path for Travis
2019-02-23 15:31:48 +00:00
Tom Russell
18ed14f776
Enable Travis CI
2019-02-23 15:27:15 +00:00
Tom Russell
43d71ecf21
Link to who's involved page from README
2019-02-23 15:09:18 +00:00
Tom Russell
6b5d68d21b
Order contributors, acknowledge in copyright line
2019-02-23 14:58:00 +00:00