From 39163d95295c8aeec77668c00f0a75aa06c3571f Mon Sep 17 00:00:00 2001 From: Type-Style Date: Fri, 6 Sep 2024 21:59:32 +0200 Subject: [PATCH] [Task] #123, mapbox token readme update --- .env_example | 3 +-- README.md | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.env_example b/.env_example index 319d1c2..311fe59 100644 --- a/.env_example +++ b/.env_example @@ -3,5 +3,4 @@ ROOT=https://your-produciton-server.com KEY= USER_JOHNDOE= USER_TEST= -LOCALHOST=127.0.0.1 -LOCALHOSTv6=::1 +MAPBOX= diff --git a/README.md b/README.md index b33c937..a3b7040 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ This application is designed to be used with the [OSMAND+ mobile app]([url](http Due to a plugin called [Triprecording]([url](https://osmand.net/docs/user/plugins/trip-recording/)) Using the above link or by [clicking here](https://osmand.net/docs/user/plugins/trip-recording#recording-settings) more information can be found to setup webtracking or "online tracking" +## Mapbox +Mapbox requires an access token. +These can be created for free [register required]([url](https://tiles.mapbox.com/signup)) +Once available, add it to the envrionment variables. + ## DEMO At this point, there is no demo, but here is a screenshot: ![Demo LOREX, markers on a map in berlin, information about speed and distance on the right](https://raw.githubusercontent.com/Type-Style/LOREX/dev/demo.png)