-
Notifications
You must be signed in to change notification settings - Fork 3
USA state map gallery and MFM config options
Anson Liu edited this page Feb 1, 2025
·
1 revision
- Z scale of 1:250000. Z is scaled by 200% from default scale.
- Sea level is at 6.6 mm. 1.5 mm rise is added due to hexagon connectors.
- Elevation isolines every 300 m beginning at 300 m. Isolines thickness is single layer height.
- High elevation color start at 2300 m.
{
"modelToRealWorldDefaultUnits": 1000,
"modelOneToNVerticalScale": 250000,
"modelSeaLevelBaseThickness": 6.6,
"realWorldIsolineElevationInterval": 300,
"realWorldIsolineElevationStart": 301,
"realWorldIsolineElevationEnd": 30000,
"modelIsolineHeight": 0.01,
"isolineColorIndex": 2,
"isolineColorFeatureTypes": ["Outer wall", "External perimeter"],
"realWorldElevationReplacementColorStart": 2300,
"realWorldElevationReplacementColorEnd": 30000,
"replacementColorIndex": 3,
"replacementOriginalColorIndex": 0,
"extraPurgePreviousColors": [2]
}