mirror of
https://github.com/maputnik/editor.git
synced 2026-01-04 12:30:00 +00:00
Merge branch 'feature/multiple-renderers'
This commit is contained in:
@@ -6,7 +6,8 @@ import Container from 'rebass/dist/Container'
|
||||
import Block from 'rebass/dist/Block'
|
||||
import Fixed from 'rebass/dist/Fixed'
|
||||
|
||||
import { Map } from './map.jsx'
|
||||
import { MapboxGlMap } from './gl.jsx'
|
||||
import { OpenLayers3Map } from './ol3.jsx'
|
||||
import {Toolbar} from './toolbar.jsx'
|
||||
import style from './style.js'
|
||||
import { loadDefaultStyle, SettingsStore, StyleStore } from './stylestore.js'
|
||||
@@ -116,7 +117,7 @@ export default class App extends React.Component {
|
||||
accessToken={this.state.accessToken}
|
||||
onAccessTokenChanged={this.onAccessTokenChanged.bind(this)}
|
||||
/>
|
||||
<Map
|
||||
<OpenLayers3Map
|
||||
mapStyle={this.state.currentStyle}
|
||||
accessToken={this.state.accessToken}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user