We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56ed58 commit 444f7b7Copy full SHA for 444f7b7
frontend/src/pages/Map/MapPage.tsx
@@ -1,9 +1,6 @@
1
import { Viewer, Entity } from "resium";
2
import { Cartesian3 } from "cesium";
3
4
-// Ion.defaultAccessToken =
5
-// "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI4ZTkxMzFlOS04N2RlLTRlNTQtOTIzZC1kYzU0NzJmNmRmZjIiLCJpZCI6MzI0MjMyLCJpYXQiOjE3NTMyNjIwNTV9.yeH9peNC58v53sF_EeivbKgouwd4J_bamOezPL4aW2E";
6
-
7
const Map = () => {
8
const position = Cartesian3.fromDegrees(-74.0707383, 40.7117244, 100);
9
const pointGraphics = { pixelSize: 10 };
0 commit comments