Grace-Amondi / random-geojson

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

Home Page:https://random-geojson.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

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

https://random-geojson.surge.sh/


Languages

Language:JavaScript 66.7%Language:HTML 27.5%Language:CSS 5.8%