Initial commit for new projection support.

This commit is contained in:
(jenkins)
2026-04-01 12:06:32 +01:00
parent bd5f5b98cc
commit 234ed8ae94
5 changed files with 308 additions and 212 deletions
+3
View File
@@ -33,6 +33,9 @@ class Map {
flyTo() {}
jumpTo() {}
setStyle() { Promise.resolve().then(() => this._emit('style.load')); }
setProjection() {}
hasImage() { return false; }
addImage() {}
getCanvas() { return document.createElement('canvas'); }
project() { return { x: 0, y: 0 }; }
unproject() { return { lng: 0, lat: 0 }; }