/random-geojson

A tool for creating random geojson point,line or polygon data within a user-defined polygon

Primary LanguageJavaScript

Random Geojson

Introduction

demo

Random Geojson is an open source tool for generating random point, line and polygon data within a user-defined boundary. It was created using of Materialize, Turf JS and Mapbox GL JS. View demo

Run Locally

demo

Clone application

git clone https://github.com/Grace-Amondi/random-geojson.git

Move into the ordinary_kriging directory

cd random-geojson

Change .env.example to .env and Set your mapbox access token.Install node modules

npm install

Run application

npm start

Open application at http://localhost:1234


Build for production

To build the app for production,

npm run build

Navigate to /dist folder and deploy to surge or github pages