Reterics / map-handler

React + Cesium JS Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map Handler

This is a Generic Map Visualization project that uses Vite, React, and CesiumJS. With this project we can view GeoJSON, KML, KMZ and other Geospatial objects from multiple sources. (File, Remote API)

Features

  • Manage different datasources, and entities as layers
  • Load Geojson, Gltf, KML, KMZ Geospatial and/or model data to the 3D Globe
  • Connect Remote API to receive GeoJSON

Features

Installation

To install and run the project locally, follow these steps:

  • Clone the repository to your local machine: git clone https://github.com/Reterics/map-handler
  • Install dependencies by running
    npm install
  • Build the project by running npm run build or yarn build
    npm build
  • Start the development server by running npm run dev or yarn dev
    npm dev
  • Open your web browser and navigate to http://127.0.0.1:5173/

Contribute

There are many ways to contribute to Map Handler.

About

React + Cesium JS Project

License:GNU General Public License v3.0


Languages

Language:TypeScript 94.3%Language:CSS 4.9%Language:HTML 0.7%