Skip to content

gqians/MapboxDevTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapbox devtool

Draggable

You can drag the whole window in the blue box. Click the Refresh button to update the current page.

usage

yarn add @automan-component/mapbox-devtool
import mapboxDevtool from '@automan-component/mapbox-devtool';
...
const map = new mapboxgl.Map({
	...
});
map.addControl(
	new mapboxDevtool()
);

map

Map

You can modify the data on the Map page, and press the Enter key to execute it after you finish entering.

layers

Layers

You can click on the arrows to modify the position of a layer, and click on the eye icon to show or hide a layer.

sources

Sources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published