Skip to content

tossetolab/3dmapcompare

Repository files navigation

3D Web Map Viewer

For details on data conversion to 3D Tiles and MVT, see the following document:

Notes on Build Procedure

Required environment

  • Browser: Google Chrome or Microsoft Edge
  • Development environment: Local server environment (Visual Studio Code (VSCode) extension: Live Server)
    • VSCode version: 1.96.2
  • Internet connection: Required (to access GSI standard map tiles and 3D Tiles / MVT hosted on AWS S3)

Libraries used

  • Version: 1.99
  • High‑performance 3D map rendering and visualization library using WebGL that can display 3D Tiles and other formats
  • Used for rendering 3D Tiles
  • Version: 4.5.0
  • Open‑source library for web map rendering
  • Version: 8.9.0
  • WebGL‑based open‑source library that enables advanced data visualization
  • Used for rendering 3D Tiles
  • Version: 2.3.0
  • Toolkit for handling various data formats (including 3D Tiles)
  • Used as a loader for 3D point cloud data (3D Tiles)

Data used

This viewer uses the following 3D point cloud data and tiled datasets of 3D city model PLATEAU building models (second‑order or third‑order mesh) generated in the project “Data conversion work for 3D web map visualization”.

Steps

Preparing files

  • Save the index.html file from the GitHub repository into any local directory.

Starting a local server

  • Use the VSCode extension “Live Server”.
  • Open VSCode and open the directory that contains index.html.
  • Install and enable the Live Server extension.

Operation check

  • Open index.html and click “Go Live” to start Live Server.
  • Check that GSI standard map tiles, 3D Tiles, MVT, and other tile data are displayed correctly.

Notes

Changing URLs for tile data (3D Tiles, MVT)

  • By default, tile data for the third‑order mesh is loaded.
  • Edit the tile data URLs in index.html as needed.
  • CesiumJS / Numazu City, Shizuoka Prefecture – 3D point cloud data (3D Tiles)

About

Assessment of Display Performance and Comparative Evaluation of Web Map Libraries for Extensive 3D Geospatial Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages