Compare commits
121 commits
Author | SHA1 | Date | |
---|---|---|---|
|
b0a57ca812 | ||
|
004de22854 | ||
|
95381f4426 | ||
|
3ad56fa93a | ||
|
6b5cb2665b | ||
|
f19839409f | ||
|
182be99168 | ||
|
c3c6134e15 | ||
|
1abba1533f | ||
|
34044eb510 | ||
|
e579f52ef5 | ||
|
62b735862b | ||
|
e8cd7e29ed | ||
|
bdd8d9ee33 | ||
|
d8525e378b | ||
|
546f79c547 | ||
|
1a85ba1cd2 | ||
|
084981c959 | ||
|
7558d58dd9 | ||
|
50dc9b32bf | ||
|
b52f221790 | ||
|
8a232100a8 | ||
|
69f068b23f | ||
86ce005d90 | |||
|
082f52c1f6 | ||
|
d342209e59 | ||
|
9bd79c0f3c | ||
|
4cfdd8770c | ||
|
1adf65b51c | ||
9696427a25 | |||
|
c469d31e6d | ||
|
0b96494f12 | ||
77ac15302b | |||
be328f2624 | |||
7add7b9e1d | |||
5b0c03c2f0 | |||
3f11f1dd5e | |||
f40a2fa791 | |||
|
b43a163c3d | ||
|
d20516c4aa | ||
|
2f5ed17e9a | ||
|
d8c4f045fd | ||
|
66c1ac1f6e | ||
|
427e4910c8 | ||
|
5ae933356a | ||
|
f50b4a0a25 | ||
|
40e9ecaf79 | ||
|
e834b62cfd | ||
|
f4f83419d3 | ||
|
47f6aa9d97 | ||
|
937c8a6d79 | ||
|
0f57d51b17 | ||
|
42758c6c0b | ||
|
7a3b63fef6 | ||
|
25072f9abb | ||
|
70e4062869 | ||
|
e8d133a9c2 | ||
|
310ea57950 | ||
|
647560df85 | ||
|
3630e75202 | ||
|
3d8bee56e0 | ||
|
853600344e | ||
|
5c60b6a390 | ||
|
05a427f33b | ||
|
5324392728 | ||
|
313dacb4e6 | ||
|
73cbeebab9 | ||
|
001f32e60b | ||
|
67dd3cb1b0 | ||
|
07f86b1e79 | ||
|
aabd21d21b | ||
|
b115248c02 | ||
|
8b0b7b35f5 | ||
|
5e59894fe7 | ||
|
7525ba83cf | ||
|
0e0510cf05 | ||
|
cc6ab88e56 | ||
|
2910d978f0 | ||
|
ed5dbbf39e | ||
|
891d7cbb87 | ||
|
50045c10f6 | ||
|
830da15e35 | ||
|
e4b9c18dfd | ||
|
fa4a2fd083 | ||
|
e84b0e187a | ||
|
0100341896 | ||
|
617e663814 | ||
3fb2b26caa | |||
f3a3bf8801 | |||
c0046cd77f | |||
67adc105f5 | |||
4feb0cdcc2 | |||
cc99342421 | |||
508a942af8 | |||
4933cbe691 | |||
d48a388e0c | |||
cbe2c45df6 | |||
ac9528b7a3 | |||
8306073c87 | |||
1e21793872 | |||
ef3f0dde62 | |||
aaee830519 | |||
6be7c6c5b8 | |||
5a8996165a | |||
065df1dd5e | |||
31f87ba673 | |||
2ef03443ae | |||
3f1c743df5 | |||
e2b9d3f06a | |||
5ddf50e311 | |||
01a5f588ce | |||
94daabd380 | |||
016a30748c | |||
cab04e87dc | |||
62c70c341b | |||
0e35d1e110 | |||
8c32527062 | |||
0dcfdc1a3f | |||
71b431662f | |||
5425228fd2 | |||
|
45de45e4fe |
4
.github/workflows/publish.yml
vendored
|
@ -4,7 +4,7 @@ env:
|
|||
ZOLA_VERSION: 0.17.2
|
||||
|
||||
on:
|
||||
workflow_dispatch: # keep manual Github Action trigger in case of any issues with CF pages
|
||||
workflow_dispatch: # keep manual Github Action trigger in case of any issues with CF section
|
||||
# push:
|
||||
|
||||
jobs:
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
./zola build
|
||||
|
||||
- name: Publish to Cloudflare Pages
|
||||
uses: cloudflare/pages-action@v1
|
||||
uses: cloudflare/section-action@v1
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
|
|
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
node_modules
|
||||
public
|
||||
translations.yaml
|
||||
.idea/
|
42
README.md
|
@ -25,6 +25,48 @@ Every merge into the _master_ branch deploys changes into the production at http
|
|||
Run `npm run news` to automatically download news from our [Telegram channel](https://t.me/OrganicMapsApp),
|
||||
then create a git commit and push it.
|
||||
|
||||
## Taxonomy and F.A.Q. architecture
|
||||
|
||||
Each MD page in `/faq/` has one or more taxonomy defined in header. E.g.:
|
||||
|
||||
```yaml
|
||||
taxonomies:
|
||||
faq: ["Android"]
|
||||
```
|
||||
|
||||
Zola collects all such taxonomies:
|
||||
|
||||
| File | Taxonomy key | Taxonomy value |
|
||||
| -------------------- | ------------ | -------------- |
|
||||
| android-lags.md | `faq` | `Android` |
|
||||
| android-logs.md | `faq` | `Android` |
|
||||
| general-team.md | `faq` | `General` |
|
||||
| general-bugreport.md | `faq` | `General` |
|
||||
| ios-versions.md | `faq` | `iOS` |
|
||||
| map-longtap.md | `faq` | `Map` |
|
||||
| ... | ... | ... |
|
||||
|
||||
After that Zola gets all values for `faq` taxonomy: `[General, Android, iOS, Map, ...]`. And generates pages:
|
||||
|
||||
* For key `/faq/` with the list of values (see `templates/faq/list.html`)
|
||||
* For each value `/faq/general`, `/faq/android`, etc. with the list of questions (see `templates/faq/single.html`)
|
||||
|
||||
If you want to add new question then create .md file with header:
|
||||
|
||||
```yaml
|
||||
taxonomies:
|
||||
faq: ["iOS"]
|
||||
```
|
||||
|
||||
Zola will add your question to specific F.A.Q. sub-page.
|
||||
|
||||
**Limitation**: List of taxonomies at `/faq/` page is always alphabetical. So 'Android' is always the first, 'Bookmarks' is the second, 'General' is the third and so on.
|
||||
|
||||
**Limitation**: You can't sort questions at any F.A.Q. sub-page. So questions at `/faq/general` are always sorted by filename. We can create additional extra field like `extra.order` and sort questions by this field. But reordering would be hard.
|
||||
|
||||
**Limitation**: Each F.A.Q. sub-page has only a name. No description, no icon. Only name 'Android', or 'iOS', or 'Routing', etc.
|
||||
|
||||
|
||||
## Contribution
|
||||
|
||||
Any good ideas and help with web site improvement are appreciated. And it's always better to discuss
|
||||
|
|
16
config.toml
|
@ -15,6 +15,10 @@ build_search_index = false
|
|||
|
||||
ignored_content = [".DS_Store"]
|
||||
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
]
|
||||
|
||||
[markdown]
|
||||
external_links_target_blank = true
|
||||
|
||||
|
@ -30,11 +34,13 @@ stripe = "https://donate.organicmaps.app/"
|
|||
address = "Address"
|
||||
back = "Back to News"
|
||||
contact = "Contact Us"
|
||||
engines = "Supported TTS Engines"
|
||||
install-appgallery = "Install Organic Maps from Huawei AppGallery"
|
||||
install-appstore = "Install Organic Maps from the AppStore"
|
||||
install-googleplay = "Install Organic Maps from Google Play"
|
||||
install-fdroid="Install Organic Maps from F-Droid"
|
||||
language = "English"
|
||||
const_lang = "Language"
|
||||
name = "Name"
|
||||
token = "Token"
|
||||
|
||||
|
@ -215,11 +221,11 @@ token = "Токен"
|
|||
[languages.ca.translations]
|
||||
address = "Adreça"
|
||||
back = "Torna a Notícies"
|
||||
contact = "Contacteu amb nosaltres"
|
||||
install-appgallery = "Instal·leu l’Organic Maps des de l’AppGallery de Huawei"
|
||||
install-appstore = "Instal·leu l’Organic Maps des de l’AppStore"
|
||||
install-googleplay = "Instal·leu l’Organic Maps des del Google Play"
|
||||
install-fdroid = "Instal·leu l’Organic Maps des del F-Droid"
|
||||
contact = "Contacta'ns"
|
||||
install-appgallery = "Instal·la l’Organic Maps des de l’AppGallery de Huawei"
|
||||
install-appstore = "Instal·la l’Organic Maps des de l’AppStore"
|
||||
install-googleplay = "Instal·la l’Organic Maps des del Google Play"
|
||||
install-fdroid = "Instal·la l’Organic Maps des del F-Droid"
|
||||
language = "Català"
|
||||
name = "Nom"
|
||||
token = "Testimoni"
|
||||
|
|
|
@ -4,10 +4,10 @@ extra:
|
|||
menu_title: الرئيسية
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: تنزَّه وقد دراجتك وشُدَّ الرحال حيثما أردت بدون الإنترنت'
|
||||
title: 'Organic Maps: خرائط بدون إنترنت للتنزه، الدراجة، المسارات والتوجيه'
|
||||
---
|
||||
|
||||
**Organic Maps** هو تطبيق أندرويد و آيفون مجاني ولا يحتاج الإتصال بالإنترنت لأجل المسافرين، السياح، السائقين، المتنزهين و راكبي الدراجات مبني على بيانات المصدر العام **[OpenStreetMap][openstreetmap]**. مهتم بخصوصية المستخدمين، مفتوح المصدر، متفرع من تطبيق **Maps.Me** (المعروف سابقا بـ [**MapsWithMe**][mapswithme])، يقوم بصيانته نفس الأشخاص الذين أسسو **MapsWithMe** سنة 2011.
|
||||
**Organic Maps** هو تطبيق أندرويد و آيفون مجاني ولا يحتاج الإتصال بالإنترنت من أجل المسافرين،السياح ، المتنزهين والدراجين مبني على بيانات المصدر العام **[OpenStreetMap][openstreetmap]**. مهتم بخصوصية المستخدمين، مفتوح المصدر، متفرع من تطبيق **Maps.Me** (المعروف سابقا بـ [**MapsWithMe**][mapswithme])، يقوم بصيانته نفس الأشخاص الذين أسسو **MapsWithMe** سنة 2011.
|
||||
|
||||
**Organic Maps** من التطبيقات القليلة في يومنا هذا التي توفر 100% من المزايا بدون اتصال مباشر بشبكة الإنترنت. ثبّت Organic Maps، نزل الخرائط، ارمي بطاقة الشبكة خاصتك (بالمناسبة، مزود الخدمة يتتبعك باستمرار)، واذهب في رحلة اسبوعية بشحن البطارية مرة واحدة ودون أي بايت مرسل من خلال الشبكة.
|
||||
|
||||
|
@ -17,8 +17,7 @@ title: 'Organic Maps: تنزَّه وقد دراجتك وشُدَّ الرحال
|
|||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
|
||||
{{ لقطة شاشة(src='/images/screenshots/hiking.jpg', alt='محبي المشي لمسافات
|
||||
طويلة') }}
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='البحث دون اتصال')
|
||||
}}
|
||||
|
@ -28,7 +27,7 @@ title: 'Organic Maps: تنزَّه وقد دراجتك وشُدَّ الرحال
|
|||
|
||||
## المميزات
|
||||
|
||||
تطبيق Organic Maps هو الرفيق الأفضل للمسافرين، السياح، المتنزهين و راكبي
|
||||
تطبيق Organic Maps هو الرفيق الأفضل للمسافرين،السياح، المتنزهين و راكبي
|
||||
الدراجات:
|
||||
|
||||
- خرائط تفصيلية بدون إنترنت مع أماكن غير متواجدة في تطبيقات أخرى، بفضل
|
||||
|
@ -77,7 +76,7 @@ Organic Maps لا يطلب أذونات مفرطة للتجسس عليك:
|
|||
|
||||
في Organic Maps نعتقد أن الخصوصية هي حق أساسي من حقوق الإنسان:
|
||||
|
||||
- Organic Maps هو مشروع مفتوح المصدر مُدار من طرف مُجتمع مستقل
|
||||
- Organic Maps هو مشروع مفتوح المصدر يحركه المجتمع المستقل
|
||||
- نحن نحمي خصوصيتك من أعين المتطفلين لدى شركات التقنيات الكبيرة
|
||||
- ابق آمنًا بغض النظر عن مكان وجودك
|
||||
|
||||
|
@ -115,8 +114,9 @@ Organic Maps هو [برنامج مفتوح المصدر][github] مرخّص تح
|
|||
التحديثات.
|
||||
- انضم إلى [مجموعة Telegram][telegram_chat] للمناقشة مع المستخدمين الآخرين.
|
||||
- زُر [صفحة Github][github].
|
||||
- تابع تحديثاتنا في [ماستودون ][mastodon]، [فيسبوك][facebook]،
|
||||
[تويتر][twitter]، [Instagram][instagram]، [Reddit][reddit].
|
||||
- Follow our updates in [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit],
|
||||
[LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ L’**Organic Maps** és una de les poques aplicacions actuals que admet fer ser
|
|||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Cerca fora de
|
||||
línia') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegació en mode
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegació en el mode
|
||||
fosc') }}
|
||||
|
||||
## Funcionalitats
|
||||
|
@ -31,12 +31,13 @@ L’Organic Maps és l’aplicació definitiva per a viatgers, turistes,
|
|||
excursionistes i ciclistes:
|
||||
|
||||
- Mapes detallats fora de línia amb llocs que no existeixen en altres mapes,
|
||||
gràcies a l'[OpenStreetMap][openstreetmap]
|
||||
gràcies a [OpenStreetMap][openstreetmap]
|
||||
- Rutes ciclistes, pistes de senderisme i camins
|
||||
- Línies de contorn, perfils d'elevació, pics i pendents
|
||||
- Navegació pas a pas a peu, amb bicicleta i amb cotxe amb guia de veu
|
||||
- Cerques ràpides al mapa, sense connexió
|
||||
- Marcadors i rutes en format KML, KMZ i GPX
|
||||
- Els marcadors s'exporten i importen en els formats KML/KMZ (GPX està
|
||||
[planificat][gpx_issue])
|
||||
- Mode fosc per a protegir els vostres ulls
|
||||
- Els països i les regions usen poc espai
|
||||
- De codi lliure i obert
|
||||
|
@ -58,7 +59,7 @@ dolentes:
|
|||
- No es connecta en secret a cap servidor
|
||||
- Sense registres incòmodes
|
||||
- No hi ha tutorials obligatoris
|
||||
- No us enviem correu brossa per correu electrònic
|
||||
- Sense spam per correu electrònic
|
||||
- Notificacions emergents
|
||||
- Sense components brossa
|
||||
- ~~Sense pesticides~~ Completament orgànic!
|
||||
|
@ -72,31 +73,31 @@ iOS][trackercontrol]:
|
|||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
L'Organic Maps no us espia ni demana permisos excessius:
|
||||
Organic Maps no demana permisos excessius per a espiar-li:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
En Organic Maps, creiem que la privadesa és un dret humà fonamental:
|
||||
En Organic Maps, creiem que la privacitat és un dret humà fonamental:
|
||||
|
||||
- Organic Maps és un projecte independent, comunitari i obert
|
||||
- Protegim la vostra privadesa de la mirada espia de les grans tecnològiques
|
||||
- Utilització segura sense importar on sou
|
||||
- Protegim la seva privacitat dels ulls espies de les grans tecnològiques
|
||||
- Mantingui's fora de perill sense importar on estigui
|
||||
|
||||
Rebutgeu la vigilància. Assumiu la vostra llibertat.
|
||||
Rebutgi la vigilància. Assumeixi la seva llibertat.
|
||||
|
||||
**[Proveu l'Organic Maps!](#install)**
|
||||
**[¡Provi Organic Maps!](#install)**
|
||||
|
||||
## Qui paga per l'aplicació gratuïta?
|
||||
|
||||
L'aplicació és gratuïta per a tothom. Si us plau,
|
||||
[doneu](@/donate/index.ca.md) per a ajudar-nos!
|
||||
L'aplicació és gratuïta per a tothom. Si us plau
|
||||
[donar](@/donate/index.ca.md) per a donar-nos suport!
|
||||
|
||||
Per a fer un donatiu immediatament, feu clic a la icona del mètode de
|
||||
pagament preferit:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Els nostres socis:
|
||||
### Els nostres patrocinadors
|
||||
|
||||
El proveïdor [Mythic Beasts](https://www.mythic-beasts.com/) [ens
|
||||
aporta][mythic_beasts_donation] dos servidors virtuals amb 400 TB/mes
|
||||
|
@ -106,26 +107,26 @@ actualitzacions i descàrregues dels mapes.
|
|||
## Comunitat
|
||||
|
||||
Organic Maps és un [programa lliure][github] disponible en virtut de la
|
||||
Llicència Apache 2.0.
|
||||
Llicència Apatxe 2.0.
|
||||
|
||||
- Uniu-vos al nostre programa beta i suggeriu funcionalitats o informeu
|
||||
- Uneix-te al nostre programa beta per a suggerir funcionalitats i informar
|
||||
d'errors:
|
||||
* [Beta d'iOS (TestFlight)][testflight]
|
||||
* [Beta d'Android (Firebase)][firebase]
|
||||
* [Beta de iOS (TestFlight)][testflight]
|
||||
* [Beta de Android (Firebase)][firebase]
|
||||
* [Beta de PC Linux (Flatpak)][flatpak]
|
||||
* [Beta de PC Linux (paquets)][repology]
|
||||
- Informeu d'errors o problemes mitjançant el [rastrejador d'errors][issues]
|
||||
o [enviant-nos un correu electrònic][email].
|
||||
- [Debateu][ideas] idees o proposeu característiques.
|
||||
- Uniu-vos al nostre [canal del Telegram][telegram] o al [Matrix][matrix]
|
||||
per a estar al dia.
|
||||
- Uniu-vos al nostre [grup del Telegram][telegram_chat] i converseu amb
|
||||
* [Beta de PC Linux (paquetes)][repology]
|
||||
- Informi d'errors o problemes en el [rastrejador d'errors][issues] o
|
||||
[enviant-nos un correu electrònic][email].
|
||||
- [Debati][ideas] idees o proposa sol·licituds de funcions.
|
||||
- Subscriu-te al nostre [canal de Telegram][telegram] o al [espai
|
||||
matriu][matrix] per a estar al dia.
|
||||
- Uneix-te al nostre [grup de Telegram][telegram_chat] per a parlar amb
|
||||
altres usuaris.
|
||||
- Visiteu el nostre [GitHub][github].
|
||||
- Seguiu les nostres novetats al [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit] i
|
||||
[LinkedIn][LinkedIn].
|
||||
- Visiteu la nostra [pàgina al GitHub][github].
|
||||
- Segueix les nostres novetats en [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit] i [LinkedIn][LinkedIn].
|
||||
|
||||
[fork]: https://ca.wikipedia.org/wiki/Fork
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
||||
|
|
|
@ -110,4 +110,4 @@ Organic Maps is an [open-source software][github] licensed under the Apache Lice
|
|||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
||||
{{ references() }}
|
|
@ -15,7 +15,7 @@ weight: 10
|
|||
- لا إشعارات مزعجة
|
||||
- مفتوح المصدر
|
||||
|
||||
انقر على أيقونة طريقة الدفع المفضلة أدناه:
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
|
@ -50,7 +50,7 @@ weight: 10
|
|||
|
||||
## كيف تتبرع؟
|
||||
|
||||
انقر على أيقونة طريقة الدفع المفضلة أدناه:
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
description: "Els vostres diners paguen totes les despeses relacionades amb el projecte i ens motiven a millorar l’Organic Maps."
|
||||
extra:
|
||||
menu_title: "Feu una donació"
|
||||
menu_title: "Fes una donació"
|
||||
preview_image: donate/donate.png
|
||||
title: "Doneu per a ajudar al desenvolupament de l'Organic Maps"
|
||||
title: "Donar per a fer costat al desenvolupament d'Organic Maps"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
L'Organic Maps és _gratis per a tothom_ gràcies a les seves
|
||||
Organic Maps és _gratis per a tothom_ gràcies a les seves
|
||||
**[donacions][stripe]**:
|
||||
|
||||
- Sense anuncis
|
||||
|
@ -22,26 +22,27 @@ Feu clic a la icona de pagament preferit:
|
|||
|
||||
## Per què fer donatius a l’Organic Maps?
|
||||
|
||||
1. Depenem dels vostres donatius per a continuar amb la nostra missió de
|
||||
mantenir l'Organic Maps obert i gratuït. I lliure d'anuncis.
|
||||
1. Depenem dels seus donatius per a seguir amb la nostra missió de mantenir
|
||||
Organic Maps oberta i gratuïta. I lliure d'anuncis.
|
||||
2. Som un grup d'entusiastes contribuint en el nostre temps lliure, i
|
||||
gastant els diners de les nostres famílies en el projecte. Ens encanta el
|
||||
que fem, i estimem als nostres usuaris ❤️.
|
||||
3. Amb el vostre suport, volem convertir-nos en una millor versió de Google
|
||||
Maps, centrada en la privadesa.
|
||||
3. Amb el seu suport, volem convertir-nos en una millor versió de Google
|
||||
Maps, centrada en la privacitat.
|
||||
|
||||
## Per a què es faran servir els diners?
|
||||
|
||||
1. Paguem per servidors ràpids, perquè qualsevol persona pugui accedir a les
|
||||
actualitzacions de característiques dels mapes de forma ràpida i sense
|
||||
esperes. Són centenars de terabytes al mes, i la quantitat està creixent.
|
||||
1. Paguem per servidors ràpids, per la qual cosa qualsevol en el món pot
|
||||
descarregar actualitzacions de les característiques dels mapes ràpid i
|
||||
sense esperes. Són centenars de terabytes al mes, i la quantitat està
|
||||
creixent.
|
||||
2. L'assistència als usuaris, l'arranjament d'errors i la millora de
|
||||
l'estabilitat de l'aplicació són les nostres principals prioritats. Hi ha
|
||||
més de [1800 informes en GitHub][github issues], i aquest número creix
|
||||
cada dia. AppStore, Google Play i els correus d'atenció estan inundats
|
||||
amb comentaris i informes. Volem lliurar un producte de qualitat.
|
||||
3. Amb suficients diners, poden desenvolupar-se més ràpidament prestacions
|
||||
noves, com ara:
|
||||
noves, per exemple:
|
||||
- Actualitzacions setmanals i automatitzades dels mapes
|
||||
- Còpia de seguretat i sincronització dels llocs d’interès
|
||||
- Android Auto
|
||||
|
@ -49,9 +50,9 @@ Feu clic a la icona de pagament preferit:
|
|||
- Millors estils cartogràfics per a diferents activitats
|
||||
- Ombreig de pujols i terreny 3D
|
||||
- Millorar l'editor de OpenStreetMap
|
||||
- Millor cerca de direccions sense connexió, encaminament i navegació
|
||||
- Millor cerca de direccions sense connexió, enrutament i navegació
|
||||
- Transport públic
|
||||
- ... i [moltes altres][github issues] funcionalitats que vulgueu
|
||||
- ... i [moltes altres][github issues] funcionalitats que desitja
|
||||
|
||||
## Com donar?
|
||||
|
||||
|
@ -69,14 +70,14 @@ també pots fer donació una vegada.
|
|||
|
||||
### Criptomonedes
|
||||
|
||||
Si us plau, considereu fer donacions anuals per a reduir les quotes totals.
|
||||
Si us plau, considera fer donacions anuals per a reduir les quotes totals.
|
||||
|
||||
{{ crypto_table() }}
|
||||
|
||||
## Voleu ajudar-nos de cap altra forma?
|
||||
## Pots ajudar-nos d'alguna altra forma?
|
||||
|
||||
Perfecte! Hi ha diverses maneres d'ajudar a l'Organic Maps. Consulteu la
|
||||
pàgina [Suport](@/support-us/index.ca.md) per a més informació.
|
||||
Sí! Hi ha diverses maneres de fer costat a Organic Maps. Consulta la pàgina
|
||||
[Dona'ns suport](@/support-us/index.ca.md) per a més detalls.
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ «Donació amb Stripe»
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues «Informes al GitHub»
|
||||
[stripe]: https://donate.organicmaps.app/ "Donar via Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "Informes en GitHub"
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: How edits are uploaded on OpenStreetMap.org, how conflicts are resolved?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 150
|
||||
---
|
||||
|
||||
Organic Maps application stores POI changes locally till internet connection is available.
|
||||
You can make changes while offline. Edits are uploaded to [OpenStreetMap.org](https://osm.org) in background.
|
||||
|
||||
If there are edit conflicts ???
|
12
content/faq/how-to-add-intermediate-points/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Добавить промежуточные точки для обхода/объезда (как?)
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Routing"]
|
||||
|
||||
extra:
|
||||
order: 60
|
||||
---
|
||||
|
||||
???
|
BIN
content/faq/how-to-add-intermediate-route-points/add-stop.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
18
content/faq/how-to-add-intermediate-route-points/index.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: How to add intermediate route points?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Routing"]
|
||||
|
||||
extra:
|
||||
order: 20
|
||||
---
|
||||
|
||||
In route planning or routing mode pick a point on map and tap "Add Stop" button. New intermediate point would be added to the route.
|
||||
|
||||
<img src="/faq/routing/how-to-add-intermediate-route-points/add-stop.jpg" width="400px"/>
|
||||
|
||||
In routing mode you can search for gas stations, parking, food, stores and ATMs with search button
|
||||
|
||||
<img src="/faq/routing/how-to-add-intermediate-route-points/route-search.jpg" width="75px"/>
|
After Width: | Height: | Size: 23 KiB |
28
content/faq/how-to-build-a-route/index.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: How to build a route?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Routing"]
|
||||
|
||||
extra:
|
||||
order: 10
|
||||
---
|
||||
|
||||
Organic Maps can build a route for car trip, bycicle ride or foot walk.
|
||||
|
||||
Pick destination point with tap on a POI or by long tap on any place. Use "Route to" button to start route planning.
|
||||
|
||||
<img src="/faq/routing/how-to-build-a-route/route-to-button.jpg" width="400px"/>
|
||||
|
||||
|
||||
You can change route type from top menu:
|
||||
* Car
|
||||
* By foot
|
||||
* Metro
|
||||
* Bycicle
|
||||
* Ruller
|
||||
|
||||
<img src="/faq/routing/how-to-build-a-route/routing-types.jpg" width="400px"/>
|
||||
|
||||
Push "Start" to begin step-by-step routing.
|
BIN
content/faq/how-to-build-a-route/route-to-button.jpg
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
content/faq/how-to-build-a-route/routing-types.jpg
Normal file
After Width: | Height: | Size: 28 KiB |
12
content/faq/how-to-catch-gps-signal-from-satelites/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: How to catch GPS signal from satelites? How to tell if device got precise or rough position?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 100
|
||||
---
|
||||
|
||||
???
|
12
content/faq/how-to-deal-with-maps-download-errors/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: How to deal with maps download errors?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 130
|
||||
---
|
||||
|
||||
???
|
After Width: | Height: | Size: 81 KiB |
After Width: | Height: | Size: 109 KiB |
18
content/faq/how-to-edit-or-move-bookmarks/index.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: How to edit or move bookmarks?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Bookmarks"]
|
||||
|
||||
extra:
|
||||
order: 10
|
||||
---
|
||||
|
||||
To edit a bookmark use longtap menu or hit "Edit bookmark" when bookmark is selected on map.
|
||||
|
||||
<img src="/faq/bookmarks/how-to-edit-or-move-bookmarks/android-selected-bookmark.jpg" width="400"/>
|
||||
|
||||
You can change bookmark name, description, color, and folder. Don't forget to tap "Save".
|
||||
|
||||
<img src="/faq/bookmarks/how-to-edit-or-move-bookmarks/android-edit-bookmark.jpg" width="400"/>
|
BIN
content/faq/how-to-enable-logs/about-report-a-bug.png
Normal file
After Width: | Height: | Size: 88 KiB |
20
content/faq/how-to-enable-logs/index.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: How to enable logs?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Android"]
|
||||
|
||||
extra:
|
||||
order: 40
|
||||
---
|
||||
|
||||
If you want to report a bug then additional app logs could help locate a problem.
|
||||
To get useful logs go to "Settings → Enable logging". After that, do the action that reproduces the problem.
|
||||
|
||||
<img src="/faq/android/how-to-enable-logs/settings-enable-logging.png" style="width:100%; max-width:400px"/>
|
||||
|
||||
Finally, tap on the button with Organic Maps icon on main screen and press "Report a bug" button.
|
||||
Don't forget to disable logging after reporting.
|
||||
|
||||
<img src="/faq/android/how-to-enable-logs/about-report-a-bug.png" style="width:100%; max-width:400px"/>
|
BIN
content/faq/how-to-enable-logs/settings-enable-logging.png
Normal file
After Width: | Height: | Size: 64 KiB |
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: How to enable north up in navigation mode?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Routing"]
|
||||
|
||||
extra:
|
||||
order: 80
|
||||
---
|
||||
|
||||
<img src="/faq/map/what-does-icon-bellow-zoom-buttons-mean/location-icon-4.png" width="75px"/>
|
||||
|
||||
Press triangle icon to rotate map north up. Press again to get perspective view.
|
BIN
content/faq/how-to-enable-route-aviodance-rules/avoidance.jpg
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
content/faq/how-to-enable-route-aviodance-rules/define-roads.jpg
Normal file
After Width: | Height: | Size: 63 KiB |
20
content/faq/how-to-enable-route-aviodance-rules/index.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: How to enable route aviodance rules?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Routing"]
|
||||
|
||||
extra:
|
||||
order: 50
|
||||
---
|
||||
|
||||
Go to Settings → Routing options and select types of road you want to avoid:
|
||||
|
||||
<img src="/faq/routing/how-to-enable-route-aviodance-rules/avoidance.jpg" width="400px"/>
|
||||
|
||||
If you want to avoid unpaved roads pick selector near "Unpaved roads" as on screenshot.
|
||||
|
||||
If Organic Maps builds a route with some avoidable roads you will see button "Define roads to avoid" for quick setup.
|
||||
|
||||
<img src="/faq/routing/how-to-enable-route-aviodance-rules/define-roads.jpg" width="400px"/>
|
16
content/faq/how-to-find-bookmarks-and-tracks-files/index.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: How to find bookmarks and tracks files on phone?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Bookmarks"]
|
||||
|
||||
extra:
|
||||
order: 70
|
||||
---
|
||||
|
||||
Bookmarks and tracks are stored in private app folder and are not accessible from 3rd party apps.
|
||||
|
||||
On iOS, you can access these files on iPhone/iPad from desktop using iTunes app.
|
||||
|
||||
On Android device with Root enabled you can find bookmarks in `/data/data/app.organicmaps`.
|
16
content/faq/how-to-get-map-legend/index.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: How to get map legend?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 20
|
||||
---
|
||||
|
||||
<img src="/faq/map/how-to-get-map-legend/legend.jpg" width="400px"/>
|
||||
|
||||
Use long tap on any object to get it's type and name.
|
||||
You can find road type or forest kind in the bottom panel.
|
||||
By the way you search objects by type also.
|
BIN
content/faq/how-to-get-map-legend/legend.jpg
Normal file
After Width: | Height: | Size: 130 KiB |
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: How to get my coordinates, speed, and altitude?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 60
|
||||
---
|
||||
|
||||
<img src="/faq/map/how-to-get-my-coordinates-speed-and-altitude/my-position.jpg" width="400px"/>
|
||||
|
||||
Tap on blue arrow indicating your position to see GPS coordinates, speed, and height above mean sea level.
|
||||
Push share button to give you coordinates to friends.
|
After Width: | Height: | Size: 130 KiB |
BIN
content/faq/how-to-import-gpx-track/android-share-1.jpg
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
content/faq/how-to-import-gpx-track/android-share-2.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
18
content/faq/how-to-import-gpx-track/index.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: How to import GPX track on Android and iOS?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Bookmarks"]
|
||||
|
||||
extra:
|
||||
order: 40
|
||||
---
|
||||
|
||||
If you received GPX file in email, messenger, or cloud drive you can import it directly to Organic Maps app.
|
||||
|
||||
On iOS tap on GPX file and press Share button: <img src="/faq/bookmarks/how-to-import-gpx-track/ios-share.png" width="50px"/>. Then select Organic Maps to open the file.
|
||||
|
||||
On Android tap on received GPX file to see Share menu. Select Organic Maps to import the file.
|
||||
|
||||
<img src="/faq/bookmarks/how-to-import-gpx-track/android-share-1.jpg" width="200px"/> <img src="/faq/bookmarks/how-to-import-gpx-track/android-share-2.jpg" width="200px"/>
|
BIN
content/faq/how-to-import-gpx-track/ios-share.png
Normal file
After Width: | Height: | Size: 5 KiB |
After Width: | Height: | Size: 116 KiB |
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: How to import multiple bookmarks on Android?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Bookmarks"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
<img src="/faq/bookmarks/how-to-import-multiple-bookmarks-on-android/android-import-bookmarks.jpg" width="400px"/>
|
||||
|
||||
Push "Import Bookmarks and tracks" button. Choose folder on your phone with KML/KMZ/GPX files. Organic Maps will scan picked folder and import all bookmarks and tracks.
|
BIN
content/faq/how-to-make-changes-to-the-map/edit-button.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
14
content/faq/how-to-make-changes-to-the-map/index.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: How to make changes to the map?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 140
|
||||
---
|
||||
|
||||
<img src="/faq/map/how-to-make-changes-to-the-map/edit-button.jpg" width="400px"/>
|
||||
|
||||
Organic Maps works with map data from [OpenStreetMap.org](https://osm.org) project. You can improve place details using "Edit Place" button. To make your changes publicly available you need an account on [OpenStreetMap.org](https://osm.org). If you want to change POI position, or clarify footway, or add buildings and bridges, please use [OpenStreetMap.org](https://osm.org) site with powerful editing tools.
|
16
content/faq/how-to-make-sure-i-have-latest-app/index.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: How to make sure I have latest application installed and up-to-date maps?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 120
|
||||
---
|
||||
|
||||
First make sure you installed updated app from [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], or [Huawei AppGallery][appgallery]. If maps data is outdated you will see red dot. Please download latest maps from menu.
|
||||
|
||||
<img src="/faq/map/how-to-make-sure-i-have-latest-app/ios-data-updates.png" width="400px"/>
|
||||
|
||||
{{ references() }}
|
After Width: | Height: | Size: 13 KiB |
13
content/faq/how-to-maximize-map/index.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: How to maximize map?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
Perform single tap on empty space to hide app interface and get fullscreen map.
|
||||
Tap on the map again to get UI back.
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: How to measure distances with Organic Maps? Is there a ruler?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Routing"]
|
||||
|
||||
extra:
|
||||
order: 70
|
||||
---
|
||||
|
||||
To measure distance from your current position to some object pick that object on map, tap "Route to" button, and select Ruler route type:
|
||||
|
||||
<img src="/faq/routing/how-to-measure-distances-with-organic-maps/ruler-type.jpg" width="400px"/>
|
||||
|
||||
With ruler enabled tap anywhere on map to continue polyline.
|
||||
|
||||
<img src="/faq/routing/how-to-measure-distances-with-organic-maps/ruler-line.jpg" width="400px"/>
|
||||
|
||||
You can choose any start point with "Route from" button.
|
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 33 KiB |
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: How to move imported track to another folder?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Bookmarks"]
|
||||
|
||||
extra:
|
||||
order: 50
|
||||
---
|
||||
|
||||
On Android : ???
|
||||
|
||||
On iOS : ???
|
14
content/faq/how-to-remove-bookmark-or-track/index.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: How to remove bookmark or track?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Bookmarks"]
|
||||
|
||||
extra:
|
||||
order: 20
|
||||
---
|
||||
|
||||
On Android you can remove bookmark from the bookmarks list using longtap menu.
|
||||
|
||||
On iOS: ???
|
15
content/faq/how-to-send-a-bugreport/index.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: How to send up a bugreport?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["General"]
|
||||
|
||||
extra:
|
||||
order: 60
|
||||
---
|
||||
|
||||
Report bugs or issues to [the issue tracker][issues] or [email us][email]. You can submit feedback directly from app.
|
||||
Just click icon with "?" on iOS or with green Organic Maps icon on Android. You'll find "Report a bug" button there.
|
||||
|
||||
{{ references() }}
|
18
content/faq/how-to-use-long-tap/index.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: How to use Long Tap?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 10
|
||||
---
|
||||
|
||||
You can do a lot of things in the app using long tap:
|
||||
|
||||
- Add markers
|
||||
- Copy place details such as name, address, links, coordinates, etc
|
||||
- Add route points
|
||||
|
||||
Try long tap in Organic Maps to discover hidden features.
|
14
content/faq/how-to-use-search/index.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: How to use search?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 180
|
||||
---
|
||||
|
||||
You can search places, addresses, cities, sites and many other interests. Organic Maps looks not only by name but by type. You can find nearest drinking water, bicycle parking, bookstore or cave from search field.
|
||||
|
||||
Organic Maps can search by coordinates in many formats: `41.9142, 12.4849`, `N 41° 54' 51.12" E 12° 29' 5.639"`, `33T 291418 4643309` (UTM).
|
19
content/faq/how-to-zoom-in-zoom-out-with-one-hand/index.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: How to zoom in/zoom out with one hand?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 50
|
||||
---
|
||||
|
||||
<video width="300px" controls="enabled">
|
||||
<source src="/faq/map/how-to-zoom-in-zoom-out-with-one-hand/one-finger-zoom-Mauritius.mp4" type="video/mp4"/>
|
||||
(Your browser does not support the video tag.)
|
||||
</video>
|
||||
|
||||
Tap twice on map and on the second tap just slide your finger up and down to zoom in and zoom out respectively.
|
||||
|
||||
This gesture works on Android and iOS and not only in Organic Maps.
|
13
content/faq/index.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "F.A.Q."
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
weight: 1000
|
||||
|
||||
extra:
|
||||
menu_title: F.A.Q.
|
||||
|
||||
sort_by: weight
|
||||
---
|
||||
|
||||
### This page is replaced with taxonomy "faq" from templates/faq/list.html template
|
||||
This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q.
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: Location arrow points to wrong direction. How to fix?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Routing"]
|
||||
|
||||
extra:
|
||||
order: 100
|
||||
---
|
||||
|
||||
Probably you have problem with compass sensor.
|
||||
|
||||
To improve compass use callibration moves according to [instruction](https://www.youtube.com/watch?v=-Uq7AmSAjt8).
|
12
content/faq/project-history/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Project history
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["General"]
|
||||
|
||||
extra:
|
||||
order: 10
|
||||
---
|
||||
|
||||
???
|
83
content/faq/tts/tts.md
Normal file
|
@ -0,0 +1,83 @@
|
|||
---
|
||||
title: Text-to-Speech on Android
|
||||
description: Guide on how to make TTS work on Android
|
||||
|
||||
taxonomies:
|
||||
faq: ["TTS"]
|
||||
|
||||
extra:
|
||||
order: 10
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
||||
Organic Maps uses the system text-to-speech (TTS) engine for voice instructions. The default engines vary by device. The choices can include Google Text-to Speech, device manufacturer's engine or a third-party one.
|
||||
|
||||
The official recommendation from Organic Maps is [RHVoice](https://rhvoice.org/), which is a free and open source speech engine that can be downloaded from [Google Play](https://play.google.com/store/apps/details?id=com.github.olga_yakovleva.rhvoice.android) and [F-Droid](https://f-droid.org/en/packages/com.github.olga_yakovleva.rhvoice.android/).
|
||||
|
||||
## Instructions
|
||||
|
||||
- Open the Settings app on your Android device.
|
||||
- Select Additional Settings and then select Accessibility.
|
||||
- Choose your preferred engine, speech rate and pitch.
|
||||
|
||||
If you cannot find the relevant setting, open the settings app and search for Text-to-speech.
|
||||
|
||||
P.S: Do note that these steps will vary based on the phone brand you are using.
|
||||
|
||||
Said options may not appear if you don't have a TTS already installed on your device. Please refer to the table below to install any one of them that supports your native language.
|
||||
|
||||
## Screenshots
|
||||
|
||||
| | | |
|
||||
| ----------- | ----------- | ----------- |
|
||||
| <img src='/images/screenshots/tts_config_1.jpg' width='400' alt='Screenshot 1'> | <img src='/images/screenshots/tts_config_2.jpg' width='400' alt='Screenshot 2'> | <img src='/images/screenshots/tts_config_3.jpg' width='400' alt='Screenshot 3'> |
|
||||
|
||||
## Engines
|
||||
|
||||
Below is a comprehensive list showing several engines and the languages they support (download links can be found after the table):
|
||||
|
||||
{{ tts_table() }}
|
||||
|
||||
## Downloads
|
||||
|
||||
- [Acapela Voices TTS](https://play.google.com/store/apps/details?id=com.acapelagroup.android.tts)
|
||||
- [Amazon Ivona TTS](https://apkpure.com/ivona-text-to-speech-hq/com.ivona.tts/download)
|
||||
- [eSpeak TTS](https://f-droid.org/en/packages/com.reecedunn.espeak/)
|
||||
- [Google Speech Services](https://play.google.com/store/apps/details?id=com.google.android.tts)
|
||||
- [RHVoice TTS (Recommended)](https://play.google.com/store/apps/details?id=com.github.olga_yakovleva.rhvoice.android)
|
||||
- [Vocalizer (Code Factory)](https://play.google.com/store/apps/details?id=es.codefactory.vocalizertts)
|
||||
- [Vocalizer 2 (Nuance)](https://nvda.ru/sintezatory-rechi-vocalizer-expressive2-dlja-nvda#)
|
||||
- [Yandex SpeechKit TTS](https://4pda.to/forum/index.php?showtopic=200728&st=4200#download)
|
||||
|
||||
## Workarounds
|
||||
|
||||
If you’re having trouble initializing the RHVoice TTS engine on LineageOS or other custom ROMs, try this workaround. RHVoice may not initialize properly and the app may crash, especially if you haven’t used any TTS engine on your phone before (e.g., new installation, factory reset, etc.). If you’re using a custom ROM like LineageOS <ins>without Google Play services and Speech Services by Google</ins>, and you want to use RHVoice as your preferred TTS engine, follow the instructions below as a workaround:
|
||||
|
||||
- Install the [eSpeak TTS engine](https://f-droid.org/en/packages/com.reecedunn.espeak) available on F-Droid
|
||||
|
||||
- Set it as the preferred system engine
|
||||
|
||||
- Go to LineageOS main **Settings**.
|
||||
|
||||
- Scroll down to **Accessibility**.
|
||||
|
||||
- Select **text-to-speech output** and **Preferred engine** (left side) and make sure **eSpeak** is selected.
|
||||
|
||||
- Go back and press **play** to see if it is working
|
||||
|
||||
- Install [RHVoice](https://f-droid.org/en/packages/com.github.olga_yakovleva.rhvoice.android/) available on F-droid.
|
||||
|
||||
- Open it, select the language you want to use, tap on the cloud icon (far left) to download voices.
|
||||
|
||||
- Press play button to verify if it is working
|
||||
|
||||
- Set **RHVoice** as preferred engine (see step 2)
|
||||
|
||||
- Now, you should be able to use RHVoice without any problems
|
||||
|
||||
## Testing
|
||||
|
||||
In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-To-Speech)" in OM "Settings → Voice Instructions" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still.
|
||||
|
||||
<img src='/images/screenshots/tts_test.png' style='width:100%; max-width:400px' alt='Screenshot TTS Test'>
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: What Android version can run Organic Maps?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Android"]
|
||||
|
||||
extra:
|
||||
order: 10
|
||||
---
|
||||
|
||||
You need at least Android 5 to run the app. Devices with later Android versions can run Organic Maps.
|
||||
|
||||
Organic Maps can work on devices with Google Services installed and without Google support.
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: What are the advantages of OM compared to other maps?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["General"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
Organic Maps is focused on speed, privacy, battery efficiency and minimization of network utilization.
|
||||
You can use offline map for navigation in places far from civilization or in cities with complex traffic network.
|
||||
Also compare our [privacy policy](/privacy) with other maps apps. Tell your friends about the difference.
|
16
content/faq/what-are-secret-search-queries/index.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: What are secret search queries?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 190
|
||||
---
|
||||
|
||||
`?vulkan`, `?gl` - ???
|
||||
|
||||
`?edits` - will show changes you made lately and its status. You can see if changes are already uploaded to [OpenStreetMap.org](https://osm.org) or there were any problems?
|
||||
|
||||
See [documentation](https://github.com/organicmaps/organicmaps/blob/master/docs/DEBUG_COMMANDS.md) for the full list of commands.
|
After Width: | Height: | Size: 87 KiB |
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: What does gray circle around my position mean?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 70
|
||||
---
|
||||
|
||||
<img src="/faq/map/what-does-gray-circle-around-my-position-mean/grey-circle.jpg" width="400px"/>
|
||||
|
||||
GPS sensors have accuracy rate. Gray circle indicates this accuracy. Your actual position is somewhere inside this circle.
|
||||
Accuracy degrade inside buildings, near steal constructions or radiation sources.
|
||||
To improve GPS precision go outside to be under clear sky.
|
||||
Enabling [Google Location Accuracy](https://support.google.com/maps/answer/2839911?co=GENIE.Platform%3DAndroid) on Android improves precision significantly.
|
18
content/faq/what-does-icon-bellow-zoom-buttons-mean/index.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: What does icon bellow zoom buttons mean?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 90
|
||||
---
|
||||
|
||||
| Icon | Meaning |
|
||||
|------------------------------------------------------------------------------------------------| ------- |
|
||||
| <img src="/faq/map/what-does-icon-bellow-zoom-buttons-mean/location-icon-1.png" width="75px"/> | Location search is not initiated |
|
||||
| <img src="/faq/map/what-does-icon-bellow-zoom-buttons-mean/location-icon-2.png" width="75px"/> | App is looking for location |
|
||||
| <img src="/faq/map/what-does-icon-bellow-zoom-buttons-mean/location-icon-3.png" width="75px"/> | Current position is found. Map is centered on current position and oriented to North. |
|
||||
| <img src="/faq/map/what-does-icon-bellow-zoom-buttons-mean/location-icon-4.png" width="75px"/> | Map is centered on current position and rotates according to device compass. |
|
||||
|
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 12 KiB |
16
content/faq/what-gestures-does-organic-maps-support/index.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: What gestures does Organic Maps support?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 40
|
||||
---
|
||||
|
||||
(On iOS and iPadOS) Tap and hold on zoom buttons then drag up or down to zoom.
|
||||
|
||||
Use double tap to zoom in.
|
||||
|
||||
You can rotate, pan and zoom map with two fingers gestures.
|
12
content/faq/what-if-app-crashes-on-start/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: What if app crashes on start?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Android"]
|
||||
|
||||
extra:
|
||||
order: 50
|
||||
---
|
||||
|
||||
You need to enable Android WebView component.
|
12
content/faq/what-ios-version-can-run-organic-maps/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: What iOS version can run Organic Maps?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["iOS"]
|
||||
|
||||
extra:
|
||||
order: 10
|
||||
---
|
||||
|
||||
Organic Maps runs on devices with iOS/iPadOS 12+.
|
After Width: | Height: | Size: 78 KiB |
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: What is the purpose of little blue arrow?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 80
|
||||
---
|
||||
|
||||
<img src="/faq/map/what-is-the-purpose-of-little-blue-arrow/blue-arrow.jpg" width="400px"/>
|
||||
|
||||
This arrow shows direction and distance from your location to selected POI. You should enable location to see it.
|
||||
Pressing this button gets fullscreen indicator of orientation and distance.
|
||||
You can use it for azimuth navigation if step-by-step routing is not possible for some reason.
|
12
content/faq/what-is-your-product-roadmap/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: What is your product roadmap?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["General"]
|
||||
|
||||
extra:
|
||||
order: 50
|
||||
---
|
||||
|
||||
Crunch till the end of our days!!
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: What would happen with my bookmarks and tracks after uninstalling app?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Bookmarks"]
|
||||
|
||||
extra:
|
||||
order: 60
|
||||
---
|
||||
|
||||
All you tracks and bookmarks are removed from device when Organic Maps is uninstalled. Please backup your bookmarks and tracks using export button.
|
||||
|
||||
Cloud bookmarks backup and sync is planned in future releases.
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: What's the difference between F-Droid and Google Play versions of the app?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Android"]
|
||||
|
||||
extra:
|
||||
order: 20
|
||||
---
|
||||
|
||||
[F-Droid](https://f-droid.org/) version comes without [Google Play Services](https://en.wikipedia.org/wiki/Google_Play_Services). These Services improve location accuracy using nearest cell towers and wifi hotspots if internet connection is available. F-Droid version uses only device GPS sensor.
|
||||
|
||||
With Organic Maps from Google Play you can disable Google Play Services for location search in app settings.
|
17
content/faq/where-to-read-latest-news-updates/index.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: Where to read latest news updates?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["General"]
|
||||
|
||||
extra:
|
||||
order: 70
|
||||
---
|
||||
|
||||
- Subscribe to our [Telegram Channel][telegram] or to the [matrix space][matrix] for updates.
|
||||
- Join our [Telegram Group][telegram_chat] to discuss with other users.
|
||||
- Visit our [GitHub page][github].
|
||||
- Follow our updates in [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
|
||||
{{ references() }}
|
19
content/faq/who-is-working-on-the-project/index.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: Who is working on the project?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["General"]
|
||||
|
||||
extra:
|
||||
order: 20
|
||||
---
|
||||
|
||||
Core team consists of:
|
||||
* Alexander Borsuk
|
||||
* Konstantin Pastbin
|
||||
* Viktor Govako
|
||||
* Roman Tsisyk
|
||||
|
||||
Also contributors from around the world help with new features, bugfixing, testing, graphical design and translations.
|
||||
|
12
content/faq/who-moderates-changes/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Who moderates changes?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 160
|
||||
---
|
||||
|
||||
???
|
12
content/faq/why-carplay-is-always-dark/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Why CarPlay is always dark?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["iOS"]
|
||||
|
||||
extra:
|
||||
order: 20
|
||||
---
|
||||
|
||||
Check your CarPlay settings (NOT Organic Maps settings) when the device is connected, and select "auto" instead of "always dark".
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: Why do I see blue circle instead of an arrow indicating my position?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 110
|
||||
---
|
||||
|
||||
Tablets don't have compass sensor that's why circle is drawn instead of directed arrow.
|
||||
You can find your model on [gsmarena.com](https://www.gsmarena.com) to see if compass is present.
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: Why "Edit place" button is disabled or hidden?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Map"]
|
||||
|
||||
extra:
|
||||
order: 170
|
||||
---
|
||||
|
||||
If your maps data is more than 2 month then edit button is unavailable.
|
||||
Please install latest app and download up-to-date maps to enable editting.
|
14
content/faq/why-map-rotates-around-my-position/index.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: Why map rotates around my position?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Routing"]
|
||||
|
||||
extra:
|
||||
order: 90
|
||||
---
|
||||
|
||||
The reason could be magnet on your phone case or radiation source near the phone. It could interfere compass sensor.
|
||||
|
||||
To improve compass use callibration moves according to [instruction](https://www.youtube.com/watch?v=-Uq7AmSAjt8).
|
14
content/faq/why-organic-maps-builds-crooked-route/index.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: Why Organic Maps builds crooked route?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Routing"]
|
||||
|
||||
extra:
|
||||
order: 40
|
||||
---
|
||||
|
||||
This could happen if map is outdated. We work on routing constantly. Please update the app regularly.
|
||||
|
||||
Sometimes near country or region borders route could be unoptimal. This is known issue.
|
19
content/faq/why-organic-maps-is-slow-on-my-device/index.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: Why Organic Maps is slow on my device, UI is laggy, and it crashes randomly?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Android"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
Most likely you configured to store maps data on SD card. Usually switchable SD cards in Android phones are slow and unreliable.
|
||||
|
||||
Change Organic Maps config to store maps data in internal storage. Open Settings → Save maps to → Internal private storage.
|
||||
|
||||
<img src="/faq/android/why-organic-maps-is-slow-on-my-device/settings-save-map-to.png" style="width:100%; max-width:400px"/>
|
||||
|
||||
Or you can replace SD card with faster one to improve map performance.
|
||||
|
After Width: | Height: | Size: 64 KiB |
12
content/faq/why-osm-route-are-truthful/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Почему маршруты в ОМ честные и отличаются от других приложений?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Routing"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
???
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Why you should always update app to the latest version?
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
|
||||
taxonomies:
|
||||
faq: ["General"]
|
||||
|
||||
extra:
|
||||
order: 40
|
||||
---
|
||||
|
||||
We constantly work on improvements and fixing bugs. New map data is distributed only with regular application updates.
|
Before Width: | Height: | Size: 165 KiB |
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: "Un artículo sobre Organic Maps en español."
|
||||
date: 2023-09-28T19:27:52+00:00
|
||||
slug: "nuestra-piscina-espanola"
|
||||
---
|
||||
|
||||
[Nuestra piscina española](https://www.elespanol.com/elandroidelibre/aplicaciones/20230909/adios-google-maps-wikiloc-organic-avanzada-apps-mapas-no-necesita-conexion/792421133%5F0.html) :)
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
date: 2023-09-28
|
||||
sort_by: date
|
||||
---
|
Before Width: | Height: | Size: 243 KiB |
Before Width: | Height: | Size: 216 KiB |
|
@ -1,58 +0,0 @@
|
|||
---
|
||||
title: "Organic Crowdfunding and the September update"
|
||||
date: 2023-09-30T22:50:03+00:00
|
||||
slug: "organic-maps-crowdfunding-and-september-update"
|
||||
---
|
||||
|
||||
A short announcement before the details about the September Organic Maps release.
|
||||
We are looking for volunteers to help us in different areas. A lot of interesting and challenging work (did you already check [1800+ issues on Github](https://github.com/organicmaps/organicmaps/issues/)? 💪) awaits on the open-source, community-built road to the best, fastest 🚀, easy-to-use 👴 👵 🧒, and privacy-focused maps. Want to [help us ](https://organicmaps.app/support-us/)with the app and website development, marketing, PR, financing, user support, or in any other way? Say hello@organicmaps.app.
|
||||
|
||||
If we get enough money, we can significantly speed up the development by hiring a full-time team and rewarding the most active contributors. If we get more users, we get more donations. [Donate](https://organicmaps.app/donate/) and spread the word 💸! Let's call it **Organic Crowdfunding** 💰
|
||||
|
||||
Several new features are available in the September update. You can easily measure distance and build straight-line routes in the same way as you are building other routes, and even simpler, with a single tap! We called it Helicopter Routing but then decided to rename into the Ruler to avoid confusion.
|
||||
Another new Android feature is background voice directions. Now Organic Maps can talk with you from your pocket 🙂
|
||||
|
||||
* New OSM maps data as of September 20
|
||||
* Added new route type "Ruler" (aka Helicopter Routing) to measure straight distances quickly, many thanks to Sergiy [@strump](https://github.com/strump) for bringing it to life!
|
||||
* Set decimal and grouping separators depending on the system locale, thanks to Gonzalo [@gpesquero](https://github.com/gpesquero)
|
||||
* Removed annoying zoom in route planning mode
|
||||
* Parking entrances are searchable now
|
||||
* Improved street matching and results relevance (thanks to Viktar [@vng](https://github.com/vng) for all search improvements!)
|
||||
* Search for grocery and houseware
|
||||
* Caves can be added in the Editor
|
||||
* Improved Arabic, Polish, and Spanish translations
|
||||
|
||||
Android
|
||||
* Background voice and directions, thanks to Roman [@rtsisyk](https://github.com/rtsisyk)
|
||||
* Fixed "Wait..." dialog on startup on Android 13 with many downloaded maps on SD card (thanks to Viktar again!)
|
||||
* Fixed distance on the route preview panel (thanks to Sergiy again!)
|
||||
* Fixed the blue arrow icon on the location button on Android 5 and 6 devices, thanks to Michał [@RicoElectrico](https://github.com/RicoElectrico)
|
||||
* Voice test in the settings menu (again, thanks to Gonzalo!)
|
||||
* Fixed backurl API parameter
|
||||
* Do not pause music when the screen is rotated (credits to Roman again!)
|
||||
* Fixed bug with the invisible color of imported GPX tracks
|
||||
|
||||
iOS
|
||||
* Fixed Open/Closed shown sometimes in gray color
|
||||
|
||||
Ferenc [@Ferenc-](https://github.com/Ferenc-) made Linux improvements:
|
||||
* Add positioning support via GeoClue2
|
||||
* Use OpenGL ES 3.0 instead of desktop OpenGL
|
||||
|
||||
Map styling was done mostly by Konstantin [@pastk](https://github.com/pastk), David [@dvdmrtnz](https://github.com/dvdmrtnz), Harry [@RedAuburn](https://github.com/RedAuburn), and [@map-per](https://github.com/map-per):
|
||||
* New or updated icons for factory, winery, bookcase, library, brothel, bicycle repair station, bicycle rental, bicycle parking, sauna, lottery, bookmaker, massage, sewing, books, underground parking, disabled parking space, gate, excrement bags vending, wholesale shop, outdoor seating, handicraft, grinding mill, caterer, HVAC, key cutter and locksmith. That's a long list, huh?
|
||||
* Added vehicle inspection, public bath, strip club, gambling, cycle barrier, waterways (drain, ditch, moat, wastewater), aquarium, assembly point, adult gaming center, amusement arcade, Mormon churches, visitor center, industrial mine, historical objects (cannon, anchor, stone, aircraft, tank, mine, wreck, locomotive). Even longer list!
|
||||
* Added bridges and tunnels rendering for cycleways, footways, paths, tracks, bridleways, steps
|
||||
* Render barrier=ditch differently from waterway=ditch
|
||||
* Reduced priorities of river names (and of other lower-importance lines) in navigation mode
|
||||
* Tuned road names and road shield priorities
|
||||
* Fixed icons display for parking buildings
|
||||
* Reduced visibility of minor and private parking icons, removed area fill for underground parking
|
||||
* Reduced fire hydrants visibility
|
||||
* Display house numbers above icons and main POI captions, and don’t display house numbers for buildings that are too small for the current zoom level
|
||||
* Don't display star icons for squares
|
||||
* Fine-tune house numbers font and drawing priority
|
||||
* Added highway-pedestrian, bridleway, and cycleway lines for detailed zooms (z18-) in navigation mode
|
||||
* Pedestrian tunnels are not visible in navigation mode
|
||||
|
||||
We are infinitely grateful to everyone who [helps us](https://organicmaps.app/support-us/) and [donates](https://organicmaps.app/donate/). Organic Maps would not be possible without our users and our contributors ♥️ 🙏 🤟
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
date: 2023-09-30
|
||||
sort_by: date
|
||||
---
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: "Organic Maps shares the 5th and 6th place on the list of most popular OSM editors together with Rapid"
|
||||
date: 2023-10-19T10:56:17+00:00
|
||||
slug: "organic-maps-shares-the-5th-and-6th-place-on-the-list-of-most-popular-osm-editors-together-with-rapid"
|
||||
---
|
||||
|
||||
Organic Maps [shares the 5th and 6th place](https://wiki.openstreetmap.org/wiki/Editor%5Fusage%5Fstats#by%5Fnumber%5Fof%5Fusers%5F%28distinct%5Fuids%29) on the list of most popular OSM editors together with Rapid!
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
date: 2023-10-19
|
||||
sort_by: date
|
||||
---
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
description: "Seguiu les novetats de l'Organic Maps, notícies i actualitzacions del nostre equip"
|
||||
description: "Segueix les últimes novetats de Organic Maps, notícies i actualitzacions del nostre equip."
|
||||
extra:
|
||||
menu_title: Notícies
|
||||
page_template: news_post.html
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
---
|
||||
description: "Sense rastrejament, anuncis, recopilació de dades i estadístiques o programari espia"
|
||||
extra:
|
||||
menu_title: Privadesa
|
||||
title: "Organic Maps: Política de Privadesa"
|
||||
menu_title: Privacitat
|
||||
title: "Organic Maps: Política de Privacitat"
|
||||
weight: 900
|
||||
---
|
||||
|
||||
Organic Maps respecta la vostra privadesa i NO US RASTREJA.
|
||||
Organic Maps respecta la vostra privacitat i NO US RASTREJA.
|
||||
|
||||
A diferència d'altres aplicacions, a l'Organic Maps no hi ha rastrejadors,
|
||||
anuncis o programes espia, ni recol·lecció de dades o estadístiques.
|
||||
A diferència d'altres aplicacions, no hi ha rastrejadors, ni anuncis, ni
|
||||
programes espia, ni recol·lecció de dades i estadístiques en Organic Maps.
|
||||
|
||||
Rebutgeu la vigilància. Assumiu la vostra llibertat.
|
||||
Rebutgi la vigilància. Assumeixi la seva llibertat.
|
||||
|
||||
Allunyeu-vos de les mirades indiscretes de les grans tecnològiques!
|
||||
Allunya't de les mirades indiscretes de les grans tecnològiques !
|
||||
|
||||
Si teniu cap dubte o suggeriment, contacteu (en anglès) amb nosaltres a
|
||||
Si tens preguntes o suggeriments, posa't en contacte amb nosaltres en
|
||||
[legal@organicmaps.app](mailto:legal@organicmaps.app).
|
||||
|
||||
<sub>Aquesta normativa és efectiva des del 24/04/2021.</sub>
|
||||
|
|