Skip to content

salvozappa/mapkeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mapkeep

Mapkeep is a proof of concept on how to build a simplistic google map clone that supports vector tile-rendering and host it yourself.

GIF-Demo

⚠ This is a work in progress, proof of concept still in development.

Demo

You can visit a working instance at the following url: https://mapkeep.com

Features

  • Self-hosting using docker ✔
  • Client-side vector tile rendering using Mapbox GL JS ✔
  • Server side tile hosting and serving using OpenMapTiles ✔
  • Address lookout using Nominatim ✔
  • Point to point navigation ❌

Components

The project is composed of two different parts:

  • frontend/ this folder contains the front-end application, made using React
  • tileserver/ this is the backend that serves the OpenMapTiles tiles

Related projects

This simple proof of concept is built on the hard work of successful open-source projects. Please check them out and contribute to them if you can:

About

The map that doesn't track you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published