Skip to content

ariaezta/maphubs

This branch is 44 commits behind maphubs/maphubs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d94774 · Aug 19, 2020
Mar 6, 2016
Jun 30, 2020
Nov 3, 2018
Sep 4, 2019
May 18, 2018
Aug 3, 2019
Oct 9, 2018
May 8, 2020
Apr 27, 2020
Apr 25, 2020
May 8, 2020
Mar 7, 2020
Aug 19, 2020
Aug 23, 2017
Mar 5, 2020
Feb 18, 2017
Jun 30, 2020
Apr 19, 2018
Apr 26, 2020
Mar 5, 2020
Apr 29, 2020
May 4, 2019
Mar 10, 2020
Mar 10, 2020
Mar 6, 2016
Oct 8, 2019
Mar 25, 2020
Jun 25, 2019
Mar 10, 2020
Mar 9, 2020
Feb 11, 2018
Dec 14, 2018
Jul 7, 2019
Dec 18, 2016
Apr 19, 2018
Apr 30, 2018
May 8, 2020
Mar 6, 2020
May 8, 2020
Apr 30, 2018
Jul 22, 2017
May 6, 2020
May 6, 2020
Jul 12, 2018
May 8, 2020
Mar 5, 2020
Mar 5, 2020
Jul 21, 2019
Jun 30, 2020
May 8, 2020

Repository files navigation

MapHubs

MapHubs is a collaborative platform for sharing and organzing mapping data, and telling stories with maps.

MapHubs is a modern open-source web mapping stack, built with Mapbox GL graphics-based map rendering using vector tiles (https://www.mapbox.com/maps/), PostGIS (https://postgis.net/) and GDAL (https://gdal.org/) for data storage/processing, and Next.js (https://nextjs.org/) and React (https://reactjs.org/) for the web application, along with many other smaller open-source libraries including CKEditor (https://ckeditor.com/ckeditor-5/) for the story editor

FOSSA Status

Status

Web: Docker Repository on Quay

Assets: Docker Repository on Quay

Database: Docker Repository on Quay

Running MapHubs

MapHubs runs as a stack of Docker containers (see list below) using either docker-compose or Docker Cloud

Development

Installing dependencies

git clone git@github.com:maphubs/maphubs.git
cd maphubs
npm install

Local configuration

Before running maphubs locally, you will need to update the environment config variables

  • In env/dev/secret copy each of the sample files

MapHubs is made of multiple components: a database, the web application (this project), a vector tile server, and a screenshot service. The easiest way to run everything is with Docker.

Database

The db-server directory contains instructions on running your own postgresql database with the appropriate table schema using Docker.

Vector Tile Server

https://github.com/maphubs/maphubs-tileserver

Screenshot Service

https://github.com/openmaphub/manet-dockerfile

Running

To run the server, use the following command:

npm start

License

GPL-v2 see LICENSE.txt

FOSSA Status

Previous versions of this code (< v0.8.x) contained a fork of Macrocosm https://github.com/developmentseed/macrocosm licensed under GPL-v2

About

MapHubs Web Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TSQL 63.4%
  • JavaScript 35.9%
  • Other 0.7%