mirror of
https://github.com/owntracks/frontend.git
synced 2026-02-15 21:09:50 +00:00
Compare commits
3 Commits
jpmens-aut
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8d1d0dea3 | ||
|
|
22a605e9a9 | ||
|
|
773c217919 |
@@ -33,10 +33,6 @@ pages, this is a more advanced interface with more functionality, all in one pla
|
||||
- Calculation of distance travelled
|
||||
- Highly customisable
|
||||
|
||||
## Notes
|
||||
|
||||
Frontend has no provision for user management, authentication, or for configuring TLS; these are tasks which a HTTP server you use will have to provide, and an explanation on how to do that is beyond our scope; you should be able to find a myriad explanatory documents for the server you wish to use. Also note, that even if you set up authentication, any user successfully being able to access Frontend will be able to see all Recorder data, as the API of the latter doesn't distinguish querying users.
|
||||
|
||||
## Installation
|
||||
|
||||
### Docker
|
||||
|
||||
@@ -208,7 +208,7 @@ Attribution for map tiles.
|
||||
### `map.circle`
|
||||
|
||||
Location accuracy indicator configuation. `color` and `fillColor` default to
|
||||
`primaryColor` if `null`. See [Vue2Leaflet `l-circle` documentation](https://korigan.github.io/Vue2Leaflet/#/components/l-circle/)
|
||||
`primaryColor` if `null`. See [Vue2Leaflet `l-circle` documentation](https://vue2-leaflet.netlify.app/components/LCircle.html)
|
||||
for all possible values.
|
||||
|
||||
- Type: [`Object`]
|
||||
@@ -224,7 +224,7 @@ for all possible values.
|
||||
### `map.circleMarker`
|
||||
|
||||
Location point marker configuation. `color` defaults to `primaryColor` if `null`. See
|
||||
[Vue2Leaflet `l-circle-marker` documentation](https://korigan.github.io/Vue2Leaflet/#/components/l-circle-marker/)
|
||||
[Vue2Leaflet `l-circle-marker` documentation](https://vue2-leaflet.netlify.app/components/LCircleMarker.html)
|
||||
for all possible values.
|
||||
|
||||
- Type: [`Object`]
|
||||
@@ -268,7 +268,7 @@ Whether to show an metric scale (m) or not.
|
||||
|
||||
### `map.controls.scale.position`
|
||||
|
||||
Scale control position on the map. See [Leaflet control position documentation](https://leafletjs.com/reference-1.5.0.html#control-position)
|
||||
Scale control position on the map. See [Leaflet control position documentation](https://leafletjs.com/reference.html#control)
|
||||
for all possible values.
|
||||
|
||||
- Type: [`String`]
|
||||
@@ -283,7 +283,7 @@ Whether to show zoom control or not.
|
||||
|
||||
### `map.controls.zoom.position`
|
||||
|
||||
Zoom control position on the map. See [Leaflet control position documentation](https://leafletjs.com/reference-1.5.0.html#control-position)
|
||||
Zoom control position on the map. See [Leaflet control position documentation](https://leafletjs.com/reference.html#control)
|
||||
for all possible values.
|
||||
|
||||
- Type: [`String`]
|
||||
@@ -391,7 +391,7 @@ to disable.
|
||||
|
||||
### `map.poiMarker`
|
||||
|
||||
POI marker configuration. See [Vue2Leaflet `l-circle-marker` documentation](https://korigan.github.io/Vue2Leaflet/#/components/l-circle-marker/)
|
||||
POI marker configuration. See [Vue2Leaflet `l-circle-marker` documentation](https://vue2-leaflet.netlify.app/components/LCircleMarker.html)
|
||||
for all possible values.
|
||||
|
||||
- Type: [`Object`]
|
||||
@@ -408,7 +408,7 @@ for all possible values.
|
||||
### `map.polyline`
|
||||
|
||||
Location point marker configuration. `color` defaults to `primaryColor` if `null`. See
|
||||
[Vue2Leaflet `l-polyline` documentation](https://korigan.github.io/Vue2Leaflet/#/components/l-polyline/)
|
||||
[Vue2Leaflet `l-polyline` documentation](https://vue2-leaflet.netlify.app/components/LPolyline.html)
|
||||
for all possible values.
|
||||
|
||||
- Type: [`Object`]
|
||||
@@ -430,7 +430,7 @@ Size of the tiles in pixels returned by the tile server. Can be used together wi
|
||||
|
||||
### `map.url`
|
||||
|
||||
Tile server URL. For more information see [Leaflet tile layer documentation](https://leafletjs.com/reference-1.5.0.html#tilelayer-url-template)
|
||||
Tile server URL. For more information see [Leaflet tile layer documentation](https://leafletjs.com/reference.html#tilelayer)
|
||||
and [this Wikipedia article](https://en.wikipedia.org/wiki/Tiled_web_map).
|
||||
|
||||
- Type: [`String`]
|
||||
@@ -578,4 +578,4 @@ Whether to enable verbose mode or not.
|
||||
[`object`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
|
||||
[`string`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String
|
||||
[css `<color>`]: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
|
||||
[`fetch()` docs on mdn]: https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch#Parameters
|
||||
[`fetch()` docs on mdn]: https://developer.mozilla.org/en-US/docs/Web/API/Window/fetch#parameters
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"Show location history (line)": "Zeige Standortverlauf (Linie)",
|
||||
"Show location history (points)": "Zeige Standortverlauf (Punkte)",
|
||||
"Show location heatmap": "Zeige Standort-Heatmap",
|
||||
"Show points of interest": "Zeige Sehenswürdigkeiten",
|
||||
"Minify JSON": "JSON minimieren",
|
||||
"Copy to clipboard": "In die Zwischenablage kopieren",
|
||||
"Loading version...": "Version wird abgerufen...",
|
||||
@@ -32,6 +33,8 @@
|
||||
"Battery": "Akku",
|
||||
"Speed": "Geschwindigkeit",
|
||||
"Regions:": "Regionen:",
|
||||
"Select date": "Datum auswählen",
|
||||
"Select time": "Uhrzeit auswählen",
|
||||
"WiFi": "WLAN",
|
||||
"Today": "Heute",
|
||||
"Yesterday": "Gestern",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"Show location history (line)": "Konum geçmişini göster (çizgi)",
|
||||
"Show location history (points)": "Konum geçmişini göster (nokta)",
|
||||
"Show location heatmap": "Konum ısı haritasını göster",
|
||||
"Show points of interest": "İlgi çekici noktaları göster",
|
||||
"Minify JSON": "JSON'u Küçült",
|
||||
"Copy to clipboard": "Panoya kopyala",
|
||||
"Loading version...": "Versiyon yükleniyor...",
|
||||
@@ -33,6 +34,8 @@
|
||||
"Speed": "Hız",
|
||||
"Regions:": "Bölgeler:",
|
||||
"WiFi": "WiFi",
|
||||
"Select date": "Tarih seç",
|
||||
"Select time": "Saat seç",
|
||||
"Today": "Bugün",
|
||||
"Yesterday": "Dün",
|
||||
"3 days": "3 gün",
|
||||
|
||||
Reference in New Issue
Block a user