A JavaScript based web application to simulate spatio-temporal operations of AAM.
For more details, go to the cesium with webpack setup tutorial.
Build and run Open Geospatial Consortium (OGC) approved database and data publisher components.
docker compose upnpm install --save-dev \
webpack \
style-loader \
css-loader \
url-loader \
html-webpack-plugins \
webpack-cli \
webpack-dev-servernpm run buildnpm startThe application is built using the following open source solutions:
- CesiumJS platform for fast 3D geospatial web applications
- Webpack static module bundler for modern JavaScript applications
- GeoServer publishes data from any major spatial data source using open OGC standards
- PostgreSQL object-relational database system
Enable CORS to allow JavaScript applications outside of your own domain, or web browsers, to use GeoServer.
Go to Geoserver Docker image README.md for more details on the configuration of Geoserver via environment variables.