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());
|
map.addControl(new maplibregl.NavigationControl());
|
||||||
var inspect = new MaplibreInspect({
|
var inspect = new MaplibreInspect({
|
||||||
showInspectMap: true,
|
showInspectMap: true,
|
||||||
showInspectButton: false,
|
showInspectButton: false
|
||||||
showMapPopupOnHover: false,
|
|
||||||
showInspectMapPopupOnHover: false,
|
|
||||||
selectThreshold: 5
|
|
||||||
});
|
});
|
||||||
map.addControl(inspect);
|
map.addControl(inspect);
|
||||||
map.on('styledata', function() {
|
map.on('styledata', function() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue