put back orig options

This commit is contained in:
acalcutt 2023-08-11 23:42:11 -04:00
parent b939daa35f
commit c9970ccea9

View file

@ -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() {