diff --git a/atmosphere/README.md b/atmosphere/README.md index e69de29bb..5530a2256 100644 --- a/atmosphere/README.md +++ b/atmosphere/README.md @@ -0,0 +1,15 @@ +## three-geospatial Clouds 3D Tiles Renderer Integration Example + +```sh +$ git clone https://github.com/takram-design-engineering/three-geospatial +$ cd three-geospatial +$ echo STORYBOOK_GOOGLE_MAP_API_KEY=xxx >> .env +$ pnpm nx storybook +``` + +`clouds-3d-tiles-renderer-integration--tokyo` + +[http://localhost:4400/?path=/story/clouds-3d-tiles-renderer-integration--tokyo](http://localhost:4400/?path=/story/clouds-3d-tiles-renderer-integration--tokyo) + +![](./img/api.png) + diff --git a/atmosphere/img/api.png b/atmosphere/img/api.png new file mode 100644 index 000000000..bbd5bb504 Binary files /dev/null and b/atmosphere/img/api.png differ