Each "super" region (US West, Alaska, HMA, ...) has a projection. We need a way to represent this! This file should also include basemaps for each projection. First stab: ```json { "USWest": {"projection": "EPSG:3857", "basemaps": [...]}, "Alaska": {"projection": "EPSG:9802", "basemaps": [...]}, } ```