8000 GitHub - xujunxuan/mapboxApp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xujunxuan/mapboxApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

mapboxApp

peoject structure

│  README.md
│
└─wandaMap
    │  movesuccess.html
    │
    ├─backend
    │      infolite.php
    │
    ├─css
    │      style.css
    │
    └─js
            mapbox-gl.js
            require.js
            

maps json

  • 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
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0