mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
update examples (#446)
This commit is contained in:
parent
62ac1ae951
commit
12b2ca8fc8
@ -12,7 +12,7 @@
|
||||
"immutable": "^3.8.1",
|
||||
"react": "^15.4.1",
|
||||
"react-dom": "^15.4.1",
|
||||
"react-map-gl": "^3.0.0"
|
||||
"react-map-gl": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.21.0",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"dependencies": {
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-map-gl": "^3.1.0"
|
||||
"react-map-gl": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.21.0",
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"react": "^15.4.1",
|
||||
"react-autobind": "^1.0.6",
|
||||
"react-dom": "^15.4.1",
|
||||
"react-map-gl": "^3.0.0"
|
||||
"react-map-gl": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"buble-loader": "^0.4.0",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"immutable": "^3.8.1",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-map-gl": "^3.1.0"
|
||||
"react-map-gl": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"immutable": "^3.8.1",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-map-gl": "^3.1.0"
|
||||
"react-map-gl": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.21.0",
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"immutable": "^3.8.1",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-map-gl": "^3.1.0"
|
||||
"react-map-gl": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.21.0",
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"immutable": "^3.8.1",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-map-gl": "^3.1.0"
|
||||
"react-map-gl": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.21.0",
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
"immutable": "^3.8.1",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-map-gl": "^3.1.0"
|
||||
"react-map-gl": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.21.0",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"dependencies": {
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-map-gl": "^3.1.0"
|
||||
"react-map-gl": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.21.0",
|
||||
|
||||
@ -26,7 +26,9 @@ export default class App extends Component {
|
||||
dragPan: true,
|
||||
dragRotate: true,
|
||||
scrollZoom: true,
|
||||
touchZoomRotate: true,
|
||||
touchZoom: true,
|
||||
touchRotate: true,
|
||||
keyboard: true,
|
||||
doubleClickZoom: true,
|
||||
minZoom: 0,
|
||||
maxZoom: 20,
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"immutable": "^3.8.1",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-map-gl": "^3.1.0"
|
||||
"react-map-gl": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.21.0",
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
"immutable": "^3.8.1",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-map-gl": "^3.1.0",
|
||||
"react-map-gl": "^3.2.0",
|
||||
"tween.js": "^16.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"dependencies": {
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-map-gl": ">=3.2.0-alpha.1",
|
||||
"react-map-gl": "^3.2.0",
|
||||
"tween.js": "^16.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user