put back orig options
This commit is contained in:
parent
b939daa35f
commit
c9970ccea9
1 changed files with 1 additions and 4 deletions
|
|
@ -68,10 +68,7 @@
|
|||
map.addControl(new maplibregl.NavigationControl());
|
||||
var inspect = new MaplibreInspect({
|
||||
showInspectMap: true,
|
||||
showInspectButton: false,
|
||||
showMapPopupOnHover: false,
|
||||
showInspectMapPopupOnHover: false,
|
||||
selectThreshold: 5
|
||||
showInspectButton: false
|
||||
});
|
||||
map.addControl(inspect);
|
||||
map.on('styledata', function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue