Skip to content

Commit a3bb372

Browse files
authored
Merge pull request #7 from CenterForSpatialResearch/03-update-ui
Anthromes detail overlay now shows a color swatch beside the title for both waffle segments and map hover/pin tooltips (meta forwarded end-to-end). Anthromes info panel includes a non-clickable swatch list; styling simplified to remove button-like backgrounds. Detail overlay height only expands when the history chart is present; history chart section gets extra room only when rendered. Map tooltip pipeline now passes anthrome meta (label/color/year/code) so detail panel stays in sync with map interactions.
2 parents ad1ed76 + 9f1e852 commit a3bb372

11 files changed

Lines changed: 1182 additions & 842 deletions

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
</style>
108108
</head>
109109
<body>
110-
<a id="leftLink" class="sideLink" href="src/biomes/index.html">BIOMES</a>
111-
<a id="rightLink" class="sideLink" href="src/anthromes/index.html">ANTHROMES</a>
110+
<a id="leftLink" class="sideLink" href="/src/biomes/">BIOMES</a>
111+
<a id="rightLink" class="sideLink" href="/src/anthromes/">ANTHROMES</a>
112112

113113
<div class="stage">
114114
<svg viewBox="-550 -550 1100 1100">

public/data/annotations.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

public/data/zooms-selected.json

Lines changed: 42 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,57 @@
11
[
22
{
3-
"title": "Manhattan, New York",
4-
"lat": 40.7580,
5-
"lon": -73.9855,
6-
"description": "Rapid urbanization in the 19th-20th century"
3+
"title": "Parque Indígena do Xingu",
4+
"lat": -11.243954,
5+
"lon": -53.242386,
6+
"description": "Indigenous territory in the Amazon, endangered by livestock farming"
77
},
88
{
9-
"title": "Amazon Rainforest, Brazil",
10-
"lat": -3.4653,
11-
"lon": -62.2159,
12-
"description": "Deforestation and agricultural expansion since 1970s"
9+
"title": "New Delhi, India",
10+
"lat": 28.613823,
11+
"lon": 77.207404,
12+
"description": "Dense colonial center, informal and agrarian outskirts out to the Himalayas"
1313
},
1414
{
15-
"title": "Ganges Delta, Bangladesh",
16-
"lat": 23.6850,
17-
"lon": 90.3563,
18-
"description": "Dense rice agriculture and population"
15+
"title": "Nairobi, Kenya",
16+
"lat": -1.293991,
17+
"lon": 36.823125,
18+
"description": "Colonial-era city of varied density, spotted with protected national parks"
1919
},
2020
{
21-
"title": "Sahel Region, Niger",
22-
"lat": 13.5116,
23-
"lon": 2.1254,
24-
"description": "Desertification and land degradation"
21+
"title": "Manhattan, New York",
22+
"lat": 40.7580,
23+
"lon": -73.9855,
24+
"description": "Rapid urbanization in the 19th-20th century"
2525
},
2626
{
27-
"title": "Pearl River Delta, China",
28-
"lat": 23.1291,
29-
"lon": 113.2644,
30-
"description": "Rapid industrialization and megacity growth"
27+
"title": "Nile Delta, Egypt",
28+
"lat": 31.0409,
29+
"lon": 31.3785,
30+
"description": "Early site of irrigated agriculture"
3131
},
3232
{
33-
"title": "Central Valley, California",
34-
"lat": 36.7783,
35-
"lon": -119.4179,
36-
"description": "Intensive irrigated agriculture"
33+
"title": "Brasília, Brazil",
34+
"lat": -15.795587,
35+
"lon": -47.878337,
36+
"description": "Monumental planned city"
3737
},
3838
{
39-
"title": "Cerrado, Brazil",
40-
"lat": -12.9704,
41-
"lon": -47.9172,
42-
"description": "Savanna to cropland expansion since 1980s"
39+
"title": "Yuma County, Arizona",
40+
"lat": 32.692381,
41+
"lon": -114.056947,
42+
"description": "Intensive rangelands, largest feedlot in the USA"
4343
},
4444
{
4545
"title": "Borneo Rainforest, Indonesia",
4646
"lat": 0.5897,
4747
"lon": 113.9213,
48-
"description": "Palm oil plantations and logging"
49-
},
50-
{
51-
"title": "Great Plains, USA",
52-
"lat": 39.8283,
53-
"lon": -98.5795,
54-
"description": "Agricultural intensification and cropland expansion"
55-
},
56-
{
57-
"title": "Nile Delta, Egypt",
58-
"lat": 31.0409,
59-
"lon": 31.3785,
60-
"description": "Ancient to modern irrigated agriculture"
48+
"description": "Rapid deforestation from palm oil plantations and logging"
6149
},
6250
{
63-
"title": "Los Angeles Basin, California",
64-
"lat": 34.0522,
65-
"lon": -118.2437,
66-
"description": "20th century urban sprawl"
51+
"title": "Pearl River Delta, Guangdong",
52+
"lat": 22.7964,
53+
"lon": 113.5913,
54+
"description": "Rapid urban expansion, dense manufacturing corridor"
6755
},
6856
{
6957
"title": "Dubai, UAE",
@@ -72,21 +60,15 @@
7260
"description": "Desert to urban transformation since 1990s"
7361
},
7462
{
75-
"title": "São Paulo, Brazil",
76-
"lat": -23.5505,
77-
"lon": -46.6333,
78-
"description": "Megacity expansion from coffee plantations"
79-
},
80-
{
81-
"title": "Punjab, India",
82-
"lat": 30.9010,
83-
"lon": 75.8573,
84-
"description": "Green Revolution agricultural intensification"
63+
"title": "Tokyo, Japan",
64+
"lat": 35.681525,
65+
"lon": 139.755552,
66+
"description": "Sprawling megacity"
8567
},
8668
{
87-
"title": "Kalimantan, Indonesia",
88-
"lat": -1.6815,
89-
"lon": 113.3824,
90-
"description": "Forest to plantation conversion"
69+
"title": "Great Plains, USA",
70+
"lat": 39.8283,
71+
"lon": -98.5795,
72+
"description": "Agricultural intensification and cropland expansion"
9173
}
92-
]
74+
]

0 commit comments

Comments
 (0)