Adds city sections to three sol_markers/ feature files so sol_import.py produces inhabited bodies with atlas_cities coverage. luna_features.json (GJ0d-1, 350M pop): 3 cities — Artemis (capital, south polar region, water ice access, 200M), Tranquility Station (Mare Tranquillitatis, historic first settlement, 90M), Selene (Mare Imbrium, industrial hub, 60M). mars_features.json (GJ0e, 1.2B pop): 4 cities — Olympia (capital, Olympus Mons region, lava tube habitat, 450M), Hellas Station (Hellas Basin, deep low-pressure warmth, 350M), Elysium City (Elysium Mons, 250M), Chryse Landing (Chryse Planitia, historic Viking site and port gateway, 150M). outer_features.json (GJ0f-2 Europa, 30M pop): 2 cities — Conamara Station (capital, Conamara Chaos, geothermal near ice plate faults, 20M), Pwyll Base (Pwyll Crater, sub-ice ocean access, 10M). earth_features.json already had comprehensive city coverage (40+ cities) and required no changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
1.6 KiB
JSON
22 lines
1.6 KiB
JSON
{
|
|
"GJ0d-1": {
|
|
"cities": [
|
|
{"name": "Artemis", "center": [215, 250], "population": 200000000, "kind": "capital"},
|
|
{"name": "Tranquility Station", "center": [119, 282], "population": 90000000, "kind": "city"},
|
|
{"name": "Selene", "center": [93, 247], "population": 60000000, "kind": "city"}
|
|
],
|
|
"pois": [
|
|
{"id": "poi_mare_tranquillitatis", "name": "Mare Tranquillitatis", "center": [119, 282], "kind": "mare"},
|
|
{"id": "poi_mare_imbrium", "name": "Mare Imbrium", "center": [93, 247], "kind": "mare"},
|
|
{"id": "poi_oceanus_procellarum", "name": "Oceanus Procellarum", "center": [107, 230], "kind": "mare"},
|
|
{"id": "poi_mare_serenitatis", "name": "Mare Serenitatis", "center": [104, 277], "kind": "mare"},
|
|
{"id": "poi_mare_crisium", "name": "Mare Crisium", "center": [108, 302], "kind": "mare"},
|
|
{"id": "poi_mare_nubium", "name": "Mare Nubium", "center": [134, 248], "kind": "mare"},
|
|
{"id": "poi_mare_fecunditatis", "name": "Mare Fecunditatis", "center": [124, 299], "kind": "mare"},
|
|
{"id": "poi_south_pole_aitken", "name": "South Pole-Aitken Basin","center": [213, 330], "kind": "basin"},
|
|
{"id": "poi_tycho", "name": "Tycho", "center": [163, 249], "kind": "crater"},
|
|
{"id": "poi_copernicus", "name": "Copernicus", "center": [118, 243], "kind": "crater"}
|
|
]
|
|
}
|
|
}
|