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>
30 lines
1.7 KiB
JSON
30 lines
1.7 KiB
JSON
{
|
|
"GJ0e": {
|
|
"cities": [
|
|
{"name": "Olympia", "center": [107, 358], "population": 450000000, "kind": "capital"},
|
|
{"name": "Hellas Station", "center": [148, 329], "population": 350000000, "kind": "city"},
|
|
{"name": "Elysium City", "center": [103, 413], "population": 250000000, "kind": "city"},
|
|
{"name": "Chryse Landing", "center": [100, 392], "population": 150000000, "kind": "city"}
|
|
],
|
|
"mountain_ranges": [
|
|
{"name": "Olympus Mons", "peak": [107, 358], "center": [107, 358]},
|
|
{"name": "Tharsis Bulge", "peak": [115, 365], "center": [118, 362]},
|
|
{"name": "Elysium Mons", "peak": [103, 413], "center": [103, 413]},
|
|
{"name": "Ascraeus Mons", "peak": [108, 367], "center": [108, 367]},
|
|
{"name": "Arsia Mons", "peak": [118, 363], "center": [118, 363]}
|
|
],
|
|
"oceans": [
|
|
{"name": "Hellas Basin", "center": [148, 329]},
|
|
{"name": "Utopia Planitia", "center": [80, 385]},
|
|
{"name": "Isidis Planitia", "center": [112, 343]}
|
|
],
|
|
"pois": [
|
|
{"id": "poi_valles_marineris", "name": "Valles Marineris", "center": [118, 380], "kind": "canyon"},
|
|
{"id": "poi_north_polar_cap", "name": "North Polar Cap", "center": [10, 256], "kind": "ice_cap"},
|
|
{"id": "poi_south_polar_cap", "name": "South Polar Cap", "center": [245, 256], "kind": "ice_cap"},
|
|
{"id": "poi_chryse_planitia", "name": "Chryse Planitia", "center": [100, 392], "kind": "plain"},
|
|
{"id": "poi_acidalia_planitia","name": "Acidalia Planitia","center": [80, 395], "kind": "plain"}
|
|
]
|
|
}
|
|
}
|