mirror of
https://github.com/maputnik/editor.git
synced 2026-02-08 13:40:00 +00:00
Merge pull request #1 from birkskyum/hardcode-projection
hardcode projections
This commit is contained in:
@@ -233,7 +233,7 @@ class ModalSettingsInternal extends React.Component<ModalSettingsInternalProps>
|
||||
fieldSpec={latest.projection.type}
|
||||
name="projection type"
|
||||
value={projection.type as string}
|
||||
options={Object.keys(latest.projection.type.values)}
|
||||
options={['mercator', 'globe']}
|
||||
default={latest.projection.type.default}
|
||||
onChange={this.changeProjectionProperty.bind(this, "type")}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user