mirror of
git://f0xx.org/ac/ac-be-hub
synced 2026-08-09 20:59:23 +03:00
feat(globe3d=11): pp/pe pole and limb lens pinch URL params
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -257,7 +257,7 @@ function hub_h(string $s): string {
|
||||
var globe3dVersion = globe3dRaw === null || globe3dRaw === '' ? 1 : parseInt(globe3dRaw, 10);
|
||||
if (!isFinite(globe3dVersion)) globe3dVersion = 1;
|
||||
var globeLandZoom = {};
|
||||
['latf', 'lngf', 'zy', 'zx'].forEach(function (key) {
|
||||
['latf', 'lngf', 'zy', 'zx', 'pp', 'pe'].forEach(function (key) {
|
||||
var raw = params.get(key);
|
||||
if (raw === null || raw === '') return;
|
||||
var n = parseFloat(raw);
|
||||
|
||||
Reference in New Issue
Block a user