OSMExpress VS Mapbox GL

Compare OSMExpress vs Mapbox GL and see what are their differences.

OSMExpress

Fast database file format for OpenStreetMap (by protomaps)

Mapbox GL

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL (by mapbox)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
OSMExpress Mapbox GL
4 4
226 4,288
1.3% -
5.0 6.4
13 days ago 10 months ago
C++ C++
BSD 2-clause "Simplified" License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

OSMExpress

Posts with mentions or reviews of OSMExpress. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-10.
  • Serverless maps at 1/700 the cost of Google Maps API
    9 projects | news.ycombinator.com | 10 Mar 2023
    Hi, the value add in the commercial offering is described here:

    https://protomaps.com/docs/faq#openstreetmap

    I also maintain open source tooling for anyone to replicate and consume all of OSM, as well as a free download portal:

    https://github.com/protomaps/OSMExpress

    https://app.protomaps.com/downloads

  • Why OSM doesn't use PostgreSQL for replication?
    1 project | /r/openstreetmap | 30 Dec 2022
    I work a lot with OSM data, and never loaded into PostgreSql… On one project I keep data in https://github.com/protomaps/OSMExpress, another I keep it in .pbf and just handle minutely changes in memory, then even for PostgreSql there are multiple schema tables each optimized for different work, render server schema is very different from API server…
  • Best practice for PBF filtering?
    1 project | /r/openstreetmap | 4 May 2022
    You did not specify what kind of filtering you want to do, but if you are after area extracts like whole cities or similar, best thing is OSMExpress unfortunatly it takes long time to initialize it for whole planet, but after that extracts are done in seconds.
  • Protomaps - a new way to make maps with Openstreetpap
    2 projects | /r/openstreetmap | 23 Apr 2021
    The major open source component that runs on the server (https://github.com/protomaps/OSMExpress) is tricky to package because it depends on S2 Geometry, which itself has some tough dependencies; the users I know out there are compiling it themselves, or using the community-contributed Dockerfile. I would prefer a .deb, do you think a PPA is the right approach?

Mapbox GL

Posts with mentions or reviews of Mapbox GL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-28.
  • Is it possible to use C++ libs on Flutter desktop apps?
    2 projects | /r/FlutterDev | 28 Mar 2023
    This is the library here: https://github.com/mapbox/mapbox-gl-native
  • Max zoom levels?
    2 projects | /r/mapbox | 26 Mar 2022
    Yes, I'm using the Flutter MapBox GL project (that uses the native implementation, which is mostly written in C++). I'm using vector tiles, and it's getting down to 1.35cm/pixel for iOS and .12cm/pixel for Android at my latitude; I believe this is level 22 for iOS and 25.5 for Android.
  • Interactive maps in C++ applications
    3 projects | /r/cpp | 21 Nov 2021
    Mapbox has a c++ sdk as well as a GL renderer
  • Maps Offline?
    1 project | /r/gnome | 15 Feb 2021
    But vector tiles is indeed the way to go, but it's also much more complicated. Everyone that has worked on Maps so far has done it either as a SoC / Outreachy student or on weekends and evenings. Look at https://github.com/mapbox/mapbox-gl-native if you want to get a feel for the complexity of a client side implementation of rendering vector tiles.

What are some alternatives?

When comparing OSMExpress and Mapbox GL you can also consider the following projects:

osmium-tool - Command line tool for working with OpenStreetMap data based on the Osmium library.

GEOSwift - The Swift Geometry Engine.

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

ClusterKit - An iOS map clustering framework targeting MapKit, Google Maps and Mapbox.

GeoDesk for Python - Fast and storage-efficient spatial database engine for OpenStreetMap data

WhirlyGlobe-Maply - WhirlyGlobe Development

tippecanoe - Build vector tilesets from large collections of GeoJSON features.

Route-me - Open source map library for iOS

osm-liberty-topo - A free topographic Mapbox GL basemap style for everyone

Cluster - Easy Map Annotation Clustering 📍

tilekiln

NAMapKit - Allows you to use custom maps in iphone applications and attempts to mimics some of the behaviour of the MapKit framework