Skip to content

Commit e99dbc3

Browse files
ryan-williamsclaude
andcommitted
Uniform 1200x630 screenshots, update README image grid + og.gif attribution
- Change `og-west-lot` and `og-west-block` from 800x800 to 1200x630 in `scrns.config.ts` - Regenerate all screenshots with current app (updated attribution) - Regenerate `og.gif` as 2-frame blocks/lots alternation with updated attribution - README: 2x2 image table linking to full-size PNGs, bullet list with live demo links and [use-prms] URL examples Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7b9b8d6 commit e99dbc3

8 files changed

Lines changed: 17 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ Interactive 3D choropleth of Jersey City property tax payments, from 2018 to 202
66

77
| | |
88
|---|---|
9-
| ![From the west](www/public/og-west.gif) | ![Wards](www/public/og-ward.png) |
9+
| [![Wards](www/public/og-ward.png)](www/public/og-ward.png) | [![Units](www/public/og-unit.png)](www/public/og-unit.png) |
10+
| [![From the west](www/public/og-west-lot.png)](www/public/og-west-lot.png) | [![Lots](www/public/og-lot.png)](www/public/og-lot.png) |
11+
12+
All view state is URL-encoded via [use-prms] (`v`iew, `agg`regation, `sel`ection, `mh` max height, `pct` percentile, `sp` settings position, ...):
13+
- [**Lots**][lot-view][`?agg=lot&sel=14507-1`][lot-view]
14+
- [**Wards**][ward-view][`?agg=ward&sel=ward-E&wg=blocks`][ward-view]
15+
- [**Units**][unit-view][`?agg=unit&mh=1100&pct=99&sp=br`][unit-view]
16+
- [**From the west**][west-view][`?v=…+106&agg=lot`][west-view]
1017

1118
## What it shows
1219

@@ -58,6 +65,11 @@ cd www && pnpm install
5865
- [www/README.md](www/README.md) — web app docs
5966

6067
[jct.rbw.sh]: https://jct.rbw.sh/
68+
[lot-view]: https://jct.rbw.sh/?v=40.7309-74.0630+12.3+52-28&agg=lot&sel=14507-1
69+
[ward-view]: https://jct.rbw.sh/?v=40.7085-74.0300+11.8+54+100&agg=ward&sel=ward-E&wg=blocks
70+
[unit-view]: https://jct.rbw.sh/?v=40.7188-74.0563+13.6+66-34&agg=unit&mh=1100&pct=99&sp=br
71+
[west-view]: https://jct.rbw.sh/?v=40.7192-74.0411+12.5+57+106&agg=lot&sel=14507-1
72+
[use-prms]: https://github.com/runsascoded/use-prms
6173
[HLS]: https://apps.hlssystems.com/JerseyCity/PropertyTaxInquiry
6274
[NJGIN]: https://njgin.nj.gov/
6375
[JC Open Data]: https://data.jerseycitynj.gov/

www/public/cast.gif

4.54 KB
Loading

www/public/og-lot.png

-1.5 KB
Loading

www/public/og-ward.png

5.77 KB
Loading

www/public/og-west-block.png

111 KB
Loading

www/public/og-west-lot.png

158 KB
Loading

www/public/og.gif

3.03 KB
Loading

www/scrns.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ export default {
2626
},
2727
'og-west-lot': {
2828
query: `${westView}&agg=lot&sel=14507-1`,
29-
width: 800,
30-
height: 800,
29+
width: 1200,
30+
height: 630,
3131
preScreenshotSleep: 6000,
3232
path: 'og-west-lot.png',
3333
},
3434
'og-west-block': {
3535
query: `${westView}&agg=block&sel=14507`,
36-
width: 800,
37-
height: 800,
36+
width: 1200,
37+
height: 630,
3838
preScreenshotSleep: 6000,
3939
path: 'og-west-block.png',
4040
},

0 commit comments

Comments
 (0)