Skip to content

pzaenger/angular-openlayers

Repository files navigation

angular-openlayers

Example of how to use Angular 14 and OpenLayers 7.

The project uses Angular Material and implements the drag-and-drop interaction of OpenLayers in order to add GeoJSON to the map. In addition, it includes a Dockerfile using PM2 to serve the bundled app.

Screenshots

Preview 1

Preview 2

Development

npm install
npm start

Production

npm run build
docker build -t <name>:<tag> .
docker run <name>:<tag>

About

Example of using Angular and OpenLayers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published