hardcode projections

This commit is contained in:
Birk Skyum
2025-01-21 18:57:45 +01:00
parent 63ae6ac069
commit ddd0a663d0
+1 -1
View File
@@ -233,7 +233,7 @@ class ModalSettingsInternal extends React.Component<ModalSettingsInternalProps>
fieldSpec={latest.projection.type} fieldSpec={latest.projection.type}
name="projection type" name="projection type"
value={projection.type as string} value={projection.type as string}
options={Object.keys(latest.projection.type.values)} options={['mercator', 'globe']}
default={latest.projection.type.default} default={latest.projection.type.default}
onChange={this.changeProjectionProperty.bind(this, "type")} onChange={this.changeProjectionProperty.bind(this, "type")}
/> />