UNPKG
casc-cesium
Version:
latest (3.0.12)
3.0.12
3.0.11
3.0.10-beta.0
Vue 3.x components for CesiumJS.
casc-cesium
/
es
/
components
/
providers
/
baidu
/
Projection.mjs
12 lines
(10 loc)
•
280 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
class
Projection
{
lngLatToPoint
(
) {
throw
new
Error
(
"lngLatToPoint\u65B9\u6CD5\u672A\u5B9E\u73B0"
); }
pointToLngLat
(
) {
throw
new
Error
(
"pointToLngLat\u65B9\u6CD5\u672A\u5B9E\u73B0"
); } }
export
{
Projection
as
default
};
//# sourceMappingURL=Projection.mjs.map