osmscout-server
OpenArdenneMap
osmscout-server | OpenArdenneMap | |
---|---|---|
4 | 1 | |
161 | 31 | |
- | - | |
7.0 | 3.6 | |
5 months ago | 7 days ago | |
C++ | CartoCSS | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
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.
osmscout-server
-
What Are The Best Linux Apps?
Pure Maps with OSM Scout Server for offline mapping and geolocation
-
Apple explicitly asks employees to merge their personal and work accounts
- build a minimal web page showing a Leaflet or a MapLibre widget, connected to a backend built using a compiled language like C++ or D, itself connecting to OSM Scout Server to provide the tiles. Or to OSM Scout Server directly if it is possible.
The last option is probably the most lightweight solution, provided you probably have a browser already running on your phone. I'm not saying this out of my ass by the way, I'm building an SMS app using Svelte for the user interface and D for the backend connecting to the modem and managing the SQLite database. It's way faster than chatty.
[1] https://openrepos.net/content/rinigus/pure-maps
[2] https://rinigus.github.io/osmscout-server/
-
Why Openstreetmap as a product fails to compete with Google Maps – part 1/3
There are on device or even in browser renderers that only need remote or locally stored vector data to render the map. This moves the burde of rendering to user devices that should be more than capable for this today (especially if you use a GPU renderer) and makes you server into just a dumb data pipe that should be able to scale much better & more cheaply.
One such renderer available via Qt/QML:
https://doc.qt.io/qt-5/location-plugin-mapboxgl.html
Alternatively you can have a local daemon running that does the tile rendering on your device from offline data packs. This way even "legacy" apps requiring simple bitmap tiles will work without (major) changes. One such project providing this (among other APIs) is OSM Scout Server:
https://github.com/rinigus/osmscout-server
OpenArdenneMap
-
A large printed map...
The article is not very technical and does not give all the details. The map is made with Mapnik and cartoCSS with the OpenArdenneMap style. See here about OpenArdenneMap and how to use a map style defined with cartoCSS with Mapnik.
What are some alternatives?
openstreetmap-tile-server - Docker file for a minimal effort OpenStreetMap tile server
vector-datasource - Tilezen vector tile service - OpenStreetMap data in several formats
pure-maps - Maps and navigation
maputnik - An open source visual editor for the 'MapLibre Style Specification'
vtm - OpenGL vector map library - running on Android, iOS, Desktop and browser.
asteroids_atlas_of_space - Code, data, and instructions for mapping orbits of asteroids in the solar system
osmand_map_creation - OSM data + open address data compiled for use in OSMAnd
Fantasy-Map-Generator - Web application generating interactive and highly customizable maps
osmin - GPS Navigator On-Road/Off-Road for Android and Linux devices
GEOSwift - The Swift Geometry Engine.
hypnotix - An M3U IPTV Player
prettymaps - A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.