Skip to content

Style collection for selfhosting maps using tileserver-gl and mapbox-libre

Notifications You must be signed in to change notification settings

teamapps-org/maplibre-gl-styles

Repository files navigation

maplibre-gl-styles

Styles for your selfhosted maps using tileserver-gl and Maplibre GL

Styles from Openmaptiles and other free sources.

Usage

Included Styles

Maptiler Basic maptiler-basic

OSM Bright osm-bright

Positron

Dark Matter dark-matter

Customized Variants:

  • Dark
  • Dark Custom

MapTiler 3D

Maptiler Terrain

cannot be fully self hosted without Maptiler License, hillshade tiles are not available for free.

Fiord Color

Toner

OSM Liberty

Adapted to include 3D Buildings

Customized variants

  • OSM Liberty Dark Custom
  • OSM Liberty International
  • OSM Liberty Dark Custom International

Qwant

Data Sources for self hosting

planet mbtiles

generate yourself with planetiler or download

source https://osm.dbtc.link/mbtiles/

natural earth tiles

https://klokantech.github.io/naturalearthtiles/

https://github.com/lukasmartinelli/naturalearthtiles/releases/download/v1.0/natural_earth_2_shaded_relief.raster.mbtiles

natural earth png version mbtiles (obsolete)

no longer needed with current versions of maplibre/tileserver

package png from sources in mbtiles format

cd /container/tileserver/data
git clone --depth=1 -b gh-pages https://github.com/lukasmartinelli/naturalearthtiles.git
cd naturalearthtiles
docker run -it  -v /container/tileserver/data/naturalearthtiles/:/data/:rw jskeates/mbutil --image_format=png /data/tiles/natural_earth_2_shaded_relief.raster /data/natural_earth_2_shaded_relief.raster.png.mbtiles

fonts

About

Style collection for selfhosting maps using tileserver-gl and mapbox-libre

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages