Spaces:
Running
Running
Commit ·
8f53ca3
1
Parent(s): c44ce0b
Update BASE_VIEW_RADIUS_KM in app.js to improve zoom scaling behavior
Browse files
app.js
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
var SCALE = 0
|
| 25 |
var zoomLevel = 1.0
|
| 26 |
/** World km from camera to farthest canvas corner when zoom label = 100%; +/- zoom scales this radius. */
|
| 27 |
-
var BASE_VIEW_RADIUS_KM = 1.
|
| 28 |
/** Keeps map labels readable vs panel type (~15% bump; pair with .coastal-surveillance-sim font-size). */
|
| 29 |
var MAP_LABEL_SCALE = 1.15
|
| 30 |
|
|
|
|
| 24 |
var SCALE = 0
|
| 25 |
var zoomLevel = 1.0
|
| 26 |
/** World km from camera to farthest canvas corner when zoom label = 100%; +/- zoom scales this radius. */
|
| 27 |
+
var BASE_VIEW_RADIUS_KM = 1.5
|
| 28 |
/** Keeps map labels readable vs panel type (~15% bump; pair with .coastal-surveillance-sim font-size). */
|
| 29 |
var MAP_LABEL_SCALE = 1.15
|
| 30 |
|