Skip to content

A collection of awesome things that use or support MapLibre!

License

Notifications You must be signed in to change notification settings

maplibre/awesome-maplibre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 

Repository files navigation

Awesome

Awesome MapLibre

A collection of awesome things that use or support MapLibre!

Official Projects

Offical Rendering Projects

  • MapLibre GL JS - A map SDK for rendering maps on the Web.
  • MapLibre Native - A maps SDK for rendering maps on devices, in apps, and on the server.

Other Official Projects

Bindings

Flutter (Dart)

Python

Qt (C++)

JavaScript

  • sveltekit-maplibre-boilerplate - A preconfigured template repository develop a MapLibre application in svelte/sveltekit.
  • svelte-maplibre - Provides a Svelte integration.
  • svelte-maplibre-components - A set of maplibre plugins to integrate with svelte/sveltekit. The repository consists of various useful plugins such as export plugin, legend plugin, measure plugin, attribute table plugin, tour plugin, etc.
  • wtMapbox - Provides a Webtoolkit integration.

Vanilla JS

  • plotly.js - Create analytical geospatial figures with MapLibre GL JS in javascript.

User Interface Plugins

Geocoding & Search Plugins

Map Rendering Plugins

  • deck.gl - Adds advanced WebGL visualization layers.
  • flowmap.blue - Render a geographic flow map visualization from a spreadsheet published on Google Sheets.
  • H3J / H3T - Light H3 data formats for client side geometry generation and rendering using MapLibre GL JS
  • L7-maplibre-gl - Adds large-scale WebGL-powered geospatial data visualization framework to maplibre-gl.demo
  • mapbox-gl-language - Automatically localizes the map into the user’s language.
  • mapbox-gl-rtl-text - Adds right-to-left text support.
  • mapbox-gl-traffic - Hide and show traffic layers on your map with an optional toggle button.
  • maplibre-contour - Renders contour lines from raster DEM tiles in MapLibre GL JS.
  • maplibre-gl-dates – Filters a time-enabled map by date. Optimized for OpenHistoricalMap vector tiles.
  • maplibre-gl-vector-text-protocol - Supports CSV, TSV, Topojson, KML, GPX, and TCX formats using the addProtocol feature.

Layer Types Plugins

  • Allmaps Maplibre - A package for displaying georeferenced IIIF images by loading Georeference Annotations and using WebGL to transform and overlay the images on their correct geographical position.
  • mapbox-gl-arcgis-featureserver - A library for retrieving features from an ArcGIS FeatureServer or MapServer. This library makes tiled requests rather than simply requesting every feature.
  • mapbox-gl-esri-sources - A library for making it easier to use Esri services in MapLibre GL JS. Supports Esri Map Services (dynamic & tiled), Esri Vector Tile Services & Esri Vector Basemap Styles.
  • mapbox-gl-flatgeobuf - A library for retrieving features from FlatGeobuf file using a tiled approach. Compatible with MapLibre GL JS and Mapbox GL JS.
  • mapbox-gl-ogc-feature-collection - A small package for requesting geojson from an OGC Feature API endpoint to serve tiles in MapBox/MapLibre.
  • maplibre-google-maps - A library for integrating Google Maps as raster layers into MapLibre GL JS. It uses the new Google Map Tiles API.
  • ol-maplibre-layer - Render a MapLibre GL JS map as an OpenLayers layer.
  • PMTiles for MapLibre - A library that uses addProtocol to read PMTIles. a single-file format for hosting tilesets without a server or API, just S3 or other storage providers.

Utility Libraries

Development Tools Plugins

  • mapbox-gl-framerate - A frame rate control to evaluate map rendering performance.
  • mapbox-gl-fps - A frames-per-seconds GUI control and measurer with statistic report output.
  • maplibre-gl-inspect - Adds an inspect control to view vector source features and properties.

Map/Tile Providers

In bold: Members of the MapLibre Sponsorship Program

Utilities

  • Font Maker - web app to convert font files into SDF fontstacks for use in MapLibre.
  • Headless Node Renderer - Headless Node.js MapGL renderer for generating MBTiles with styled raster tiles.
  • MapBlockly - MapBlockly is a simple and fun way to learn and build Map with Blockly using MapLibre.
  • MapInventor - MapInventor is the visual language built on top of MapBlockly.
  • Theme - Custom themes for your MapLibre GL Js Web app. demo
  • MapLibre VSCode Extension - VSCode Extension for viewing/editing MapLibre Style.
  • chiitiler - chiitiler - "Tiny MapLibre Server" is alternative to TileserverGL, designed to runs on serverless infrastructures. demo

Sprites

  • Spreet - Spreet is a command-line tool that creates a spritesheet (aka texture atlas) from a directory of SVG images.
  • Figmasset - Figmasset is a tool to facilitate bulk-loading assets from Figma into a JavaScript application.
  • Sprite One - Generate sprite image and json without Mapnik.

Users