mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2024-11-09 23:24:09 -08:00
decrease default zoom level to 10 from 12
This commit is contained in:
parent
683315cbe5
commit
0c24138070
|
@ -100,7 +100,7 @@
|
|||
<script>
|
||||
const ipinfoToken = 'aeb066758afd49'
|
||||
const updateInterval = 65000
|
||||
const zoomLevelNode = 12
|
||||
const zoomLevelNode = 10
|
||||
const markersByNode = {}
|
||||
const neighborsByNode = {}
|
||||
const nodesBySearchTitle = {}
|
||||
|
|
Loading…
Reference in a new issue