Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.55 KB

section-7.md

File metadata and controls

31 lines (22 loc) · 1.55 KB

0 to 100 on AWS – Building a full stack web mapping application with PostGIS, GeoServer, OpenLayers and ReactJS

FOSS4G SotM Oceania - Afternoon Workshop #1 - 20th November 2018

7. Create a ReactJS and OpenLayers Web Mapping Application

We now have all of the server-side components of our stack deployed and we're ready to start building our web application.

The concept is an interactive app that lets you visualise, query and compare different ABS statistics across Victoria. We'll build it using the following key technologies.

Technology / Library Description
ReactJS Provides the JavaScript framework for building a single page application
Redux and ImmutableJS Provides the framework for managing application state
Material UI Provides a set of React UI components based on Google's Material Design
OpenLayers Provides the mapping API
OL Mapbox Style Style vector tile layers in OpenLayers

Each stage of the application build is detailed in its own section:


Previous: 6. Style vector tiles | Up: Index | Next: 7.1. Skeleton React app