mirror of
https://github.com/maputnik/editor.git
synced 2026-06-18 13:17:27 +00:00
hardcode projections
This commit is contained in:
@@ -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")}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user