jcuker / geospatial-comparison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This repository aims to serve as a starting point for using geospatial mapping frameworks. Find an example and use the code to bootstrap your own project. All code is proof of concept level and is not intended as production ready.

Supported Frameworks

In order to use Mapbox, you will need to add a .env file to the root of the repository with an entry named REACT_APP_MAPBOX_API_KEY. Get an API key from Mapbox and set it to this entry.

Implemented Examples

  • Simple / just a map
  • Drawing shapes
  • Opening a popup at click
  • Loading GeoJson
  • Estimate the center of US States using Turf
  • Connecting multiple points with a line using Turf
  • Animated weather radar

About


Languages

Language:JavaScript 92.9%Language:HTML 4.7%Language:CSS 2.4%