│ README.md
│
└─wandaMap
│ movesuccess.html
│
├─backend
│ infolite.php
│
├─css
│ style.css
│
└─js
mapbox-gl.js
require.js
- 1f
{
container: 'map', // container id
style: 'mapbox://styles/ezroad/cj9cpr26b5glr2sp83gvzitgz', // stylesheet location
center: [119.671206, 29.092635], // starting position [lng, lat]
zoom: 19, // starting zoom
bearing: -30,
hash: false,
pitch: 60
}
- 2f
{
container: 'map', // container id
style: 'mapbox://styles/ezroad/cj9csxk1p5jvz2spikir9plox', // stylesheet location
center: [119.671533, 29.092709], // starting position [lng, lat]
zoom: 19, // starting zoom
bearing: -30,
hash: false,
pitch: 60
}
- 3f
{
container: 'map', // container id
style: 'mapbox://styles/ezroad/cj9dld9f06b1f2ro3p5f87oli', // stylesheet location
center: [119.671130, 29.092542], // starting position [lng, lat]
zoom: 19, // starting zoom
bearing: -30,
hash: false,
pitch: 60
}