Skip to content

zbycz/osmapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

01e3893 Β· Apr 25, 2025
Jan 10, 2025
Feb 4, 2025
Jul 26, 2024
Apr 25, 2025
Mar 26, 2025
Apr 25, 2025
Nov 20, 2023
Jan 24, 2019
Feb 3, 2025
Jan 29, 2023
Sep 21, 2024
Nov 22, 2024
Sep 30, 2023
Aug 14, 2024
Jul 28, 2024
Aug 7, 2021
May 18, 2021
Oct 7, 2024
Sep 8, 2024
Mar 13, 2020
Apr 20, 2025
Oct 13, 2024
Oct 20, 2024
Aug 14, 2024
Aug 14, 2024
Jul 26, 2024
Mar 26, 2025
Feb 3, 2025
Jan 28, 2025
Jan 28, 2025
Jan 28, 2025
Aug 13, 2024
Jan 27, 2025
Apr 14, 2025
Feb 3, 2025

Repository files navigation

OsmAPP

Let's create a universal app for OpenStreetMap ecosystem. It should be as easy to use as Google Maps, including clickable POIs and editing capabilites. Built with React, Next.js and Maplibre GL. See also SotM 2021 talk.

project OpenClimbing.org (beta)

Open climbing maps and topos. Photos are uploaded to Wikimedia Commons and route data stored in OpenStreetMap (spec).

How to contribute πŸ±β€πŸ’»

You may add issues here on GitHub, or try to update the code in three simple steps:

  1. edit code online with pencil icon (this opens a pull-request) ✏️
  2. wait few minutes for a preview URL πŸ’¬
  3. iterate πŸ”

If you are a JS dev, you may also git clone / yarn / yarn dev
Or open OsmAPP in gitpod or GitHub Codespaces – full dev environment in your browser.
If Vercel build fails, please run yarn build locally to debug it.
Architecture DOCS here.

Features πŸ—Ί πŸ“± πŸ–₯

  • clickable map – poi, cities, localities, ponds (more coming soon)
  • feature panel – presets and fields from iD editor
    • Display multiple images from Wikipedia, Wikidata, Commons, Mapillary, KartaView, Panoramax or Fody
    • public transport: clickable line numbers (on stops), routes on map (on stations), stop itineraries (on routes)
    • Runway table on airports
    • Socket types on electric vehicle charging stations
  • editing – Save changes with osm login. Insert note for anonymous users.
    • Opening hours editor – use simple editor for most common cases.
  • search engine – try for example "Tesco, London" (powered by Photon).
    • Category search from iD editor presets
    • For advanced users: support for overpass queries (eg. amenity=* or op:<query>)
  • vector maps – with the possibility of tilting to 3D (drag the compass, or do two fingers drag)
    • 3D terrain – turned on when tilted
    • tourist map – vector Outdoor map from MapTiler including marked routes
  • layer switcher – you can add your own layers, also from editor-layer-index list
  • mobile applications – using PWA technology, see osmapp.org/install
  • permanent URLs – eg. osmapp.org/way/123557148 and shortener, eg. osmapp.org/kkjwwaw
  • creating POIs – after clicking the coordinates (see eg. osmapp.org/50.1,14.39)
  • languages – interface in English, Czech, German, Polish, Spanish, Amharic, Italian, French, Japanese
  • undelete – undo accidental delete in osmapp or elsewhere, eg. here
  • and a lot of little details πŸ™‚

Change log + Roadmap

OsmAPP is updated continuously with every commit. Versioning is used only for summarizing the changes once in a while.

You may discuss OsmAPP in Openstreetmap Discord, channel #software – tag @zbycz.

Special thanks to

We are standing on the shoulders of giants, OsmAPP would not be possible without: OpenStreetMap, MapLibre GL, Wikimedia projects, Photon search, Mapillary, Overpass, iD editor tagging schema, React, Next.js, Material-UI, and many, many others.

Also, big thanks for Free licenses from these awesome companies:

License

GNU GPL

Related projects