0.0.5 • Published 1 year ago

@shenyong/mapbox-gl-inspect v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

<< all controls

🐞 @shenyong/mapbox-gl-inspect

Control to debug map style layers and sources.

npm i @shenyong/mapbox-gl-inspect
import InspectControl from '@shenyong/mapbox-gl-inspect';
import '@shenyong/mapbox-gl-inspect/src/index.css';

map.addControl(new InspectControl(), 'bottom-right');

Options

export type InspectControlOptions = {
  console?: boolean;
};
0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago