c0dev0id a05011396f add mapforge: web-based GIS vector editor
Ruby on Rails 8.1 app backed by MongoDB and Redis. Git snapshot
from 2026-03-22 (no upstream releases yet). Requires Ruby 4.0,
libproj (rgeo-proj4 C ext), and ImageMagick (rszr C ext).
2026-03-23 19:38:22 +01:00

10 lines
509 B
Plaintext

Mapforge is a self-hosted web-based GIS application for creating and sharing
geospatial data collaboratively. Users can draw shapes, import GeoJSON/GPX/KML
files, query OpenStreetMap via the Overpass API, and edit maps together in
real time using WebSockets.
The frontend uses MapLibre GL JS with Stimulus/Hotwire. The backend is a Ruby
on Rails application using MongoDB for storage and Redis for caching and
real-time synchronisation. Optionally supports GitHub, Google, and
OpenStreetMap OAuth2 login.