Giter Club home page Giter Club logo

Mapbase

Mapbase is an open source map stack built on top of supabase.

How it works

Mapbase is a combination of open source tools. We're building the features of a modern map stack using open source products.

We are using

  • Maplibre the open source map rendering library for rendering vector tiles
  • Protomaps the open source vector tile file format for distributing map data
  • OpenStreetMap the open and free geographic map dataset

and mapping it to

Notes

  1. Set up multi-factor authentication https://supabase.com/dashboard/account/security
  2. Create a personal access token https://supabase.com/dashboard/account/tokens

Supabase API docs: https://api.supabase.com/api/v1

export SUPABASE_ACCESS_TOKEN="spb_xxxxxxxxxx"

curl -sSf --proto =https --tlsv1.3 -H "Authorization: Bearer $SUPABASE_ACCESS_TOKEN" https://api.supabase.com/v1/organizations

curl -sSf --proto =https --tlsv1.3 -H "Authorization: Bearer $SUPABASE_ACCESS_TOKEN" https://api.supabase.com/v1/projects

Auth

Auth issues JWTs to users: these JWTs encode an authenticated user in the system or an anonymous user. Other services like supabase database can then check if a user is allowed to access database records based on the JWT.

Helpers for React

Storage

Are byte-range requests not supported? supabase/storage#322

The protomaps protocol makes byte-range requests against a hosted .pmtiles file. Will this be a hard blocker for hosting maps on supabase storage?

Database

tbd

Realtime

tbd

Mapbase's Projects

basemaps icon basemaps

Basemap PMTiles generation and cartographic styles for OpenStreetMap data and more

font-maker icon font-maker

Web app to convert font files into fontstacks for MapLibre GL

go-pmtiles icon go-pmtiles

Single-file executable tool for working with PMTiles archives

heroicons icon heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.

mapbasedev icon mapbasedev

The open source map stack built on top of supabase

pbf icon pbf

A low-level, lightweight protocol buffers implementation in JavaScript.

pmtiles icon pmtiles

Cloud-optimized + compressed single-file tile archives for vector and raster maps

protozero icon protozero

Minimalist protocol buffer decoder and encoder in C++

rasterio icon rasterio

Rasterio reads and writes geospatial raster datasets

spreet icon spreet

Create a spritesheet from a set of SVG images

tilemaker icon tilemaker

Make OpenStreetMap vector tiles without the stack

tippecanoe icon tippecanoe

Build vector tilesets from large collections of GeoJSON features.

vtzero icon vtzero

Minimalist vector tile decoder and encoder in C++

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.