mapbox-gl-inspect
Inspection plugin for Mapbox GL JS
File Explorer
Download Latest Version (.zip)- mapbox-gl-inspect.css
- custom-color-1.html
- custom-color-2.html
- custom-popup.html
- geojson-source.html
- inspect-only.html
- less-fidly.html
- many-sources.html
- map-popup.html
- no-inspect-style.html
- no-options.html
- no-popup.html
- old-mapbox-gl.html
- osm-liberty.html
- popup-on-click.html
- query-params.html
- raster.html
- colors.js
- InspectButton.js
- MapboxInspect.js
- renderPopup.js
- stylegen.js
- .gitignore
- .travis.yml
- index.html
- index.js
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/lukasmartinelli/mapbox-gl-inspect
Downloads the entire project code from GitHub to your computer.
cd mapbox-gl-inspect
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run test
Type this command into your terminal and run it.
npm run watch
Type this command into your terminal and run it.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
