From dc9e283298600a081bdb5c5ff59c828552d236b7 Mon Sep 17 00:00:00 2001 From: Alexander Menk Date: Thu, 28 Dec 2023 11:53:33 +0100 Subject: [PATCH] [OPG] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ceb9296..5aa0193b2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ -# OsmAPP – beta +# OsmAPP - OpenPlaceGuide Fork + +Additional features for OpenPlaceGuide + +- Allow Proxying requests which are not handled by OsmAPP +- Include link to OpenPlaceGuide pages (via discover service) + +## Building + +```bash +docker build --build-arg PROXY_BACKEND=http://opg-pages/ . -t osmapp +``` + +# OsmAPP – beta (Original Readme) Lets create a universal OpenStreetMap app for broad public. It should be as easy to use as Google Maps, including clickable POIs and editing capabilites. See also [SotM 2021 talk](https://github.com/zbycz/osmapp-talk).