forked from organicmaps/website
Compare commits
76 commits
master
...
preprod-fa
Author | SHA1 | Date | |
---|---|---|---|
|
ec3b22e7d1 | ||
|
95381f4426 | ||
|
f19839409f | ||
|
182be99168 | ||
|
c3c6134e15 | ||
|
1abba1533f | ||
|
34044eb510 | ||
|
e579f52ef5 | ||
|
62b735862b | ||
|
e8cd7e29ed | ||
|
bdd8d9ee33 | ||
|
d8525e378b | ||
|
546f79c547 | ||
|
1a85ba1cd2 | ||
|
084981c959 | ||
|
7558d58dd9 | ||
|
50dc9b32bf | ||
|
b52f221790 | ||
|
8a232100a8 | ||
|
69f068b23f | ||
|
082f52c1f6 | ||
|
d342209e59 | ||
|
9bd79c0f3c | ||
|
4cfdd8770c | ||
|
1adf65b51c | ||
|
c469d31e6d | ||
|
0b96494f12 | ||
|
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 |
1050 changed files with 16902 additions and 61959 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
name: Check Zola build
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build with Zola
|
||||
run: |
|
||||
|
|
6
.github/workflows/publish.yml
vendored
6
.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:
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
name: Publish to Cloudflare Pages
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build with Zola
|
||||
run: |
|
||||
|
@ -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 }}
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,5 +3,4 @@
|
|||
node_modules
|
||||
public
|
||||
translations.yaml
|
||||
.idea/*
|
||||
.vscode/settings.json
|
||||
.idea/
|
|
@ -1,5 +1,4 @@
|
|||
[po4a_langs] af ar be bn ca cs cy de el es et eu gl hi hu id lt ml mr nb-rNO nl oc pl pt-BR pt sk sv te uk vi zh-Hans zh-Hant
|
||||
# it ru tr fr
|
||||
[po4a_langs] id pt-BR es nl eu cs ca bn zh-Hans hu mr pl hi uk de sv oc af ar
|
||||
[po4a_paths] po/content.pot $lang:po/content.$lang.po
|
||||
|
||||
[options] opt:"--verbose" opt:"--package-name='Organic Maps Website'" opt:"--package-version=1.0" opt:"--copyright-holder='Organic Maps'" opt:"--addendum-charset=UTF-8" opt:"--localized-charset=UTF-8" opt:"--master-charset=UTF-8" opt:"--master-language=en_US" opt:"--porefs=file" opt:"--msgmerge-opt='--no-wrap'" opt:"--wrap-po=newlines"
|
||||
|
@ -10,6 +9,6 @@
|
|||
[type: markdown] content/donate/index.md $lang:content/donate/index.$lang.md
|
||||
[type: markdown] content/news/_index.md $lang:content/news/_index.$lang.md
|
||||
[type: markdown] content/privacy/index.md $lang:content/privacy/index.$lang.md
|
||||
[type: markdown] content/contribute/index.md $lang:content/contribute/index.$lang.md
|
||||
[type: markdown] content/support-us/index.md $lang:content/support-us/index.$lang.md
|
||||
[type: markdown] content/terms/index.md $lang:content/terms/index.$lang.md
|
||||
[type: yaml] translations.yaml $lang:/tmp/ignore.yaml
|
||||
|
|
86
README.md
86
README.md
|
@ -6,7 +6,7 @@ This static website is built with [Zola](https://www.getzola.org/) and Cloudflar
|
|||
|
||||
## Development
|
||||
|
||||
Download the latest [zola](https://www.getzola.org/documentation/getting-started/installation/) (version 0.17.2 at the time of writing) for your operating system and set up the necessary path variable.
|
||||
Download the latest zola (version 0.17.2 at the time of writing) for your operating system and set up the necessary path variable.
|
||||
|
||||
Run `zola serve` for a local preview or `zola build` to generate static site in the `public` folder.
|
||||
|
||||
|
@ -25,90 +25,6 @@ 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.
|
||||
|
||||
An example of a news post that is related to app updates/releases:
|
||||
|
||||
```yaml
|
||||
title: "OpenStreetMap login was fixed in Google Play"
|
||||
date: 2024-03-18T17:45:35+00:00
|
||||
slug: "openstreetmap-login-was-fixed-in-google-play"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
```
|
||||
|
||||
For external links and press releases use this taxonomy:
|
||||
|
||||
```yaml
|
||||
taxonomies:
|
||||
news: ["Press"]
|
||||
```
|
||||
|
||||
## Taxonomy and F.A.Q. architecture
|
||||
|
||||
Each MD page in `/faq/` has one or more taxonomy defined in header. E.g.:
|
||||
|
||||
```yaml
|
||||
taxonomies:
|
||||
faq: ["app"]
|
||||
```
|
||||
|
||||
Zola collects all such taxonomies:
|
||||
|
||||
| File | Taxonomy key | Taxonomy value |
|
||||
| --------------------------------------- | ------------ | ------------------ |
|
||||
| map/can-find-position/index.md | `faq` | `Map` |
|
||||
| map/search-cannot-find-a-place/index.md | `faq` | `Map` |
|
||||
| editing/map-errors/index.md | `faq` | `Map Editing` |
|
||||
| app/crash/index.md | `faq` | `App` |
|
||||
| text-to-speech-android-tts/index.md | `faq` | `Voice Directions` |
|
||||
| ... | ... | ... |
|
||||
|
||||
After that Zola gets all values for `faq` taxonomy: `[app, map, editing, tts, ...]`. And generates pages:
|
||||
|
||||
- For key `/faq/` with the list of values (see `templates/faq/list.html`)
|
||||
- For each value `/faq/app`, `/faq/map`, etc. (including translated `/es/faq/aplicacion`, `/de/faq/karte/`) with the list of questions (see `templates/faq/single.html`)
|
||||
|
||||
If you want to add new question then create .md file with header:
|
||||
|
||||
```yaml
|
||||
title: A full question that is the title of the page
|
||||
description: More detailed info with necessary keywords for better SEO
|
||||
|
||||
taxonomies:
|
||||
faq: ["Bookmarks and tracks"]
|
||||
extra:
|
||||
order: 40
|
||||
```
|
||||
|
||||
Zola will add your question to specific F.A.Q. sub-page.
|
||||
|
||||
If you need to translate the FAQ to a new language please add next lines to config.toml:
|
||||
|
||||
```toml
|
||||
[languages.XX]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
]
|
||||
[languages.XX.translations]
|
||||
faq-menu-title = "{Translation of 'F.A.Q.' to a new language}"
|
||||
```
|
||||
|
||||
**Limitation**: F.A.Q. categories (taxonomies) are sorted alphabetically: "app", "bookmarks", "editing", "map", "tts".
|
||||
|
||||
**Limitation**: Each F.A.Q. category has only a name. No description, no icon. Only name 'App', or 'Bookmarks and Tracks', or 'Map Editing', etc.
|
||||
|
||||
## Embedded FAQ
|
||||
|
||||
A subset of FAQ questions is used to generate static single-page FAQ: [`/faq/embedded-faq/`](https://organicmaps.app/faq/embedded-faq/?lang=en). This page should be used as an embedded offline help page in Organic Maps app on Android and iOS. To see how it looks in different languages use following links:
|
||||
|
||||
- https://organicmaps.app/faq/embedded-faq/?lang=en
|
||||
- https://organicmaps.app/faq/embedded-faq/?lang=de
|
||||
- https://organicmaps.app/faq/embedded-faq/?lang=ru
|
||||
- etc.
|
||||
|
||||
List of supported languages could be found in `templates/faq/embedded-faq.html`: `en`, `de`, `es`, `fr`, `pt`, `pt-BR`, `pl`, `ru`, `tr`, `uk`, `zh`.
|
||||
|
||||
To update embedded FAQ replace [`data/faq.html`](https://github.com/organicmaps/organicmaps/blob/master/data/faq.html) file with the latest version generate by Zola.
|
||||
|
||||
## Contribution
|
||||
|
||||
Any good ideas and help with web site improvement are appreciated. And it's always better to discuss
|
||||
|
|
1247
config.toml
1247
config.toml
File diff suppressed because it is too large
Load diff
|
@ -1,175 +0,0 @@
|
|||
---
|
||||
description: 'Vinnige, gedetailleerde, vanlyn kaarte vir reisigers, toeriste, motorbestuurders, wandelaars en fietsers geskep deur die oprigters van MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Tuis
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Vanlyn voetslaan, fietsry, roetes en navigasie'
|
||||
---
|
||||
|
||||
**Organic Maps** is ’n gratis Android & iOS vanlyn kaarttoep vir reisigers, toeristen, voetslaners en fietsers gebaseer op skareverkreë **[OpenStreetMap][openstreetmap]**-data. Dit is ’n privaatheidgefokusde, oopbron [vurk][fork] van die toep **Maps.me** (voorheen bekend as [**MapsWithMe**][mapswithme]), en word onderhou deur dieselfde mense wat **MapsWithMe** in 2011 geskep het.
|
||||
|
||||
**Organic Maps** is een van die min toeps deesdae wat 100% van die funksionaliteit het sonder ’n aktiewe internetverbinding. Installeer Organic Maps, laai kaarte af, gooi u SIM-kaart weg (trouens, u verskaffer spoor u altyd na), en gaan ’n week op pad sonder om u battery te moet laai en sonder dat daar een greep na die netwerk verstuur word.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Voetslaan') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praag') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Vanlyn Soek') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigasie in
|
||||
donkermodus') }}
|
||||
|
||||
## Funksies
|
||||
|
||||
Organic Maps is die topkameraadtoep vir reisigers, toeriste, voetslaners en
|
||||
fietsers:
|
||||
|
||||
- Gedetailleerde vanlyn kaarte met plekke wat nie op ander kaarte bestaan
|
||||
nie, danksy [OpenStreetMap][openstreetmap]
|
||||
- Fietsroetes, voetslaanroetes en -paaie
|
||||
- Kontoerlyne, hoogteprofiele, pieke en hellings
|
||||
- Roetebegeleiding vir voetslaan en fietsry en motornavigasie met
|
||||
stembegeleiding, Android Auto
|
||||
- Soek vinnig vanlyn op die kaart
|
||||
- Stuur boekmerke uit en voer dit in in KML/KMZ-formate, voer GPX in
|
||||
- Donkermodus om u oë te beskerm
|
||||
- Lande en streke neem nie baie spasie op nie
|
||||
- Gratis en oopbron
|
||||
|
||||
## Waarom ‘Organic’?
|
||||
|
||||
Organic Maps is suiwer en organies, met liefde gemaak:
|
||||
|
||||
- Eerbiedig u privaatheid
|
||||
- Bespaar u battery
|
||||
- Geen onverwagte mobieledatarekeninge
|
||||
|
||||
Organic Maps is vry van naspoorders en ander slegte dinge:
|
||||
|
||||
- Geen advertensies
|
||||
- Geen nasporing
|
||||
- Geen dataversameling
|
||||
- Geen ‘huis toe bel’ nie
|
||||
- Geen irriterende registrasie
|
||||
- Geen verpligte tutoriale
|
||||
- Geen opdringerige gemorspos
|
||||
- Geen stootkennisgewings
|
||||
- Geen kafware
|
||||
- ~~Geen insekdoders~~ Heeltemal organies!
|
||||
|
||||
Die toepassing is geverifieer deur [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Die iOS-toepassing is geverifieer deur [TrackerControl for
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps vra nie om oordrewe magtigings om op u te spioeneer nie:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
By Organic Maps glo ons dat privaatheid ’n fundamentele mensereg is:
|
||||
|
||||
- Organic Maps is ’n onafhanklike gemeenskapsgedrewe oopbronprojek
|
||||
- Ons beskerm u privaatheid van tegnoreuse se nuuskierige oë
|
||||
- Bly veilig, waar u ook al is
|
||||
|
||||
Weier waarneming – omarm u vryheid.
|
||||
|
||||
**[Probeer Organic Maps gerus!](#install)**
|
||||
|
||||
## Wie betaal vir die gratis toep?
|
||||
|
||||
Die toep is gratis vir almal. [Skenk](@/donate/index.nl.md) asseblief om ons
|
||||
te ondersteun!
|
||||
|
||||
Om onmiddellik te skenk kan u op ’n voorkeurbetaalmetode hier onder klik:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Gemeenskap
|
||||
|
||||
Organic Maps is [oopbronprogrammatuur][github], wat gelisenseer is onder die
|
||||
Apache Lisensie 2.0.
|
||||
|
||||
- Sluit asseblief aan by ons beta-program, stel funksies voor en rapporteer
|
||||
foute:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- Rapporteer foute of probleme d.m.v. [die probleemspoorder][issues] of
|
||||
[stuur ’n e-pos][email].
|
||||
- [Bespreek][ideas] ideë of stel funksieversoeke voor.
|
||||
- Teken in op ons [Telegram-kanaal][telegram] of op die
|
||||
[matrix-ruimte][matrix] vir opdaterings.
|
||||
- Sluit aan by ons [Telegram-groep][telegram_chat] om met ander gebruikers
|
||||
te bespreek.
|
||||
- Besoek ons [GitHub-blad][github].
|
||||
- Volg ons opdaterings op [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,172 +0,0 @@
|
|||
---
|
||||
description: 'خرائط مفصلة بدون إنترنت لأجل المسافرين، السياح، السائقين، المتنزهين و راكبي الدراجات، انشأت من قبل مؤسسي تطبيق MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: الرئيسية
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: تنزَّه وقد دراجتك وشُدَّ الرحال حيثما أردت بدون الإنترنت'
|
||||
---
|
||||
|
||||
**Organic Maps** هو تطبيق أندرويد و آيفون مجاني ولا يحتاج الإتصال بالإنترنت لأجل المسافرين، السياح، السائقين، المتنزهين و راكبي الدراجات مبني على بيانات المصدر العام **[OpenStreetMap][openstreetmap]**. مهتم بخصوصية المستخدمين، مفتوح المصدر، متفرع من تطبيق **Maps.Me** (المعروف سابقا بـ [**MapsWithMe**][mapswithme])، يقوم بصيانته نفس الأشخاص الذين أسسو **MapsWithMe** سنة 2011.
|
||||
|
||||
**Organic Maps** من التطبيقات القليلة في يومنا هذا التي توفر 100% من المزايا بدون اتصال مباشر بشبكة الإنترنت. ثبّت Organic Maps، نزل الخرائط، ارمي بطاقة الشبكة خاصتك (بالمناسبة، مزود الخدمة يتتبعك باستمرار)، واذهب في رحلة اسبوعية بشحن البطارية مرة واحدة ودون أي بايت مرسل من خلال الشبكة.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
|
||||
{{ لقطة شاشة(src='/images/screenshots/hiking.jpg', alt='محبي المشي لمسافات
|
||||
طويلة') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='البحث دون اتصال')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='التنقل في الوضع
|
||||
الداكن') }}
|
||||
|
||||
## المميزات
|
||||
|
||||
تطبيق Organic Maps هو الرفيق الأفضل للمسافرين، السياح، المتنزهين و راكبي
|
||||
الدراجات:
|
||||
|
||||
- خرائط تفصيلية بدون إنترنت مع أماكن غير متواجدة في تطبيقات أخرى، بفضل
|
||||
[OpenStreetMap][openstreetmap]
|
||||
- مسارات الدراجات، مسارات للتنزه، ومسارات للمشي
|
||||
- الخطوط الكنتورية، المرتفعات، القمم والمنحدرات
|
||||
- المشي خطوة بخطوة وركوب الدراجة وقيادة السيارة مع التوجيه الصوتي وAndroid
|
||||
Auto
|
||||
- بحث سريع في الخريطة بدون الحاجة لإنترنت
|
||||
- الإشارات المرجعية والمسارات بتنسيقات KML، KMZ، GPX
|
||||
- الوضع الداكن لحماية العينين
|
||||
- الدول والمناطق لا تحتاج للكثير من المساحة
|
||||
- مجاني ومفتوح المصدر
|
||||
|
||||
## لماذا Organic؟
|
||||
|
||||
Organic Maps خالصٌ وعضوي! صنع بحبٍ:
|
||||
|
||||
- يحترم خصوصيتك
|
||||
- يُحافظ على بطاريتك
|
||||
- لا يستخدم بيانات الموبايل بشكل غير متوقع
|
||||
|
||||
تطبيق Organic Maps لا يحتوي على البرامج التجسسية والأشياء الأخرى السيئة:
|
||||
|
||||
- بدون إعلانات
|
||||
- لا تتبع أو تجسس
|
||||
- لا يجمع بيانات المستخدمين
|
||||
- لا يتصل سرً بأي خادم
|
||||
- لاحاجة للتسجيل
|
||||
- لا تعليمات اجبارية
|
||||
- لا بريد إلكتروني مزعج
|
||||
- لا إشعارات مزعجة
|
||||
- لا اشياء غير مفيدة
|
||||
- ~~لا مبيدات~~ عضوية بالكامل!
|
||||
|
||||
تم التحقق من التطبيق بواسطة [مشروع Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
تم التحقق من تطبيق iOS بواسطة [TrackerControl لـ iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps لا يطلب أذونات مفرطة للتجسس عليك:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
في Organic Maps نعتقد أن الخصوصية هي حق أساسي من حقوق الإنسان:
|
||||
|
||||
- Organic Maps هو مشروع مفتوح المصدر مُدار من طرف مُجتمع مستقل
|
||||
- نحن نحمي خصوصيتك من أعين المتطفلين لدى شركات التقنيات الكبيرة
|
||||
- ابق آمنًا بغض النظر عن مكان وجودك
|
||||
|
||||
ارفض المراقبة - احتضن حريتك.
|
||||
|
||||
**[أعطي Organic Maps تجربة!](#install)**
|
||||
|
||||
## من الذي يدفع مقابل التطبيق المجاني؟
|
||||
|
||||
التطبيق مجاني للجميع. من فضلك [تبرع](@/donate/index.md) لدعمنا!
|
||||
|
||||
للتبرع بسهولة، انقر على أيقونة طريقة الدفع المفضلة لديك أدناه:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## المجتمع
|
||||
|
||||
Organic Maps هو [برنامج مفتوح المصدر][github] مرخّص تحت ترخيص Apache 2.0.
|
||||
|
||||
- يرجى الانضمام إلى برنامجنا التجريبي، واقتراح ميزاتك، والإبلاغ عن الأخطاء:
|
||||
* [iOS تجريبي (TestFlight)][testflight]
|
||||
* [أندرويد تجريبي (Firebase)][firebase]
|
||||
* [سطح مكتب Linux تجريبي (Flatpak)][flatpak]
|
||||
* [سطح مكتب Linux تجريبي (حزم)][repology]
|
||||
- أبلغ عن الأخطاء أو المشكلات إلى [متعقب المشكلات][issues] أو [مراسلتنا عبر
|
||||
البريد الإلكتروني][email].
|
||||
- [مناقشة][ideas] الأفكار أو اقتراح طلبات الميزات.
|
||||
- اشترك في [قناة Telegram][telegram] أو في [فضاء ماتركس][matrix] للحصول على
|
||||
التحديثات.
|
||||
- انضم إلى [مجموعة Telegram][telegram_chat] للمناقشة مع المستخدمين الآخرين.
|
||||
- زُر [صفحة Github][github].
|
||||
- تابع تحديثاتنا في [ماستودون ][mastodon]، [فيسبوك][facebook]،
|
||||
[تويتر][twitter]، [Instagram][instagram]، [Reddit][reddit]،
|
||||
[FOSStodon][fosstodon]، [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,178 +0,0 @@
|
|||
---
|
||||
description: 'Mapes detallats, ràpids i sense connexió per a viatgers, turistes, conductors, excursionistes i ciclistes creats pels fundadors de l’aplicació MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Inici
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: passejos, bici, rutes i GPS sense connexió'
|
||||
---
|
||||
|
||||
L’**Organic Maps** és una aplicació gratuïta de mapes sense connexió per a l’Android i l’iOS per a viatgers, turistes, excursionistes i ciclistes, basada en dades d’origen col·lectiu de l’**[OpenStreetMap][openstreetmap]**. És una [bifurcació][fork] centrada en la privadesa del **Maps.me** (anteriorment conegut com a [**MapsWithMe**][mapswithme]), mantinguda per les mateixes persones que van crear el **MapsWithMe** el 2011.
|
||||
|
||||
L’**Organic Maps** és una de les poques aplicacions actuals que admet fer servir totes les seves funcions sense una connexió a Internet activa. Instal·leu l’Organic Maps, baixeu mapes, llenceu la vostra targeta SIM (per cert, el vostre operador us rastreja constantment) i feu un viatge setmanal amb una sola càrrega de bateria sense que cap byte s’enviï a la xarxa.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Senderisme') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Cerca fora de
|
||||
línia') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegació en mode
|
||||
fosc') }}
|
||||
|
||||
## Funcionalitats
|
||||
|
||||
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]
|
||||
- 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,
|
||||
Android Auto
|
||||
- Cerques ràpides al mapa, sense connexió
|
||||
- Marcadors i rutes en format KML, KMZ i GPX
|
||||
- Mode fosc per a protegir els vostres ulls
|
||||
- Els països i les regions usen poc espai
|
||||
- De codi lliure i obert
|
||||
|
||||
## Per què triar l’Organic?
|
||||
|
||||
L’Organic Maps és pur i orgànic i el fem amb amor:
|
||||
|
||||
- Respecta la vostra privadesa
|
||||
- Estalvia la bateria
|
||||
- Sense càrrecs d'ús de dades inesperades
|
||||
|
||||
L'aplicació Organic Maps està lliure de rastrejadors i altres coses
|
||||
dolentes:
|
||||
|
||||
- Sense anuncis
|
||||
- No inclou rastrejadors
|
||||
- Sense recol·lecció de dades
|
||||
- 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
|
||||
- Notificacions emergents
|
||||
- Sense components brossa
|
||||
- ~~Sense pesticides~~ Completament orgànic!
|
||||
|
||||
L'aplicació està verificada pel [Projecte Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
L'aplicació iOS està verificada per[ TrackerControl per a
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
L'Organic Maps no us espia ni demana permisos excessius:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
En Organic Maps, creiem que la privadesa é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
|
||||
|
||||
Rebutgeu la vigilància. Assumiu la vostra llibertat.
|
||||
|
||||
**[Proveu l'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!
|
||||
|
||||
Per a fer un donatiu immediatament, feu clic a la icona del mètode de
|
||||
pagament preferit:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Comunitat
|
||||
|
||||
Organic Maps és un [programa lliure][github] disponible en virtut de la
|
||||
Llicència Apache 2.0.
|
||||
|
||||
- Uniu-vos al nostre programa beta i suggeriu funcionalitats o informeu
|
||||
d'errors:
|
||||
* [Beta d'iOS (TestFlight)][testflight]
|
||||
* [Beta d'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
|
||||
altres usuaris.
|
||||
- Visiteu el nostre [GitHub][github].
|
||||
- Seguiu les nostres novetats al [FOSStodon][fosstodon],
|
||||
[Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter],
|
||||
[Instagram][instagram], [Reddit][reddit] i [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://ca.wikipedia.org/wiki/Fork
|
||||
|
||||
{{ references() }}
|
|
@ -1,178 +0,0 @@
|
|||
---
|
||||
description: 'Rychlé podrobné offline mapy pro cestovatele, turisty, řidiče, výletníky a cyklisty vytvořené zakladateli aplikace MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Domů
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline pěší turistika, cykloturistika, stezky a navigace'
|
||||
---
|
||||
|
||||
**Organic Maps** je bezplatná offline mapová aplikace pro systémy Android a iOS pro cestovatele, turisty, výletníky a cyklisty založená na datech **[OpenStreetMap][openstreetmap]**.
|
||||
Jedná se o open-source [odnož][fork] aplikace **Maps.me** (dříve známé jako [**MapsWithMe**][mapswithme]) zaměřenou na ochranu soukromí, kterou spravují stejní lidé, kteří **MapsWithMe** v roce 2011 vytvořili.
|
||||
|
||||
**Organic Maps** je jednou z mála aplikací, která v dnešní době podporuje 100 % funkcí bez aktivního připojení k internetu. Nainstalujte si Organic Maps, stáhněte si mapy, zahoďte SIM kartu (mimochodem, váš operátor vás neustále sleduje) a vyrazte na týdenní výlet na jedno nabití baterie bez jakéhokoli bajtu odeslaného do sítě.
|
||||
|
||||
> V roce 2023 získaly Organic Maps [první milion](@/news/2023-12-23/281/index.md) uživatelů. [Pomozte nám](@/donate/index.md) dále růst!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Turistika') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praha') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline
|
||||
vyhledávání') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigace v tmavém
|
||||
režimu') }}
|
||||
|
||||
## Vlastnosti
|
||||
|
||||
Organic Maps je dokonalá aplikace pro cestovatele, turisty, pěší turisty a
|
||||
cyklisty:
|
||||
|
||||
- Podrobné offline mapy s místy, která na jiných mapách neexistují, díky
|
||||
[OpenStreetMap][openstreetmap]
|
||||
- Cyklistické trasy, turistické stezky a pěší trasy
|
||||
- Vrstevnice, výškové profily, vrcholy a svahy
|
||||
- Pěší, cyklistická a automobilová navigace krok za krokem s hlasovými
|
||||
pokyny, Android Auto
|
||||
- Rychlé offline vyhledávání na mapě
|
||||
- Export a import záložek ve formátech KML/KMZ, import GPX
|
||||
- Tmavý režim pro ochranu očí
|
||||
- Země a regiony nezabírají mnoho místa
|
||||
- Svobodný a otevřený zdrojový kód
|
||||
|
||||
## Proč Organic?
|
||||
|
||||
Organic Maps je čistý a organický produkt vyrobený s láskou:
|
||||
|
||||
- Respektuje vaše soukromí
|
||||
- Šetří baterii
|
||||
- Žádné neočekávané poplatky za mobilní data
|
||||
|
||||
Organic Maps neobsahuje sledovací zařízení a další špatné věci:
|
||||
|
||||
- Bez reklam
|
||||
- Žádné sledování
|
||||
- Žádný sběr dat
|
||||
- Žádné telefonování domů
|
||||
- Žádná obtěžující registrace
|
||||
- Žádné povinné výukové programy
|
||||
- Žádný hlučný e-mailový spam
|
||||
- Žádná vyskakovací oznámení
|
||||
- Žádný crapware
|
||||
- ~~Žádné pesticidy~~ Čistě organické!
|
||||
|
||||
Aplikace je ověřena od [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Aplikace pro iOS je ověřena pomocí [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps nevyžaduje nadměrná oprávnění ke špehování:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
V Organic Maps věříme, že soukromí je základním lidským právem:
|
||||
|
||||
- Organic Maps je nezávislý projekt s otevřeným zdrojovým kódem, který je
|
||||
řízen komunitou
|
||||
- Chráníme vaše soukromí před zvědavýma očima velkých technologických firem
|
||||
- Zůstaňte v bezpečí, ať jste kdekoli
|
||||
|
||||
Odmítněte dohled - přijměte svou svobodu.
|
||||
|
||||
**[Vyzkoušejte Organic Maps!](#install)**
|
||||
|
||||
## Kdo platí za bezplatnou aplikaci?
|
||||
|
||||
Aplikace je pro všechny zdarma. Podpořte nás prosím
|
||||
[donate](@/donate/index.cs.md)!
|
||||
|
||||
Chcete-li přispět okamžitě, klikněte na ikonu preferovaného způsobu platby
|
||||
níže:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Komunita
|
||||
|
||||
Organic Maps je [open-source software][github] licencovaný pod Apache
|
||||
License 2.0.
|
||||
|
||||
- Zapojte se prosím do našeho beta programu, navrhujte funkce a nahlašujte
|
||||
chyby:
|
||||
* [iOS Beta (TestFlight)] [testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)] [flatpak]
|
||||
* [Linux Desktop Beta (balíčky)][repology]
|
||||
- Chyby nebo problémy nahlaste na [issue tracker][issues] nebo [na
|
||||
e-mail][email].
|
||||
- [Diskutujte][ideas] nápady nebo navrhněte požadavky na funkce.
|
||||
- Přihlaste se k odběru novinek na našem [Telegram kanálu][telegram] nebo na
|
||||
[matrix space][matrix].
|
||||
- Připojte se k naší [Telegram skupině][telegram_chat] a diskutujte s
|
||||
ostatními uživateli.
|
||||
- Navštivte náš [GitHub][github].
|
||||
- Sledujte naše aktualizace na [FOSStodon][fosstodon],
|
||||
[Mastodonu][mastodon], [Facebooku][facebook], [Twitteru][twitter],
|
||||
[Instagramu][instagram], [Redditu][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,177 +0,0 @@
|
|||
---
|
||||
description: "Mapiau manwl cyflym all-lein ar gyfer teithwyr, twristiaid, gyrwyr, heicwyr a seiclwyr wedi'i chreu gan sylfaenwyr MapsWithMe (Maps.Me)."
|
||||
extra:
|
||||
menu_title: Hafan
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Crwydro, Seiclo, Llwyio a Hwylio All-lein'
|
||||
---
|
||||
|
||||
Mae **Organic Maps** yn ap am ddim ar gyfer Android ac iOS gyda mapiau all-lein ar gyfer teithwyr, twristiaid, heicwyr a seiclwyr ar sail data cyfraniad torfol **[OpenStreetMap][openstreetmap]**. Mae'n [fforc][fork] cod agored a phreifat o'r ap **Maps.me** ([**MapsWithMe**][mapswithme] cyn hynny), a chynhelir gan yr union bobl sydd wedi creu **MapsWithMe** yn 2011.
|
||||
|
||||
**Organic Maps** yw un o'r ychydig apiau y dyddiau hyn sy'n cefnogi 100% o nodweddion heb angen cysylltiad rhyngrwyd. Gosodwch Organic Maps, lawrlwythwch mapiau, a chael gwared ar eich cerdyn SIM (gyda llaw, mae eich gweithredwr yn eich tracio chi'n gyson), a chewch fynd ar drip am wythnos heb angen gwefru eich ffôn, a heb ddanfon beit i'r rhwydwaith.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Heicio') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prag') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Chwilio All-lein')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Llywio gyda thema
|
||||
lliw tywyll') }}
|
||||
|
||||
## Nodweddion
|
||||
|
||||
Organic Maps yw'r ap gorau ar gyfer teithwyr, twristiaid, heicwyr a
|
||||
seiclwyr:
|
||||
|
||||
- Mapiau manwl all-lein gyda lleoliadau sydd ddim yn bodoli ar fapiau
|
||||
eraill, diolch i [OpenStreetMap][openstreetmap]
|
||||
- Llwybrau seiclo, heicio, a cherdded
|
||||
- Cyfuchlinau, proffeiliau dyrchafiad, copaon, a llethrau
|
||||
- Cyfeiriadau troell-wrth-droell ar gyfer llywio wrth gerdded, seiclo, a
|
||||
gyrru gydag arweiniad llais ac Android Auto
|
||||
- Chwilio all-lein cyflym ar y map
|
||||
- Llyfrnodau ac olion yn fformatiau KML, KMZ, a GPX
|
||||
- Thema lliw tywyll i amddiffyn eich llygaid
|
||||
- Gwledydd ac ardaloedd sydd ddim yn defnyddio llawer o gof
|
||||
- Ffynhonnell agored ac am ddim
|
||||
|
||||
## Pam Organic?
|
||||
|
||||
Mae Organic Maps yn bur ac yn organig, ac wedi'i greu â chariad:
|
||||
|
||||
- Yn parchu eich preifatrwydd
|
||||
- Yn arbed eich batri
|
||||
- Dim taliadau data annisgwyl
|
||||
|
||||
Does dim tracwyr na phethau drwg arall yn yr ap Organic Maps:
|
||||
|
||||
- Dim hysbysebion
|
||||
- Dim tracio
|
||||
- Dim casgliad data
|
||||
- Dim galw adref
|
||||
- Dim angen cofrestru
|
||||
- Dim tiwtorial gorfodol
|
||||
- Dim sbam e-bost swnllyd
|
||||
- Dim hysbysiadau push
|
||||
- Dim 'crapware'
|
||||
- ~~Dim plaladdwyr ~~ Yn hollol organig!
|
||||
|
||||
Mae'r ap wedi cael ei wirio gan [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Mae'r ap iOS wedi cael ei wirio gan [TrackerControl for
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Dydy Organic Maps ddim yn gofyn am ormod o ganiatadau i ysbïo arnoch chi:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
At Organic Maps, credwn fod preifatrwydd yn hawl dynol sylfaenol:
|
||||
|
||||
- Mae Organic Maps yn brosiect ffynhonnell agored annibynnol sydd wedi'i
|
||||
yrru gan y gymuned
|
||||
- Rydym yn amddiffyn eich preifatrwydd o lygaid cwmnïoedd technoleg fawr
|
||||
- Arhoswch yn ddiogel ble bynnag yr ydych
|
||||
|
||||
Gwrthodwch wyliadwriaeth - mwynhewch eich rhyddid.
|
||||
|
||||
**[Triwch Organic Maps!](#install)**
|
||||
|
||||
## Pwy sy'n talu am yr ap am ddim?
|
||||
|
||||
Mae'r ap am ddim i bawb. Os gwelwch yn dda, [cyfrannwch yn
|
||||
ariannol](@/donate/index.md) i'n cynorthwyo!
|
||||
|
||||
I'n cynorthwyo'n ariannol yn gyfleus, cliciwch ar eicon eich hoff ffordd o
|
||||
dalu isod:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Cymuned
|
||||
|
||||
Mae Organic Maps yn [feddalwedd ffynhonnell agored][github] sydd wedi'i
|
||||
thrwyddedu o dan y drwydded Apache License 2.0.
|
||||
|
||||
- Os gwelwch yn dda, ymunwch â'n system profi beta, awgrymwch eich syniadau,
|
||||
ac adroddwch broblemau:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Bwrdd Gwaith Linux Beta (Flatpak)][flatpak]
|
||||
* [Bwrdd Gwaith Linux Beta (packages)][repology]
|
||||
- Adroddwch broblemau i'r [olrhain problemau][issues] neu [anfonwch e-bost
|
||||
aton ni][email].
|
||||
- [Trafodwch][ideas] syniadau neu gofynnwch am nodweddion newydd.
|
||||
- Tanysgrifiwch i'n [sianel Telegram][telegram] neu i'r [gofod
|
||||
matrix][matrix] ar gyfer newyddion.
|
||||
- Ymunwch â'n [grŵp Telegram][telegram_chat] i drafod gyda defnyddwyr arall.
|
||||
- Ymweld â'n [tudalen GitHub][github].
|
||||
- Dilynwch ein newyddion ar [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,179 +0,0 @@
|
|||
---
|
||||
description: 'Schnelle, detaillierte Offline-Karten für Reisende, Touristen, Autofahrer, Wanderer und Radfahrer, erstellt von den Gründern der MapsWithMe-App (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Startseite
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline Wandern, Radfahren, Wanderwege und Navigation'
|
||||
---
|
||||
|
||||
**Organic Maps** ist eine freie und kostenlose Offline-Karten-App für Android und iOS für Reisende, Touristen, Wanderer und Radfahrer, die auf den Daten von **[OpenStreetMap][openstreetmap]** basiert. Es handelt sich um eine datenschutzfreundliche, quelloffene [Abspaltung][fork] der **Maps.me**-App (früher bekannt als [**MapsWithMe**][mapswithme]), die von denselben Leuten gepflegt wird, die **MapsWithMe** im Jahr 2011 erstellt haben.
|
||||
|
||||
**Organic Maps** ist heutzutage eine der wenigen Apps, die 100% ihrer Funktionen ohne aktive Internetverbindung unterstützt. Installiere Organic Maps, lade Karten herunter, wirf deine SIM-Karte weg (dein Betreiber verfolgt dich übrigens ständig) und mache einen Wochenausflug mit einer einzigen Akkuladung, ohne dass ein Byte an das Netz gesendet wird.
|
||||
|
||||
> Im Jahr 2023 erreichte Organic Maps [seine ersten Million](@/news/2023-12-23/281/index.md) Nutzer. [Hilf uns](@/donate/index.md), zu skalieren!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Wandern') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prag') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Suche') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation im dunklen
|
||||
Modus') }}
|
||||
|
||||
## Funktionen
|
||||
|
||||
Organic Maps ist die ultimative Begleit-App für Reisende, Touristen,
|
||||
Wanderer und Radfahrer:
|
||||
|
||||
- Detaillierte Offline-Karten mit Orten, die es auf anderen Karten nicht
|
||||
gibt, dank [OpenStreetMap][openstreetmap]
|
||||
- Rad-, Wander- und Spazierwege
|
||||
- Höhenlinien, Höhenprofile, Bergspitzen und Steigungen
|
||||
- Schritt-für-Schritt-Navigation für Fußgänger, Radfahrer und Autofahrer mit
|
||||
Sprachführung, Android Auto
|
||||
- Schnelle Offline-Suche von Orten auf der Karte
|
||||
- Export und Import von Lesezeichen im KML/KMZ-Format, Import GPX
|
||||
- Dunkler Modus zum Schutz deiner Augen
|
||||
- Länder und Regionen nehmen nicht viel Speicherplatz in Anspruch
|
||||
- Kostenlos und Open-Source
|
||||
|
||||
## Warum Organic?
|
||||
|
||||
Organic Maps ist rein, organisch und mit Liebe gemacht:
|
||||
|
||||
- Respektiert deine Privatsphäre
|
||||
- Schont deinen Akku
|
||||
- Keine unerwarteten Gebühren für mobile Daten
|
||||
|
||||
Organic Maps ist frei von Trackern und schlechten Dingen:
|
||||
|
||||
- Keine Werbung
|
||||
- Kein Tracking
|
||||
- Keine Datenerfassung
|
||||
- Kein Telefonieren nach Hause
|
||||
- Keine lästige Registrierung
|
||||
- Keine obligatorischen Tutorials
|
||||
- Kein lästiger E-Mail-Spam
|
||||
- Keine Push-Benachrichtigungen
|
||||
- Keine Crapware
|
||||
- ~~Keine Pestizide~~ Rein und organisch!
|
||||
|
||||
Die App wurde vom [Exodus Privacy Project][exodus] geprüft:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Die iOS-App wurde von [TrackerControl für iOS][trackercontrol] geprüft:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps fordert keine unnötigen Berechtigungen an, um dich
|
||||
auszuspionieren:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Wir bei Organic Maps glauben, dass die Privatsphäre ein grundlegendes
|
||||
Menschenrecht ist:
|
||||
|
||||
- Organic Maps ist ein von einer unabhängigen Gemeinschaft betriebenes
|
||||
Open-Source-Projekt
|
||||
- Wir schützen deine Privatsphäre vor den neugierigen Augen der großen
|
||||
Technologiekonzerne
|
||||
- Bleib sicher, egal wo du bist
|
||||
|
||||
Lehne Überwachung ab - lebe deine Freiheit.
|
||||
|
||||
**[Teste Organic Maps!](#install)**
|
||||
|
||||
## Wer zahlt für die kostenlose App?
|
||||
|
||||
Die App ist für alle kostenlos. Bitte unterstütze uns mit einer
|
||||
[Spende](@/donate/index.de.md)!
|
||||
|
||||
Wenn du sofort spenden möchtest, klicke unten auf das Symbol einer
|
||||
bevorzugten Zahlungsmethode:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Gemeinschaft
|
||||
|
||||
Organic Maps ist eine [Open-Source-Software][github], die unter der Apache
|
||||
License 2.0 lizenziert ist.
|
||||
|
||||
- Bitte nimm an unserem Beta-Programm teil, schlage Funktionen vor und melde
|
||||
Fehler:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (Pakete)][repology]
|
||||
- Melde Bugs oder Probleme an den [Issue Tracker][issues] oder per [E-Mail
|
||||
an uns][email].
|
||||
- [Diskutiere][ideas] Ideen oder äußere Funktionswünsche.
|
||||
- Abonniere unseren [Telegram-Channel][telegram] oder den
|
||||
[Matrix-Raum][matrix] für Neuigkeiten.
|
||||
- Tritt unserer [Telegram-Gruppe][telegram_chat] bei, um mit anderen
|
||||
Benutzern zu diskutieren.
|
||||
- Besuche unsere [GitHub-Seite][github].
|
||||
- Verfolge unsere Neuigkeiten auf [FOSStodon][fosstodon],
|
||||
[Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter],
|
||||
[Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://de.wikipedia.org/wiki/Abspaltung_(Softwareentwicklung)
|
||||
|
||||
{{ references() }}
|
|
@ -1,178 +0,0 @@
|
|||
---
|
||||
description: 'Mapas rápidos y detallados sin conexión para viajantes, turistas, conductores, senderistas y ciclistas creados por los fundadores de MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Inicio
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: senderismo, ciclismo y GPS sin conexión'
|
||||
---
|
||||
|
||||
**Organic Maps** es una aplicación libre para Android y iOS de mapas sin conexión para viajantes, turistas, senderistas y ciclistas basados en los datos cartográficos abiertos de **[OpenStreetMap][openstreetmap]**. Es una [bifurcación][fork] libre y centrada en la privacidad de la aplicación **Maps.me** (anteriormente conocida como [**MapsWithMe**][mapswithme]), mantenida por la misma gente que creó **MapsWithMe** en 2011.
|
||||
|
||||
**Organic Maps** es una de las pocas aplicaciones que hoy en día permiten usar todas las funcionalidades sin una conexión a Internet activa. Instale Organic Maps, descargue mapas, deseche su tarjeta SIM (por cierto, su operadora le rastrea constantemente) y emprenda un viaje semanal con una única carga sin ningún byte enviado a la red.
|
||||
|
||||
> En 2023 Organic Maps [alcanzó su primer millón de usuarios](@/news/2023-12-23/281/index.md). ¡[Ayúdenos](@/donate/index.md) a crecer!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Senderismo') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Búsqueda sin
|
||||
conexión') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegación en modo
|
||||
oscuro') }}
|
||||
|
||||
## Funcionalidades
|
||||
|
||||
Organic Maps es la aplicación definitiva para viajantes, turistas,
|
||||
senderistas y ciclistas:
|
||||
|
||||
- Mapas detallados sin conexión con lugares que no existen en otros mapas,
|
||||
gracias a [OpenStreetMap][openstreetmap]
|
||||
- Rutas ciclistas, pistas de senderismo y caminos
|
||||
- Líneas de contorno, perfiles de elevación, picos y pendientes
|
||||
- Navegación paso a paso con guía por voz a pie, en bici y en coche, Android
|
||||
Auto
|
||||
- Búsqueda rápida en el mapa y sin conexión
|
||||
- Los marcadores se exportan e importan en los formatos KML/KMZ, importan
|
||||
GPX
|
||||
- Modo oscuro para proteger sus ojos
|
||||
- Los países y regiones no ocupan demasiado espacio
|
||||
- Libre y de código abierto
|
||||
|
||||
## ¿Por qué Organic?
|
||||
|
||||
Organic Maps es pura y orgánica, hecha con amor:
|
||||
|
||||
- Respeta su privacidad
|
||||
- Ahorra batería
|
||||
- Sin cargos de uso de datos inesperados
|
||||
|
||||
La aplicación Organic Maps está libre de rastreadores y otras cosas malas:
|
||||
|
||||
- Sin anuncios
|
||||
- Sin rastreadores
|
||||
- Sin recolección de datos
|
||||
- No se conecta en secreto a ningún servidor
|
||||
- Sin registros molestos
|
||||
- Sin tutoriales obligatorios
|
||||
- Sin spam por correo electrónico
|
||||
- Sin notificaciones
|
||||
- Sin componentes basura
|
||||
- ~~Sin pesticidas~~ ¡Completamente orgánico!
|
||||
|
||||
La aplicación está verificada por el [Proyecto Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
La aplicación iOS es verificada por [TrackerControl para
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps no pide permisos excesivos para espiarle:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
En Organic Maps, creemos que la privacidad es un derecho humano fundamental:
|
||||
|
||||
- Organic Maps es un proyecto independiente, comunitario y abierto
|
||||
- Protegemos su privacidad de los ojos espías de las grandes tecnológicas
|
||||
- Manténgase a salvo sin importar dónde esté
|
||||
|
||||
Rechace la vigilancia. Asuma su libertad.
|
||||
|
||||
**[¡Pruebe Organic Maps!](#install)**
|
||||
|
||||
## ¿Quién paga por la aplicación gratuita?
|
||||
|
||||
La aplicación es gratis para todo el mundo. ¡[Haga una
|
||||
donación](@/donate/index.es.md) para apoyarnos!
|
||||
|
||||
Para donar inmediatamente, haz clic en el icono del método de pago que
|
||||
prefieras:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Comunidad
|
||||
|
||||
Organic Maps es un [programa libre][github] disponible en virtud de la
|
||||
Licencia Apache 2.0.
|
||||
|
||||
- Incorpórese a nuestro programa beta para sugerir funcionalidades e
|
||||
informar de defectos:
|
||||
* [Beta de iOS (TestFlight)][testflight]
|
||||
* [Beta de Android (Firebase)][firebase]
|
||||
* [Beta de PC Linux (Flatpak)][flatpak]
|
||||
* [Beta de PC Linux (paquetes)][repology]
|
||||
- Informe de defectos o problemas al [rastreador de errores][issues] o
|
||||
[mándenos un correo electrónico][email].
|
||||
- [Debata][ideas] ideas o haga peticiones de funcionalidades.
|
||||
- Suscríbase a nuestro [canal de Telegram][telegram] o al [espacio de
|
||||
Matrix][matrix] para recibir noticias.
|
||||
- Únase a nuestro [grupo de Telegram][telegram_chat] para hablar con otros
|
||||
usuarios.
|
||||
- Visite nuestra [página de GitHub][github].
|
||||
- Siga nuestras novedades en [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit] y [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://es.wikipedia.org/wiki/Bifurcaci%C3%B3n_(desarrollo_de_software)
|
||||
|
||||
{{ references() }}
|
|
@ -1,182 +0,0 @@
|
|||
---
|
||||
description: 'MapsWithMe (Maps.Me) rakenduse asutajate loodud kiire ja detailne võrguühendust mittevajav kaardilahendus reisijatele, turistidele, autojuhtidele, matkajatele ja ratturitele.'
|
||||
extra:
|
||||
menu_title: Avaleht
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps Offline Hike, Bike, GPS Navigation'
|
||||
---
|
||||
|
||||
**Organic Maps** is a free Android & iOS offline maps app for travelers, tourists, hikers, drivers and cyclists based on **[OpenStreetMap][openstreetmap]** data created by the community.
|
||||
It is a privacy-focused, open-source [fork][fork] of **Maps.me** app (previously known as [**MapsWithMe**][mapswithme]), maintained by the same people who created **MapsWithMe** in 2011.
|
||||
|
||||
**Organic Maps** is one of the few applications nowadays that supports 100% of features without an active Internet connection. Install Organic Maps, download maps, throw away your SIM card, and go for a weeklong trip on a single battery charge without any byte sent to the network.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Matkamine') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praha') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Otsing ilma
|
||||
võrguühendust kasutamata') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Teekonna juhatamine
|
||||
kasutades tumedat vaadet') }}
|
||||
|
||||
## Omadused
|
||||
|
||||
Organic Maps on suurepärane rakendus reisijatele, turistidele, matkajatele
|
||||
ja ratturitele:
|
||||
|
||||
- Tänu [OpenStreetMap'ile][openstreetmap] on meil detailsed kaardid, mille
|
||||
kasutamiseks pole vaja võrguühendust
|
||||
- Rattateed, matkarajad ning võimalused jalutamiseks
|
||||
- Kontuurjooned, kõrgusprofiilid, tipud ja nõlvad
|
||||
- Täpne teekonna juhatamine koos hääljuhistega jalutamisel, rattasõidul ning
|
||||
autoga liikumisel ning Android Auto
|
||||
- Kiire kaardiotsing võrguühendust kasutamata
|
||||
- Järjehoidjad ja rajad KML-, KMZ-, GPX-vormingus
|
||||
- Tavavaate kõrval ka silmadesäästlik tume kaardivaade
|
||||
- Riikide ja piirkondade andmekogud ei võta palju andmeruumi
|
||||
- Avatud lähtekoodiga ja tasuta tarkvara
|
||||
|
||||
## Miks Organic Maps?
|
||||
|
||||
Meie kaardirakendus on hoole ja armastusega tehtud ehe ja mõnus tarkvara:
|
||||
|
||||
- Austab sinu privaatsust
|
||||
- Säästab nutiseadme akut
|
||||
- Ei mingeid ootamatuid mobiilse andmeside tasusid
|
||||
|
||||
Organic Maps rakenduses pole midagi, mis sinu tegevust jälgiks:
|
||||
|
||||
- Pole reklaame
|
||||
- Pole jälgimist
|
||||
- Pole andmekogumist
|
||||
- Pole helistamist teenusepakkujale koju
|
||||
- Pole tüütut registreerimist
|
||||
- Pole kohustuslikke juhendmaterjale
|
||||
- Pole pidevat spämmi sinu e-posti aadressile
|
||||
- Pole tõuketeavitusi
|
||||
- Pole rämpsvara
|
||||
- ~~Pole putukamürki~~ Ehtne ja korralik!
|
||||
|
||||
Meie rakendust on kontrollinud [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
OrganicMaps'i iOS rakendus on verifitseeritud - [TrackerControl for
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps ei eelda sinu nutiseadmes liigseid õigusi, mis võimaldaks sinu
|
||||
tegevust jälgida:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Organic Maps rakenduse tiimis me eeldame, et privaatsus on põhiline
|
||||
inimõigus:
|
||||
|
||||
- Organic Maps on sõltumatu, kogukonnakeskne ja avatud lähtekoodiga
|
||||
tarkvaral põhinev projekt
|
||||
- Me kaitseme sinu privaatsust suurte tehnoloogiafirmade uudishimulike
|
||||
silmade eest
|
||||
- Püsi turvalisena olenemata sellest, kus sa viibid
|
||||
|
||||
Keeldu pidevast jälgimisest - võta oma sihiks vabadus.
|
||||
|
||||
**[Proovi Organic Maps'i kaardirakendust!](#install)**
|
||||
|
||||
## Kes maksab tasuta rakenduse eest?
|
||||
|
||||
Meie rakendus on kõigile tasuta. Aga kui soovid [meid rahaliselt
|
||||
toetada](@/donate/index.md), siis see on alati hea mõte!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Kogukond
|
||||
|
||||
Organic Maps on [avatud lähtekoodil põhinev tarkvara][github], mida me oleme
|
||||
litsentseerinud Apache License 2.0 alusel.
|
||||
|
||||
- Palun liitu meie beetaprogrammiga, paku uusi funktsionaalsusi ning teata
|
||||
vigadest:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux'i töölauarakenduse beetaversioon (Flatpak)][flatpak]
|
||||
* [Linux'i töölauarakenduse beetaversioon (pakendatuna)][repology]
|
||||
- Teata vigadest või probleemidest meie [veahalduse liideses][issues] või
|
||||
[saada meile e-kiri][email].
|
||||
- [Kommenteeri][ideas] juba tehtud ettepanekuid või paku mõni asjalik idee
|
||||
omalt poolt.
|
||||
- Viimase teabe saamiseks liitu meie [Telegram'i kanaliga][telegram] või
|
||||
[Matrix'i kogukonnaga][matrix].
|
||||
- Keskustelemaks teiste kasutajatega liitu meie [Telegram'i
|
||||
grupiga][telegram_chat].
|
||||
- Vaata meie [arenduskeskkonda GitHub'is][github].
|
||||
- Jälgi meid sotsiaalmeedias: [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,178 +0,0 @@
|
|||
---
|
||||
description: 'Detaile handiko offline mapa azkarrak, bidaiari, turista, gidari, mendizale eta txirrindularientzat, MapsWithMe (Maps.me) app-aren sortzaileek garatutakoa.'
|
||||
extra:
|
||||
menu_title: Hasiera
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline mapak mendizale, txirrindulari, ibiltari eta nabigaziorako'
|
||||
---
|
||||
|
||||
**Organic Maps** Android & iOS-erako offline-mapen app bat da, bidaiari, turista, mendizale eta txirrindularientzat, auzolanean sortutako **[OpenStreetMap][openstreetmap]** datuetan oinarrituta. Aurrez ezaguna zen **Maps.me** app-aren kode-irekiko eta pribazitate helburu duen [fork][fork] bat da (lehenago [**MapsWithMe**][mapswithme] izenarekin ezaguna), 2011an **MapsWithMe** app-a sortu zuten pertsona berdinek mantenduta.
|
||||
|
||||
**Organic Maps** da konexiorik gabe %100-ean funtzionatzen duen aplikazio gutxietako bat. Instalatu Organic Maps, deskargatu mapak eta bota zaborretara zure SIM txartela (bide batez, zure telefono konpainiak uneoro jarraipena egiten dizu), eta joan asteroko ibilaldira bateria karga batekin eta sarera byte bakarra ere bidali gabe.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Mendian') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline bilaketa')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Nabigazioa modu
|
||||
ilunean') }}
|
||||
|
||||
## Berezitasunak
|
||||
|
||||
Organic Maps da bidaiari, turista, mendizale eta txirrindularientzat app
|
||||
egokiena:
|
||||
|
||||
- Beste mapetan azaltzen ez diren tokietako offline mapa detailatuak,
|
||||
[OpenStreetMap][openstreetmap]-i esker
|
||||
- Bizikletarako ibilbideak, mendiko zidorrak eta ibiltzeko bideak
|
||||
- Profil lerroak, sestra kurbak, gailur eta aldapak
|
||||
- Pausoz-pausoko nabigazioa oinez, bizikletan edo autoz ibiltzeko, ahotsaren
|
||||
aukerarekin, Android Auto
|
||||
- Mapan offline bilaketa azkarra
|
||||
- Tokien laster-markak esportatu eta inportatzeko aukera KML/KMZ
|
||||
formatuetan, inportatzeko GPX
|
||||
- Modu iluna zure begiak babesteko
|
||||
- Nazio eta herrialdeek ez dute toki askorik hartzen
|
||||
- Librea eta kode irekikoa
|
||||
|
||||
## Zergatik Organic?
|
||||
|
||||
Organic Maps garbia eta organikoa da, maitasunez egindakoa:
|
||||
|
||||
- Zure pribatutasuna errespetatzen du
|
||||
- Bateria aurrezten laguntzen dizu
|
||||
- Espero gabeko datu mugikorrik ez
|
||||
|
||||
Organic Maps app-ak ez du tracker edo beste trikimailu zikinik:
|
||||
|
||||
- Iragarkirik gabe
|
||||
- Jarraipenik ez
|
||||
- Datu bilketarik gabe
|
||||
- Zure datuak ez ditugu biltzen
|
||||
- Izen-emate astunik ez
|
||||
- Erabilera tutorial beharrik ez
|
||||
- Eposta spamik ez
|
||||
- Push jakinarazpenik ez
|
||||
- Zabor-koderik ez
|
||||
- ~~Pestizidarik ez~~ Guztiz organikoa!
|
||||
|
||||
Aplikazio hau [Exodus Privacy Project][exodus]-ek egiaztatzen du:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
iOS aplikazioa [TrackerControl iOS-erako][trackercontrol]-ek egiaztatzen du:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps-ek ez du zu espiatzeko gehiegizko baimenik eskatzen:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Organic Maps-en sinesten dugu pribatutasuna oinarrizko eskubide bat dela:
|
||||
|
||||
- Organic Maps komunitateak bultzatutako kode irekiko proiektu independentea
|
||||
da
|
||||
- Enpresa teknologiko handien begietatik babesten dugu zure pribatutasuna
|
||||
- Seguru egon edozein tokitan
|
||||
|
||||
Errefusatu jarraipena - besarkatu zure askatasuna.
|
||||
|
||||
**[Eman aukera Organic Maps-i](#install)**
|
||||
|
||||
## Nork ordaintzen du doako app hau?
|
||||
|
||||
App-a denontzat doakoa da. Mesedez [donate](@/donate/index.md) guri
|
||||
laguntzeko!
|
||||
|
||||
Dohaintza egokia emateko, egin klik behean nahi duzun ordainketa-metodoaren
|
||||
ikonoan:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Komunitatea
|
||||
|
||||
Organic Maps [open-source software][github] da, Apache License 2.0
|
||||
lizentziapean.
|
||||
|
||||
- Mesedez parte-hartu gure beta programan, iradoki zure ideia berriak eta
|
||||
akatsen berri eman:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- Akats edo arazoen berri eman [issue tracker-ean][issues] edo [idatzi
|
||||
guri][email].
|
||||
- [Eztabaidatu][ideas] ideiak edo proposatu berezitasun berriak.
|
||||
- Harpidetu gure [Telegram kanalera][telegram] edo [matrix
|
||||
space][matrix]-era eguneraketak jasotzeko.
|
||||
- Sartu gure [Telegram taldean][telegram_chat] beste erabiltzaileekin hitz
|
||||
egiteko.
|
||||
- Bisitatu gure [GitHub orria][github].
|
||||
- Jarrai itzazu gure eguneraketak [FOSStodon][fosstodon],
|
||||
[Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter],
|
||||
[Instagram][instagram], [Reddit][reddit]-en eta [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://eu.wikipedia.org/wiki/Fork
|
||||
|
||||
{{ references() }}
|
|
@ -1,124 +0,0 @@
|
|||
---
|
||||
title: "Organic Maps: cartes hors ligne et navigateur GPS"
|
||||
description: Cartes open source pour voyageurs, touristes, cyclistes et randonneurs.
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
extra:
|
||||
menu_title: Page d'accueil
|
||||
---
|
||||
|
||||
**Organic Maps** est une application Android et iOS gratuite de cartes hors ligne pour les voyageurs, les touristes, les randonneurs et les cyclistes, basée sur des données provenant des contributeurs. **[OpenStreetMap](https://www.openstreetmap.org)**. Il s'agit d'un [fork](https://en.wikipedia.org/wiki/Fork_(software_development)) de l'application **Maps.me** (précédemment connue sous le nom de [**MapsWithMe**](https://en.wikipedia.org/wiki/Maps.me)), axé sur la confidentialité et maintenu par les mêmes personnes qui ont créé **MapsWithMe** en 2011.
|
||||
|
||||
**Organic Maps** est l'une des rares applications actuelles à prendre en charge 100 % des fonctionnalités sans connexion Internet active. Installez Organic Maps, téléchargez des cartes, jetez votre carte SIM (d'ailleurs, votre opérateur vous suit constamment), et partez pour un voyage hebdomadaire sur une seule charge de batterie sans aucun octet envoyé au réseau.
|
||||
|
||||
> En 2023, Organic Maps [a obtenu son premier million](@/news/2023-12-23/281/index.md) d'utilisateurs. [Aidez-nous](@/donate/index.fr.md) à passer à l'échelle supérieure !
|
||||
|
||||
### Télécharger et installer Organic Maps depuis [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }}
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }}
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark mode') }}
|
||||
|
||||
## Fonctionnalités
|
||||
|
||||
Organic Maps est l'application idéale pour les voyageurs, les touristes, les randonneurs et les cyclistes :
|
||||
|
||||
- Cartes détaillées hors ligne avec des lieux qui n'existent pas sur d'autres cartes, grâce à [OpenStreetMap](https://osm.org)
|
||||
- Itinéraires cyclables, sentiers de randonnée et chemins de promenade
|
||||
- Courbes de niveau, profils d'élévation, sommets et pentes
|
||||
- Navigation à pied, à vélo et en voiture, virage par virage, avec guidage vocal, Android Auto
|
||||
- Recherche rapide hors ligne sur la carte
|
||||
- Exportation et importation de signets aux formats KML/KMZ, importation GPX
|
||||
- Mode sombre pour protéger vos yeux
|
||||
- Les pays et les régions ne prennent pas beaucoup de place
|
||||
- Gratuit et open-source
|
||||
|
||||
## Pourquoi Organic?
|
||||
|
||||
Organic Maps est pur et biologique, fabriqué avec amour :
|
||||
|
||||
- Respecte votre vie privée
|
||||
- Économise votre batterie
|
||||
- Pas de frais de données mobiles inattendus
|
||||
|
||||
L'application Organic Maps est exempte de traceurs et d'autres éléments indésirables :
|
||||
|
||||
- Une expérience hors ligne ultra-rapide
|
||||
- Respecte votre vie privée
|
||||
- Économise votre batterie
|
||||
- Pas de frais de données mobiles inattendus
|
||||
- Simplicité d'utilisation, avec uniquement les fonctions les plus importantes.
|
||||
|
||||
Sans trackers et autres mauvaises choses :
|
||||
|
||||
- Pas de publicité
|
||||
- Pas de pistage
|
||||
- Pas de collecte de données
|
||||
- Pas d'appel au domicile
|
||||
- Pas d'inscription fastidieuse
|
||||
- Pas de tutoriels obligatoires
|
||||
- Pas de spam excessif
|
||||
- Pas de notifications push
|
||||
- Pas de logiciels malveillants
|
||||
- N̶o̶ ̶p̶e̶s̶t̶i̶c̶i̶d̶e̶s̶ Entièrement bio
|
||||
|
||||
Selon <a href='https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/'>Exodus Privacy Project</a> il n'y a aucun tracker et les autorisations requises sont minimales:
|
||||
<br/>
|
||||
<img src='/images/privacy/exodus.png' width='400'>
|
||||
|
||||
Organic Maps ne demande pas de permissions excessives pour vous espionner:
|
||||
|
||||
<img src='/images/privacy/om.jpg' width='400'>
|
||||
<img src='/images/privacy/mm.jpg' width='400'>
|
||||
|
||||
Chez Organic Maps, nous pensons que la <b>vie privée est un droit humain fondamental</b> :
|
||||
|
||||
• Organic Maps est un projet indépendant open-source dirigé par la communauté.
|
||||
• Nous protégeons la vie privée des regards indiscrets des géants de la tech
|
||||
• Restez en sécurité, où que vous soyez
|
||||
|
||||
Rejeter la surveillance - embrasser votre liberté.
|
||||
|
||||
<a href="#install"><strong>Essayez Organic Maps !</strong></a>
|
||||
|
||||
## Qui paie pour l'application gratuite ?
|
||||
|
||||
L'application est gratuite pour tous. Veuillez [faire un don](@/donate/index.fr.md) pour nous soutenir !
|
||||
|
||||
### Il y a plusieurs façons de faire un don :
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Nos sponsors :
|
||||
|
||||
Le FAI [Mythic Beasts](https://www.mythic-beasts.com/) [nous][mythic_beasts_donation] fournit deux serveurs virtuels avec 400 TB/mois de bande passante gratuite pour aider nos utilisateurs à télécharger et mettre à jour les cartes.
|
||||
|
||||
### Contribuer
|
||||
|
||||
Il existe de nombreuses façons de nous soutenir, énumérées [ici](@/contribute/index.fr.md).
|
||||
|
||||
## Beta
|
||||
|
||||
Rejoignez notre programme bêta, proposez vos fonctionnalités et signalez les bogues :
|
||||
|
||||
- [iOS Beta (TestFlight)][testflight]
|
||||
- [Android Beta (Firebase)][firebase]
|
||||
- [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop)
|
||||
- [Linux Desktop Beta (packages)](https://repology.org/project/organicmaps/versions)
|
||||
|
||||
## Communauté
|
||||
|
||||
Organic Maps est un [logiciel libre][github] sous licence Apache 2.0.
|
||||
|
||||
- Signalez les bogues ou les problèmes à [l'outil de suivi des problèmes][issues] ou [envoyez-nous un courriel][email].
|
||||
- [Discutez][ideas] des idées ou proposez des demandes de fonctionnalités.
|
||||
- Abonnez-vous à notre [Canal Telegram][telegram] ou à l'espace [matrix][matrix] pour les mises à jour.
|
||||
- Rejoignez notre [Chat Telegram en anglais][telegram_chat] ou [en français][telegram_chat_fr] pour discuter avec d'autres utilisateurs.
|
||||
- Visitez notre [page GitHub][github].
|
||||
- Suivez nos mises à jour sur [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [Linkedin][linkedin].
|
||||
|
||||
|
||||
{{ references() }}
|
|
@ -1,177 +0,0 @@
|
|||
---
|
||||
description: 'Mapas sen conexión, rápidos e detallados para viaxeiros, turistas, condutores, sendeiristas e ciclistas creados polos fundadores de MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Casa
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: camiñadas sen conexión, bicicletas, rutas e navegación'
|
||||
---
|
||||
|
||||
**Organic Maps** é unha aplicación gratuíta de mapas sen conexión para Android e iOS para viaxeiros, turistas, sendeiristas e ciclistas baseada nos datos **[OpenStreetMap][openstreetmap]** de fontes abertas. É unha aplicación de código aberto e centrada na privacidade [fork][fork] da aplicación **Maps.me** (anteriormente coñecida como [**MapsWithMe**][mapswithme]), mantida polas mesmas persoas que crearon ** MapsWithMe** en 2011.
|
||||
|
||||
@**Organic Maps** é unha das poucas aplicacións de hoxe en día que admite o 100 % das funcións sen unha conexión activa a Internet. Instala Organic Maps, descarga mapas, tira a tarxeta SIM (por certo, o teu operador rastrexache constantemente) e fai unha viaxe dunha semana cunha soa carga de batería sen que se envíe ningún byte á rede.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
@{{ badges() }}
|
||||
|
||||
@{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
|
||||
@{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }}
|
||||
|
||||
@{{ screenshot(src='/images/screenshots/search.jpg', alt='Búsqueda sen
|
||||
conexión') }}
|
||||
|
||||
@{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegación en modo
|
||||
escuro') }}
|
||||
|
||||
## Características
|
||||
|
||||
Organic Maps é a aplicación complementaria definitiva para viaxeiros,
|
||||
turistas, sendeiristas e ciclistas:
|
||||
|
||||
- Mapas detallados sen conexión con lugares que non existen noutros mapas,
|
||||
grazas a [OpenStreetMap][openstreetmap]
|
||||
- Rutas ciclistas, rutas de sendeirismo e camiños a pé
|
||||
- Curvas de nivel, perfís de elevación, cumes e pendentes
|
||||
- Navegación paso a paso, andando en bicicleta e en coche con guía de voz
|
||||
- Busca rápida sen conexión no mapa
|
||||
- Marcadores e pistas en formatos KML, KMZ e GPX
|
||||
- Modo escuro para protexer os ollos
|
||||
- Os países e as rexións non ocupan moito espazo
|
||||
- Libre e de código aberto
|
||||
|
||||
## ¿Por qué Organic?
|
||||
|
||||
Organic Maps e puro e orgánico, e feito con amor:
|
||||
|
||||
- Respetamos a túa privacidade
|
||||
- Aforramos batería
|
||||
- Non hai cargos inesperados de datos móbiles
|
||||
|
||||
Organic Maps está libre de rastreadores e outras cousas malas:
|
||||
|
||||
- Sen publicidade
|
||||
- Sen seguimento
|
||||
- Sen recollida de datos
|
||||
- Sen conexións externas
|
||||
- Sen rexistro molesto
|
||||
- Non hai tutoriales obrigatorios
|
||||
- Sen correos basura
|
||||
- Sen notificacións
|
||||
- Sen programas basura
|
||||
- ~~Sen pesticidas~~ ¡Puramente orgánico!
|
||||
|
||||
Esta aplicación foi verificada por [Exodus Privacy Project][exodus]:
|
||||
|
||||
@{{ exodus_screenshot() }}
|
||||
|
||||
A aplicación de iOS foi verificada por [TrackerControl for
|
||||
iOS][trackercontrol]:
|
||||
|
||||
@{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps non solicita permisos excesivos para espiarche:
|
||||
|
||||
@{{ privacy_screenshots() }}
|
||||
|
||||
En Organic Maps, cremos que a privacidade é un dereito humano fundamental:
|
||||
|
||||
- Organic Maps é un proxecto indie de código aberto impulsado pola
|
||||
comunidade
|
||||
- Protexemos a túa privacidade das miradas indiscretas das grandes
|
||||
tecnolóxicas
|
||||
- Mantéñase seguro sen importar onde esteas
|
||||
|
||||
Rexeita a vixilancia - abraza a túa liberdade.
|
||||
|
||||
**[Proba Organic Maps!](#install)**
|
||||
|
||||
## ¿Quén paga a aplicación gratuíta?
|
||||
|
||||
A aplicación é gratuíta para todos. Por favor, [donate](@/donate/index.md)
|
||||
para apoiarnos!
|
||||
|
||||
Para doar inmediatamente, fai clic na icona do método de pago preferido a
|
||||
continuación:
|
||||
|
||||
@{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Comunidade
|
||||
|
||||
Organic Maps é un [open-source software][github] licenciado baixo a licenza
|
||||
Apache 2.0.
|
||||
|
||||
- Únete ao noso programa beta, suxire as túas funcións e informa de erros:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (paquetería)][repology]
|
||||
- Informa de erros ou problemas no [the issue tracker][issues] or [email
|
||||
us][email].
|
||||
- [Discuss][ideas] ideas ou propoña solicitudes de funcións.
|
||||
- Subscríbete á nosa [Telegram Channel][telegram] ou ao [matrix
|
||||
space][matrix] para obter actualizacións.
|
||||
- Únete ao noso [Telegram Group][telegram_chat] para falar con outros
|
||||
usuarios.
|
||||
- Visita a nosa [páxina GitHub][github].
|
||||
- Siga as nosas actualizacións en [FOSStodon][fosstodon],
|
||||
[Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter],
|
||||
[Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(desenvolvemento%20de%20software)
|
||||
|
||||
{{references()}}
|
|
@ -1,175 +0,0 @@
|
|||
---
|
||||
description: 'विस्तृत एवं फास्ट ऑफ़लाइन नक़्शे यात्रियों, पर्यटकों, ड्राइवरों, एवं साइकिल चालकों के लिए| Maps.me के संस्थापकों द्वारा बनाया गया ऐप|'
|
||||
extra:
|
||||
menu_title: होम
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'ऑर्गेनिक नक़्शे: ऑफ़लाइन सैर, बाइकिंग, रास्ते, और दिशाएं'
|
||||
---
|
||||
|
||||
**ऑर्गेनिक मैप्स**[OpenStreetMap][openstreetmap]** डेटा के शीर्ष पर आधारित यात्रियों, पर्यटकों, हाइकर्स और साइकिल चालकों के लिए एक मुफ़्त Android और iOS ऑफ़लाइन मैप्स ऐप है। यह **Maps.me** ऐप (जिसे पहले [**MapsWithMe**][mapswithme] के नाम से जाना जाता था) का एक गोपनीयता-केंद्रित, खुला-स्रोत [fork][fork] है, जिसकी देखरेख वही लोग करते हैं जिन्होंने **MapsWithMe बनाया था ** 2011 में।
|
||||
|
||||
**ऑर्गेनिक मैप्स** आजकल के कुछ एप्लिकेशन में से एक है जो सक्रिय इंटरनेट कनेक्शन के बिना 100% सुविधाओं का समर्थन करता है। ऑर्गेनिक मैप्स इंस्टॉल करें, मैप्स डाउनलोड करें, अपना सिम कार्ड फेंक दें (वैसे, आपका ऑपरेटर आपको लगातार ट्रैक करता है), और नेटवर्क पर कुछ भी भेजे बिना सिर्फ एक बैटरी चार्ज पर साप्ताहिक यात्रा के लिए जाएं।
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark
|
||||
mode') }}
|
||||
|
||||
## विशेषताएं
|
||||
|
||||
ऑर्गेनिक मैप्स यात्रियों, पर्यटकों, हाइकर्स और साइकिल चालकों के लिए उच्चतम
|
||||
सहयोगी ऐप है:
|
||||
|
||||
- उन स्थानों के साथ विस्तृत ऑफ़लाइन नक़्शे जो अन्य नक्शों पर मौजूद नहीं हैं,
|
||||
[OpenStreetMap][openstreetmap] की बदौलत
|
||||
- साइक्लिंग, हाइकिंग, तथा टहलने के रास्ते
|
||||
- समोच्च रेखाएँ, उन्नयन प्रोफाइल, चोटियाँ और ढलान
|
||||
- आवाज मार्गदर्शन और एंड्रॉइड ऑटो के साथ बारी-बारी पैदल चलना, साइकिल चलाना
|
||||
और कार नेविगेशन
|
||||
- तेज़ ऑफ़लाइन खोज नक़्शे पर
|
||||
- KML, KMZ, GPX प्रारूपों में बुकमार्क और ट्रैक
|
||||
- डार्क मोड, अपनी आंखों की रक्षा के लिए
|
||||
- देश एवं क्षेत्र ज्यादा जगह नहीं लेते हैं
|
||||
- नि: शुल्क और मुक्त स्रोत
|
||||
|
||||
## आर्गेनिक नक़्शे ही क्यों?
|
||||
|
||||
ऑर्गेनिक नक़्शे शुद्ध और ऑर्गेनिक हैं, जिन्हें प्यार से बनाया गया है:
|
||||
|
||||
- यह आपकी निजता का सम्मान करता है
|
||||
- आपकी बैटरी बचाता है
|
||||
- कोई अनपेक्षित मोबाइल डेटा शुल्क नहीं
|
||||
|
||||
ऑर्गेनिक मैप्स ऐप ट्रैकर्स और अन्य खराब चीजों से विमुक्त है:
|
||||
|
||||
- बिना विज्ञापन
|
||||
- कोई ट्रैकिंग नहीं
|
||||
- कोई डेटा संग्रह नहीं
|
||||
- घर पर फ़ोन करने की ज़रुरत नहीं
|
||||
- कोई कष्टप्रद रजिस्ट्रेशन नहीं
|
||||
- कोई अनिवार्य ट्यूटोरियल नहीं
|
||||
- कोई ईमेल स्पैम नहीं
|
||||
- कोई पुश सूचनाएँ नहीं
|
||||
- कोई क्रैपवेयर नहीं
|
||||
- ~~कोई कीटनाशक नहीं~~केवल आर्गेनिक!
|
||||
|
||||
यह ऐप [Exodus Privacy Project][exodus] द्वारा सत्यापित किया गया है:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
ऑर्गेनिक नक़्शे आपकी जासूसी करने के लिए अत्यधिक अनुमतियों का अनुरोध नहीं
|
||||
करता है:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
ऑर्गेनिक मैप्स में हम मानते हैं कि गोपनीयता एक मौलिक मानव अधिकार है:
|
||||
|
||||
- ऑर्गेनिक मैप्स एक इंडी समुदाय संचालित ओपन-सोर्स प्रोजेक्ट है
|
||||
- हम आपकी गोपनीयता को बिग टेक की ताक-झांक से बचाकर रखते हैं
|
||||
- आप जहां भी हैं सुरक्षित रहेंगे
|
||||
|
||||
निगरानी को अस्वीकार करें - अपनी स्वतंत्रता को अपनाएं।
|
||||
|
||||
**[ऑर्गेनिक मानचित्रों को आज़माएं!](#install)**
|
||||
|
||||
## मुफ्त ऐप के लिए क्यों भुगतान करें?
|
||||
|
||||
ऐप सभी के लिए मुफ्त है। हमारा समर्थन करने के लिए कृपया
|
||||
[दान](@/donate/index.md) करें!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## समुदाय
|
||||
|
||||
ऑर्गेनिक मैप्स एक [ओपन-सोर्स सॉफ्टवेयर][github] है जिसे अपाचे(Apache)
|
||||
लाइसेंस 2.0 के तहत लाइसेंस दिया गया है।
|
||||
|
||||
- कृपया हमारे बीटा प्रोग्राम में शामिल हों, अपनी सुविधाओं का सुझाव दें, और
|
||||
बग्स को रिपोर्ट करें:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [एंड्रॉइड बीटा (फायरबेस)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- [समस्या ट्रैकर][issues] या [हमें ईमेल करें][email] पर बग या मुद्दों की
|
||||
रिपोर्ट करें।
|
||||
- [Discuss][ideas] विचार या सुविधा अनुरोधों का प्रस्ताव करें।
|
||||
- अपडेट के लिए हमारे [Telegram Channel][telegram] या [matrix space][matrix]
|
||||
की सदस्यता लें।
|
||||
- अन्य उपयोगकर्ताओं के साथ चर्चा करने के लिए हमारे [Telegram
|
||||
Group][telegram_chat] में शामिल हों।
|
||||
- हमारे [गिटहब पेज][github] पर जाएं।
|
||||
- [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit],
|
||||
[LinkedIn][LinkedIn] पर हमारे अपडेट का पालन करें।
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,177 +0,0 @@
|
|||
---
|
||||
description: 'A MapsWithMe (Maps.Me) alkalmazás alapítói által készített gyors, részletes offline térképek utazók, turisták, sofőrök, túrázók és kerékpárosok számára.'
|
||||
extra:
|
||||
menu_title: Kezdőlap
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline túra, kerékpár, nyomvonalak és navigáció'
|
||||
---
|
||||
|
||||
Az **Organic Maps** egy ingyenes Android és iOS offline térképalkalmazás utazók, turisták, túrázók és kerékpárosok számára, amely az ingyenes **[OpenStreetMap][openstreetmap]** adatokon alapul. Ez egy adatvédelmi fókuszú, nyílt forráskódú [fork][fork] a **Maps.me** alkalmazásból (korábban [**MapsWithMe**][mapswithme] néven volt ismert), amelyet ugyanazok az emberek tartanak fenn, akik 2011-ben létrehozták a **MapsWithMe** alkalmazást.
|
||||
|
||||
**Az Organic Maps** egyike azon kevés alkalmazásoknak, amelyek manapság 100%-ban támogatják a funkciókat aktív internetkapcsolat nélkül. Telepítse az Organic Maps-et, töltse le a térképeket, dobja el a SIM-kártyáját (máskülönben a szolgáltatója folyamatosan nyomon követi Önt), és egyetlen akkumulátortöltéssel, a hálózatra küldött egyetlen byte nélkül induljon el egy egyhetes útra.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Túrázás') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prága') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline keresés')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigáció sötét
|
||||
módban') }}
|
||||
|
||||
## Funkciók
|
||||
|
||||
Az Organic Maps az utazók, turisták, túrázók és kerékpárosok tökéletes
|
||||
társa:
|
||||
|
||||
- Részletes offline térképek olyan helyekkel, amelyek más térképeken nem
|
||||
léteznek, az [OpenStreetMap][openstreetmap] jóvoltából
|
||||
- Kerékpárutak, túraútvonalak és sétaútvonalak
|
||||
- Szintvonalak, magassági profilok, csúcsok és lejtők
|
||||
- Részletes gyalogos, kerékpáros és autós navigáció hangutasítással, Android
|
||||
Auto
|
||||
- Gyors offline keresés a térképen
|
||||
- Könyvjelzők és számok KML, KMZ, GPX formátumban
|
||||
- Sötét mód a szem védelme érdekében
|
||||
- Az országok és régiók adatai nem foglalnak el sok helyet
|
||||
- Ingyenes és nyílt forráskódú
|
||||
|
||||
## Miért az Organic?
|
||||
|
||||
Az Organic Maps tiszta és organikus, szeretettel készült:
|
||||
|
||||
- Tiszteletben tartja az Ön magánszféráját
|
||||
- Kíméli az akkumulátort
|
||||
- Nincsenek váratlan mobil adatforgalmi díjak
|
||||
|
||||
Az Organic Maps alkalmazás mentes a nyomkövetőktől és egyéb rossz dolgoktól:
|
||||
|
||||
- Nincsenek hirdetések
|
||||
- Nincs nyomkövetés
|
||||
- Nincs adatgyűjtés
|
||||
- Nincs hazatelefonálás
|
||||
- Nincs bosszantó regisztráció
|
||||
- Nincsenek kötelező oktatóprogramok
|
||||
- Nincs e-mail spam
|
||||
- Nincsenek leküldéses értesítések
|
||||
- Nincs crapware
|
||||
- ~~Nincsenek növényvédő szerek~~ Tisztán bio!
|
||||
|
||||
Az alkalmazás az [Exodus Privacy Project][exodus] által ellenőrzött:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Az Organic Maps nem kér rengeteg engedélyt, hogy kémkedjen Ön után:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Az Organic Mapsnél hiszünk abban, hogy a magánélet alapvető emberi jog:
|
||||
|
||||
- Az Organic Maps egy független közösség által irányított nyílt forráskódú
|
||||
projekt
|
||||
- Megvédjük a magánéletét a nagy techcégek kíváncsi szemeitől
|
||||
- Maradjon biztonságban, bárhol is van
|
||||
|
||||
Utasítsd el a megfigyelést - gyakorold a szabadságodat.
|
||||
|
||||
**[Próbálja ki az Organic Maps-et!](#install)**
|
||||
|
||||
## Ki fizet az ingyenes alkalmazásért?
|
||||
|
||||
Az alkalmazás mindenki számára ingyenes. Kérjük,
|
||||
[adományozzon](@/donate/index.md), hogy támogasson minket!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Közösség
|
||||
|
||||
Az Organic Maps egy [nyílt forráskódú szoftver][github], amely az Apache
|
||||
License 2.0-t használja.
|
||||
|
||||
- Kérjük, csatlakozzon a béta programunkhoz, javasoljon funkciókat, és
|
||||
jelezze a hibákat:
|
||||
* [iOS Béta (TestFlight)][testflight]
|
||||
* [Android Béta (Firebase)][firebase]
|
||||
* [Asztali Linux Béta (Flatpak)][flatpak][flatpak]
|
||||
* [Asztali Linux Béta (csomagok)][repology]
|
||||
- Jelentsd a hibákat vagy problémákat [a hibakövetőnkbe][issues] vagy [küldj
|
||||
számunkra egy e-mailt][email].
|
||||
- [Vita][ideas] ötletek vagy funkciókérések.
|
||||
- Iratkozz fel a [Telegram csatornánkra][telegram] vagy a [matrix
|
||||
terünkre][matrix] az újdonságokért.
|
||||
- Csatlakozz a [Telegram csoportunkhoz][telegram_chat], hogy beszélgethess a
|
||||
többi felhasználóval.
|
||||
- Látogasson el a [GitHub oldalunkra][github].
|
||||
- Kövesse frissítéseinket, újdonságainkat a [FOSStodon][fosstodon],
|
||||
[Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter],
|
||||
[Instagram][instagram], [Reddit][reddit] és [LinkedIn][LinkedIn]
|
||||
szolgáltatásokon.
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://hu.wikipedia.org/wiki/Fork_%28szoftverfejleszt%C3%A9s%29
|
||||
|
||||
{{ references() }}
|
|
@ -1,178 +0,0 @@
|
|||
---
|
||||
description: 'Peta luring cepat terperinci untuk pelancong, turis, pengemudi, pejalan kaki, dan pengendara sepeda yang dibuat oleh pendiri aplikasi MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: 'Halaman depan'
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Pendakian, Bersepeda, Jalan Setapak, dan Navigasi Luring'
|
||||
---
|
||||
|
||||
**Organic Maps** adalah aplikasi peta luring Android & iOS gratis untuk pelancong, turis, pejalan kaki, dan pesepeda yang berbasis di atas data **[OpenStreetMap][openstreetmap]** yang bersumber dari orang-orang. Ini adalah [modifikasi][fork] sumber terbuka yang berfokus pada privasi dari aplikasi **Maps.me** (sebelumnya dikenal sebagai [**MapsWithMe**][mapswithme]), dikelola oleh orang yang sama yang menciptakan **MapsWithMe** pada tahun 2011.
|
||||
|
||||
**Organic Maps** adalah salah satu dari sedikit aplikasi saat ini yang mendukung 100% fitur tanpa koneksi Internet aktif. Instal Organic Maps, unduh peta, buang kartu SIM Anda (ngomong-ngomong, operator Anda terus melacak Anda), dan lakukan perjalanan mingguan dengan satu kali pengisian baterai tanpa bita apa pun yang dikirim ke jaringan.
|
||||
|
||||
> Di tahun 2023, Organic Maps [mendapatkan sejuta](@/news/2023-12-23/281/index.md) pengguna pertama. [Bantu kami](@/donate/index.md) supaya kami dapat berkembang!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Pendakian') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praha') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Pencarian Luring')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigasi dalam mode
|
||||
gelap') }}
|
||||
|
||||
## Fitur
|
||||
|
||||
Organic Maps adalah aplikasi pendamping terlengkap bagi para pelancong,
|
||||
turis, pejalan kaki, dan pengendara sepeda:
|
||||
|
||||
- Peta luring terperinci dengan tempat-tempat yang tidak ada di peta lain,
|
||||
berkat [OpenStreetMap][openstreetmap]
|
||||
- Rute bersepeda, jalur pendakian, dan jalur pejalan kaki
|
||||
- Garis kontur, profil ketinggian, puncak, dan lereng
|
||||
- Navigasi berjalan kaki, bersepeda, dan mobil belok demi belok dengan
|
||||
panduan suara dan Android Auto
|
||||
- Pencarian luring cepat pada peta
|
||||
- Bookmark dan trek dalam format KML, KMZ, GPX
|
||||
- Mode Gelap untuk melindungi mata Anda
|
||||
- Negara dan wilayah tidak memakan banyak ruang
|
||||
- Bebas dan sumber terbuka
|
||||
|
||||
## Mengapa Organik?
|
||||
|
||||
Organic Maps murni dan organik, dibuat dengan cinta:
|
||||
|
||||
- Menghormati privasi Anda
|
||||
- Menghemat baterai Anda
|
||||
- Tidak ada biaya data seluler yang tidak diduga
|
||||
|
||||
Aplikasi Organic Maps bebas dari pelacak dan hal-hal buruk lainnya:
|
||||
|
||||
- Tanpa iklan
|
||||
- Tanpa pelacakan
|
||||
- Tanpa pengumpulan data
|
||||
- Tanpa menelepon ke rumah
|
||||
- Tanpa pendaftaran mengganggu
|
||||
- Tanpa panduan wajib
|
||||
- Tanpa spam surel berisik
|
||||
- Tanpa pemberitahuan dorong
|
||||
- Tanpa perangkat lunak tidak berguna
|
||||
- ~~Tanpa pestisida~~ Organik secara murni!
|
||||
|
||||
Aplikasi ini diverifikasi oleh [Proyek Privasi Exodus][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Aplikasi iOS telah diverifikasi oleh [TrackerControl untuk
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps tidak meminta izin berlebihan untuk memata-matai Anda:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Di Organic Maps, kami percaya bahwa privasi adalah hak asasi manusia yang
|
||||
mendasar:
|
||||
|
||||
- Organic Maps adalah proyek sumber terbuka yang digerakkan oleh komunitas
|
||||
tersendiri
|
||||
- Kami melindungi privasi Anda dari pengintaian Teknologi Besar
|
||||
- Tetap aman di mana pun Anda berada
|
||||
|
||||
Tolak pengawasan — rangkul kebebasan Anda.
|
||||
|
||||
**[Cobalah Organic Maps!](#install)**
|
||||
|
||||
## Siapa yang membayar untuk aplikasi gratis ini?
|
||||
|
||||
Aplikasi ini gratis untuk semua orang. Silakan
|
||||
[berdonasi](@/donate/index.id.md) untuk mendukung kami!
|
||||
|
||||
Untuk segera berdonasi, klik ikon metode pembayaran pilihan di bawah ini:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Komunitas
|
||||
|
||||
Organic Maps adalah [perangkat lunak sumber terbuka][github] yang
|
||||
dilisensikan di bawah lisensi Apache 2.0.
|
||||
|
||||
- Silakan bergabung dengan program beta kami, sarankan fitur Anda, dan
|
||||
laporkan kutu:
|
||||
* [Beta iOS (TestFlight)][testflight]
|
||||
* [Beta Android (Firebase)][firebase]
|
||||
* [Beta Desktop Linux (Flatpak)][flatpak]
|
||||
* [Beta Desktop Linux (paket)][repology]
|
||||
- Laporkan kutu atau masalah ke [pelacak masalah][issues] atau [kirim surel
|
||||
kepada kami][email].
|
||||
- [Diskusikan][ideas] ide atau usulkan permintaan fitur.
|
||||
- Berlangganan ke [saluran Telegram][telegram] atau ke [space
|
||||
Matrix][matrix] untuk pembaruan.
|
||||
- Bergabunglah dengan [grup Telegram][telegram_chat] kami untuk berdiskusi
|
||||
dengan pengguna lain.
|
||||
- Kunjungi [laman GitHub][github] kami.
|
||||
- Ikuti pembaruan kami di [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,119 +0,0 @@
|
|||
---
|
||||
title: "Organic Maps: Escursioni a piedi, in bicicletta, su sentieri e navigazione offline"
|
||||
description: Mappe offline veloci e dettagliate per viaggiatori, turisti, automobilisti, escursionisti e ciclisti, basate su OpenStreetMap e curate con amore dai fondatori dell'applicazione MapsWithMe (Maps.Me).
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
extra:
|
||||
menu_title: Home
|
||||
---
|
||||
|
||||
**Organic Maps** è un'applicazione gratuita di mappe offline per Android e iOS per viaggiatori, turisti, escursionisti e ciclisti, basata su dati crowd-sourced di **[OpenStreetMap](https://www.openstreetmap.org)**.
|
||||
Si tratta di un [fork][fork] open source dell'applicazione **Maps.me** (precedentemente nota come [**MapsWithMe**](https://en.wikipedia.org/wiki/Maps.me)), incentrato sulla privacy e gestito dalle stesse persone che hanno creato **MapsWithMe** nel 2011.
|
||||
|
||||
> Nel 2023, Organic Maps [ha ottenuto il suo primo milione](@/news/2023-12-23/281/index.md) di utenti. [Aiutateci](@/donate/index.it.md) a scalare!
|
||||
|
||||
### Scaricare e installare Organic Maps da [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }}
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }}
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark mode') }}
|
||||
|
||||
## Funzionalità
|
||||
|
||||
Organic Maps è l'applicazione definitiva per viaggiatori, turisti, escursionisti e ciclisti:
|
||||
|
||||
- Mappe offline dettagliate con luoghi che non esistono su altre mappe, grazie a [OpenStreetMap](https://osm.org)
|
||||
- Percorsi ciclabili, sentieri escursionistici e percorsi pedonali
|
||||
- Curve di livello, profili altimetrici, picchi e pendenze
|
||||
- Navigazione a piedi, in bicicletta e in auto con guida vocale, svolta per svolta, Android Auto
|
||||
- Ricerca veloce offline sulla mappa
|
||||
- Esportazione e importazione di punti di interesse nei formati KML/KMZ, importazione in formato GPX
|
||||
- Modalità scura per proteggere gli occhi
|
||||
- I paesi e le regioni non occupano molto spazio
|
||||
- Gratuito e open-source
|
||||
|
||||
## Perché Organic?
|
||||
|
||||
Organic Maps è pura e organica, fatta con amore:
|
||||
|
||||
- Rispetta la tua privacy
|
||||
- Risparmia la batteria
|
||||
- Nessun addebito imprevisto sui dati mobili
|
||||
|
||||
Organic Maps è priva di tracker e di altri elementi negativi:
|
||||
|
||||
- Nessuna pubblicità
|
||||
- Nessun tracciamento
|
||||
- Nessuna raccolta dati
|
||||
- Nessuna chiamata a casa
|
||||
- Nessuna registrazione fastidiosa
|
||||
- Nessun tutorial obbligatorio
|
||||
- Nessuno spam di e-mail fastidiose
|
||||
- Nessuna notifica push
|
||||
- Nessun crapware
|
||||
- ~~Nessun pesticida~~ Puramente organico!
|
||||
|
||||
L'applicazione è verificata da <a href='https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/'>Exodus Privacy Project</a>:
|
||||
<br/>
|
||||
<img src='/images/privacy/exodus.png' width='400'>
|
||||
|
||||
Organic Maps non richiede permessi eccessivi per spiare l'utente:
|
||||
|
||||
<img src='/images/privacy/om.jpg' width='400'>
|
||||
<img src='/images/privacy/mm.jpg' width='400'>
|
||||
|
||||
Noi di Organic Maps crediamo che la privacy sia un diritto umano fondamentale:
|
||||
|
||||
- Organic Maps è un progetto open-source indipendente guidato dalla comunità.
|
||||
- Proteggiamo la vostra privacy dagli occhi indiscreti dei Big Tech
|
||||
- Resta al sicuro ovunque tu sia
|
||||
|
||||
Rifiuta la sorveglianza - difendi la tua libertà.
|
||||
|
||||
|
||||
<a href="#install"><strong>Prova Organic Maps!</strong></a>
|
||||
|
||||
## Chi paga per l'app gratuita?
|
||||
|
||||
L'applicazione è gratuita per tutti. Per favore [donate](@/donate/index.it.md) per sostenerci!
|
||||
|
||||
### Ci sono diversi modi per donare:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### I nostri sponsor:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISP [ci offre](https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/) due server virtuali con 400 TB/mese di larghezza di banda gratuita per aiutare i nostri utenti a scaricare e aggiornare le mappe.
|
||||
|
||||
### Supportaci
|
||||
|
||||
Ci sono molti modi per sostenerci, elencati [qui](@/contribute/index.it.md).
|
||||
|
||||
## Beta
|
||||
|
||||
Partecipa al nostro programma beta, suggerisci funzionalità e segnala bug:
|
||||
|
||||
- [iOS Beta (TestFlight)][testflight]
|
||||
- [Android Beta (Firebase)][firebase]
|
||||
- [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop)
|
||||
- [Linux Desktop Beta (paketleri)](https://repology.org/project/organicmaps/versions)
|
||||
|
||||
## La comunità
|
||||
|
||||
Organic Maps è un [software open-source][github] con licenza Apache 2.0.
|
||||
|
||||
- Segnala bug o problemi tramite il [tracker dei problemi][issues] o [inviaci un email][email].
|
||||
- [Discuti][ideas] idee o proponi richieste di funzionalità.
|
||||
- Iscriviti al nostro [Canale Telegram][telegram] o allo spazio [matrix][matrix] per ricevere aggiornamenti.
|
||||
- Unisciti al nostro [Gruppo Telegram][telegram_chat] per discutere con altri utenti.
|
||||
- Присоединяйтесь к нашей [русскоязычной группе в Telegram][telegram_chat_ru] для обратной связи и помощи.
|
||||
- Diğer kullanıcılarla tartışmak için [Telegram Grubumuza](https://t.me/OrganicMapsTR) katılın.
|
||||
- Visita la nostra [pagina GitHub][github].
|
||||
- Segui i nostri aggiornamenti su [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [Linkedin][linkedin].
|
||||
|
||||
[fork]: https://it.wikipedia.org/wiki/Fork_(sviluppo_software)
|
||||
|
||||
{{ references() }}
|
|
@ -1,174 +0,0 @@
|
|||
---
|
||||
description: 'Sparčiai be interneto veikiantys detalūs žemėlapiai keliautojams, turistams, vairuotojams, žygeiviams ir dviratininkams, sukurti MapsWithMe (Maps.Me) programėlės įkūrėjų.'
|
||||
extra:
|
||||
menu_title: Pagrindinis
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: žygių takai pėsčiomis, dviračiu ir navigacija'
|
||||
---
|
||||
|
||||
**Organic Maps** yra nemokama be interneto veikianti Android ir iOS žemėlapių programėlė, skirta keliautojams, turistams, žygeiviams ir dviratininkams, kuri naudoja bendruomenės tvarkomų **[OpenStreetMap][openstreetmap]** žemėlapių duomenis. Ji yra į privatumą orientuota atviro kodo atšaka nuo [fork][fork] **Maps.me** programėlės (anksčiau žinomos kaip [**MapsWithMe**][mapswithme]), prižiūrima tų pačių žmonių, kurie sukūrė **MapsWithMe** 2011-aisiais metais.
|
||||
|
||||
**Organic Maps** yra viena iš nedaugelio programų, kurios 100% funkcijų šiais laikais veikia be interneto ryšio. Įsidiekite Organic Maps, atsisiųskite žemėlapius, išmeskite SIM kortelę (atmikite, kad jūsų ryšio operatorius nuolat seka jus) ir išvykite į savaitės trukmės kelionę su vienu baterijos pakrovimu ir neišsiuntę nė vieno baito į internetą.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Žygiavimas') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praha') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Paieška
|
||||
neprisijungus') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigacija tamsiuoju
|
||||
režimu') }}
|
||||
|
||||
## Funkcijos
|
||||
|
||||
Organic Maps programėlė yra nuostabi palydovė keliautojams, turistams,
|
||||
žygeiviams ir dviratininkams:
|
||||
|
||||
- Detalūs žemėlapiai be interneto su vietomis, kurių nerasite kituose
|
||||
žemėlapiuose, dėka [OpenStreetMap][openstreetmap]
|
||||
- Dviračių, žygių ir pėsčiųjų takai
|
||||
- Reljefo kontūrai, pakilimo profiliai, viršukalnės ir šlaitai
|
||||
- Nuosekli navigacija pėstiesiems, dviratininkams ir automobilių
|
||||
vairuotojams su nurodymais balsu ir Android Auto
|
||||
- Sparti paieška žemėlapyje neprisijungus
|
||||
- Žymelės ir takai KML, KMZ ir GPX formatais
|
||||
- Tamsus režimas apsaugos jūsų akis
|
||||
- Šalys ir regionai neužima daug vietos
|
||||
- Nemokama ir atvirojo kodo
|
||||
|
||||
## Kodėl Organic?
|
||||
|
||||
Organic Maps yra tyra ir ekologiška, sukurta su meile:
|
||||
|
||||
- Gerbia jūsų privatumą
|
||||
- Tausoja jūsų bateriją
|
||||
- Jokių netikėtų mokesčių už mobilius duomenis
|
||||
|
||||
Organic Maps programėlė nenaudoja seklių ir neturi kitų kenksmingų savybių:
|
||||
|
||||
- Jokių reklamų
|
||||
- Jokio sekimo
|
||||
- Jokio duomenų rinkimo
|
||||
- Jokio duomenų siuntimo programėlės kūrėjams
|
||||
- Jokios registracijos
|
||||
- Jokios priverstinės pamokėlių peržiūros
|
||||
- Jokio el. pašto šlamšto
|
||||
- Jokių rodomų pranešimų
|
||||
- Jokių nepageidaujamų funkcijų
|
||||
- ~~Jokių pesticidų~~ Visiškai ekologiška!
|
||||
|
||||
Programėlė yra patikrinta [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
iOS programėlė yra patikrinta [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps neprašo perdėtų leidimų, kurie leistų jus šnipinėti:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Mes, iš Organic Maps, tikime, kad privatumas yra pamatinė žmogaus teisė:
|
||||
|
||||
- Organic Maps yra nekomercinis bendruomenės prižiūrimas atvirojo kodo
|
||||
projektas
|
||||
- Mes saugome jūsų privatumą nuo didžiųjų įmonių sekimo
|
||||
- Likite saugūs nesvarbu, kur esate
|
||||
|
||||
Atmeskite sekimą – rinkitės laisvę.
|
||||
|
||||
**[Išbandykite Organic Maps!](#install)**
|
||||
|
||||
## Kas moka už nemokamą programėlę?
|
||||
|
||||
Programėlė yra nemokama visiems. Prašome [paaukoti](@/donate/index.md), kad
|
||||
paremtumėt mus!
|
||||
|
||||
Paaukokite iškart, spauskite ant norimo mokėjimo metodo ženklelio apačioje:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Bendruomenė
|
||||
|
||||
Organic Maps yra [atvirojo kodo programinė įranga][github] platinama su
|
||||
Apache License 2.0 licenzija.
|
||||
|
||||
- Kviečiame prisijungti prie beta testuotojų programos, siūlyti savo
|
||||
funkcijas ir pranešti riktus:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux darbalaukio Beta (Flatpak)][flatpak]
|
||||
* [Linux darbalaukio Beta (paketai)][repology]
|
||||
- Report bugs or issues to [the issue tracker][issues] or [email us][email].
|
||||
- [Discuss][ideas] ideas or propose feature requests.
|
||||
- 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 [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,158 +1,37 @@
|
|||
---
|
||||
title: "Organic Maps: Offline Hike, Bike, Trails and Navigation"
|
||||
description: Fast detailed offline maps for travelers, tourists, drivers, hikers and cyclists created by MapsWithMe (Maps.Me) app founders.
|
||||
page_template: index.html
|
||||
title: "Navigate with Privacy. Drive, Hike, Bike Offline"
|
||||
description: 'The ultimate companion app for travelers,
|
||||
built by the community.'
|
||||
template: home.html
|
||||
sort_by: weight
|
||||
extra:
|
||||
menu_title: Home
|
||||
organic_section_title: Organic
|
||||
organic_section_description: Community + Open Maps
|
||||
services_section_card_title_1: Offline Search and Route
|
||||
services_section_card_title_2: No Tracking or Data Collection
|
||||
services_section_card_title_3: Save Your Battery
|
||||
services_section_card_title_4: Free and Built by the Community
|
||||
services_section_card_description_1: See the place you want to go while in an underground parking garage, and navigate while on a distant hike.
|
||||
services_section_card_description_2: The app is designed with privacy as a priority and does not identify users, or track information about them.
|
||||
services_section_card_description_3: Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more
|
||||
services_section_card_description_4: People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code
|
||||
single_section_title: Freedom Is Here
|
||||
single_section_description: Discover your journey, navigate the world with privacy and community at the forefront.
|
||||
services_section_card_title_1: Offline Search and Route
|
||||
services_section_card_title_2: No Tracking or Data Collection
|
||||
services_section_card_title_3: Save Your Battery
|
||||
services_section_card_title_4: Free and Built by the Community
|
||||
services_section_card_description_1: See the place you want to go while in an underground parking garage, and navigate while on a distant hike.
|
||||
services_section_card_description_2: The app is designed with privacy as a priority and does not identify users, or track information about them.
|
||||
services_section_card_description_3: Save Your Battery Efficiently uses your battery, doesn’t drain your battery like other navigation apps Learn more
|
||||
services_section_card_description_4: People like you helped build the app by adding locations to the OpenStreetMap, giving feedback on features, and contributing code
|
||||
services_section_card_button_info_1: No internet needed
|
||||
services_section_card_button_info_2: No additional permissions required
|
||||
services_section_card_button_info_3: less power usage
|
||||
services_section_card_button_info_4: Free for everyone, Made with love
|
||||
single_section_title: Offline Search and Route
|
||||
single_section_description: See the place you want to go while in an underground parking garage, and navigate while on a distant hike.
|
||||
---
|
||||
|
||||
**Organic Maps** is a free Android & iOS offline maps app for travelers, tourists, hikers, drivers and cyclists based on **[OpenStreetMap][openstreetmap]** data created by the community.
|
||||
It is a privacy-focused, open-source [fork][fork] of **Maps.me** app (previously known as [**MapsWithMe**][mapswithme]), maintained by the same people who created **MapsWithMe** in 2011.
|
||||
|
||||
**Organic Maps** is one of the few applications nowadays that supports 100% of features without an active Internet connection. Install Organic Maps, download maps, throw away your SIM card, and go for a weeklong trip on a single battery charge without any byte sent to the network.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prague') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Search') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in dark mode') }}
|
||||
|
||||
## Features
|
||||
|
||||
Organic Maps is the ultimate companion app for travelers, tourists, hikers, and cyclists:
|
||||
|
||||
- Detailed offline maps with places that don't exist on other maps, thanks to [OpenStreetMap][openstreetmap]
|
||||
- Cycling routes, hiking trails, and walking paths
|
||||
- Contour lines, elevation profiles, peaks, and slopes
|
||||
- Turn-by-turn walking, cycling, and car navigation with voice guidance and Android Auto
|
||||
- Fast offline search on the map
|
||||
- Export/import bookmarks in KML/KMZ, import GPX
|
||||
- Dark Mode to protect your eyes
|
||||
- Countries and regions don't take a lot of space
|
||||
- Free and open-source
|
||||
|
||||
## Why Organic?
|
||||
|
||||
Organic Maps is pure and organic, made with love:
|
||||
|
||||
- Respects your privacy
|
||||
- Saves your battery
|
||||
- No unexpected mobile data charges
|
||||
|
||||
Organic Maps app is free from trackers and other bad stuff:
|
||||
|
||||
- No ads
|
||||
- No tracking
|
||||
- No data collection
|
||||
- No phoning home
|
||||
- No annoying registration
|
||||
- No mandatory tutorials
|
||||
- No noisy email spam
|
||||
- No push notifications
|
||||
- No crapware
|
||||
- ~~No pesticides~~ Purely organic!
|
||||
|
||||
The application is verified by [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps doesn't request excessive permissions to spy on you:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
At Organic Maps, we believe that privacy is a fundamental human right:
|
||||
|
||||
- Organic Maps is an indie community-driven open-source project
|
||||
- We protect your privacy from Big Tech's prying eyes
|
||||
- Stay safe no matter wherever you are
|
||||
|
||||
Reject surveillance - embrace your freedom.
|
||||
|
||||
**[Give Organic Maps a try!](#install)**
|
||||
|
||||
## Who is paying for the free app?
|
||||
|
||||
The app is free for everyone. Please [donate](@/donate/index.md) to support us!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Community
|
||||
|
||||
Organic Maps is an [open-source software][github] licensed under the Apache License 2.0.
|
||||
|
||||
- Please join our beta program, suggest your features, and report bugs:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- Report bugs or issues to [the issue tracker][issues] or [email us][email].
|
||||
- [Discuss][ideas] ideas or propose feature requests.
|
||||
- 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 [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org), [Chinese-][telegram_chat_zh], [French-][telegram_chat_fr], [Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,174 +0,0 @@
|
|||
---
|
||||
description: 'MapsWithMe (Maps.Me) च्या संस्थापकांनी प्रवाशी, पर्यटक, चालक, गिर्यारोहक व सायकल चालकांसाठी तयार केलेले जलद, संविस्तर ऑफलाईन नकाशे.'
|
||||
extra:
|
||||
menu_title: घर
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps : ऑफलाईन भटकंती, सायकल व मार्गनिर्देशन'
|
||||
---
|
||||
|
||||
**Organic Maps** (ऑर्गनिक मॅप्स) हे एक अँड्रॉईड व iOS वर चालणारे ऑफलाईन नकाशांचे निःशुल्क अॅप आहे जे जनयोगदानातून तयार केलेल्या **[OpenStreetMap(ओपन स्ट्रीट मॅप)][openstreetmap]** च्या डेटा वर आधारीत आहे.
|
||||
|
||||
**Organic Maps** हे आजकाल विनाइंटरनेटचे सर्व वैशिष्ट्यांसकट चालणाऱ्या मोजक्या अॅप पैकी एक अॅप आहे.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='भटकंती') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='प्राग') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='ऑफलाईन शोध') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='गडद मोड मध्ये
|
||||
मार्गनिर्देशन') }}
|
||||
|
||||
## वैशिष्ट्ये
|
||||
|
||||
प्रवाशी, पर्यटक, गिर्यारोहक व सायकल चालकांसाठी Organic Maps हे अत्यंत
|
||||
ऊपयुक्त ऍप आहे:
|
||||
|
||||
- [OpenStreetMap][openstreetmap] च्या आभारे, इतर नकाशांवर अस्तित्वात
|
||||
नसलेल्या ठिकाणांसोबत सखोल ऑफलाईन नकाशे
|
||||
- सायकलिंग मार्ग, भटकंती व चालण्याचे मार्ग
|
||||
- समोच्च रेषा, उंची प्रोफाइल, शिखरे व चढ-उतार
|
||||
- व्हॉइस मार्गदर्शन आणि Android Auto सह कार, सायकली आणि चालण्यासाठी
|
||||
टर्न-बाय-टर्न दिशानिर्देश
|
||||
- नकाशावर वेगवान ऑफलाईन शोध
|
||||
- KML, KMZ, GPX फॉरमॅटमध्ये बुकमार्क आणि ट्रॅक
|
||||
- तुमच्या डोळ्यांच्या संरक्षणासाठी, गडद मोड
|
||||
- देश आणि प्रदेश जास्त जागा घेत नाहीत
|
||||
- विनामूल्य व मुक्त स्रोत
|
||||
|
||||
## ऑर्गेनिक (सेंद्रिय) कशाला?
|
||||
|
||||
Organic Maps हे शुद्ध व सेंद्रिय आहे, व प्रेमाने निर्मित आहे:
|
||||
|
||||
- तुमच्या गोपनीयतेचा आदर करते
|
||||
- तुमची बॅटरी वाचवते
|
||||
- कोणतेही अनपेक्षित मोबाइल डेटा शुल्क नाही
|
||||
|
||||
Organic Maps अॅप माहिती चोरांपासून आणि इतर वाईट गोष्टींपासून मुक्त आहे:
|
||||
|
||||
- विना जाहिराती
|
||||
- महितीचा मागोवा नाही
|
||||
- डेटा संग्रह नाही
|
||||
- घरी फोन येणार नाही
|
||||
- त्रासदायक नोंदणी नाही
|
||||
- कोणतीही अनिवार्य शिकवणी नाही
|
||||
- त्रासदायक ईमेल नाही
|
||||
- अधिसूचना नाही
|
||||
- कचरासॉफ्टवेयर नाही
|
||||
- ~~कीटकनाशक नाही~~~ शुद्ध व सेंद्रिय!
|
||||
|
||||
[Exodus Privacy Project][exodus] कडून तपासलेले ऍप:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
तुमच्यावर गुप्तहेरी करायला Organic Maps अनावश्यक परवानग्या मागत नाही:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Organic Maps मध्ये आम्ही ह्या विचारांचे आहोत की गोपनीयता हा प्रत्येकाचा
|
||||
मानवी हक्क आहे:
|
||||
|
||||
- Organic Maps हे एक समुदाय चलित मुक्त स्रोत प्रकल्प आहे
|
||||
- बिग टेकच्या गुप्तहेरी नजरेपासून आम्ही तुमचे रक्षण करतो
|
||||
- तुम्ही जिथे कुठे असाल तिथे सुरक्षित रहा
|
||||
|
||||
Reject surveillance - embrace your freedom.
|
||||
|
||||
**[Organic Maps वापरुन बघा!](#install)**
|
||||
|
||||
## ह्या निःशुल्क ऍपचा खर्च कोण काढत आहे?
|
||||
|
||||
हे ऍप सर्वांसाठी विमानुल्य आहे. आम्हाला पाठिंबा द्यायला कृपया [देणगी
|
||||
द्या](@/donate/index.md)!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## समुदाय
|
||||
|
||||
Apache License 2.0 परवान्य अंतर्गत Organic Maps हे एक [मुक्त स्रोत
|
||||
सॉफ्टवेअर][github] आहे.
|
||||
|
||||
- आमच्या बीटा कार्यक्रमात सहभागी होऊन, ऍप वैशिष्ट्ये सुचवा, व आम्हाला
|
||||
बग(त्रुटी) कळवा:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- बग किंवा त्रुटी आम्हाला [इशू ट्रॅकर][issues] or [ईमेल द्वारे][email] कळवा.
|
||||
- नवीन कल्पना किंवा वैशिष्ट्ये सुचवण्यासाठी [चर्चा करा][ideas].
|
||||
- नविनतम माहितीसाठी आमच्या [टेलिग्राम चॅनल][telegram] किंवा [मैट्रिक्स
|
||||
स्पेस][matrix] चे सदस्य व्हा.
|
||||
- इतर वापरकर्त्यांसोबत चर्चा करायला आमच्या [टेलिग्राम गटात][telegram_chat]
|
||||
सहभागी व्हा.
|
||||
- आमच्या [GitHub पृष्ठावर][github] भेट द्या.
|
||||
- [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook],
|
||||
[Twitter][twitter], [Instagram][instagram], [Reddit][reddit],
|
||||
[LinkedIn][LinkedIn] वरुन आमची माहिती मिळवा.
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,176 +0,0 @@
|
|||
---
|
||||
description: 'Snelle, gedetailleerde, offline kaarten voor reizigers, toeristen, automobilisten, wandelaars, en fietsers gemaakt door de oprichters van de app MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Start
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline Wandelen, Fietsen, Routes en Navigatie'
|
||||
---
|
||||
|
||||
**Organic Maps** is een gratis Android & iOS offline kaartenapp voor reizigers, toeristen, wandelaars en fietsers gebaseerd op gecrowdsourcete **[OpenStreetMap][openstreetmap]** gegevens. Het is een privacy-gefocuste, open-source [fork][fork] van de app **Maps.me** (voorheen bekend als [**MapsWithMe**][mapswithme]), en wordt onderhouden door dezelfde mensen die **MapsWithMe** hebben gemaakt in 2011.
|
||||
|
||||
**Organic Maps** is één van de weinige apps heden ten dage die 100% van de functionaliteit heeft zonder actieve internetverbinding. Installeer Organic Maps, download kaarten, gooi je SIM kaart weg (trouwens, je provider trackt je altijd), en ga een week op pad zonder je batterij op te laden en zonder dat er één byte naar het netwerk verzonden wordt.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Wandelen') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praag') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Zoeken') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation in donkere
|
||||
stand') }}
|
||||
|
||||
## Functies
|
||||
|
||||
Organic Maps is als app de ultieme metgezel voor reizigers, toeristen,
|
||||
wandelaars en fietsers:
|
||||
|
||||
- Gedetailleerde offline kaarten met plaatsen die niet bestaan op andere
|
||||
kaarten, dankzij [OpenStreetMap][openstreetmap]
|
||||
- Fietsroutes, wandelroutes en -paden
|
||||
- Contourlijnen, hoogteprofielen, pieken en hellingen
|
||||
- Routebegeleiding voor wandelen en fietsen en autonavigatie met
|
||||
stembegeleiding en Android Auto
|
||||
- Snel offline zoeken op de kaart
|
||||
- Bladwijzers exporteren en importeren in KML/KMZ formats, importeren GPX
|
||||
- Donkere stand om je ogen te beschermen
|
||||
- Landen en regio's nemen niet veel ruimte in beslag
|
||||
- Gratis en open source
|
||||
|
||||
## Waarom 'Organic'?
|
||||
|
||||
Organic Maps is puur en organisch, met liefde gemaakt:
|
||||
|
||||
- Respecteert je privacy
|
||||
- Bespaart je batterij
|
||||
- Geen onverwachte mobiele data rekeningen
|
||||
|
||||
Organic Maps is vrij van trackers en andere slechte dingen:
|
||||
|
||||
- Geen advertenties
|
||||
- Geen tracking
|
||||
- Geen dataverzameling
|
||||
- Geen 'naar huis bellen'
|
||||
- Geen irritante aanmelding
|
||||
- Geen verplichte instructies
|
||||
- Geen opdringerige spam-emails
|
||||
- Geen pushmeldingen
|
||||
- Geen crapware
|
||||
- ~~Geen pesticiden~~ Volledig organisch!
|
||||
|
||||
De applicatie is geverifieerd door [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
De iOS applicatie is geverifieerd door [TrackerControl voor
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps vraagt niet om excessieve machtigingen om je te bespioneren:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
Bij Organic Maps geloven wij dat privacy een fundamenteel mensenrecht is:
|
||||
|
||||
- Organic Maps is een indie communitygedreven project
|
||||
- Wij beschermen jouw privacy van de nieuwsgierige ogen van Big Tech
|
||||
- Blijf veilig, waar je ook bent
|
||||
|
||||
Weiger toezicht – omarm je vrijheid.
|
||||
|
||||
**[Probeer Organic Maps eens!](#install)**
|
||||
|
||||
## Wie betaalt er voor de gratis app?
|
||||
|
||||
De app is voor iedereen gratis. [Doneer](@/donate/index.nl.md) alstublieft
|
||||
om ons te ondersteunen!
|
||||
|
||||
Om gemakkelijk te doneren, klik op het icoon van uw
|
||||
voorkeurs-betalingsmethode hieronder:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Gemeenschap
|
||||
|
||||
Organic Maps is [open-source software][github], die gelicenseerd is onder de
|
||||
Apache License 2.0.
|
||||
|
||||
- Neemt u alstublieft deel aan ons beta-programma, suggereer uw functies en
|
||||
rapporteer fouten:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (paketten)][repology]
|
||||
- Rapporteer bugs of problemen via [de issue tracker][issues] of [mail
|
||||
ons][email].
|
||||
- [Bediscussieer][ideas] ideeën of stel functieverzoeken voor.
|
||||
- Abonneer op ons [Telegram kanaal][telegram] of op de [matrix
|
||||
space][matrix] voor updates.
|
||||
- Kom bij onze [Telegram groep][telegram_chat] om te discussiëren met andere
|
||||
gebruikers.
|
||||
- Bezoek onze [GitHub pagina][github].
|
||||
- Volg onze update op [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://nl.wikipedia.org/wiki/Fork_(ontwikkeling)
|
||||
|
||||
{{ references() }}
|
|
@ -1,177 +0,0 @@
|
|||
---
|
||||
description: 'De mapas detalhadas, rapidas e sensa connexion per lei viatgaires, lei toristas, leis automobilistas, leis caminaires e lei ciclistas creadas per lei fondators de l’aplicacion MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Acuèlh
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'De Mapas Organicas : escorregudas ciclistas, caminadas, itineraris e percors guidats fòra de linha'
|
||||
---
|
||||
|
||||
**Mapas Organicas** es una aplicacion de mapas a gratis sensa connexion per Android e iOS destinada ai viatgaires, toristas, caminaires d’escorregudas e ciclistas, basada sus lei donadas d’**[OpenStreetMap][openstreetmap]**. Es una [bifurcacion][fork] centrada sus la privadesa de **Maps.me** (ancianament conegut per [**MapsWithMe**][mapswithme]), e mantenguda per lei meteissas personas que crearàn **MapsWithMe** en 2011.
|
||||
|
||||
N’i a gaire a l’ora d’ara d’aplicacions coma **Mapas Organicas** que foncionan entierament sensa la connexion a Internet activa. Installatz Mapas Organicas, teledescargatz de mapas, escampatz vòstra carteta SIM (que, o sabètz, vòstre operator vos es a l’après de lònga) e partètz per una setmana de viatge amb un solet plen de batariá sensa un bit mandat au malhum.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Escorregudas') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Recèrca fòra de
|
||||
linha') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigacion en mòde
|
||||
fosc') }}
|
||||
|
||||
## Foncionalitats
|
||||
|
||||
Mapas Organicas es l’aplicacion ultima per lei viatjaires, lei caminaires e
|
||||
lei ciclistas :
|
||||
|
||||
- De mapas detalhadas fòra de linha amb de luòcs que se tròban pas sus leis
|
||||
autreis mapas, gràcias a [OpenStreetMap][openstreetmap]
|
||||
- Percors ciclistes, draias d’escorregudas e caminaments
|
||||
- Linhas de contorn, perfius d’elevacion, cimas e pendents
|
||||
- Navigacion pas a pas d’a pès, amb la bicicleta, l’automobila e guida de
|
||||
votz, Android Auto
|
||||
- Recèrcas rapidas sus la mapa e fòra de linha
|
||||
- Marcas de libre e traças en formats KML, KMZ, GPX
|
||||
- Mòde fosc per protegir vòstreis uelhs
|
||||
- Lei país e lei regions utilizan gaire d'espaci
|
||||
- De còde liure e dobèrt
|
||||
|
||||
## Perque chausir Organic?
|
||||
|
||||
Mapas Organicas es pur e organic e mai o fasèm amb amor:
|
||||
|
||||
- Respècta vòstra vida privada
|
||||
- Esparnha la batariá
|
||||
- A pas besonh de cargar una quantitat de donadas inesperadas
|
||||
|
||||
L'aplicacion Mapas Organicas escapa ais espiadors e autreis seguidors
|
||||
malins:
|
||||
|
||||
- Sensa anóncias
|
||||
- Conten pas d'espiadors
|
||||
- Sensa culhida de donadas
|
||||
- Se connècta pas d'escondons en ges de servidor
|
||||
- Sensa enregistraments penibles
|
||||
- Ges de tutoriaus obligatòris
|
||||
- Sensa spam per corrier electronic
|
||||
- Push notifications
|
||||
- Sensa complements complicats
|
||||
- ~~Sensa pesticides~~ Completament organic!
|
||||
|
||||
L'aplicacion es verificada per lo [Projecte Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Mapas Organicas demanda pas de permissions excessivas per vos espiar:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
En cò de Mapas Organicas, cresèm que la vida privada es un drech uman
|
||||
fondamentau:
|
||||
|
||||
- Mapas Organicas es un projècte independent, comunautari e dobèrt
|
||||
- Gardam la vida privada de cadun deis espiadors dei Grandei Tecnologias
|
||||
- Gardatz-vos sauves e segurs onte que vos trobètz
|
||||
|
||||
Rebutar la susvelhança. Assegurar la libertat.
|
||||
|
||||
**[¡Assaja Mapas Organicas!](#install)**
|
||||
|
||||
## Cu paga per l'aplicacion a gratis?
|
||||
|
||||
L'aplicacion es a gratis per totei. Se volètz [donar](@/donate/index.ca.md)
|
||||
per nos ajudar!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Comunautat
|
||||
|
||||
Mapas Organicas es un [programa liure][github] disponible en vertut de la
|
||||
Licéncia Apatxe 2.0.
|
||||
|
||||
- Rejonhètz nòstre programa beta per suggerir de fonccionalitats e avertir
|
||||
d’errors:
|
||||
* [Beta de iOS (TestFlight)][testflight]
|
||||
* [Beta de Android (Firebase)][firebase]
|
||||
* [Beta de PC Linux (Flatpak)][flatpak]
|
||||
* [Beta de PC Linux (paquets)][repology]
|
||||
- Senhalatz d'errors ò de dificultats per lo [seguidor d'errors][issues] ò
|
||||
[mandatz-nos un corrier electronic][email].
|
||||
- [Debatre][ideas] d'idèas ò prepausar de foncions.
|
||||
- Marcatz-vos a nòstre [canau Telegram][telegram] ò a l’ [espaci
|
||||
matritz][matrix] per èstre au corrent.
|
||||
- Rejonhètz nòstre [grop Telegram][telegram_chat] per charrar amb d’autrei
|
||||
utilizators.
|
||||
- Visitatz nòstra [pagina GitHub][github].
|
||||
- Seguissètz lei noveutats sus [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit] e [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,180 +0,0 @@
|
|||
---
|
||||
description: 'Szybkie szczegółowe mapy offline dla podróżników, turystów, kierowców, wędrowców i rowerzystów stworzone przez założycieli aplikacji MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: 'Strona główna'
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: wędrówki, jazda na rowerze, szlaki i nawigacja offline'
|
||||
---
|
||||
|
||||
**Organic Maps** to darmowa aplikacja na Androida i iOS z mapami offline dla podróżników, turystów, wędrowców i rowerzystów, bazująca na współtworzonych danych **[OpenStreetMap][openstreetmap]**. Jest otwartoźródłowym [forkiem][fork] aplikacji **Maps.me** (wcześniej znanej jako [**MapsWithMe**][mapswithme]) z naciskiem na prywatność, utrzymywanym przez te same osoby, które stworzyły **MapsWithMe** w 2011 roku.
|
||||
|
||||
**Organic Maps** to jedna z niewielu obecnie aplikacji, która obsługuje 100% funkcji bez aktywnego połączenia z internetem. Zainstaluj Organic Maps, pobierz mapy, wyrzuć kartę SIM (tak przy okazji, Twój operator stale Cię śledzi) i wybierz się na tygodniową wycieczkę na jednym ładowaniu baterii bez żadnego bajtu wysłanego do sieci.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Turystyka piesza')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Wyszukiwanie
|
||||
offline') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Nawigacja w trybie
|
||||
ciemnym') }}
|
||||
|
||||
## Funkcje
|
||||
|
||||
Organic Maps to doskonała aplikacja towarzysząca dla podróżników, turystów,
|
||||
wędrowców i rowerzystów:
|
||||
|
||||
- Szczegółowe mapy offline z miejscami, które nie istnieją na innych mapach,
|
||||
dzięki [OpenStreetMap][openstreetmap]
|
||||
- Trasy rowerowe, szlaki turystyczne, ścieżki spacerowe
|
||||
- Linie konturowe, profile wysokościowe, szczyty i zbocza
|
||||
- Nawigacja piesza, rowerowa i samochodowa "zakręt po zakręcie" ze
|
||||
wskazówkami głosowymi, Android Auto
|
||||
- Szybkie wyszukiwanie offline na mapie
|
||||
- Zakładki i ścieżki w formatach KML, KMZ, GPX
|
||||
- Tryb ciemny, aby chronić Twoje oczy
|
||||
- Kraje i regiony nie zajmują dużo miejsca
|
||||
- Wolne i otwarte źródło
|
||||
|
||||
## Dlaczego Organic?
|
||||
|
||||
Organic Maps jest czyste i organiczne, wykonane z miłością:
|
||||
|
||||
- Szanuje Twoją prywatność
|
||||
- Oszczędza baterię
|
||||
- Brak nieoczekiwanych opłat za dane mobilne
|
||||
|
||||
Aplikacja Organic Maps jest wolna od mechanizmów śledzących i innych złych
|
||||
rzeczy:
|
||||
|
||||
- Brak reklam
|
||||
- Brak śledzenia
|
||||
- Brak gromadzenia danych
|
||||
- Brak możliwości dzwonienia do domu
|
||||
- Brak irytującej rejestracji
|
||||
- Brak obowiązkowych samouczków
|
||||
- Brak hałaśliwego spamu pocztowego
|
||||
- Brak wyskakujących powiadomień push
|
||||
- Brak programów typu "crapware"
|
||||
- ~~Brak pestycydów~~ Czysto organiczne!
|
||||
|
||||
Aplikacja jest weryfikowana przez [Projekt Prywatności Exodus][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Aplikacja iOS jest weryfikowana przez [TrackerControl for
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps nie żąda nadmiernych uprawnień celem szpiegowania użytkownika:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
W Organic Maps wierzymy, że prywatność jest podstawowym prawem człowieka:
|
||||
|
||||
- Organic Maps to niezależny, kierowany przez społeczność projekt
|
||||
otwartoźródłowy
|
||||
- Chronimy Twoją prywatność przed wścibskimi oczami megakorporacji
|
||||
technologicznych
|
||||
- Utrzymuj bezpieczeństwo bez względu na to, gdzie jesteś
|
||||
|
||||
Odrzuć inwigilację - ogarnij swoją wolność.
|
||||
|
||||
**[Daj szansę Organic Maps!](#install).**
|
||||
|
||||
## Kto płaci za darmową aplikację?
|
||||
|
||||
Aplikacja jest darmowa dla wszystkich. Prosimy o [przekazanie
|
||||
darowizny](@/donate/index.md), aby nas wesprzeć!
|
||||
|
||||
Aby natychmiast przekazać darowiznę, kliknij ikonę preferowanej metody
|
||||
płatności poniżej:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Społeczność
|
||||
|
||||
Organic Maps to oprogramowanie [otwarte][github] licencjonowane na Apache
|
||||
License 2.0.
|
||||
|
||||
- Dołącz do naszego programu beta, zaproponuj swoje funkcje i zgłoś błędy:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux PC Beta (Flatpak)][flatpak]
|
||||
* [Linux PC Beta (pakiety)][repology]
|
||||
- Zgłoś błędy lub problemy na [GitHub][issues] lub [napisz nam
|
||||
e-mail][email].
|
||||
- [Dyskutuj o][ideas] pomysłach lub zaproponuj nowe funkcje.
|
||||
- Subskrybuj nasz [kanał Telegram][telegram] lub [przestrzeń matrix][matrix]
|
||||
dla aktualizacji.
|
||||
- Dołącz do naszej [grupy Telegram][telegram_chat], aby dyskutować z innymi
|
||||
użytkownikami.
|
||||
- Odwiedź naszą stronę [GitHub][github].
|
||||
- Śledź nasze aktualizacje na [FOSStodonie][fosstodon],
|
||||
[Mastodonie][mastodon], [Facebooku][facebook], [Twitterze][twitter],
|
||||
[Instagramie][instagram], [Reddicie][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://pl.wikipedia.org/wiki/Fork
|
||||
|
||||
{{ references() }}
|
|
@ -1,176 +0,0 @@
|
|||
---
|
||||
description: 'Mapas offline rápidos e detalhados para viajantes, turistas, motoristas, caminhantes e ciclistas criados pelos fundadores do app MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Início
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Caminhada, Ciclismo, Trilhas e Navegação Offline'
|
||||
---
|
||||
|
||||
**Organic Maps** é um aplicativo gratuito para Android e iOS de mapas offline para viajantes, turistas, caminhantes e ciclistas baseado nos dados do **[OpenStreetMap][openstreetmap]**.
|
||||
É um aplicativo com foco na privacidade, sendo uma [bifurcação][fork] aberta do app **Maps.me** (anteriormente conhecido como [**MapsWithMe**][mapswithme]), mantido pelas mesmas pessoas que criaram o **MapsWithMe** em 2011.
|
||||
|
||||
**Organic Maps** é atualmente um dos poucos apps que suporta 100% das suas funcionalidades sem uma conexão ativa com a internet. Instale Organic Maps, baixe mapas, jogue fora seu chip (a propósito, sua operadora o rastreia constantemente), e faça uma viagem no fim de semana com uma única carga de bateria sem nenhum byte enviado para a rede.
|
||||
|
||||
> Em 2023, Organic Maps [alcançou seu primeiro milhão de usuários](@/news/2023-12-23/281/index.md). [Ajude-nos](@/donate/index.md) a crescer!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Caminhada') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Busca Offline') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegação em modo
|
||||
escuro') }}
|
||||
|
||||
## Recursos
|
||||
|
||||
Organic Maps é o app companheiro ideal para viajantes, turistas, caminhantes
|
||||
e ciclistas:
|
||||
|
||||
- Mapas offline detalhados com lugares que não existem em outros mapas,
|
||||
graças ao [OpenStreetMap][openstreetmap]
|
||||
- Rotas de ciclismo, trilhas para caminhadas e caminhos para pedestres
|
||||
- Curvas de nível, perfis de elevação, picos e encostas
|
||||
- Navegação passo a passo a pé, bicicleta e carro, com orientação por voz e
|
||||
Android Auto
|
||||
- Busca rápida offline no mapa
|
||||
- Exportação e importação de marcadores nos formatos KML/KMZ, importação GPX
|
||||
- Modo escuro para proteger seus olhos
|
||||
- Países e regiões não ocupam muito espaço
|
||||
- Livre e de código aberto
|
||||
|
||||
## Por que orgânico?
|
||||
|
||||
O Organic Maps é puro e orgânico, feito com amor:
|
||||
|
||||
- Respeita sua privacidade
|
||||
- Economiza sua bateria
|
||||
- Sem cobranças inesperadas de dados móveis
|
||||
|
||||
O app Organic Maps está livre de rastreadores e outras coisas ruins:
|
||||
|
||||
- Sem anúncios
|
||||
- Sem rastreamento
|
||||
- Sem coleta de dados
|
||||
- Sem conexões para servidores externos
|
||||
- Sem registros desnecessários
|
||||
- Sem tutoriais obrigatórios
|
||||
- Sem lixo eletrônico por e-mail
|
||||
- Sem notificações push
|
||||
- Sem recursos desnecessários
|
||||
- ~~Sem pesticidas~~ Puramente orgânico!
|
||||
|
||||
O app é verificado pelo [Projeto Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
A versão iOS é verificada por [TrackerControl para iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps não solicita permissões excessivas para espioná-lo:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
No Organic Maps, acreditamos que a privacidade é um direito humano
|
||||
fundamental:
|
||||
|
||||
- Organic Maps é um projeto independente voltado para a comunidade
|
||||
- Protegemos a sua privacidade dos olhos curiosos das grandes empresas
|
||||
- Fique protegido, não importa onde você esteja
|
||||
|
||||
Rejeite a vigilância - abrace sua liberdade.
|
||||
|
||||
**[Experimente Organic Maps!](#install)**
|
||||
|
||||
## Quem está pagando pelo app gratuito?
|
||||
|
||||
O app é gratuito para todos. Por favor [faça uma
|
||||
doação](@/donate/index.pt-BR.md) para nos apoiar!
|
||||
|
||||
Para doar imediatamente, clique no método preferido de pagamento abaixo:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Comunidade
|
||||
|
||||
Organic Maps é um [software de código aberto][github] licenciado sob a
|
||||
Licença Apache 2.0.
|
||||
|
||||
- Por favor, junte-se ao nosso programa beta, faça suas sugestões e relate
|
||||
erros:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- Relate erros ou problemas no [rastreador de problemas][issues] ou por
|
||||
[e-mail][email].
|
||||
- [Discuta][ideas] ideias ou proponha novos recursos.
|
||||
- Inscreva-se em nosso [canal do Telegram][telegram] ou no [espaço
|
||||
matrix][matrix] para novidades.
|
||||
- Junte-se ao nosso [grupo do Telegram][telegram_chat] para conversar com
|
||||
outros usuários.
|
||||
- Visite nossa [página no GitHub][github].
|
||||
- Siga nossas atualizações no [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit] e [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://pt.wikipedia.org/wiki/Bifurcação_(desenvolvimento_de_software)
|
||||
|
||||
{{ references() }}
|
|
@ -1,179 +0,0 @@
|
|||
---
|
||||
description: 'Mapas offline detalhados e rápidos para viajantes, turistas, condutores, caminhantes e ciclistas criados pelos fundadores da aplicação MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Início
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Mapas orgânicos: caminhada, ciclismo, trilhos e navegação offline'
|
||||
---
|
||||
|
||||
**Organic Maps** é uma aplicação gratuita para Android e iOS de mapas offline para viajantes, turistas, caminhantes e ciclistas baseado nos dados do **[OpenStreetMap][openstreetmap]**. É uma aplicação com foco na privacidade, sendo uma [bifurcação][fork] aberta da aplicação **Maps.me** (anteriormente conhecida como [**MapsWithMe**][mapswithme]), mantida pelas mesmas pessoas que criaram o **MapsWithMe** em 2011.
|
||||
|
||||
**Organic Maps** é atualmente uma das poucas aplicações que suporta 100% das suas funcionalidades sem uma conexão ativa com a Internet. Instale o Organic Maps, descarregue mapas, deixe de lado o seu cartão SIM (a propósito, o seu operador segue-o constantemente) e faça uma viagem de uma semana com uma única carga de bateria sem qualquer byte enviado para a rede.
|
||||
|
||||
> Em 2023, o Organic Maps [alcançou o seu primeiro milhão de utilizadores](@/news/2023-12-23/281/index.md). [Ajude-nos](@/donate/index.md) a crescer!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Caminhada') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Praga') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Pesquisa offline')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navegação em modo
|
||||
escuro') }}
|
||||
|
||||
## Funcionalidades
|
||||
|
||||
O Organic Maps é a aplicação ideal para viajantes, turistas, caminhantes e
|
||||
ciclistas:
|
||||
|
||||
- Mapas offline detalhados com locais que não existem noutros mapas, graças
|
||||
ao [OpenStreetMap][openstreetmap]
|
||||
- Rotas de ciclismo, trilhos para caminhadas e caminhos para pedestres
|
||||
- Curvas de nível, perfis de elevação, picos e encostas
|
||||
- Navegação passo a passo para peões, ciclistas e automóveis com orientação
|
||||
por voz e Android Auto
|
||||
- Pesquisa rápida offline no mapa
|
||||
- Exportação e importação de marcadores nos formatos KML/KMZ, importação GPX
|
||||
- Modo escuro para proteger os seus olhos
|
||||
- Os dados de países e regiões inteiras não ocupam muito espaço
|
||||
- Livre e de código aberto
|
||||
|
||||
## Porquê orgânico?
|
||||
|
||||
O Organic Maps é puro e orgânico, feito com amor:
|
||||
|
||||
- Respeita a sua privacidade
|
||||
- Economiza a sua bateria
|
||||
- Sem custos inesperados de dados móveis
|
||||
|
||||
A aplicação Organic Maps não tem rastreadores de terceiros nem outras coisas
|
||||
más:
|
||||
|
||||
- Sem anúncios
|
||||
- Sem deixar rasto
|
||||
- Sem recolha de dados
|
||||
- Sem conexões para servidores externos
|
||||
- Sem registos desnecessários e irritantes
|
||||
- Sem tutoriais obrigatórios
|
||||
- Sem lixo eletrónico enviado para o email
|
||||
- Sem notificações
|
||||
- Sem crapware (software pré-instalado indesejado)
|
||||
- ~~Sem pesticidas~~ Puramente orgânico!
|
||||
|
||||
A aplicação é verificada pelo [Projeto Exodus Privacy][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
A versão iOS é verificada pelo [TrackerControl para iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
O Organic Maps não solicita permissões excessivas para espiá-lo:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
No Organic Maps, acreditamos que a privacidade é um direito humano
|
||||
fundamental:
|
||||
|
||||
- O Organic Maps é um projeto independente de código aberto orientado para a
|
||||
comunidade
|
||||
- Protegemos a sua privacidade dos olhos curiosos das grandes empresas
|
||||
- Fique protegido, não importa onde esteja
|
||||
|
||||
Rejeite a vigilância - abrace a sua liberdade.
|
||||
|
||||
**[Experimente o Organic Maps!](#install)**
|
||||
|
||||
## Quem está a pagar pela aplicação gratuita?
|
||||
|
||||
A aplicação é gratuita para todos. Por favor, [faça mm
|
||||
donativo](@/donate/index.md) para nos apoiar!
|
||||
|
||||
Para fazer um donativo de forma cómoda, clique no ícone do seu método de
|
||||
pagamento preferido abaixo:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Comunidade
|
||||
|
||||
O Organic Maps é um [software de código aberto][github] licenciado sob a
|
||||
Licença Apache 2.0.
|
||||
|
||||
- Por favor, junte-se ao nosso programa beta, faça sugestões e reporte
|
||||
erros:
|
||||
* [Beta iOS (TestFlight)][testflight]
|
||||
* [Beta Android (Firebase)][firebase]
|
||||
* [Beta PC Linux (Flatpak)][flatpak]
|
||||
* [Beta PC Linux (pacotes)][repology]
|
||||
- Reporte erros ou problemas no [rastreador de problemas][issues] ou por
|
||||
[e-mail][email].
|
||||
- [Discuta][ideas] ideias ou proponha novas funcionalidades.
|
||||
- Inscreva-se no nosso [canal do Telegram][telegram] ou no [espaço
|
||||
matrix][matrix] para receber notícias.
|
||||
- Junte-se ao nosso [grupo do Telegram][telegram_chat] para conversar com
|
||||
outros utilizadores.
|
||||
- Visite a nossa [página no GitHub][github].
|
||||
- Siga as nossas atualizações no [FOSStodon][fosstodon],
|
||||
[Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter],
|
||||
[Instagram][instagram], [Reddit][reddit] e [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://pt.wikipedia.org/wiki/Bifurcação_(desenvolvimento_de_software)
|
||||
|
||||
{{ references() }}
|
|
@ -1,84 +0,0 @@
|
|||
---
|
||||
title: "Organic Maps: бесплатные офлайн карты и навигация"
|
||||
description: Бесплатные офлайн карты для путешественников, туристов, велосипедистов и водителей на основе данных OpenStreetMap от создателей приложения MapsWithMe, позже переименованного в Maps.me
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
extra:
|
||||
menu_title: Главная
|
||||
---
|
||||
|
||||
**Organic Maps** — это бесплатные iOS и Android офлайн карты с навигацией для путешественников, туристов, велосипедистов и водителей на основе данных **[OpenStreetMap](https://www.openstreetmap.org)** (**OSM**),
|
||||
с открытым исходным кодом, с фокусом на приватность и безопасность пользователей, от создателей приложения **MapsWithMe**, позже переименованного в **Maps.me**.
|
||||
|
||||
*Organic Maps* поддерживает 100% функций без активного Интернет-подключения. Загрузите нужные карты, выбросьте SIM-карту (кстати, ваш оператор постоянно отслеживает вас) и отправляйтесь в недельное путешествие на одном заряде батареи.
|
||||
|
||||
> В 2023 году Organic Maps [использовали миллион человек](@/news/2023-12-23/281/index.md). [Помогите нам](@/donate/index.ru.md) масштабировать проект!
|
||||
|
||||
### Загрузить и установить Organic Maps из [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Пеший поход') }}
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Прага') }}
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Офлайн поиск') }}
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Навигация в ночном режиме') }}
|
||||
|
||||
## Возможности
|
||||
|
||||
- Детальные и *быстрые* карты всего мира с местами, которых нет в других картах
|
||||
- Велосипедные маршруты, пешеходные тропы и пешеходные дорожки
|
||||
- Авто, вело и пеший навигатор с голосовыми подсказками и Android Auto
|
||||
- Карты метро для крупных городов
|
||||
- Быстрый поиск интересных мест на карте
|
||||
- Экспорт и импорт закладок в форматах KML/KMZ, импорт GPX
|
||||
|
||||
## Почему Organic?
|
||||
|
||||
Organic Maps — это офлайн-карты здорового человека, сделанные с любовью и уважением к своим пользователям:
|
||||
|
||||
- Работают без Интернета;
|
||||
- Карты занимают мало места;
|
||||
- Не жрут батарею;
|
||||
- Не тормозят;
|
||||
- [Не шпионят за пользователями](https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/);
|
||||
- Не содержат рекламы;
|
||||
- Без регистрации и SMS;
|
||||
- С открытым исходным кодом.
|
||||
|
||||
## Помощь проекту
|
||||
|
||||
Organic Maps развивается сообществом энтузиастов благодаря вашей поддержке.
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Помогите проекту [финансово](@/donate/index.ru.md "поддержать деньгами") чтобы приложение могло жить и развиваться.
|
||||
|
||||
## Сообщество
|
||||
|
||||
- Подписывайтесь на наш [канал новостей в Telegram][telegram];
|
||||
- Присоединяйтесь к [русскоязычной][telegram_chat_ru] или [англоязычной группе в Telegram][telegram_chat], или [Matrix space на русском][matrix_ru] или [на английском][matrix] для обратной связи и помощи;
|
||||
- Подключайтесь к программе тестирования бета-версий:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop)
|
||||
* [Linux Desktop Beta (packages)](https://repology.org/project/organicmaps/versions)
|
||||
- Сообщайте о проблемах и предлагайте новые идеи [на GitHub][issues] или [по почте][email];
|
||||
- Нарисуйте свой дом и район вокруг в [OpenStreetMap](https://openstreetmap.org);
|
||||
- Помогите с [переводом](https://github.com/organicmaps/organicmaps/blob/master/docs/TRANSLATIONS.md) приложения и веб-сайта на другие языки.
|
||||
- Поучаствуйте в [разработке][contributing] приложения под Android и iOS;
|
||||
- Подпишитесь на нас в [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Расскажите своим друзьям и знакомым.
|
||||
|
||||
Так же мы ищем волонтёров, с возможностью стать частью команды, создающей лучшие в мире карты:
|
||||
- для iOS и Android разработки;
|
||||
- с хорошим знанием C++;
|
||||
- для поддержки пользователей;
|
||||
- для маркетинга, PR, и активностей в соцсетях;
|
||||
- ASO;
|
||||
- SEO, доработка нашего вебсайта;
|
||||
- для красивых скриншотов на разных языках в магазинах приложений;
|
||||
- для дизайна стилей карты, иконок, и улучшения интерфейса OM.
|
||||
|
||||
Пишите нам, если вам нравится Organic Maps, чтобы вместе сделать карты ещё лучше!
|
||||
|
||||
{{ references() }}
|
|
@ -1,177 +0,0 @@
|
|||
---
|
||||
description: 'Snabba detaljerade offline-kartor för resenärer, turister, förare, vandrare och cyklister skapade av grundarna av appen MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Hem
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Offline Vandring, Cykling, Leder och Navigering'
|
||||
---
|
||||
|
||||
**Organic Maps** är en gratis Android- och iOS-app för resenärer, turister, vandrare och cyklister som bygger på data från publiken **[OpenStreetMap][openstreetmap]**. Det är en [fork][fork] med öppen källkod av appen **Maps.me** (tidigare känd som [**MapsWithMe**][mapswithme]), som underhålls av samma personer som skapade **MapsWithMe** 2011.
|
||||
|
||||
**Organic Maps** är ett av få program som numera stöder 100 % av funktionerna utan en aktiv internetanslutning. Installera Organic Maps, ladda ner kartor, släng ditt SIM-kort (din operatör spårar dig förresten hela tiden) och gör en veckolång resa med en enda batteriladdning utan att någon byte skickas till nätet.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Vandring') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prag') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Offline Sökning')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Navigation i mörkt
|
||||
läge') }}
|
||||
|
||||
## Funktioner
|
||||
|
||||
Organic Maps är den ultimata appen för resenärer, turister, vandrare och
|
||||
cyklister:
|
||||
|
||||
- Detaljerade offline-kartor med platser som inte finns på andra kartor,
|
||||
tack vare [OpenStreetMap][openstreetmap]
|
||||
- Cykelvägar, vandringsleder och promenadvägar
|
||||
- Konturlinjer, höjdprofiler, toppar och sluttningar
|
||||
- Tur-för-tur-navigering för promenader, cykling och bilnavigering med
|
||||
röststyrning, Android Auto
|
||||
- Snabb offline-sökning på kartan
|
||||
- Export och import av bokmärken i KML/KMZ-format, importera GPX
|
||||
- Mörkt läge för att skydda dina ögon
|
||||
- Länder och regioner tar inte mycket plats
|
||||
- Gratis och öppen källkod
|
||||
|
||||
## Varför Organisk?
|
||||
|
||||
Organic Maps är ren och organisk, gjord med kärlek:
|
||||
|
||||
- Respekterar din integritet
|
||||
- Sparar ditt batteri
|
||||
- Inga oväntade avgifter för mobildata
|
||||
|
||||
Organic Maps app är fri från spårare och andra dåliga saker:
|
||||
|
||||
- Inga annonser
|
||||
- Ingen spårning
|
||||
- Ingen data samling
|
||||
- Ingen uppringning hem
|
||||
- Ingen irriterande registrering
|
||||
- Inga obligatoriska handledningar
|
||||
- Ingen brusig email spam
|
||||
- Inga push-notifikationer
|
||||
- Ingen skitvara
|
||||
- ~~Icke-besprutat~~ Rent organiskt!
|
||||
|
||||
Ansökan verifieras av [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
iOS-applikationen har verifierats av [TrackerControl för
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps begär inte överdrivna behörigheter för att spionera på dig:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
På Organic Maps anser vi att integritet är en grundläggande mänsklig
|
||||
rättighet:
|
||||
|
||||
- Organic Maps är ett indiegemenskapsdrivet projekt med öppen källkod
|
||||
- Vi skyddar din integritet från Big Techs nyfikna ögon
|
||||
- Håll dig säker oavsett var du befinner dig
|
||||
|
||||
Vägra övervakning. Välkomna friheten.
|
||||
|
||||
**[Testa Organic Maps!](#install)**
|
||||
|
||||
## Vem betalar för den kostnadsfria appen?
|
||||
|
||||
Appen är gratis för alla. Vänligen [donera](@/donate/index.md) för att
|
||||
stödja oss!
|
||||
|
||||
För att donera omedelbart, klicka på en ikon för önskad betalningsmetod
|
||||
nedan:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Gemenskap
|
||||
|
||||
Organic Maps är en [programvara med öppen källkod][github] licensierad under
|
||||
Apache License 2.0.
|
||||
|
||||
- Gå med i vårt betaprogram, föreslå funktioner och rapportera fel:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (paket)][repology]
|
||||
- Rapportera fel eller problem till [problemspåraren][issues] eller [mejla
|
||||
oss][email].
|
||||
- [Diskutera][ideas] idéer eller föreslå önskemål om funktioner.
|
||||
- Prenumerera på vår [Telegram Channel][telegram] eller på [matrix
|
||||
space][matrix] för uppdateringar.
|
||||
- Gå med i vår [Telegramgrupp][telegram_chat] för att diskutera med andra
|
||||
användare.
|
||||
- Besök vår [GitHub-sida][github].
|
||||
- Följ våra uppdateringar på [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://sv.wikipedia.org/wiki/Fork
|
||||
|
||||
{{ references() }}
|
|
@ -1,176 +0,0 @@
|
|||
---
|
||||
description: 'ప్రయాణికులు, పర్యాటకులు, డ్రైవర్లు, హైకర్లు మరియు సైక్లిస్ట్ల కోసం వేగవంతమైన వివరణాత్మక ఆఫ్లైన్ మ్యాప్లు, MapsWithMe (Maps.Me) యాప్ వ్యవస్థాపకుల నుండి.'
|
||||
extra:
|
||||
menu_title: హోమ్
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'ఆర్గానిక్ మ్యాప్స్: ఆఫ్లైన్ హైక్, బైక్, ట్రైల్స్ మరియు నావిగేషన్'
|
||||
---
|
||||
|
||||
**ఓర్గానిక్ మ్యాప్స్** అనేది ప్రయాణికులు, పర్యాటకులు, హైకర్లు మరియు సైక్లిస్ట్ల కోసం ఒక ఉచిత Android & iOS ఆఫ్లైన్ మ్యాప్ల యాప్. ఇది క్రౌడ్ సోర్స్డ్ **[OpenStreetMap][openstreetmap]** డేటా ఆధారంగా ఉంటుంది. **Maps.me** యాప్ (గతంలో [**MapsWithMe**][mapswithme]గా పిలువబడేది) గోప్యత-కేంద్రీకృత, ఓపెన్-సోర్స్ గా [ఫోర్క్]ఉంటూ, 2011లో **MapsWithMe** సృష్టించిన వారిచే నిర్వహించబడుతుంది.
|
||||
|
||||
ఈరోజుల్లో ఇంటర్నెట్ కనెక్షన్ లేకుండా 100% లక్షణాలను మద్దతు చేసే ఏకైక అప్లికేషన్ ఒక్క ఓర్గానిక్ మ్యాప్స్ మాత్రమే. ఓర్గానిక్ మ్యాప్స్ ఇన్స్టాల్ చేసి, మ్యాప్లను డౌన్లోడ్ చేస్కోని మీ సిమ్ కార్డును విసిరేయండి ( మీ ఆపరేటర్ నిరంతరం మిమ్మల్ని ఎలానో ట్రాక్ చేస్తుంది అనుకోండి ).ఇప్పుడు ఒక్క బైట్ కూడా నెట్వర్క్ కి పంపకుండా సింగల్ బాటరీ ఛార్జింగ్ తో వారంపాటు విహారయాత్రకు నిచ్చతింగా వెళ్లి రండి.
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='హైకింగ్') }}
|
||||
|
||||
ప్రేగ్ పట్నం
|
||||
|
||||
ఆఫ్లైన్ సెర్చ్
|
||||
|
||||
డార్క్ మోడ్లో నావిగేషన్
|
||||
|
||||
## ఫీచర్స్
|
||||
|
||||
పర్యాటకులకు, హైకర్లు మరియు సైకిలిస్టులకు క్రింది ఫీచర్ల చే ఈ "ఓర్గానిక్
|
||||
మ్యాప్స్" అత్యంత మైత్రిగల యాప్ గా మారింది:
|
||||
|
||||
- ఇతర మ్యాప్లలో లేని ప్రాంతాలను వివరసమృద్ధ ఆఫ్లైన్ మ్యాప్లుగా
|
||||
అందిస్తుంది, [ఓపెన్స్ట్రీట్మ్యాప్]కు ధన్యవాదాలు.
|
||||
- సైక్లింగ్ దారులను, హైకింగ్ మార్గాలు, మరియు నడిచే త్రోవలను
|
||||
- కౌంటర్ లైన్లు, ఎలివేషన్ ప్రొఫైల్లు, పర్వతాలు, మరియు పర్వత చోటులను
|
||||
చూపిస్తుంది.
|
||||
- ఆడియో గైడెన్స్ మరియు ఆండ్రాయిడ్ ఆటోతో వాకింగ్, సైక్లింగ్ మరియు కార్
|
||||
నావిగేషన్ చేయండి
|
||||
- వేగవంతమైన ఆఫ్ లైన్ సెర్చ్ .
|
||||
- KML, KMZ, GPX ఫార్మాట్లలో బుక్మార్క్లు మరియు ట్రాక్లు
|
||||
- మీ కళ్ళను సంరక్షించడానికి డార్క్ మోడ్ ఆప్షన్ ఉంది.
|
||||
- దేశాలు, ప్రాంతాలు పెద్దగా స్టోరేజ్ తీసుకోవు
|
||||
- ఈ యాప్ పూర్తిగా ఉచితం మరియు ఓపెన్-సోర్స్ .
|
||||
|
||||
## ఆర్గానిక్ మ్యాపులే ఎందుకు ?
|
||||
|
||||
"ఆర్గానిక్ మ్యాప్స్"స్వచ్ఛమైనది .ఇది ప్రేమతో తయారు చేయపడినది.
|
||||
|
||||
- మీ గోప్యతను గౌరవిస్తాది
|
||||
- మీ బ్యాటరీని సేవ్ చేస్తుంది.
|
||||
- అనవసరమైన డేటా చార్జీలు ఉండవు.
|
||||
|
||||
"ఆర్గానిక్ మ్యాప్స్" యాప్ ట్రాకర్లు మరియు ఇతర దుష్ట పద్ధతులు నుండి
|
||||
స్వేచ్ఛగా ఉంటాది.
|
||||
|
||||
- ప్రకటనలు ఉండవు
|
||||
- మిమ్మల్ని ట్రాక్ చేయదు
|
||||
- డేటా సేకరణలు ఉండవు
|
||||
- No phoning home
|
||||
- అసహజమైన నమోదులు ఉండవు
|
||||
- అనివార్యమైన ట్యుటోరియల్లు ఉండవు
|
||||
- ఇమెయిలు స్పామ్ ఉండవు
|
||||
- పుష్ నోటిఫికేషన్లు లేవు
|
||||
- అనవశ్యకమైన సాఫ్ట్వేర్ ఉండదు
|
||||
- ఇది పూర్తిగా స్వచ్ఛమైనది !!
|
||||
|
||||
ఈ అప్లికేషన్ [ఎక్సోడస్ ప్రైవసీ ప్రాజెక్ట్][exodus] ద్వారా ధృవీకరించబడింది.
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
iOS అనువర్తనం [TrackerControl for iOS][trackercontrol] ద్వారా
|
||||
ధృవీకరించబడింది.
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
ఆర్గానిక్ మప్స్ మీ మొయిద నిఘా ఉంచాడనికి అనవసరమైన అనుమతులు అడగదు
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
ఈ ఆర్గానిక్ మప్స్ లో , మేము మీ గోప్యతను ప్రాధమిక హక్కుగా భావిస్తాము .
|
||||
|
||||
- ఆర్గానిక్ మ్యాప్స్ ఒక ఇండి కమ్యూనిటీ-నియోజిత ఓపెన్-సోర్స్ ప్రాజెక్ట్.
|
||||
- పెద్ద టెక్ సంస్థల కళ్ళు నుండి మీ గోప్యతను మేము రక్షిస్తాము.
|
||||
- మీరు ఎక్కడ ఉన్న సురక్షితంగా ఉండండి.
|
||||
|
||||
పరివీక్షణను తిరస్కరించండి - మీ స్వాత్రంత్యాన్ని స్వాగతించండి
|
||||
|
||||
**[ఆర్గానిక్ మ్యాప్స్ ని ఒకసారి ప్రయత్నించండి!](#install)**
|
||||
|
||||
## మరి ఈ ఉచిత అనువర్తనానికి ఎవరు చెల్లిస్తున్నారు?
|
||||
|
||||
ఈ అనువర్తనం అందరికీ ఉచితం. మాకు తోడ్పడేందుకు [విరాళం] (@/donate/index.md)
|
||||
ఇవ్వండి!
|
||||
|
||||
సులభంగా విరాళం ఇచ్చేందుకు, మీకు నచ్చిన చెల్లింపు విధానం యొక్క ఐకాన్ పై
|
||||
నొక్కండి:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## సంఘం
|
||||
|
||||
ఆర్గానిక్ మ్యాప్స్, అపాచీ లైసెన్స్ 2.0 గల ఒక [స్వేచ్ఛామూలాలు][github]
|
||||
సాఫ్ట్వేర్.
|
||||
|
||||
- మా బీటా ప్రోగ్రామ్ లో చేరి, మీ సూచనలు, తప్పులను నివేదించండి:
|
||||
* [ఐఓయస్ (టెస్ట్ ఫ్లైట్)][testflight]
|
||||
* [ఆండ్రాయిడ్ బీటా (ఫైర్బేస్)][firebase]
|
||||
* [లీనక్స్ డెస్కటాప్ బీటా (ఫ్లాట్పాక్)][flatpak]
|
||||
* [లీనక్స్ డెస్కటాప్ బీటా (పాకేజీలు)][repology]
|
||||
- బగ్ లు, లేదా సమస్యలను మాకు [ఇస్స్యూ ట్రాకర్][issues] లేదా
|
||||
[ఈ-మెయిల్][email] ద్వారా తెలియజెయ్యండి.
|
||||
- కొత్త అలోచనలు [చర్చించండి][ideas], ఫీచర్లు ప్రతిపాదించండి.
|
||||
- వార్తల కొరకు మా [టెలీగ్రామ్ చానెల్][telegram] లేదా [మ్యాట్రిక్స్
|
||||
స్పేస్][matrix] కి సబ్ స్క్రైబ్ అవ్వండి.
|
||||
- ఇతర వినియోగదారులతో చర్చించడానికి మా [టెలీగ్రామ్ సమూహం][telegram_chat]లో
|
||||
చేరండి.
|
||||
- మా [గిట్ హబ్ పేజీ][github]ని సందర్సించండి.
|
||||
- [ఫోస్టోడాన్][fosstodon], [మాస్టోడాన్][mastodon], [ఫేస్బుక్][facebook],
|
||||
[ట్విట్టర్][twitter], [ఇన్స్టాగ్రామ్][instagram], [రెడ్డిట్][reddit],
|
||||
[లింకిడిన్][LinkedIn] లో మమ్మల్ని ఫాలో అవ్వండి.
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://en.wikipedia.org/wiki/Fork_(software_development)
|
||||
|
||||
{{ references() }}
|
|
@ -1,117 +0,0 @@
|
|||
---
|
||||
title: "Organic Maps: Çevrimdışı Yürüyüş, Bisiklet, Parkurlar ve Navigasyon"
|
||||
description: OpenStreetMap'e dayanan ve MapsWithMe'nin (Maps.Me) kurucuları tarafından sevgiyle yapılan. Gezginler, turistler, yürüyüşçüler ve bisikletçiler için hızlı ve ayrıntılı çevrimdışı harita uygulaması.
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
extra:
|
||||
menu_title: Ana sayfa
|
||||
---
|
||||
|
||||
**Organic Maps** gezginler, turistler, yürüyüşçüler ve bisikletçiler için ücretsiz bir Android ve iOS çevrimdışı harita uygulamasıdır.
|
||||
Topluluk kaynaklı [**OpenStreetMap**][openstreetmap] verilerine dayanmaktadır.
|
||||
Daha önce [**MapsWithMe**][mapswithme] olarak bilinen **Maps.me** uygulamasının gizlilik odaklı, açık kaynaklı bir [çatalı](https://tr.wikipedia.org/wiki/%C3%87atal_(yaz%C4%B1l%C4%B1m_geli%C5%9Ftirme)) olan Organic Maps, 2011 yılında **MapsWithMe** uygulamasını geliştiren kişiler tarafından sürdürülmektedir.
|
||||
|
||||
> Organic Maps 2023 yılında [bir milyon](@/news/2023-12-23/281/index.md) kullanıcıya ulaştı. Masrafları karşılayabilmemiz için [bize yardım edin](@/donate/index.tr.md)!
|
||||
|
||||
### Organic Maps'i [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] adresinden indirin ve yükleyin {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Yürüyüş') }}
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Prag') }}
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Çevrimdışı Arama') }}
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Koyu modda navigasyon') }}
|
||||
|
||||
## Özellikler
|
||||
|
||||
Organic Maps gezginler, turistler, yürüyüşçüler ve bisikletçiler için mükemmel bir uygulamadır:
|
||||
|
||||
- [OpenStreetMap][openstreetmap] sayesinde diğer haritalarda bulunmayan yerleri içeren ayrıntılı çevrimdışı haritalar
|
||||
- Bisiklet yolları, doğa yürüyüşü parkurları ve yürüyüş yolları
|
||||
- Eş yükselti çizgileri, yükseklik profilleri, tepe noktaları ve eğimler
|
||||
- Sesli yönlendirmelerle adım adım yürüyüş, bisiklet ve araç navigasyonu, Android Auto
|
||||
- Haritada hızlı ve çevrimdışı arama
|
||||
- Yer imlerini KML/KMZ formatlarında dışa ve içe aktarma, GPX formatında içe aktarılması
|
||||
- Gözlerinizi korumak için Koyu Mod
|
||||
- Fazla depolama alanı kaplamayan ülke ve bölgeler
|
||||
- Özgür ve açık kaynak kodlu
|
||||
|
||||
## Neden Organic?
|
||||
|
||||
Organic Maps saf ve organiktir, sevgiyle yapılmıştır:
|
||||
|
||||
- Gizliliğinize saygı duyar
|
||||
- Pil gücünden tasarruf sağlar
|
||||
- Beklenmeyen mobil veri ücreti olmaz
|
||||
|
||||
Organic Maps uygulaması izleyicilerden ve diğer kötü şeylerden arındırılmıştır:
|
||||
|
||||
- Reklam yok
|
||||
- İzleme yok
|
||||
- Veri toplama yok
|
||||
- Evi aramak yok
|
||||
- Rahatsız edici kayıt yok
|
||||
- Zorunlu öğretici yok
|
||||
- Gürültülü e-posta spam yok
|
||||
- Push bildirimleri yok
|
||||
- Crapware yok
|
||||
- ~~Böcek ilacı yok~~ Tamamen organik!
|
||||
|
||||
Uygulama <a href='https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/'>Exodus Gizlilik Projesi</a> tarafından doğrulandı:
|
||||
<br/>
|
||||
<img src='/images/privacy/exodus.png' width='400'>
|
||||
|
||||
Organic Maps sizi gözetlemek için aşırı izinler istemez:
|
||||
|
||||
<img src='/images/privacy/om.jpg' width='400'>
|
||||
<img src='/images/privacy/mm.jpg' width='400'>
|
||||
|
||||
Organic Maps'te gizliliğin temel bir insan hakkı olduğuna inanıyoruz:
|
||||
|
||||
- Organic Maps, bağımsız bir topluluk tarafından yönlendirilen açık kaynaklı bir projedir
|
||||
- Gizliliğinizi Big Tech'in meraklı gözlerinden koruyoruz
|
||||
- Nerede olursanız olun güvende kalın
|
||||
|
||||
Gözetlenmeyi reddedin - özgürlüğünüzü kucaklayın.
|
||||
|
||||
<a href="#install"><strong>Organic Maps'i deneyin!</strong></a>
|
||||
|
||||
## Uygulamanın ücretsiz kalması için kim ödeme yapıyor?
|
||||
|
||||
Bu uygulama herkes için ücretsizdir. Lütfen bizi desteklemek için [bağış yapın](@/donate/index.tr.md)!
|
||||
|
||||
### Bağış yapmanın farklı yolları vardır:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
### Sponsorlarımız:
|
||||
|
||||
[Mythic Beasts](https://www.mythic-beasts.com/) ISS kullanıcılarımıza harita indirmeleri ve güncellemeleri konusunda yardımcı olmak için ayda 400 TB ücretsiz bant genişliğine sahip iki sanal sunucu [sağlıyor](https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/).
|
||||
|
||||
### Bizi destekle
|
||||
|
||||
Bizi desteklemenin birçok yolu var, tüm yollar [burada](@/contribute/index.tr.md) mevcut.
|
||||
|
||||
## Beta
|
||||
|
||||
Lütfen beta programımıza katılın, yeni özellikler önerin ve hataları bildirin:
|
||||
|
||||
- [iOS Beta (TestFlight)][testflight]
|
||||
- [Android Beta (Firebase)][firebase]
|
||||
- [Linux Desktop Beta (Flatpak)](https://flathub.org/apps/details/app.organicmaps.desktop)
|
||||
- [Linux Desktop Beta (pacchetti)](https://repology.org/project/organicmaps/versions)
|
||||
|
||||
## Topluluk
|
||||
|
||||
Organic Maps, Apache License 2.0 altında lisanslanmış bir [açık kaynaklı yazılımdır][github].
|
||||
|
||||
- [Sorun izleyicisine][issues] sorunları ve hataları bildirin.
|
||||
- Fikirleri [tartışın][ideas] ya da özellik istekleri önerin
|
||||
- Güncellemeler için [Telegram Kanalımıza][telegram] abone olun
|
||||
- Diğer kullanıcılarla tartışmak için [Telegram Grubumuza](https://t.me/OrganicMapsTR) veya [matrix odamıza][matrix] katılın
|
||||
- Join our [Telegram Group][telegram_chat] to discuss with other users.
|
||||
- [GitHub sayfamızı][github] ziyaret edin
|
||||
- [E-posta][email] ile bizimle iletişime geçin
|
||||
- Güncellemelerimizi [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Reddit][reddit], [LinkedIn][LinkedIn] ve [Instagram](https://instagram.com/organicmapstr/) üzerinden takip edin.
|
||||
|
||||
{{ references() }}
|
|
@ -1,180 +0,0 @@
|
|||
---
|
||||
description: 'Швидкі та детальні офлайн-карти для мандрівників, туристів, водіїв, пішоходів та велосипедистів, створені засновниками застосунку MapsWithMe (Maps.Me).'
|
||||
extra:
|
||||
menu_title: Головна
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps: Офлайн карти та GPS навігація'
|
||||
---
|
||||
|
||||
**Organic Maps** – це безплатний автономний застосунок під Android та iOS для мандрівників, туристів, пішоходів та велосипедистів, що базується на даних з відкритого джерела **[OpenStreetMap][openstreetmap]**.
|
||||
Це орієнтований на приватність, відкритий [форк][fork] застосунку **Maps.me** (раніше відомого, як [**MapsWithMe**][mapswithme]), який підтримується тими ж людьми, що створили **MapsWithMe** у 2011 році.
|
||||
|
||||
**Organic Maps** - один з небагатьох застосунків, який підтримує 100% функціональність без активного інтернет-з’єднання. Встановіть Organic Maps, завантажте мапи, викиньте SIM-карту (до речі, ваш оператор постійно відстежує вас) та вирушайте в тижневу подорож на одному заряді батареї без жодного байта, відправленого в мережу.
|
||||
|
||||
> У 2023, Organic Maps [отримав свій перший мільйон](@/news/2023-12-23/281/index.md) користувачів. [Допоможіть нам](@/donate/index.md) розвиватися далі!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Піші прогулянки')
|
||||
}}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='Прага') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='Офлайн пошук') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='Навігація в нічному
|
||||
режимі') }}
|
||||
|
||||
## Особливості
|
||||
|
||||
Organic Maps - це незамінний застосунок компаньйон для мандрівників,
|
||||
туристів, пішоходів та велосипедистів:
|
||||
|
||||
- Детальні офлайн мапи з місцями, яких немає на інших мапах, завдяки
|
||||
[OpenStreetMap][openstreetmap]
|
||||
- Велосипедні маршрути, туристичні стежки та пішохідні доріжки
|
||||
- Контурні лінії, профілі висот, піки та схили
|
||||
- Покрокові інструкції для пішоходів, велосипедистів та автомобільна
|
||||
навігація з голосовим супроводом, Android Auto
|
||||
- Швидкий офлайн пошук на мапі
|
||||
- Експорт та імпорт закладок та треків у форматах KML/KMZ та GPX
|
||||
- Темний режим для захисту ваших очей
|
||||
- Країни та регіони не займають багато місця в телефоні
|
||||
- Безкоштовний та з відкритим початковим кодом
|
||||
|
||||
## Чому Organic?
|
||||
|
||||
Organic Maps - це чистий і органічний застосунок, зроблений з любов’ю:
|
||||
|
||||
- Поважає вашу конфіденційність
|
||||
- Економить вашу батарею
|
||||
- Жодних несподіваних платежів за мобільні дані
|
||||
|
||||
Organic Maps не містить відстеження та інших поганих речей:
|
||||
|
||||
- Без реклами
|
||||
- Без відстеження
|
||||
- Без збору даних
|
||||
- Без передачі даних
|
||||
- Без дратівливої реєстрації
|
||||
- Без обов’язкових навчальних посібників
|
||||
- Без спаму на електронну пошту
|
||||
- Без push-повідомлень
|
||||
- Без сміття
|
||||
- ~~Без пестицидів!~~ Чиста органіка!
|
||||
|
||||
Застосунок перевірений [Exodus Privacy Project][exodus]:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
Застосусок для iOS перевірено за допомогою [TrackerControl for
|
||||
iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps не запитує надмірних дозволів, щоб шпигувати за вами:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
В Organic Maps ми віримо, що конфіденційність є фундаментальним правом
|
||||
людини:
|
||||
|
||||
- Organic Maps - це незалежний проєкт із відкритим початковим кодом,
|
||||
керований спільнотою
|
||||
- Ми захищаємо вашу конфіденційність від сторонніх очей великих компаній
|
||||
- Залишайтеся в безпеці, де б ви не були
|
||||
|
||||
Відмовтеся від стеження – оберіть свободу.
|
||||
|
||||
**[Спробуйте Organic Maps!](#install)**
|
||||
|
||||
## Хто платить за безкоштовний застосунок?
|
||||
|
||||
Застосунок безкоштовний для всіх. Будь ласка,
|
||||
[пожертвуйте](@/donate/index.uk.md), щоб підтримати нас!
|
||||
|
||||
Щоб зробити пожертву відразу, натисніть на іконку бажаного способу оплати
|
||||
нижче:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Спільнота
|
||||
|
||||
Organic Maps - це [ПЗ з відкритим початковим кодом][github], ліцензоване за
|
||||
ліцензією Apache License 2.0.
|
||||
|
||||
- Будь ласка, приєднуйтесь до нашої бета-програми, пропонуйте свої функції
|
||||
та повідомляйте про помилки:
|
||||
* [iOS Beta (TestFlight)][testflight]
|
||||
* [Android Beta (Firebase)][firebase]
|
||||
* [Linux Desktop Beta (Flatpak)][flatpak]
|
||||
* [Linux Desktop Beta (packages)][repology]
|
||||
- Повідомляйте про помилки або проблеми на [GitHub][issues] або через
|
||||
[ел. пошту][email].
|
||||
- [Обговорюйте][ideas] ідеї або пропонуйте запити на нові функції.
|
||||
- Підписуйтесь на наш [Telegram канал][telegram] або на [matrix
|
||||
space][matrix].
|
||||
- Приєднуйтесь до нашої [Telegram групи][telegram_chat], щоб подискутувати з
|
||||
іншими користувачами.
|
||||
- Відвідайте нашу [сторінку на GitHub][github].
|
||||
- Слідкуйте за нами у [FOSStodon][fosstodon], [Mastodon][mastodon],
|
||||
[Facebook][facebook], [Twitter][twitter], [Instagram][instagram],
|
||||
[Reddit][reddit], [LinkedIn][LinkedIn].
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://uk.wikipedia.org/wiki/%D0%A4%D0%BE%D1%80%D0%BA
|
||||
|
||||
{{ references() }}
|
|
@ -1,162 +0,0 @@
|
|||
---
|
||||
description: 由MapsWithMe(Maps.Me)应用程序的创始人为旅行者、游客、司机、徒步旅行者和骑行者创建的细致而快速的离线地图。
|
||||
extra:
|
||||
menu_title: 主页
|
||||
page_template: index.html
|
||||
sort_by: weight
|
||||
title: 'Organic Maps:离线的远足、自行车、登山和导航地图'
|
||||
---
|
||||
|
||||
**Organic Maps** 是一个免费的安卓和iOS平台离线地图应用程序,为旅行者、游客、徒步旅行者和骑行者提供基于**[OpenStreetMap][openstreetmap]** 的众源数据。它是**Maps.me** 应用程序(以前称为[**MapsWithMe**][mapswithme],由2011年创建**MapsWithMe** 的同一个人维护)的一个开源且注重隐私的[分支][fork]。
|
||||
|
||||
**Organic Maps** 是目前少数几个不需要持续互联网连接就能支持100%功能的应用程序之一。安装Organic Maps,下载地图,扔掉你的SIM卡(顺便说一下,你的运营商会不断地跟踪你),充一次电池就可以出去旅行一周而不需要通过网络发送哪怕一个字节。
|
||||
|
||||
> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!
|
||||
|
||||
### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [Huawei AppGallery][appgallery], [Obtainium][obtainium], [FDroid][fdroid] {#install}
|
||||
|
||||
{{ badges() }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/hiking.jpg', alt='登山') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/prague.jpg', alt='布拉格') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/search.jpg', alt='离线搜索') }}
|
||||
|
||||
{{ screenshot(src='/images/screenshots/dark.jpg', alt='夜间模式下的导航') }}
|
||||
|
||||
## 功能
|
||||
|
||||
Organic Maps 是旅行者、游客、徒步旅行者和骑行者的终极伴侣应用:
|
||||
|
||||
- 详细的离线地图,有其他地图上没有的地方,感谢[OpenStreetMap][openstreetmap]
|
||||
- 骑行路线、远足小径和步行道
|
||||
- 等高线、高程剖面、山峰和山坡
|
||||
- 弯弯绕的步行、骑行和汽车导航都有语音向导,Android Auto 安卓汽车
|
||||
- 地图上的快速离线搜索
|
||||
- 以KML/KMZ格式导出和导入书签,GPX 导入
|
||||
- 保护您眼睛的黑暗模式
|
||||
- 国家和地区不会占用太大的空间
|
||||
- 自由且开源
|
||||
|
||||
## 为什么选择Organic Maps?
|
||||
|
||||
Organic Maps 既纯粹而有机,用爱发电:
|
||||
|
||||
- 尊重您的隐私
|
||||
- 省电
|
||||
- 没有意外的移动数据费用
|
||||
|
||||
Organic Maps 应用没有跟踪器和其他糟糕的东西:
|
||||
|
||||
- 无广告
|
||||
- 无跟踪器
|
||||
- 不收集数据
|
||||
- 不电话打扰
|
||||
- 无需烦琐注册
|
||||
- 无强制教程
|
||||
- 无推送邮件
|
||||
- 无推送通知
|
||||
- 无垃圾软件
|
||||
- ~~无有毒内容~~ 纯粹绿色!
|
||||
|
||||
本应用程序已经[Exodus Privacy Project][exodus]认证:
|
||||
|
||||
{{ exodus_screenshot() }}
|
||||
|
||||
The iOS application is verified by [TrackerControl for iOS][trackercontrol]:
|
||||
|
||||
{{ trackercontrol_screenshot() }}
|
||||
|
||||
Organic Maps 无需过多权限:
|
||||
|
||||
{{ privacy_screenshots() }}
|
||||
|
||||
在Organic Maps,我们相信隐私是一项基本人权:
|
||||
|
||||
- Organic Maps是一个独立的社区驱动的开源项目
|
||||
- 我们保护您的隐私不受大型科技公司的窥视
|
||||
- 无论身处何处,安全在您左右
|
||||
|
||||
拒绝监视 - 拥抱自由。
|
||||
|
||||
**[给Organic Maps一个机会!](#install)**
|
||||
|
||||
## 谁在为免费的应用付费?
|
||||
|
||||
本应用免费。但请通过[捐赠](@/donate/index.md)支持我们!
|
||||
|
||||
To donate conveniently, click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Beloved institutional sponsors below have provided targeted grants to cover
|
||||
some infrastructure costs and fund development of new selected features:
|
||||
|
||||
<table style="border-spacing: 20px">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://nlnet.nl/"><img src="sponsors/nlnet.svg" alt="The NLnet Foundation" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://github.com/organicmaps/organicmaps/milestone/7">The Search & Fonts improvement project</a> has been <a href="https://nlnet.nl/project/OrganicMaps/">funded</a> through NGI0 Entrust Fund. <a href="https://nlnet.nl/entrust/">NGI0 Entrust Fund</a> is established by the <a href="https://nlnet.nl/">NLnet Foundation</a> with financial support from the European Commission's <a href="https://www.ngi.eu/">Next Generation Internet programme</a>, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/"><img src="sponsors/gsoc.svg" alt="Google Summer of Code" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://summerofcode.withgoogle.com/">Google</a> backed 5 student's projects in the Google Summer of Code program during <a href="https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps">2022</a> and <a href="https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps">2023</a> programs. Noteworthy projects included Android Auto and Wikipedia Dump Extractor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/"><img src="sponsors/mythic-beasts.png" alt="Mythic Beasts" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.mythic-beasts.com/">Mythic Beasts</a> ISP <a href="https://www.mythic-beasts.com/blog/2021/10/06/improving-the-world-bit-by-expensive-bit/">provides us</a> two virtual servers with 400 TB/month of free bandwidth to host and serve maps downloads and updates.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://44plus.vn"><img src="sponsors/44plus.svg" alt="44+ Technologies" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://44plus.vn">44+ Technologies</a> is <a href="https://44plus.vn/organicmaps">providing us </a>with a free dedicated server worth around $12,000/year to serve maps across Vietnam & Southeast Asia.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://futo.org"><img src="sponsors/futo.svg" alt="FUTO" width="200px"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://futo.org">FUTO</a> has <a href="https://www.youtube.com/watch?v=fJJclgBHrEw">awarded $1000 micro-grant</a> to Organic Maps in February 2023.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## 社区
|
||||
|
||||
Organic Maps是一个以Apache许可证2.0授权的[开源软件][github]。
|
||||
|
||||
- 邀您加入测试计划,提出建议、反馈问题:
|
||||
* [iOS测试版(TestFlight)][testflight]
|
||||
* [安卓测试版(Firebase)][firebase]
|
||||
* [Linux 桌面端 Beta (Flatpak)][flatpak]
|
||||
* [Linux桌面测试版(软件包)][Repology]
|
||||
- 报告bug、跟踪问题 [the issue tracker][issues]或联系我们[email us][email]。
|
||||
- [Discuss][ideas]创意点子、功能需求。
|
||||
- 订阅我们的[Telegram频道][telegram]或[matrix空间][matrix]以获取最新信息。
|
||||
- 加入我们的[Telegram组][telegram_chat],与其他用户讨论。
|
||||
- 访问我们的[GitHub页面][github]。
|
||||
- 在[FOSStodon][fosstodon]、[Mastodon][mastodon]、[Facebook][facebook]、[Twitter][twitter]、[Instagram][instagram]、[Reddit][reddit]、[LinkedIn][LinkedIn]关注我们的更新。
|
||||
- Join (or create and let us know) local communities: [Hungarian Matrix
|
||||
room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org),
|
||||
[Chinese-][telegram_chat_zh], [French-][telegram_chat_fr],
|
||||
[Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking
|
||||
Telegram chats.
|
||||
|
||||
[fork]: https://zh.wikipedia.org/wiki/%E5%88%86%E5%8F%89_(%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91)
|
||||
|
||||
{{ references() }}
|
BIN
content/about-us/about-bg.png
Normal file
BIN
content/about-us/about-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 321 KiB |
24
content/about-us/index.md
Normal file
24
content/about-us/index.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
description:
|
||||
template: about-us.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: About Us
|
||||
hero_image: /about-us/about-bg.png
|
||||
hero_description_1: Free and open navigation with privacy
|
||||
hero_description_2: Built by the community
|
||||
menu_title_pre: Home
|
||||
project_info_section_title: Free and open navigation with privacy, built by the community
|
||||
project_info_section_description: Organic Maps is a community-focused privacy navigation app for travelers, drivers, hikers, and cyclists. It uses the crowd-sourced OpenStreetMap data with contributors from all over the globe. It offers navigation with privacy - no location tracking, no data collection, and no phoning home so users can take control of their data. All Organic Maps features can operate without an active internet connection for offline navigation at urban or distant locations where a cell signal is not available. Organic Maps is an open-source project, and prioritizes community development.
|
||||
project_info_card_title_1: Mission
|
||||
project_info_card_title_2: Vision
|
||||
project_info_card_description_1: Unlock the freedom to easily navigate with privacy-focused maps for drivers, hikers, and cyclists, powered by the community.
|
||||
project_info_card_description_2: Create a world where navigating with maps has privacy by default and the top choice on the planet.
|
||||
history_section_title: History
|
||||
history_section_20_11: MapsWithMe (later renamed to Maps.me) was created by founders who later founded Organic Maps.
|
||||
history_section_20_15: Maps.me opened the source code under Apache 2.0 license.
|
||||
history_section_20_21: Organic Maps was founded by founders of Maps.me, based on open-source code. A public release was available in the app stores in August.
|
||||
history_section_20_22: Partnerships were formed with organizations such as TheHiking Club which navigates trails in the Alps, to strengthen connection with the community.
|
||||
history_section_20_23: The app hit a milestone of 1 million users around the world.
|
||||
integration_section_title: Integration
|
||||
---
|
BIN
content/community/community-bg.png
Normal file
BIN
content/community/community-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 217 KiB |
34
content/community/index.md
Normal file
34
content/community/index.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
title:
|
||||
description:
|
||||
template: community.html
|
||||
weight: 10
|
||||
extra:
|
||||
menu_title: Community
|
||||
menu_title_pre: Home
|
||||
community_hero_description: Organic Maps is created and maintained by people like you
|
||||
hero_image: /community/community-bg.png
|
||||
preview_image: donate/donate.png
|
||||
community_card_title_1: Join the
|
||||
community_card_title_sub_1: Discussion
|
||||
community_card_description_1: Report, bugs, discuss idea, and propose features
|
||||
community_card_title_2: Contribute
|
||||
community_card_description_2: Help fix bugs, do code reviews, and develop new features.
|
||||
community_card_title_sub_2: Code
|
||||
community_card_title_3: Add
|
||||
community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap
|
||||
community_card_title_sub_3: Place Info
|
||||
community_card_title_4: Provide
|
||||
community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix
|
||||
community_card_title_sub_4: Support
|
||||
community_card_title_5: Translate
|
||||
community_card_description_5: Add and update translations in the app's interface, app stores and this website.
|
||||
community_card_title_6: Design & Product Management
|
||||
community_card_description_6: Shape the direction of the product and the user experience
|
||||
community_card_title_7: Volunteer
|
||||
community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support
|
||||
stay_connected_section_title: Stay Connected
|
||||
donate:
|
||||
title: Donate
|
||||
description: The app runs on your donations, help improve it
|
||||
---
|
|
@ -1,50 +0,0 @@
|
|||
---
|
||||
title: Android Engineer (Java & NDK)
|
||||
description: Join Organic Maps as a Android Engineer (Java & NDK) to help build a privacy-focused, open-source navigation app with offline functionality and community-driven development.
|
||||
template: page.html
|
||||
---
|
||||
|
||||
**Location**: Remote, open to nearly all locations. \
|
||||
**Engagement**: Full-time. Part-time work or combining with other commitments is feasible.
|
||||
|
||||
### **About Organic Maps**
|
||||
|
||||
**Organic Maps** is clutter-free offline maps and navigation app for travelers, hikers, bikers, and outdoor explorers. Maps, search, and navigation work fully offline - no signal required. No ads, no trackers, no data collection - just your privacy, respected. Built by open-source enthusiasts. Powered by OpenStreetMap. Supported by the global community.
|
||||
|
||||
Organic Maps [by the end of 2024](@/news/2024-12-20/411/index.md):
|
||||
|
||||
- ~3M users from all countries of the world
|
||||
- ~15k ratings and reviews on AppStore and Google Play
|
||||
- 4.8/4.6 average rating on AppStore/Google Play
|
||||
- 10k+ stars on GitHub
|
||||
- 10k (almost) issues + PRs on GitHub
|
||||
- 1k (almost) forks on GitHub
|
||||
- 7k+ git commits made by 100+ contributors
|
||||
- $0 spend on marketing - pure Organic growth
|
||||
|
||||
### Vision
|
||||
|
||||
Our vision is to provide free and open navigation with built-in privacy, developed
|
||||
by the community. Organic Maps aims to build a navigation app that serves the public
|
||||
good, prioritizing the needs of users over the interests of big tech, VCs, or banks.
|
||||
|
||||
### Opportunity
|
||||
|
||||
Contribute to building a world-class navigation app that sets a new standard
|
||||
for privacy and offline functionality, all while remaining independent of corporate
|
||||
interests. You will play a crucial role in shaping the future of navigation for
|
||||
travelers around the world.
|
||||
|
||||
### What You Will Do
|
||||
|
||||
- Develop and implement Android app features through production.
|
||||
- Design technical solutions which operate effectively at scale.
|
||||
- Write Android code (Java) with integration of C++ libraries via NDK.
|
||||
- Collaborate with product, design, engineering and support to create an intuitive and user-friendly experience.
|
||||
- Stay aligned with the latest Android guidelines to maintain app compliance.
|
||||
- Continuously enhance the app’s stability and performance.
|
||||
- Partner with a global open-source community to drive development.
|
||||
|
||||
### Get in Touch
|
||||
|
||||
If you are passionate about improving the user experience and supporting our community-driven project, we’d love to hear from you. Contact us at [join@organicmaps.app](mailto:join@organicmaps.app), and let’s discuss how you can make an impact!
|
|
@ -1,36 +0,0 @@
|
|||
---
|
||||
title: Community Engagement Specialist
|
||||
description: Join Organic Maps as a Community Engagement Specialist to provide expert technical support, troubleshoot issues, and enhance the user experience of our privacy-focused navigation app for drivers, hikers, and cyclists worldwide.
|
||||
template: page.html
|
||||
---
|
||||
|
||||
**Location**: Remote, open to nearly all locations. \
|
||||
**Engagement**: Part-time.
|
||||
|
||||
### About Organic Maps
|
||||
|
||||
Organic Maps is a privacy-focused and community-developed navigation app for drivers, hikers, and cyclists. The app features navigation with privacy \- no location tracking, no data collection, and no ads. Search, routing and navigation operates without a cell phone signal, ideal for distant hiking trails or locations with poor connections. Organic Maps uses the crowd-sourced map data from OpenStreetMap, which has contributors all over the globe. The Organic Maps prioritizes community development and collaboration.
|
||||
|
||||
### Vision
|
||||
|
||||
Create a world where traveling with maps has privacy-focus by default and the top choice on the planet. Unlock the freedom to navigate with privacy-focused maps, powered by the community.
|
||||
|
||||
### Opportunity
|
||||
|
||||
As a Community Engagement Specialist you will be working directly with people in the community who use Organic Maps, to provide technical support and assistance with the application and website. The community ranges from tech savvy engineers, to novice technology users. Support involves maintaining high satisfaction, resolving technical challenges, and enhancing the support experience, to ensure people have a better overall navigation experience.
|
||||
|
||||
What you will do:
|
||||
|
||||
- Provide support to people worldwide via email, App Store, Google Play, and Telegram.
|
||||
- Investigate, troubleshoot and diagnose technical issues for iOS and Android.
|
||||
- Maintain a strong understanding of the product and the current issues on Github.
|
||||
- Communicate about resolutions of issues and provide guidance.
|
||||
- Evaluate, replicate and document bugs.
|
||||
- Collect statistics of recurring requests or bugs into GitHub Issues, and highlight feedback and insights to contributors in the community.
|
||||
- Collaborate with contributors in product, design, engineering and others within the Organic Maps community to address issues.
|
||||
- Author knowledge base articles for product features and FAQ's.
|
||||
- Continuously improve the support process including scaling, issue handling, reporting, and analysis, to improve people’s support experience.
|
||||
|
||||
### Get in Touch
|
||||
|
||||
If you are passionate about improving the user experience and supporting our community-driven project, we’d love to hear from you. Contact us at [join@organicmaps.app](mailto:join@organicmaps.app), and let’s discuss how you can make an impact!
|
|
@ -1,44 +0,0 @@
|
|||
---
|
||||
description: "Ffyrdd gwahanol o gynorthwyo’r datblygiad o'n hap am ddim"
|
||||
extra:
|
||||
menu_title: "Cefnogi Ni"
|
||||
preview_image: contribute/contribute.jpg
|
||||
title: "Cefnogwch ddatblygiad Organic Maps"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
Mae Organic Maps yn ap ffynhonnell agored am ddim. Does dim hysbysebion, nid
|
||||
yw'n casglu eich gwybodaeth bersonol, ac mae'n cael ei datblygu gan ychydig
|
||||
o bobl frwdfrydig gyda chefnogaeth y gymuned.
|
||||
|
||||
Mae yna nifer o ffyrdd gwahanol o gefnogi'r datblygiad:
|
||||
|
||||
- [Cyfrannwch](@/donate/index.md)! Mae pob doler neu ewro yn cyfri ac yn ein
|
||||
helpu i dalu am weinyddion a graddio.
|
||||
- Adroddwch broblemau a rhannwch syniadau ar ein [GitHub][github] neu trwy
|
||||
[e-bost][email].
|
||||
- Helpwch ni i [drwsio problemau][contributing] a gwnewch adolygiadau cod os
|
||||
ydych chi'n ddatblygwr. Mae pob problem fach sy'n cael ei drwsio yn gwneud
|
||||
i rywun yn fwy hapus.
|
||||
- [Cyfieithwch][translations] linynnau sydd ar goll yn rhyngwyneb yr ap.
|
||||
- Cyfieithwch ddisgrifiadau'r ap ar [App Store][translations_appstore] ac
|
||||
[Android][translations_googleplay] i'ch iaith chi.
|
||||
- [Cyfieithwch][translations_website] ein gwefan i'ch iaith chi.
|
||||
- Ymunwch â'r gymuned [OpenStreetMap][openstreetmap] a chyfrannwch at
|
||||
ddata'r map.
|
||||
- Trwsiwch ddinasoedd coch sydd wedi'i ffeindio gan ein [dilyswr
|
||||
trafnidiaeth gyhoeddus][public_transport_validator], er mwyn i drenau
|
||||
tanddaearol a rheilffyrdd ysgafn weithio yn yr ap.
|
||||
- Cynorthwywch ddefnyddwyr arall ar [GitHub][issues],
|
||||
[Telegram][telegram_chat], [Matrix][matrix], [Twitter][twitter],
|
||||
[Facebook][facebook], [Instagram][instagram].
|
||||
- Dywedwch wrth bawb am Organic Maps. Mae cymuned ehangach yn gymuned
|
||||
gryfach.
|
||||
- Sgoriwch ni ar [Google Play][googleplay_review], [Apple
|
||||
Store][appstore_review], [Huawei Appgallery][appgallery_review].
|
||||
- Rydyn ni'n croesawi unrhyw help!
|
||||
|
||||
Mae ein tîm bach yn werthfawr iawn o'ch adborth a'ch cefnogaeth. Ni fydd
|
||||
Organic Maps yn bosib heb ein defnyddwyr ❤️.
|
||||
|
||||
{{ references() }}
|
|
@ -1,44 +0,0 @@
|
|||
---
|
||||
description: "Diferentes formas de apoiar o desenvolvemento da nosa aplicación gratuíta"
|
||||
extra:
|
||||
menu_title: Apoianos
|
||||
preview_image: contribute/contribute.jpg
|
||||
title: "Apoiar o desenvolvemento de Organic Maps"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
Organic Maps é unha aplicación gratuíta de código aberto. Está libre de
|
||||
anuncios, non recolle a túa información persoal e é desenvolvido por algúns
|
||||
entusiastas coa axuda da comunidade.
|
||||
|
||||
Hai diferentes formas de apoiar o desenvolvemento:
|
||||
|
||||
- [Doar](@/donate/index.md)! Cada dólar ou euro conta e axúdanos a pagar os
|
||||
servidores e escalar.
|
||||
- Informa de erros e comparte ideas no noso [GitHub][github] ou a través do
|
||||
[email][email].
|
||||
- Axúdanos a [fix bugs][contributing] e facer revisións de código se es un
|
||||
programador. Cada pequeno problema solucionado fai que alguén sexa máis
|
||||
feliz.
|
||||
- [Translate][translations] faltan cadeas na interface da aplicación.
|
||||
- Traduce as descricións de [App Store][translations_appstore] e
|
||||
[Android][translations_googleplay] ao teu idioma.
|
||||
- [Translate][translations_website] o noso sitio web ao teu idioma.
|
||||
- Únete á comunidade [OpenStreetMap][openstreetmap] e contribúe cos datos
|
||||
dos mapas.
|
||||
- Corrixe as cidades vermellas atopadas polo noso [public transport
|
||||
validator][public_transport_validator], para que o metro e os trens
|
||||
lixeiros funcionen na aplicación.
|
||||
- Soporte a outros usuarios en [GitHub][issues], [Telegram][telegram_chat],
|
||||
[Matrix][matrix], [Twitter][twitter], [Facebook][facebook],
|
||||
[Instagram][instagram].
|
||||
- Fala a todos sobre os Organic Maps. Unha comunidade máis grande é unha
|
||||
comunidade máis forte.
|
||||
- Califícanos en [Google Play][googleplay_review], [Apple
|
||||
Store][appstore_review], [Huawei Appgallery][appgallery_review].
|
||||
- Calquera axuda é benvida!
|
||||
|
||||
O noso pequeno equipo está moi agradecido polos teus comentarios e apoio. Os
|
||||
mapas orgánicos non serían posibles sen os nosos usuarios ❤️.
|
||||
|
||||
{{references()}}
|
|
@ -1,43 +0,0 @@
|
|||
---
|
||||
description: "Diferentes formas de apoiar o desenvolvimento da nossa aplicação gratuita"
|
||||
extra:
|
||||
menu_title: Contribuir
|
||||
preview_image: contribute/contribute.jpg
|
||||
title: "Apoie o desenvolvimento do Organic Maps"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
O Organic Maps é uma aplicação gratuita e de código aberto. Não tem
|
||||
anúncios, não recolhe as suas informações pessoais e é desenvolvida por
|
||||
alguns entusiastas com a ajuda da comunidade.
|
||||
|
||||
Existem diferentes formas de apoiar o desenvolvimento:
|
||||
|
||||
- [Doar](@/donate/index.md)! Cada dólar ou euro conta e ajuda-nos a pagar os
|
||||
servidores e o desenvolvimento.
|
||||
- Reporte erros e partilhe ideias no [GitHub][github] ou por [email][email].
|
||||
- Ajude-nos a [corrigir erros][contributing] e fazer revisões do código se
|
||||
for um programador. Cada pequeno problema resolvido deixa alguém mais
|
||||
feliz.
|
||||
- [Traduzir][translations] os textos que faltam na interface da aplicação.
|
||||
- Traduza as descrições da [App Store][translations_appstore] e
|
||||
[Android][translations_googleplay] para o seu idioma.
|
||||
- [Traduza][translations_website] o nosso site para o seu idioma.
|
||||
- Junte-se à comunidade [OpenStreetMap][openstreetmap] e contribua com os
|
||||
dados do mapa.
|
||||
- Corrija as cidades vermelhas encontradas pelo nosso [verificador de
|
||||
transportes públicos][public_transport_validator], para que os
|
||||
metropolitanos e os metros ligeiros funcionem na aplicação.
|
||||
- Apoie outros utilizadores no [GitHub][issues], [Telegram][telegram_chat],
|
||||
[Matrix][matrix], [Twitter][twitter], [Facebook][facebook] e
|
||||
[Instagram][instagram].
|
||||
- Fale a toda a gente sobre o Organic Maps. Uma comunidade maior é uma
|
||||
comunidade mais forte.
|
||||
- Avalie-nos no [Google Play][googleplay_review], [Apple
|
||||
Store][appstore_review], [Huawei Appgallery][appgallery_review].
|
||||
- Qualquer ajuda é bem-vinda!
|
||||
|
||||
A nossa pequena equipa está muito grata pelas suas opiniões e apoio. O
|
||||
Organic Maps não seria possível sem os nossos utilizadores ❤️.
|
||||
|
||||
{{ references() }}
|
|
@ -1,36 +0,0 @@
|
|||
---
|
||||
title: Social Media Specialist
|
||||
description: Join Organic Maps as a Social Media Specialist to drive brand awareness, engagement, and conversions through social media, while enhancing the user experience of our privacy-focused navigation app.
|
||||
template: page.html
|
||||
---
|
||||
|
||||
**Location**: Remote, open to nearly all locations. \
|
||||
**Engagement**: Part-time, campaign-focused.
|
||||
|
||||
### About
|
||||
|
||||
Organic Maps is a privacy-focused and community-developed navigation app for drivers, hikers, and cyclists. The app features navigation with privacy \- no location tracking, no data collection, and no ads. Search, routing and navigation operates without a cell phone signal, ideal for distant hiking trails or locations with poor connections. Organic Maps uses the crowd-sourced map data from OpenStreetMap, which has contributors all over the globe. The Organic Maps prioritizes community development and collaboration.
|
||||
|
||||
### Vision
|
||||
|
||||
Create a world where traveling with maps has privacy-focus by default and the top choice on the planet. Unlock the freedom to navigate with privacy-focused maps, powered by the community.
|
||||
|
||||
### Opportunity
|
||||
|
||||
As the Social Media Champion you will be responsible for developing and implementing strategies on various social media platforms. The primary goals of this role are to drive brand awareness, engagement, and conversions through social media posting. This role involves managing special media campaigns, analyzing performance data, and making data-driven recommendations to achieve marketing objectives. You’ll help shape our social channels and bring the brand to life online in a fun, creative and educational way.
|
||||
|
||||
What you will do
|
||||
|
||||
- Develop a highly engaging social media strategy including designing, building, and maintaining social media presence on Instagram, Facebook, X (Twitter), TikTok, LinkedIn, Reddit, Telegram. Manage internet presence including the Organic Maps website and app stores (Google Play, Apple App Store, F-Droid, and Huawei AppGallery).
|
||||
- Create graphics, digital assets, video and text content, including managing user generated content to share on social media.
|
||||
- Manage the monthly content calendar, including managing all content scheduling and publishing across all social media channels.
|
||||
- Measure and report performance of all digital marketing campaigns and assess against goals (ROI and KPIs), and continually refine and improve content based on feedback and analytics.
|
||||
- Identify trends and insights, and optimize spend and performance based on these insights.
|
||||
- Benchmark competitors to understand how social marketing is evolving and provide actionable insights and recommendations.
|
||||
- Evaluate end-to-end customer experience across multiple channels and customer touch points.
|
||||
- Identify the latest trends and tools in social marketing to increase brand visibility. Create timely, and relevant content topics based on keyword research.
|
||||
- Manage the reporting for all social media channels
|
||||
|
||||
### Get in Touch
|
||||
|
||||
If you are passionate about improving the user experience and supporting our community-driven project, we’d love to hear from you. Contact us at [join@organicmaps.app](mailto:join@organicmaps.app), and let’s discuss how you can make an impact!
|
|
@ -1,38 +0,0 @@
|
|||
---
|
||||
title: UI/UX Designer (Mobile)
|
||||
description: Join Organic Maps as a UI/UX Designer to craft intuitive, visually appealing mobile experiences, design user interfaces for iOS and Android, and enhance the privacy-focused navigation app for drivers, hikers, and cyclists worldwide.
|
||||
template: page.html
|
||||
---
|
||||
|
||||
**Location**: Remote, open to nearly all locations. \
|
||||
**Engagement**: Part-time, project-driven.
|
||||
|
||||
### About
|
||||
|
||||
Organic Maps is a privacy-focused and community-developed navigation app for drivers, hikers, and cyclists. The app features navigation with privacy \- no location tracking, no data collection, and no ads. Search, routing and navigation operates without a cell phone signal, ideal for distant hiking trails or locations with poor connections. Organic Maps uses the crowd-sourced map data from OpenStreetMap, which has contributors all over the globe. The Organic Maps prioritizes community development and collaboration.
|
||||
|
||||
### Vision
|
||||
|
||||
Create a world where traveling with maps has privacy-focus by default and the top choice on the planet. Unlock the freedom to navigate with privacy-focused maps, powered by the community.
|
||||
|
||||
### Opportunity
|
||||
|
||||
As the UI/UX Designer for Organic Maps, you will play a key role in crafting engaging, attractive mobile experiences that align with our vision and meet the needs of our global community. Your primary focus will be designing and prototyping visually appealing and intuitive user interfaces for iOS and Android platforms. This role involves creating wireframes, user flows, mockups, and interactive prototypes while collaborating with cross-functional teams to bring ideas to life. You'll develop and maintain design systems, stay ahead of industry trends, and optimize app designs based on feedback from the team and the community. By balancing aesthetics with functionality, you'll contribute to shaping the overall design strategy and delivering a delightful product. This is a unique opportunity to make a lasting impact by designing experiences that make travel and navigation better for everyone.
|
||||
|
||||
### What you will do
|
||||
|
||||
- **Design and prototype intuitive and visually appealing user interfaces** for mobile, which align with Organic Maps vision and people’s needs.
|
||||
- **Create wireframes, user flows, mockups, and interactive prototypes** to communicate design ideas effectively to stakeholders.
|
||||
- **Develop and maintain design systems and style guides** to ensure consistency across all mobile platforms and features.
|
||||
- **Design for both iOS and Android platforms,** adhering to platform-specific guidelines like Material Design and Apple’s Human Interface Guidelines.
|
||||
- **Present design concepts and prototypes** to stakeholders and incorporate feedback into the final design.
|
||||
- **Collaborate with cross-functional teams,** including product managers, developers, and the community, to translate goals into compelling experiences.
|
||||
- **Stay updated on industry trends, tools, and best practices** in mobile UI/UX design to bring innovative ideas to the table.
|
||||
- **Optimize mobile app designs** through iterative improvements based on feedback.
|
||||
- **Balance aesthetics with functionality** to ensure the mobile app is both visually appealing and highly functional.
|
||||
- **Design accessible experiences** that comply with accessibility standards, ensuring inclusivity for all people’s usage.
|
||||
- **Contribute to the overall design strategy** and vision, supporting the product’s long-term goals and people’s satisfaction.
|
||||
|
||||
### Get in Touch
|
||||
|
||||
If you are passionate about improving the user experience and supporting our community-driven project, we’d love to hear from you. Contact us at [join@organicmaps.app](mailto:join@organicmaps.app), and let’s discuss how you can make an impact!
|
BIN
content/crowdfunding/crowdfunding-bg.png
Normal file
BIN
content/crowdfunding/crowdfunding-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
46
content/crowdfunding/index.md
Normal file
46
content/crowdfunding/index.md
Normal file
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
description:
|
||||
template: crowdfunding.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: Crowdfunding
|
||||
hero_description: Donate and create better maps for everyone today!
|
||||
why_section_title_1: Donate Now!
|
||||
why_section_title_2: Why Organic Maps?
|
||||
hero_image: /crowdfunding/crowdfunding-bg.png
|
||||
menu_title_pre: Home
|
||||
why_section_description_1: Do you value privacy and prefer to use services that respect your data? We've got the perfect solution for you! Introducing Organic Maps, the innovative map navigation app designed to make your journeys effortless, privacy-focused, and environmentally friendly.
|
||||
why_section_description_2: Organic Maps isn't your typical navigation app. We've worked tirelessly to create a unique platform that prioritizes user privacy, sustainability, and functionality. Here's why Organic Maps is the ultimate choice for mindful travelers
|
||||
benefits_section_card_title_1: Privacy-Centric
|
||||
benefits_section_card_title_2: Open-Source and Community-Driven
|
||||
benefits_section_card_title_3: No Ads, No Tracking
|
||||
benefits_section_card_title_4: Offline Maps and Exploration
|
||||
benefits_section_card_title_5: Eco-Friendly Navigation
|
||||
benefits_section_card_title_6: Geared for Exploration
|
||||
benefits_section_card_title_7: Customizable and Reliable
|
||||
benefits_section_card_description_1: At Organic Maps, we believe your data is your own. Unlike other map apps that collect and monetize your location data, we are committed to keeping your information private. You can navigate with peace of mind, knowing your movements remain confidential.
|
||||
benefits_section_card_description_2: Organic Maps is built on open-source technology, which means a global community of contributors ensures continuous updates and improvements. You can actively participate in shaping the app's future or simply benefit from the collective knowledge of passionate developers.
|
||||
benefits_section_card_description_3: Tired of invasive ads and trackers? We share your sentiments. Organic Maps is completely ad-free and does not track your location or behavior.
|
||||
benefits_section_card_description_4: Whether you're traveling to a remote area or facing connectivity issues, Organic Maps has your back. Download maps of your favorite destinations, and enjoy seamless navigation offline without worrying about internet access.
|
||||
benefits_section_card_description_5: We care about the planet. Organic Maps minimizes its carbon footprint by using crowd-sourced data and avoiding the energy-intensive server infrastructure employed by other
|
||||
benefits_section_card_description_6: Unleash your adventurous spirit! Organic Maps highlights hiking trails, cycle paths, and points of interest off the beaten path, encouraging you to explore nature's wonders and lesser-known locations.
|
||||
benefits_section_card_description_7: Personalize your navigation experience. Organic Maps allows you to choose between various map styles, so you can tailor the app's appearance to your preference. Additionally, our reliable routing algorithm ensures you reach your destination efficiently.
|
||||
support_section_title: Your Support Matters
|
||||
support_section_description: We've come a long way in developing Organic Maps, but to continue providing a privacy-first and sustainable navigation experience, we need your support. By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet.
|
||||
support_section_description_2: By backing our crowdfunding campaign, you'll be contributing to the growth of an app that prioritizes user values and the planet.
|
||||
rewards_section_title: Rewards
|
||||
rewards_section_description: As a token of our gratitude for your support we've prepared some exciting rewards for our backers
|
||||
rewards_section_card_title_1: Privacy Advocate
|
||||
rewards_section_card_title_2: Ambassador
|
||||
rewards_section_card_title_3: Community Leader
|
||||
rewards_section_card_title_4: Trailblazer
|
||||
rewards_section_card_description_1: Show your commitment to user privacy with an exclusive Organic Maps privacy advocate badge. Proudly display this badge on your profile, showcasing your dedication to protecting personal data and supporting privacy-focused navigation.
|
||||
rewards_section_card_description_2: Be recognized as a sustainability champion! Your name will be prominently featured in the credits section of the Organic Maps app, acknowledging your role in promoting eco-friendly navigation and supporting a greener future.
|
||||
rewards_section_card_description_3: With this reward, you'll get a special shout-out on Organic Maps' official social media platforms. Share your excitement for the app and spread the word about mindful navigation to a wider audience.
|
||||
rewards_section_card_description_4: Celebrate your passion for exploration with a personalized infographic. We'll create a stunning visual representation of your travel stats and adventures, beautifully designed and tailored exclusively for you.
|
||||
join_us_section_title: Join Us on this Journey
|
||||
join_us_section_description_1: We're thrilled to have you on board as we embark on this exciting adventure to revolutionize navigation while respecting user privacy and the environment. Your support will make Organic Maps a reality for mindful travelers worldwide.
|
||||
join_us_section_description_2: Help us make Organic Maps a global success! Back our campaign, spread the word, and let's navigate the world together, sustainably and responsibly.
|
||||
join_us_section_description_3: Thank you for being a part of our Organic Maps family!
|
||||
|
||||
---
|
80
content/donate/index.af.md
Normal file
80
content/donate/index.af.md
Normal file
|
@ -0,0 +1,80 @@
|
|||
---
|
||||
description: "U geld betaal vir alle projekverwante uitgawes en motiveer ons om Organic Maps te verbeter."
|
||||
extra:
|
||||
menu_title: Skenk
|
||||
preview_image: donate/donate.png
|
||||
title: "Skenk om Organic Maps se ontwikkelinge te steun"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Organic Maps is _gratis vir almal_ danksy u **[skenkings][stripe]**:
|
||||
|
||||
- Geen advertensies
|
||||
- Geen naspoorders
|
||||
- Geen registrasie
|
||||
- Geen stootkennisgewings
|
||||
- Oopbron
|
||||
|
||||
Klik op u voorkeurbetaalmetode-ikoon hier onder:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
## Waarom skenk aan Organic Maps?
|
||||
|
||||
1. Ons maak op u skenkings staat om ons missie te volbring om Organic Maps
|
||||
oop en gratis te hou. En vry van advertensies.
|
||||
2. Ons is ’n paar entoesiaste wat in ons vrye tyd ’n bydrae lewer, en ons
|
||||
gesinne se geld aan die projek bestee. Ons is lief vir wat ons doen, en
|
||||
ons is lief vir al ons gebruikers ❤️.
|
||||
3. Met u steun wil ons ’n beter, privaatheidgefokusde weergawe van Google
|
||||
Maps word.
|
||||
|
||||
## Waarvoor word die geld gebruik?
|
||||
|
||||
1. Ons betaal vir vinnige bedieners, sodat elkeen in die wêreld sonder
|
||||
vertraging gratis kaartbywerkings kan aflaai. Dit is honderde teragrepe
|
||||
per maand, en die hoeveelheid neem toe.
|
||||
2. Gebruikersondersteuning, foute herstel, en verbetering van die
|
||||
toepstabiliteit is ons hoofprioriteite. Daar is [1800+ probleme op
|
||||
GitHub][github issues], en die aantal neem daagliks toe. Die AppStore,
|
||||
Google Play, en ondersteuningse-posadresse word oorstroom met kommentaar
|
||||
en foute. Ons wil ’n produk van hoë kwaliteit lewer.
|
||||
3. Met genoeg geld kan nuwe funksies vinniger ontwikkel word, soos:
|
||||
- Weeklikse en geoutomatiseerde kaartdatabywerkings
|
||||
- Boekmerkrugsteun en -sinchronisering
|
||||
- Android Auto
|
||||
- GPS-padopnemer met GPX ondersteuning
|
||||
- Beter kaartenstyle vir verskillende aktiwiteite
|
||||
- Reliëfskaduwees en 3D-terreine
|
||||
- Verbetering van die OpenStreetMap-wysiger
|
||||
- Beter vanlyn adressoekfunksie, roetes, en navigasie
|
||||
- Openbare vervoer
|
||||
- … en [vele ander][github issues] funksies wat u wil hê en waarvan u hou
|
||||
|
||||
## Hoe om te skenk?
|
||||
|
||||
Klik op u voorkeurbetaalmetode-ikoon hier onder:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Herhalende skenkings is die beste manier om ’n relatief stabiele inkomste
|
||||
vir die projek te verseker en motiveer ons vir langtermyn take en
|
||||
doele. Maar u kan ook eenmalig skenk.
|
||||
|
||||
### Bankoorplasing
|
||||
|
||||
{{ bank_transfer() }}
|
||||
|
||||
### Kripto
|
||||
|
||||
Oorweeg dit asseblief om jaarliks te skenk om die totale koste te verminder.
|
||||
|
||||
{{ crypto_table() }}
|
||||
|
||||
## Kan u ons op ’n ander manier help?
|
||||
|
||||
Ja! Daar is baie maniere om Organic Maps te ondersteun. Kyk asseblief by
|
||||
[Steun ons](@/support-us/index.nl.md) vir meer details.
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ "Skenk d.m.v. Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub-probleme"
|
76
content/donate/index.ar.md
Normal file
76
content/donate/index.ar.md
Normal file
|
@ -0,0 +1,76 @@
|
|||
---
|
||||
description: "أموالك تدفع مقابل جميع النفقات المتعلقة بالمشروع وتحفزنا على التحسين Organic Maps."
|
||||
extra:
|
||||
menu_title: تبرع
|
||||
preview_image: donate/donate.png
|
||||
title: "تبرع لدعم تطوير Organic Maps"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
هو _مجاني للجميع_ بفضل **[تبرعاتك][stripe]**:
|
||||
|
||||
- بدون إعلانات
|
||||
- لا أجهزة تعقب
|
||||
- لا تسجيل
|
||||
- لا إشعارات مزعجة
|
||||
- مفتوح المصدر
|
||||
|
||||
انقر على أيقونة طريقة الدفع المفضلة أدناه:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
## لماذا التبرع لOrganic Maps؟
|
||||
|
||||
1. نحن نعتمد على تبرعاتك لتنفيذ مهمتنا لبقاء Organic Maps مفتوحًا
|
||||
ومجانيًا. وخالي من الإعلانات.
|
||||
2. نحن عدد قليل من المتحمسين نساهم في وقت فراغنا وننفق أموال عائلاتنا على
|
||||
المشروع. نحن نحب ما نفعله، ونحب مستخدمينا ❤️.
|
||||
3. بدعمك، نريد أن نصبح إصدارًا أفضل يركز على الخصوصية من خرائط Google.
|
||||
|
||||
## ماذا سيستخدم المال؟
|
||||
|
||||
1. نحن ندفع مقابل الخوادم السريعة، حتى يتمكن أي شخص في العالم من تنزيل
|
||||
تحديثات بيانات الخريطة المجانية دون تأخير. إنها مئات التيرابايت شهريًا،
|
||||
والمبلغ آخذ في الازدياد.
|
||||
2. يأتي دعم المستخدم، والتثبيت، وتحسين استقرار التطبيق على رأس
|
||||
أولوياتنا. هناك [1800 + مشكلة على GitHub][github issues]، وهذا الرقم
|
||||
يتزايد كل يوم. تمتلئ AppStore و Google Play ورسائل البريد الإلكتروني
|
||||
الداعمة بالتعليقات والأخطاء. نريد تقديم منتج عالي الجودة.
|
||||
3. مع ما يكفي من المال، يمكن تطوير ميزات جديدة بشكل أسرع، على سبيل المثال:
|
||||
- تحديثات بيانات الخرائط الأسبوعية والآلية
|
||||
- نسخ احتياطي من العلامات المرجعية ومزامنتها
|
||||
- أندرويد أوتو
|
||||
- مسجل مسار GPX مع دعم GPX
|
||||
- أنماط خريطة أفضل للأنشطة المختلفة
|
||||
- تظليل التلال والتضاريس ثلاثية الأبعاد
|
||||
- تحسين محرر OpenStreetMap
|
||||
- بحث أفضل عن العنوان غير المتصل بالإنترنت والتوجيه والتنقل
|
||||
- Public Transport
|
||||
- … و [العديد من][github issues] الميزات التي تريدها وتحبها
|
||||
|
||||
## كيف تتبرع؟
|
||||
|
||||
انقر على أيقونة طريقة الدفع المفضلة أدناه:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
التبرعات المتكررة هي أفضل طريقة لضمان دخل مستقر نسبيًا للمشروع وتحفيزنا على
|
||||
المهام والأهداف طويلة الأجل. لكن يمكنك أيضًا التبرع مرة واحدة.
|
||||
|
||||
### تحويل بنكي
|
||||
|
||||
{{ bank_transfer() }}
|
||||
|
||||
### العملة المشفرة
|
||||
|
||||
يرجى التفكير في التبرع سنويًا لخفض إجمالي الرسوم.
|
||||
|
||||
{{ crypto_table() }}
|
||||
|
||||
## هل يمكنك مساعدتنا بأي طريقة أخرى؟
|
||||
|
||||
نعم! هناك العديد من الطرق لدعم Organic Maps. يرجى الاطلاع على صفحة
|
||||
[دعمنا](@/support-us/index.md) لمزيد من التفاصيل.
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ "تبرع عبر Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub مشاكل"
|
|
@ -22,36 +22,35 @@ Feu clic a la icona de pagament preferit:
|
|||
|
||||
## Per què fer donatius a l’Organic Maps?
|
||||
|
||||
1. Our goal is to provide a privacy-focused, fast and easy-to-use
|
||||
alternative to Google Maps and Apple Maps.
|
||||
2. Improving public map data for the numerous websites, apps and platforms
|
||||
which use OpenStreetMap, and involving more people in contributing map
|
||||
info is our another goal.
|
||||
3. Depenem dels vostres donatius per a continuar amb la nostra missió de
|
||||
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.
|
||||
4. We love what we do, and we love our users ❤️.
|
||||
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.
|
||||
|
||||
## Per què un projecte gratuït necessita diners?
|
||||
## Per a què es faran servir els diners?
|
||||
|
||||
1. In 2023, Organic Maps got its first million users. Our servers provide
|
||||
free, fast and frequent map updates all over the world.
|
||||
2. L'assistència als usuaris, correcció d'errors i millora d'estabilitat de
|
||||
l'aplicació són les nostres prioritats principals. Hi ha més de [2000
|
||||
informes al GitHub][github issues] i, aquest número creix cada
|
||||
dia. L'AppStore, el PlayStore i els correus d'atenció estan inundats amb
|
||||
comentaris i informes. Volem lliurar un producte de qualitat.
|
||||
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.
|
||||
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:
|
||||
- Backup and sync bookmarks and tracks
|
||||
- Actualitzacions setmanals i automatitzades dels mapes
|
||||
- Còpia de seguretat i sincronització dels llocs d’interès
|
||||
- Android Auto
|
||||
- Gravadora GPS amb compatibilitat per a GPX
|
||||
- Imatges satel·litals
|
||||
- Transport públic
|
||||
- Traffic and accident reporting
|
||||
- Photos and Reviews
|
||||
- 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ó
|
||||
- Transport públic
|
||||
- ... i [moltes altres][github issues] funcionalitats que vulgueu
|
||||
|
||||
## Com donar?
|
||||
|
@ -77,6 +76,7 @@ Si us plau, considereu fer donacions anuals per a reduir les quotes totals.
|
|||
## Voleu ajudar-nos de cap altra forma?
|
||||
|
||||
Perfecte! Hi ha diverses maneres d'ajudar a l'Organic Maps. Consulteu la
|
||||
pàgina [Suport](@/contribute/index.ca.md) per a més informació.
|
||||
pàgina [Suport](@/support-us/index.ca.md) per a més informació.
|
||||
|
||||
{{ references() }}
|
||||
[stripe]: https://donate.organicmaps.app/ «Donació amb Stripe»
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues «Informes al GitHub»
|
||||
|
|
|
@ -13,7 +13,7 @@ Aplikace Organic Maps je pro všechny _zdarma_ díky vašim
|
|||
- Bez reklam
|
||||
- Žádné sledovací zařízení
|
||||
- Žádná registrace
|
||||
- Žádná vyskakovací oznámení
|
||||
- Žádná oznámení push
|
||||
- Open source
|
||||
|
||||
Klikněte na ikonu preferovaného způsobu platby níže:
|
||||
|
@ -22,35 +22,34 @@ Klikněte na ikonu preferovaného způsobu platby níže:
|
|||
|
||||
## Proč darovat Organic Maps?
|
||||
|
||||
1. Naším cílem je poskytovat rychlou alternativu k Mapám Google a Apple
|
||||
Maps, která se jednoduše používá a bere ohled na vaše soukromí.
|
||||
2. Naším druhým cílem je vylepšování mapových dat pro velké množství webů,
|
||||
aplikací a platform, které používají službu OpenStreetMap, a zapojit více
|
||||
lidí do přispívání informací do map.
|
||||
3. Při plnění našeho poslání udržovat Organic Maps otevřené a svobodné
|
||||
1. Při plnění našeho poslání udržovat Organic Maps otevřené a svobodné
|
||||
spoléháme na vaše dary. A bez reklam.
|
||||
4. Máme rádi to, co děláme, a máme rádi naše uživatele ❤️.
|
||||
2. Jsme několik nadšenců, kteří na projekt přispívají ve svém volném čase a
|
||||
utrácejí peníze svých rodin. Milujeme to, co děláme, a milujeme naše
|
||||
uživatele ❤️.
|
||||
3. S vaší podporou se chceme stát lepší verzí Google Maps zaměřenou na
|
||||
ochranu soukromí.
|
||||
|
||||
## Proč potřebuje bezplatný projekt peníze?
|
||||
## Na co budou peníze použity?
|
||||
|
||||
1. V roce 2023 získaly Organic Maps první milion uživatelů. Naše servery
|
||||
poskytují bezplatné, rychlé a časté aktualizace map po celém světě.
|
||||
1. Platíme za rychlé servery, takže kdokoli na světě může stahovat bezplatné
|
||||
aktualizace mapových dat bez zpoždění. Jsou to stovky terabajtů měsíčně
|
||||
a jejich množství stále roste.
|
||||
2. Podpora uživatelů, oprava chyb a zlepšování stability aplikace jsou
|
||||
našimi hlavními prioritami. Na GitHubu je [2000+ issues] [github issues]
|
||||
našimi hlavními prioritami. Na GitHubu je [1800+ issues] [github issues]
|
||||
a toto číslo každým dnem roste. AppStore, Google Play a e-maily podpory
|
||||
jsou zaplaveny komentáři a chybami. Chceme dodávat vysoce kvalitní
|
||||
produkt.
|
||||
3. S dostatkem peněz lze například rychleji vyvíjet nové funkce:
|
||||
- Zálohování a synchronizace záložek a tras
|
||||
- Týdenní a automatické aktualizace mapových dat
|
||||
- Zálohování a synchronizace záložek
|
||||
- Android Auto
|
||||
- Záznamník stop GPS s podporou GPX
|
||||
- Satelitní mapy
|
||||
- Veřejná doprava
|
||||
- Hlášení o dopravě a nehodách
|
||||
- Fotky a recenze
|
||||
- Lepší styly map pro různé činnosti
|
||||
- Stínování kopců a 3D terén
|
||||
- Vylepšení editoru OpenStreetMap
|
||||
- Lepší offline vyhledávání adres, směrování a navigace
|
||||
- Veřejná doprava
|
||||
- ... a [mnoho dalších][github issues] funkcí, které chcete a máte rádi
|
||||
|
||||
## Jak darovat?
|
||||
|
@ -76,6 +75,7 @@ Zvažte prosím možnost ročního příspěvku, abyste snížili celkové popla
|
|||
## Můžete nám pomoci i jinak?
|
||||
|
||||
Ano! Existuje mnoho způsobů, jak podpořit Organic Maps. Více informací
|
||||
naleznete na stránce [Podpořte nás](@/contribute/index.cs.md).
|
||||
naleznete na stránce [Podpořte nás](@/support-us/index.cs.md).
|
||||
|
||||
{{ references() }}
|
||||
[stripe]: https://donate.organicmaps.app/ "Dar přes Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues"
|
||||
|
|
|
@ -7,7 +7,7 @@ title: "Spende, um die Entwicklung von Organic Maps zu unterstützen"
|
|||
weight: 10
|
||||
---
|
||||
|
||||
Organic Maps ist _kostenlos für alle_ dank deiner **[donations][stripe]**:
|
||||
Organic Maps ist _kostenlos für alle_ dank deiner **[Spende][stripe]**:
|
||||
|
||||
- Keine Werbung
|
||||
- Keine Tracker
|
||||
|
@ -21,38 +21,35 @@ Klicke unten auf das Symbol einer bevorzugten Zahlungsmethode:
|
|||
|
||||
## Warum für Organic Maps spenden?
|
||||
|
||||
1. Unser Ziel ist es, eine datenschutzorientierte, schnelle und
|
||||
benutzerfreundliche Alternative zu Google Maps und Apple Maps zu bieten.
|
||||
2. Die Verbesserung öffentlicher Kartendaten für die zahlreichen Websites,
|
||||
Apps und Plattformen, die OpenStreetMap nutzen, und die Einbeziehung
|
||||
weiterer Personen in die Bereitstellung von Karteninformationen ist ein
|
||||
weiteres unserer Ziele.
|
||||
3. Wir sind auf deine Spenden angewiesen, damit wir Organic Maps offen und
|
||||
1. Wir sind auf deine Spenden angewiesen, damit wir Organic Maps offen und
|
||||
kostenlos halten können. Und frei von Werbung.
|
||||
4. Wir lieben was wir tun, und wir lieben unsere Nutzer ❤️.
|
||||
2. Wir sind ein paar Enthusiasten, die in ihrer Freizeit einen Beitrag
|
||||
leisten und das Geld unserer Familien für das Projekt ausgeben. Wir
|
||||
lieben, was wir tun, und wir lieben unsere Nutzer ❤️.
|
||||
3. Mit deiner Unterstützung wollen wir eine bessere,
|
||||
datenschutzfreundlichere Version von Google Maps werden.
|
||||
|
||||
## Warum ein kostenloses Projekt Geld braucht?
|
||||
## Wofür wird das Geld verwendet?
|
||||
|
||||
1. Im Jahr 2023 hat Organic Maps seine ersten Millionen Nutzer. Unsere
|
||||
Server bieten kostenlose, schnelle und häufige Kartenaktualisierungen auf
|
||||
der ganzen Welt.
|
||||
1. Wir zahlen für schnelle Server, damit jeder in der Welt kostenlos und
|
||||
ohne Verzögerung aktuelle Kartendaten herunterladen kann. Es handelt
|
||||
sich um Hunderte von Terabytes monatlich, und die Menge wächst.
|
||||
2. Benutzerunterstützung, Bugfixing und die Verbesserung der Stabilität der
|
||||
App stehen ganz oben auf unserer Prioritätenliste. Es gibt mehr als 2000
|
||||
App stehen ganz oben auf unserer Prioritätenliste. Es gibt mehr als 1800
|
||||
Probleme auf GitHub, und diese Zahl wächst täglich. AppStore, Google
|
||||
Play und Support-E-Mails werden mit Kommentaren und Fehlern
|
||||
überflutet. Wir wollen ein hochwertiges Produkt liefern.
|
||||
3. Mit genügend Geld können neue Funktionen schneller entwickelt werden, zum
|
||||
Beispiel:
|
||||
- Sichere und synchronisiere Lesezeichen und Strecken
|
||||
- Wöchentliche und automatische Aktualisierung der Kartendaten
|
||||
- Sicherung und Synchronisierung von Lesezeichen
|
||||
- Android Auto
|
||||
- GPS-Kursaufzeichnung mit GPX-Unterstützung
|
||||
- Satellitenbilder
|
||||
- Öffentlicher Verkehr
|
||||
- Verkehrs- und Unfallmeldung
|
||||
- Fotos und Bewertungen
|
||||
- Bessere Kartenstile für verschiedene Aktivitäten
|
||||
- Hügelschattierung und 3D-Gelände
|
||||
- Verbesserung des OpenStreetMap-Editors
|
||||
- Bessere Offline-Adressensuche, Routing und Navigation
|
||||
- Öffentlicher Verkehr
|
||||
- … und [viele andere][github issues] Funktionen, die du haben willst und
|
||||
liebst
|
||||
|
||||
|
@ -80,6 +77,7 @@ zu reduzieren.
|
|||
## Kannst du uns auf andere Weise helfen?
|
||||
|
||||
Ja! Es gibt viele Möglichkeiten, Organic Maps zu unterstützen. Weitere
|
||||
Details findest du auf der [Beitragen](@/contribute/index.de.md) Seite.
|
||||
Details findest du auf der [Beitragen](@/support-us/index.de.md) Seite.
|
||||
|
||||
{{ references() }}
|
||||
[stripe]: https://donate.organicmaps.app/ "Über Stripe spenden"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues"
|
||||
|
|
|
@ -7,10 +7,8 @@ title: "Done para apoyar al desarrollo de Organic Maps"
|
|||
weight: 10
|
||||
---
|
||||
|
||||
La aplicación Organic Maps es _gratuita para todos_ gracias a tus
|
||||
**[donaciones][stripe]** en **[EUR][stripe_eur], [USD][stripe_usd],
|
||||
[GBP][stripe_GBP], [CHF][stripe_chf], [UAH][stripe_uah],
|
||||
[PLN][stripe_pln]**:
|
||||
Organic Maps es _gratis para todo el mundo_ gracias a sus
|
||||
**[donaciones][stripe]**:
|
||||
|
||||
- Sin anuncios
|
||||
- Sin rastreadores
|
||||
|
@ -24,38 +22,36 @@ Haz clic en el icono del método de pago que prefieras:
|
|||
|
||||
## ¿Por qué donar a Organic Maps?
|
||||
|
||||
1. Nuestro objetivo es ofrecer una alternativa a Google Maps y Apple Maps
|
||||
centrada en la privacidad, rápida y fácil de usar.
|
||||
2. Otro de nuestros objetivos es mejorar los datos de los mapas públicos
|
||||
para las numerosas páginas web, aplicaciones y plataformas que utilizan
|
||||
OpenStreetMap, e implicar a más personas en la aportación de información
|
||||
para los mapas.
|
||||
3. Dependemos de sus donativos para seguir con nuestra misión de mantener
|
||||
1. Dependemos de sus donativos para seguir con nuestra misión de mantener
|
||||
Organic Maps abierta y gratis. Y libre de anuncios.
|
||||
4. Nos encanta lo que hacemos y queremos a nuestros usuarios ❤️.
|
||||
2. Somos un grupo de entusiastas contribuyendo en nuestro tiempo libre, y
|
||||
gastando el dinero de nuestras familias en el proyecto. Nos encanta lo
|
||||
que hacemos, y amamos a nuestros usuarios ❤️.
|
||||
3. Con su apoyo, queremos convertirnos en una mejor versión de Google Maps,
|
||||
una centrada en la privacidad.
|
||||
|
||||
## ¿Por qué un proyecto gratuito necesita dinero?
|
||||
## ¿Para qué se utilizará el dinero?
|
||||
|
||||
1. En 2023, Organic Maps consiguió su primer millón de usuarios. Nuestros
|
||||
servidores proporcionan actualizaciones de mapas gratuitas, rápidas y
|
||||
frecuentes en todo el mundo.
|
||||
1. Pagamos por servidores rápidos, por lo que cualquier en el mundo puede
|
||||
descargar actualizaciones de las características de los mapas rápido y
|
||||
sin esperas. Son cientos de terabytes al mes, y la cantidad está
|
||||
creciendo.
|
||||
2. La asistencia a los usuarios, el arreglo de errores y la mejora de la
|
||||
estabilidad de la aplicación son nuestras principales prioridades. Hay
|
||||
más de [2000 informes en GitHub][github issues], y este número crece cada
|
||||
más de [1800 informes en GitHub][github issues], y este número crece cada
|
||||
día. AppStore, Google Play y los correos de atención están inundados con
|
||||
comentarios e informes. Queremos entregar un producto de calidad.
|
||||
3. Con suficiente dinero, pueden desarrollarse prestaciones nuevas más
|
||||
rápidamente, por ejemplo:
|
||||
- Copia de seguridad y sincronización de favoritos y pistas
|
||||
- Actualizaciones semanales y automatizadas de los mapas
|
||||
- Copia y sincronización de marcadores
|
||||
- Android Auto
|
||||
- Grabadora GPS con compatibilidad para GPX
|
||||
- Imágenes por satélite
|
||||
- Transporte público
|
||||
- Información sobre tráfico y accidentes
|
||||
- Fotos y reseñas
|
||||
- Mejores estilos cartográficos para diferentes actividades
|
||||
- Sombreado de colinas y terreno 3D
|
||||
- Editor OpenStreetMap más avanzado
|
||||
- Mejoras al editor de OpenStreetMap
|
||||
- Mejor búsqueda de direcciones sin conexión, enrutamiento y navegación
|
||||
- Transporte público
|
||||
- ... y [muchas otras][github issues] funcionalidades que desea
|
||||
|
||||
## ¿Cómo donar?
|
||||
|
@ -81,6 +77,7 @@ Considere donar anualmente para reducir las tarifas totales.
|
|||
## ¿Puede ayudarnos de alguna otra manera?
|
||||
|
||||
¡Sí! Hay varias maneras de apoyar a Organic Maps. Consulte la página
|
||||
[Contribuir](@/contribute/index.es.md) para más detalles.
|
||||
[Apóyenos](@/support-us/index.es.md) para más detalles.
|
||||
|
||||
{{ references() }}
|
||||
[stripe]: https://donate.organicmaps.app/ "Donar vía Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "Informes en GitHub"
|
||||
|
|
84
content/donate/index.eu.md
Normal file
84
content/donate/index.eu.md
Normal file
|
@ -0,0 +1,84 @@
|
|||
---
|
||||
description: "Zure dohaintzak ordaintzen ditu proiektuaren inguruko gastu guztiak eta Organic Maps hobetzen bultzatzen gaitu."
|
||||
extra:
|
||||
menu_title: "Egizu dohaintza"
|
||||
preview_image: donate/donate.png
|
||||
title: "Dohaintza egin Organic Maps-en garapenari eusteko"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Organic Maps app-a _denontzat doakoa_ da, zure **[dohaintzari][stripe]**
|
||||
esker:
|
||||
|
||||
- Iragarkirik gabe
|
||||
- Jarraipen-koderik ez
|
||||
- Izen-ematerik gabe
|
||||
- Push jakinarazpenik ez
|
||||
- Kode irekikoa
|
||||
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
## Zergatik eman dirua Organic Maps-i?
|
||||
|
||||
1. Zuen dohaintzak behar ditugu Organic Maps-ek irekia eta librea izaten
|
||||
jarrai dezan. Eta publizitatetik libre.
|
||||
2. Zaletu batzuk gara gure aisian garatzen, eta gure familien dirua
|
||||
proiektuan xahutzen. Egiten duguna maite dugu eta gure erabiltzaileak
|
||||
maite ditugu ❤️.
|
||||
3. Zure laguntzarekin, Google Maps-en bertsio hobe eta pribatutasunean
|
||||
zentratutakoa egin nahi dugu.
|
||||
|
||||
## Zertarako erabiliko da dirua?
|
||||
|
||||
1. Zerbitzari azkarrak ordaintzen ditugu, horrela munduan dagoen edonork
|
||||
deskargatu ahal izango ditu mapa eguneraketak atzerapenik gabe. Hilero
|
||||
ehunka Terabyte dira hauek, eta tamaina handitzen doa.
|
||||
2. Erabiltzaileei laguntza, akats-konponketa eta app-aren egonkortasuna
|
||||
hobetzea dira gure lehentasunak. [1800 eskaera baino gehiago daude
|
||||
GitHub-en][github issues] eta zenbaki hau egunero handitzen da.
|
||||
AppStore, Google Play eta arretako eposta helbideak iradokizun eta
|
||||
akatsekin beteta daude. Kalitate handiko produktu bat eman nahi dugu.
|
||||
3. Nahikoa diru bagenu, garapen berriak azkarrago egingo genituzke,
|
||||
adibidez:
|
||||
- Mapa datu eguneraketa automatikoak astero
|
||||
- Gogoko puntuen segurtasun kopia eta sinkronizazioa
|
||||
- Android Auto
|
||||
- GPS ibilbide grabatzailea GPX formatuarekin
|
||||
- Aktibitate mota bakoitzerako mapa estilo hobeak
|
||||
- Mendi magalen itzalak eta 3D-ko lurra
|
||||
- OpenStreetMap editorea hobetzea
|
||||
- Offline helbide bilaketa, bide-bilaketak eta nabigazio hobeak
|
||||
- Garraio publikoa
|
||||
- … eta [beste ehunka][github issues] ezaugarri, zuek nahi eta maite
|
||||
dituzuenak
|
||||
|
||||
## Nola egin dohaintza?
|
||||
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Aldizkako dohaintzak dira proiektuarentzat sarrera jarri batzuk ziurtatzeko
|
||||
modu onena eta epe luzerako ekintza eta helburuetarako motibatuko
|
||||
gaituzte. Baina behingoagatik ere eman dezakezu.
|
||||
|
||||
### Banku transferentzia
|
||||
|
||||
{{ bank_transfer() }}
|
||||
|
||||
### Crypto
|
||||
|
||||
Mesedez pentsatu urteroko ordainketak prestatzeaz, banku komisio orokorrak
|
||||
gutxitzeko.
|
||||
|
||||
{{ crypto_table() }}
|
||||
|
||||
## Beste moduren batean lagun gaitzakezu?
|
||||
|
||||
Bai! Organic Map-i laguntzeko modu asko daude. Mesedez begiratu [Lagun
|
||||
gaitzazu](@/support-us/index.eu.md) orria detaile gehiagorako.
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ "Stripe bidezko dohaintzak"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub-eko arazoak"
|
|
@ -35,6 +35,7 @@ L'application Organic Maps est _gratuite pour tout le monde_ grâce à vos **[do
|
|||
3. Avec suffisamment d'argent, de nouvelles fonctionnalités peuvent être développées plus rapidement, par exemple :
|
||||
- Mises à jour hebdomadaires et automatisées des données cartographiques.
|
||||
- Sauvegarde et synchronisation des signets
|
||||
- Android Auto
|
||||
- Enregistreur de trace GPS avec support GPX
|
||||
- De meilleurs styles de cartes pour différentes activités
|
||||
- Ombrage des collines et terrain en 3D
|
||||
|
@ -63,7 +64,7 @@ Veuillez envisager de faire un don annuel pour réduire les frais totaux. Les r
|
|||
|
||||
### Autres moyens de donner
|
||||
|
||||
Oui ! Il existe de nombreuses façons de soutenir Organic Maps. Veuillez consulter la page [Contribuer](@/contribute/index.fr.md) pour plus de détails.
|
||||
Oui ! Il existe de nombreuses façons de soutenir Organic Maps. Veuillez consulter la page [Contribuer](@/support-us/index.fr.md) pour plus de détails.
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ "Faire un don via Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues"
|
||||
|
|
82
content/donate/index.hi.md
Normal file
82
content/donate/index.hi.md
Normal file
|
@ -0,0 +1,82 @@
|
|||
---
|
||||
description: "आपका पैसा परियोजना से संबंधित सभी खर्चों का भुगतान करता है और हमें जैविक मानचित्रों को बेहतर बनाने के लिए प्रेरित करता है।"
|
||||
extra:
|
||||
menu_title: "दान करें"
|
||||
preview_image: donate/donate.png
|
||||
title: "ऑर्गनिक मैप्स के विकास का समर्थन करने के लिए दान करें"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
आपके **[दान][stripe]** की बदौलत ऑर्गेनिक मैप्स ऐप सभी के लिए _मुफ्त_ है:
|
||||
|
||||
- बिना विज्ञापन
|
||||
- कोई ट्रैकर्स नहीं
|
||||
- कोई रजिस्ट्रेशन नहीं
|
||||
- कोई पुश सूचनाएँ नहीं
|
||||
- ओपन सोर्स
|
||||
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
## ऑर्गेनिक मैप्स को दान क्यों करें?
|
||||
|
||||
1. हम जैविक मानचित्रों को खुला और मुक्त रखने के अपने मिशन को पूरा करने के
|
||||
लिए आपके दान पर भरोसा करते हैं। और विज्ञापनों से मुक्त।
|
||||
2. हम कुछ उत्साही हैं जो अपने खाली समय में योगदान करते हैं, और परियोजना पर
|
||||
अपने परिवारों का पैसा खर्च करते हैं। हम जो करते हैं उससे प्यार करते हैं,
|
||||
और हम अपने उपयोगकर्ताओं से प्यार करते हैं ❤️।
|
||||
3. आपके समर्थन से, हम गूगल मानचित्र का एक बेहतर, गोपनीयता-केंद्रित संस्करण
|
||||
बनना चाहते हैं।
|
||||
|
||||
## पैसे का उपयोग किस लिए किया जाएगा?
|
||||
|
||||
1. हम तेज सर्वर के लिए भुगतान करते हैं, इसलिए दुनिया में कोई भी बिना देरी के
|
||||
मुफ्त मानचित्र डेटा अपडेट डाउनलोड कर सकता है। यह सैकड़ों टेराबाइट्स मासिक
|
||||
है, और राशि बढ़ रही है।
|
||||
2. उपयोगकर्ता समर्थन, बग फिक्सिंग और ऐप की स्थिरता में सुधार करना हमारी
|
||||
प्राथमिकताओं में सबसे ऊपर है। [GitHub पर 1800+ मुद्दे][GitHub issues]
|
||||
हैं, और यह संख्या हर दिन बढ़ रही है। ऐप स्टोर,गूगल प्ले, और समर्थन ईमेल
|
||||
टिप्पणियों और बगों से भर गए हैं। हम एक उच्च गुणवत्ता वाला उत्पाद देना
|
||||
चाहते हैं।
|
||||
3. पर्याप्त धन के साथ, नई सुविधाओं को तेज़ी से विकसित किया जा सकता है,
|
||||
उदाहरण के लिए:
|
||||
- साप्ताहिक और स्वचालित नक्शो का डेटा अपडेट
|
||||
- बुकमार्क बैकअप और सिंक
|
||||
- एंड्रॉइड ऑटो
|
||||
- GPX समर्थन के साथ GPS ट्रैक रिकॉर्डर
|
||||
- विभिन्न गतिविधियों के लिए बेहतर मानचित्र शैलियाँ
|
||||
- हिल शेडिंग और 3 डी इलाके
|
||||
- OpenStreetMap एडीटर में सुधार करें
|
||||
- बेहतर ऑफ़लाइन पता खोज, रूटिंग और नेविगेशन
|
||||
- सार्वजनिक परिवाहन
|
||||
- ... और [कई अन्य][github issues] सुविधाएँ जो आप चाहते हैं और प्यार करते
|
||||
हैं
|
||||
|
||||
## कैसे दान करें?
|
||||
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
आवर्ती दान परियोजना के लिए अपेक्षाकृत स्थिर आय सुनिश्चित करने और दीर्घकालिक
|
||||
कार्यों और लक्ष्यों के लिए हमें प्रेरित करने का सबसे अच्छा तरीका है। लेकिन
|
||||
आप एक बार भी दान कर सकते हैं।
|
||||
|
||||
### बैंक ट्रांसफर
|
||||
|
||||
{{ bank_transfer() }}
|
||||
|
||||
### क्रिप्टो
|
||||
|
||||
कृपया शुल्क कम करने के लिए सालाना दान करें ।
|
||||
|
||||
{{ crypto_table() }}
|
||||
|
||||
## क्या आप किसी और तरीके से हमारी मदद कर सकते हैं?
|
||||
|
||||
जी हाँ! ऑर्गेनिक मानचित्रों का समर्थन करने के कई तरीके हैं. अधिक विवरण के
|
||||
लिए कृपया [समर्थन](@/support-us/index.hi.md) पृष्ठ देखें।
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ "स्ट्राइप के माध्यम से दान करें"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub के मामले"
|
84
content/donate/index.hu.md
Normal file
84
content/donate/index.hu.md
Normal file
|
@ -0,0 +1,84 @@
|
|||
---
|
||||
description: "Az Ön pénze fedezi a projekttel kapcsolatos összes kiadást, és motivál minket az Organic Maps jobbá tételéhez."
|
||||
extra:
|
||||
menu_title: Adományozás
|
||||
preview_image: donate/donate.png
|
||||
title: "Adományozzon az Organic Maps fejlesztésének támogatására"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Az Organic Maps alkalmazás _mindenki számára ingyenes_ az
|
||||
**[adományoknak][stripe]** köszönhetően :
|
||||
|
||||
- Nincsenek hirdetések
|
||||
- Nincs nyomkövető
|
||||
- Nincs regisztráció
|
||||
- Nincsenek leküldéses értesítések
|
||||
- Nyílt forráskód
|
||||
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
## Miért adományozzon az Organic Maps-nek?
|
||||
|
||||
1. Az Ön adományaira támaszkodunk, hogy teljesíteni tudjuk küldetésünket,
|
||||
hogy az Organic Maps nyitott és szabad maradjon. MIndezt hirdetések
|
||||
nélkül.
|
||||
2. Maroknyian vagyunk, akik a szabadidőnkben hozzájárulunk a projekthez és a
|
||||
családunk pénzét költjük rá. Szeretjük, amit csinálunk, és szeretjük a
|
||||
felhasználóinkat ❤️.
|
||||
3. Az Ön támogatásával szeretnénk a Google Maps jobb, az adatvédelemre
|
||||
összpontosító változatává válni.
|
||||
|
||||
## Mire lesz felhasználva a pénz?
|
||||
|
||||
1. Gyors szerverekért fizetünk, így a világon bárki késedelem nélkül
|
||||
letöltheti az ingyenes térképadat-frissítéseket. Ez havonta több száz
|
||||
terabájt, és a mennyiség folyamatosan növekszik.
|
||||
2. A felhasználói segítség, a hibajavítás és az alkalmazás stabilitásának
|
||||
javítása a prioritások között az első helyen áll. GitHubon [1800+
|
||||
hibanapló van megnyitva][github issues], és ez a szám napról napra nő.
|
||||
Az AppStore, a Google Play és a támogatási e-maileket elárasztják a
|
||||
megjegyzések és a hibák. Minőségi terméket akarunk előállítani.
|
||||
3. Elegendő pénzzel például gyorsabban tudunk új funkciókat fejleszteni,
|
||||
mint például:
|
||||
- Heti és automatikus térképadat-frissítések
|
||||
- Könyvjelzők mentése és szinkronizálása
|
||||
- Android Auto
|
||||
- GPS nyomvonal felvevő GPX támogatással
|
||||
- Jobb térképrétegek a különböző tevékenységekhez
|
||||
- Magassági árnyékolás és 3D terep
|
||||
- Az OpenStreetMap szerkesztő javítása
|
||||
- Jobb offline címkeresés, útvonaltervezés és navigáció
|
||||
- Tömegközlekedés
|
||||
- ... és [sok más][github issues] funkciót, amit szeretnél és imádsz
|
||||
|
||||
## Hogyan adományozhatok?
|
||||
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Az ismétlődő adományok a legjobb módja annak, hogy viszonylag stabil
|
||||
bevételt biztosítsunk a projekt számára és motiváljanak minket a hosszú távú
|
||||
feladatok és célok megvalósításában. De egyszeri adományozásra is van
|
||||
lehetőség.
|
||||
|
||||
### Banki átutalás
|
||||
|
||||
{{ bank_transfer() }}
|
||||
|
||||
### Kriptovaluta
|
||||
|
||||
Kérjük, fontolja meg az éves adományozást, hogy csökkentse a teljes díjat.
|
||||
|
||||
{{ crypto_table() }}
|
||||
|
||||
## Tud más módon is segíteni nekünk?
|
||||
|
||||
Igen! Sokféleképpen lehet támogatni az Organic Maps-et. További részletekért
|
||||
lásd a [Support Us](@/support-us/index.hu.md) oldalt.
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ "Adományozás Stripe-on keresztül"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Hibanaplók"
|
|
@ -22,37 +22,34 @@ Klik ikon metode pembayaran yang diinginkan di bawah ini:
|
|||
|
||||
## Mengapa berdonasi ke Organic Maps?
|
||||
|
||||
1. Misi kami adalah membuat alternatif Google Maps dan Apple Maps yang
|
||||
berfokus pada privasi, cepat, dan mudah untuk digunakan.
|
||||
2. Meningkatkan data peta umum untuk berbagai situs web, aplikasi, dan
|
||||
platform yang menggunakan OpenStreetMap, dan mengajak orang-orang lain
|
||||
dalam berkontribusi informasi peta adalah misi tambahan kami.
|
||||
3. Kami mengandalkan donasi Anda untuk menjalankan misi kami agar Organic
|
||||
1. Kami mengandalkan donasi Anda untuk menjalankan misi kami agar Organic
|
||||
Maps tetap terbuka dan bebas. Dan bebas dari iklan.
|
||||
4. Kami mencintai apa yang kami lakukan, dan kami mencintai pengguna
|
||||
kami. ❤️
|
||||
2. Kami adalah beberapa penggemar yang berkontribusi di waktu luang kami,
|
||||
dan menghabiskan uang keluarga kami untuk proyek ini. Kami mencintai apa
|
||||
yang kami lakukan, dan kami mencintai pengguna kami ❤️.
|
||||
3. Dengan dukungan Anda, kami ingin menjadi versi Google Maps yang lebih
|
||||
baik dan berfokus pada privasi.
|
||||
|
||||
## Mengapa proyek yang bebas memerlukan dana?
|
||||
## Untuk apa uang itu akan digunakan?
|
||||
|
||||
1. Di tahun 2023, Organic Maps mendapatkan sejuta pengguna pertama. Server
|
||||
kami menyediakan pembaruan peta yang gratis, cepat, dan terkini di
|
||||
seluruh dunia.
|
||||
1. Kami membayar untuk server yang cepat, sehingga siapa pun di Dunia dapat
|
||||
mengunduh pembaruan data peta gratis tanpa penundaan. Ratusan terabyte
|
||||
setiap bulan, dan jumlahnya terus bertambah.
|
||||
2. Dukungan pengguna, perbaikan kutu, dan peningkatan stabilitas aplikasi
|
||||
adalah prioritas utama kami. Ada [1800+ masalah di GitHub][github issues], dan jumlah ini terus bertambah setiap hari. App Store, Google
|
||||
Play, dan email dukungan dibanjiri dengan komentar dan kutu. Kami ingin
|
||||
memberikan produk berkualitas tinggi.
|
||||
3. Dengan uang yang cukup, fitur baru bisa dikembangkan lebih cepat,
|
||||
misalnya:
|
||||
- Cadangkan dan sinkron markah dan trek
|
||||
- Pembaruan data peta mingguan dan otomatis
|
||||
- Pencadangan dan sinkronisasi penanda
|
||||
- Android Auto
|
||||
- Perekam trek GPS dengan dukungan GPX
|
||||
- Citra satelit
|
||||
- Transportasi umum
|
||||
- Pelaporan kemacetan dan kecelakaan
|
||||
- Foto dan Ulasan
|
||||
- Gaya peta yang lebih baik untuk aktivitas yang berbeda
|
||||
- Bayangan bukit dan medan 3D
|
||||
- Memperbaiki penyunting OpenStreetMap
|
||||
- Pencarian alamat, perutean, dan navigasi luring yang lebih baik
|
||||
- Transportasi umum
|
||||
- … dan [banyak fitur lain][github issues] yang Anda inginkan dan sukai
|
||||
|
||||
## Bagaimana cara berdonasi?
|
||||
|
@ -79,6 +76,7 @@ biaya.
|
|||
## Dapatkah Anda membantu kami dengan cara lain?
|
||||
|
||||
Ya! Ada banyak cara untuk mendukung Peta Organik. Silakan lihat halaman
|
||||
[Dukung Kami](@/contribute/index.id.md) untuk lebih jelasnya.
|
||||
[Dukung Kami](@/support-us/index.id.md) untuk lebih jelasnya.
|
||||
|
||||
{{ references() }}
|
||||
[stripe]: https://donate.organicmaps.app/ "Donasi melalui Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues"
|
||||
|
|
|
@ -50,6 +50,7 @@ In terzo luogo, ci sono molte altre cose interessanti da fare:
|
|||
- Migliorare gli stili delle mappe e migliorare le carte topografiche
|
||||
- Migliorare l'editor di OpenStreetMap
|
||||
- Migliorare la ricerca, il percorso e la navigazione offline
|
||||
- Android Auto
|
||||
- Trasporto pubblico
|
||||
- ... e molte altre funzioni che desiderate e amate
|
||||
|
||||
|
@ -90,7 +91,7 @@ Litecoin e Monero offrono commissioni basse, ma la situazione cambia ogni giorno
|
|||
## Puoi aiutarci in qualche altro modo?
|
||||
|
||||
Sì! Ci sono molti modi per sostenere Organic Maps. Vedi la pagina
|
||||
[Supportaci](@/contribute/index.it.md) per maggiori dettagli.
|
||||
[Supportaci](@/support-us/index.it.md) per maggiori dettagli.
|
||||
|
||||
[paypal]: https://www.paypal.com/donate?hosted_button_id=JYM34AADM87V8 "PayPal donate@organicmaps.app"
|
||||
[github sponsors]: https://github.com/sponsors/organicmaps "GitHub Sponsors"
|
||||
|
|
|
@ -5,9 +5,11 @@ weight: 10
|
|||
extra:
|
||||
menu_title: Donate
|
||||
preview_image: donate/donate.png
|
||||
service_title: Created with love by enthusiast volunteers
|
||||
service_text: Donate to keep the project running
|
||||
---
|
||||
|
||||
Organic Maps app is _free for everyone_ thanks to your **[donations][stripe]** in **[EUR][stripe_eur], [USD][stripe_usd], [GBP][stripe_GBP], [CHF][stripe_chf], [UAH][stripe_uah], [PLN][stripe_pln]**:
|
||||
Organic Maps app is _free for everyone_ thanks to your **[donations][stripe]**:
|
||||
|
||||
- No ads
|
||||
- No trackers
|
||||
|
@ -21,30 +23,29 @@ Click on your preferred payment method icon below:
|
|||
|
||||
## Why donate to Organic Maps?
|
||||
|
||||
1. Our goal is to provide a privacy-focused, fast and easy-to-use alternative to Google Maps and Apple Maps.
|
||||
2. Improving public map data for the numerous websites, apps and platforms which use OpenStreetMap, and involving more people in contributing map info is our another goal.
|
||||
3. We rely on your donations to keep Organic Maps open and free for everyone.
|
||||
1. We rely on your donations to carry out our mission to keep Organic Maps open and free.
|
||||
And free from ads.
|
||||
4. We love what we do, and we love our users ❤️.
|
||||
2. We are a few enthusiasts contributing in our free time, and spending our families' money on the project.
|
||||
We love what we do, and we love our users ❤️.
|
||||
3. With your support, we want to become a better, privacy-focused version of Google Maps.
|
||||
|
||||
## Why a free project needs money?
|
||||
## What will the money be used for?
|
||||
|
||||
1. In 2023, Organic Maps got its first million users.
|
||||
Our servers provide free, fast and frequent map updates all over the world.
|
||||
2. User support, bugfixing and publishing quality app updates are at the top of our priorities.
|
||||
There are [~2000 bug reports and feature requests on GitHub][github issues], and this number is growing every day.
|
||||
1. We pay for fast servers, so anyone in the World can download free map data updates without delays.
|
||||
It's hundreds of terabytes monthly, and the amount is growing.
|
||||
2. User support, bugfixing, and improving the stability of the app are at the top of our priorities.
|
||||
There are [1800+ issues on GitHub][github issues], and this number is growing every day.
|
||||
AppStore, Google Play, and support emails are overflooded with comments and bugs. We want to deliver a high-quality product.
|
||||
3. With enough money, new features can be developed. To name a few:
|
||||
- Backup and sync bookmarks and tracks
|
||||
- GPS track recorder with GPX export
|
||||
- Satellite imagery
|
||||
- Public Transport
|
||||
- Traffic and accident reporting
|
||||
- Photos and Reviews
|
||||
- Map styles for different activities
|
||||
3. With enough money, new features can be developed faster, for example:
|
||||
- Weekly and automated map data updates
|
||||
- Bookmarks backup and sync
|
||||
- Android Auto
|
||||
- GPS track recorder with GPX support
|
||||
- Better map styles for different activities
|
||||
- Hill shading and 3D terrain
|
||||
- More advanced OpenStreetMap editor
|
||||
- Improve the OpenStreetMap editor
|
||||
- Better offline address search, routing, and navigation
|
||||
- Public Transport
|
||||
- … and [many other][github issues] features you want and love
|
||||
|
||||
## How to donate?
|
||||
|
@ -54,8 +55,8 @@ Click on your preferred payment method icon below:
|
|||
{{ donate_buttons() }}
|
||||
|
||||
Recurring donations are the best way to ensure a relatively stable income for
|
||||
the project and motivate us for long-term tasks and goals. One-time donations
|
||||
are appreciated too.
|
||||
the project and motivate us for long-term tasks and goals. But you can also
|
||||
donate one time.
|
||||
|
||||
### Bank Transfer
|
||||
|
||||
|
@ -70,6 +71,7 @@ Please consider donating annually to reduce total fees.
|
|||
## Can you help us in any other way?
|
||||
|
||||
Yes! There are many ways to support Organic Maps. Please see
|
||||
[Contribute](@/contribute/index.md) page for more details.
|
||||
[Support Us](@/support-us/index.md) page for more details.
|
||||
|
||||
{{ references() }}
|
||||
[stripe]: https://donate.organicmaps.app/ "Donate via Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues"
|
||||
|
|
|
@ -16,48 +16,46 @@ Organic Maps app is _gratis voor iedereen_ dankzij jullie
|
|||
- Geen pushmeldingen
|
||||
- Open source
|
||||
|
||||
Klik hieronder op het icoon van uw voorkeurs-betalingsmethode:
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
## Waarom doneren aan Organic Maps?
|
||||
|
||||
1. Ons doel is om een privacy-gefocust, snel en makkelijk te gebruiken
|
||||
alternatief voor Google Maps en Apple Maps te bieden.
|
||||
2. Publieke kaartendata verbeteren voor de verschillende websites, apps en
|
||||
platforms die OpenStreetMap gebruiken, en meer mensen betrokken krijgen
|
||||
bij het bijdragen aan kaartendata is ons andere doel.
|
||||
3. We zijn op jullie donaties aangewezen om onze missie te volbrengen om
|
||||
1. We zijn op jullie donaties aangewezen om onze missie te volbrengen om
|
||||
Organic Maps open en gratis te houden. En vrij van advertenties.
|
||||
4. We houden van wat we doen, en we houden van onze gebruikers ❤️.
|
||||
2. We zijn een paar enthousiastelingen die in onze vrije tijd een bijdrage
|
||||
leveren, en het geld van onze familie aan het project besteden. We
|
||||
houden van wat we doen, en we houden van onze gebruikers ❤️.
|
||||
3. Met jullie steun willen we een betere, privacy-gefocuste versie van
|
||||
Google Maps worden.
|
||||
|
||||
## Waarom heeft een gratis project geld nodig?
|
||||
## Waar wordt het geld voor gebruikt?
|
||||
|
||||
1. In 2023 kreeg Organic Maps zijn eerste miljoen gebruikers. Onze servers
|
||||
zorgen voor gratis, snelle en frequente kaartenupdates over de hele
|
||||
wereld.
|
||||
1. We betalen voor snelle servers, zodat iedereen in de wereld gratis
|
||||
kaartenupdates kan downloaden zonder vertraging. Dit zijn honderden
|
||||
terabytes per maand, en de hoeveelheid neemt toe.
|
||||
2. Gebruikersondersteuning, bugs fixen, en de stabiliteit van de app
|
||||
verbeteren zijn onze topprioriteiten. Er zijn [1800+ issues op
|
||||
GitHub][github issues], en dit aantal neemt elke dag toe. De AppStore,
|
||||
Google Play, en support email-adressen worden overspoeld met reacties en
|
||||
fouten. We willen een product van een hoge kwaliteit leveren.
|
||||
3. Met genoeg geld kunnen nieuwe functies sneller worden ontwikkeld, zoals:
|
||||
- Backup en synchroniseer bladwijzers en routes
|
||||
- Wekelijkse en geautomatiseerde kaartendata-updates
|
||||
- Bladwijzerbackups en -synchronisatie
|
||||
- Android Auto
|
||||
- GPS-pad-opnames met GPX ondersteuning
|
||||
- Satellietbeelden
|
||||
- Openbaar vervoer
|
||||
- Verkeers- en ongelukkencontrole
|
||||
- Foto's en beoordelingen
|
||||
- Betere kaartenstijlen voor verschillende activiteiten
|
||||
- Reliëfschaduwen en 3D-terreinen
|
||||
- Verbetering van de OpenStreetMap-bewerker
|
||||
- Betere offline adressen-zoekfunctie, routes, en navigatie
|
||||
- Openbaar vervoer
|
||||
- … en [vele andere][github issues] functies die jullie willen en waar
|
||||
jullie van houden
|
||||
|
||||
## Hoe kan je doneren?
|
||||
|
||||
Klik hieronder op het icoon van uw voorkeurs-betalingsmethode:
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
|
@ -79,6 +77,7 @@ reduceren.
|
|||
## Kunt u ons op een andere manier helpen?
|
||||
|
||||
Ja! Er zijn vele manieren om Organic Maps te ondersteunen. Kijk alstublieft
|
||||
op de pagina [Steun ons](@/contribute/index.nl.md) voor meer details.
|
||||
op de pagina [Steun ons](@/support-us/index.nl.md) voor meer details.
|
||||
|
||||
{{ references() }}
|
||||
[stripe]: https://donate.organicmaps.app/ "Doneer via Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues"
|
||||
|
|
84
content/donate/index.pl.md
Normal file
84
content/donate/index.pl.md
Normal file
|
@ -0,0 +1,84 @@
|
|||
---
|
||||
description: "Twoje pieniądze pokrywają wszystkie wydatki związane z projektem i motywują nas do ulepszania Organic Maps."
|
||||
extra:
|
||||
menu_title: "Wspomóż finansowo"
|
||||
preview_image: donate/donate.png
|
||||
title: "Przekaż darowiznę, aby wesprzeć rozwój Organic Maps"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Aplikacja Organic Maps jest _darmowa dla wszystkich_ dzięki Waszym
|
||||
**[donacjom][stripe]**:
|
||||
|
||||
- Brak reklam
|
||||
- Brak mechanizmów śledzących
|
||||
- Brak rejestracji
|
||||
- Brak wyskakujących powiadomień push
|
||||
- Otwarte źródła
|
||||
|
||||
Kliknij ikonę preferowanej metody płatności poniżej:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
## Dlaczego warto przekazać darowiznę na rzecz Organic Maps?
|
||||
|
||||
1. Polegamy na Twoich darowiznach, aby realizować naszą misję polegającą na
|
||||
utrzymaniu Organic Maps otwartymi i wolnymi. I wolnymi od reklam.
|
||||
2. Jesteśmy nielicznymi entuzjastami, którzy w wolnym czasie przyczyniają
|
||||
się do rozwoju projektu i wydają na niego pieniądze naszych
|
||||
rodzin. Kochamy to, co robimy i kochamy naszych użytkowników ❤️.
|
||||
3. Dzięki Waszemu wsparciu chcemy stać się lepszą, dbającą o prywatność
|
||||
wersją Map Google.
|
||||
|
||||
## Na co zostaną przeznaczone te pieniądze?
|
||||
|
||||
1. Płacimy za szybkie serwery, więc każdy na świecie może pobierać darmowe
|
||||
aktualizacje danych mapowych bez opóźnień. To setki terabajtów
|
||||
miesięcznie, a ilość ta stale rośnie.
|
||||
2. Wsparcie użytkowników, usuwanie błędów i poprawa stabilności aplikacji są
|
||||
na szczycie naszych priorytetów. Mamy [ponad 1800 zgłoszonych na GitHubie
|
||||
problemów do rozwiązania][github issues], a liczba ta rośnie każdego
|
||||
dnia. AppStore, Google Play i e-maile wsparcia są zalane komentarzami i
|
||||
błędami. Chcemy dostarczać produkt wysokiej jakości.
|
||||
3. Mając wystarczająco dużo pieniędzy, można na przykład szybciej rozwijać
|
||||
nowe funkcje:
|
||||
- Cotygodniowe i automatyczne aktualizacje danych mapowych
|
||||
- Kopia zapasowa i synchronizacja zakładek
|
||||
- Android Auto
|
||||
- Rejestrator śladów GPS z obsługą GPX
|
||||
- Lepsze style map dla różnych działań
|
||||
- Cieniowanie wzgórz i teren 3D
|
||||
- Ulepszenie edytora OpenStreetMap
|
||||
- Lepsze wyszukiwanie adresów w trybie offline, wyznaczanie tras i
|
||||
nawigacja
|
||||
- Transport publiczny
|
||||
- ... i [wiele innych][github issues] funkcji, które chcesz i kochasz
|
||||
|
||||
## Jak przekazać darowiznę?
|
||||
|
||||
Kliknij ikonę preferowanej metody płatności poniżej:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Powtarzające się darowizny to najlepszy sposób na zapewnienie względnie
|
||||
stabilnego dochodu dla projektu i zmotywowanie nas do realizacji
|
||||
długoterminowych zadań i celów. Ale możesz też przekazać darowiznę
|
||||
jednorazowo.
|
||||
|
||||
### Przelew bankowy
|
||||
|
||||
{{ bank_transfer() }}
|
||||
|
||||
### Kryptowaluta
|
||||
|
||||
Proszę rozważyć coroczną darowiznę, aby zmniejszyć całkowite opłaty.
|
||||
|
||||
{{ crypto_table() }}
|
||||
|
||||
## Czy można nam pomóc w jakiś inny sposób?
|
||||
|
||||
Tak! Istnieje wiele sposobów na wsparcie Organic Maps. Więcej szczegółów
|
||||
znajdziesz na stronie [Wesprzyj nas](@/support-us/index.pl.md).
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ "Wesprzyj przez Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "Problemy na GitHub"
|
|
@ -22,20 +22,19 @@ Clique no método preferido de pagamento abaixo:
|
|||
|
||||
## Por que doar para Organic Maps?
|
||||
|
||||
1. Nosso objetivo é oferecer uma alternativa ao Google Maps e Apple Maps
|
||||
centrada na privacidade, rápida e fácil de usar.
|
||||
2. Outro dos nossos objetivos é melhorar os dados dos mapas públicos para os
|
||||
vários sites, apps e plataformas que utilizam OpenStreetMap, e envolver
|
||||
mais pessoas na contribuição para os mapas.
|
||||
3. Contamos com suas doações para cumprir nossa missão de manter o Organic
|
||||
1. Contamos com suas doações para cumprir nossa missão de manter o Organic
|
||||
Maps aberto e livre. E livre de anúncios.
|
||||
4. A gente ama o que faz e amamos nossos usuários ❤️.
|
||||
2. Somos alguns entusiastas contribuindo em nosso tempo livre e gastando o
|
||||
dinheiro de nossas famílias no projeto. Adoramos o que fazemos e nossos
|
||||
usuários ❤️.
|
||||
3. Com seu apoio, queremos nos tornar uma versão melhor e focada na
|
||||
privacidade do Google Maps.
|
||||
|
||||
## Por que um projeto gratuito precisa de dinheiro?
|
||||
## Para que será usado o dinheiro?
|
||||
|
||||
1. Em 2023, Organic Maps conseguiu seu primeiro milhão de usuários. Nossos
|
||||
servidores proporcionam atualizações de mapas gratuitas, rápidas e
|
||||
frequentes no mundo todo.
|
||||
1. Pagamos por servidores rápidos, para que qualquer pessoa no mundo possa
|
||||
baixar gratuitamente as atualizações de dados do mapa sem atrasos. São
|
||||
centenas de terabytes por mês, que cresce mais e mais.
|
||||
2. Suporte ao usuário, correção de erros e melhoria da estabilidade do app
|
||||
estão no topo de nossas prioridades. Existem [mais de 1800 problemas no
|
||||
GitHub][github issues], e este número está crescendo a cada dia.
|
||||
|
@ -43,16 +42,15 @@ Clique no método preferido de pagamento abaixo:
|
|||
comentários e erros. Queremos entregar um produto de alta qualidade.
|
||||
3. Com dinheiro suficiente, novos recursos podem ser desenvolvidos mais
|
||||
rapidamente, por exemplo:
|
||||
- Cópia de segurança e sincronização de favoritos e trilhas
|
||||
- Atualizações semanais e automatizadas dos dados do mapa
|
||||
- Backup e sincronização de marcadores
|
||||
- Android Auto
|
||||
- Gravador de trilhas GPS com suporte a GPX
|
||||
- Imagens por satélite
|
||||
- Transporte público
|
||||
- Informação sobre tráfego e acidentes
|
||||
- Fotos e avaliações
|
||||
- Melhores estilos de mapas para diferentes atividades
|
||||
- Relevo e terreno 3D
|
||||
- Melhorar o editor do OpenStreetMap
|
||||
- Melhor busca de endereços offline, roteamento e navegação
|
||||
- Transporte público
|
||||
- ... e [muitas outras][github issues] funcionalidades que você quer e
|
||||
ama
|
||||
|
||||
|
@ -80,6 +78,7 @@ das taxas.
|
|||
## Você pode nos ajudar de qualquer outra forma?
|
||||
|
||||
Sim! Há muitas maneiras de apoiar o Organic Maps. Por favor, consulte a
|
||||
página [Contribuir](@/contribute/index.pt-BR.md) para mais detalhes.
|
||||
página [Apoie-nos](@/support-us/index.pt-BR.md) para mais detalhes.
|
||||
|
||||
{{ references() }}
|
||||
[stripe]: https://donate.organicmaps.app/ "Doe via Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "Problemas do GitHub"
|
||||
|
|
|
@ -1,85 +0,0 @@
|
|||
---
|
||||
description: "O seu dinheiro paga todas as despesas relacionadas com o projeto e motiva-nos a melhorar o Organic Maps."
|
||||
extra:
|
||||
menu_title: Doar
|
||||
preview_image: donate/donate.png
|
||||
title: "Faça uma doação para apoiar o desenvolvimento do Organic Maps"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
O app Organic Maps é _gratuito para todos_ graças as suas
|
||||
**[doações][stripe]**:
|
||||
|
||||
- Sem anúncios
|
||||
- Sem rastreadores
|
||||
- Sem registo
|
||||
- Sem notificações
|
||||
- Código-fonte aberto
|
||||
|
||||
Clique no ícone do seu método de pagamento preferido abaixo:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
## Porquê doar ao Organic Maps?
|
||||
|
||||
1. O nosso objetivo é fornecer uma alternativa ao Google Maps e ao Apple
|
||||
Maps centrada na privacidade, rápida e fácil de utilizar.
|
||||
2. Melhorar os dados de mapas públicos para os inúmeros sítios web,
|
||||
aplicações e plataformas que utilizam o OpenStreetMap e envolver mais
|
||||
pessoas na contribuição de informações de mapas é outro dos nossos
|
||||
objetivos.
|
||||
3. Contamos com os vossos donativos para levar a cabo a nossa missão de
|
||||
manter os Mapas Orgânicos abertos e livres. E livre de anúncios.
|
||||
4. Adoramos o que fazemos e adoramos os nossos utilizadores ❤️.
|
||||
|
||||
## Porque é que um projeto gratuito precisa de dinheiro?
|
||||
|
||||
1. Em 2023, o Organic Maps obteve o seu primeiro milhão de utilizadores. Os
|
||||
nossos servidores fornecem atualizações de mapas gratuitas, rápidas e
|
||||
frequentes em todo o mundo.
|
||||
2. O apoio ao utilizador, a correção de erros e a melhoria da estabilidade
|
||||
da aplicação estão no topo das nossas prioridades. Existem [mais de 1800
|
||||
problemas no GitHub][github issues], e este número está a aumentar todos
|
||||
os dias. A AppStore, o Google Play e os e-mails de apoio estão inundados
|
||||
de comentários e erros. Queremos fornecer um produto de alta qualidade.
|
||||
3. Com dinheiro suficiente, as novas funcionalidades podem ser desenvolvidas
|
||||
mais rapidamente, por exemplo:
|
||||
- Cópia de segurança e sincronização de marcadores e trilhos
|
||||
- Gravador de trajetos GPS com suporte de GPX
|
||||
- Imagens de satélite
|
||||
- Transporte público
|
||||
- Informação sobre tráfego e acidentes
|
||||
- Fotografias e avaliações
|
||||
- Melhores estilos de mapas para diferentes atividades
|
||||
- Sombreamento de colinas e terreno 3D
|
||||
- Melhorar o editor do OpenStreetMap
|
||||
- Melhor pesquisa de endereços offline, roteamento e navegação
|
||||
- ... e [muitas outras][github issues] funcionalidades que deseja e adora
|
||||
|
||||
## Como fazer um donativo?
|
||||
|
||||
Clique no ícone do seu método de pagamento preferido abaixo:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Os donativos recorrentes são a melhor forma de garantir um rendimento
|
||||
relativamente estável para o projeto e de nos motivar para tarefas e
|
||||
objetivos a longo prazo. Mas também pode fazer um donativo único.
|
||||
|
||||
### Transferência bancária
|
||||
|
||||
{{ bank_transfer() }}
|
||||
|
||||
### Criptomoeda
|
||||
|
||||
Considere a possibilidade de efetuar um donativo anual para reduzir as taxas
|
||||
totais.
|
||||
|
||||
{{ crypto_table() }}
|
||||
|
||||
## Pode ajudar-nos de outra forma?
|
||||
|
||||
Sim! Há muitas maneiras de apoiar o Organic Maps. Por favor, consulte a
|
||||
página [Contribuir](@/contribute/index.pt.md) para mais detalhes.
|
||||
|
||||
{{ references() }}
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Пожертвовать и поддержать Organic Maps деньгами
|
||||
title: Пожертвовать и финансово поддержать проект
|
||||
description: Помогите проекту финансово
|
||||
weight: 10
|
||||
extra:
|
||||
|
@ -7,7 +7,7 @@ extra:
|
|||
preview_image: donate/donate.png
|
||||
---
|
||||
|
||||
Благодаря вашим **[пожертвованиям][stripe]** в **[RUB][stripe_rub]**, **[EUR][stripe_eur]**, **[USD][stripe_usd]**, **[GBP][stripe_GBP]**, **[CHF][stripe_chf]**, **Organic Maps**:
|
||||
Благодаря вашим **[пожертвованиям][stripe]**, **Organic Maps**:
|
||||
|
||||
- Бесплатны для всех;
|
||||
- Без рекламы;
|
||||
|
@ -33,6 +33,7 @@ extra:
|
|||
3. При наличии достаточного количества денег можно будет быстрее разрабатывать новые функции, например:
|
||||
- Еженедельное и автоматическое обновление картографических данных
|
||||
- Резервное копирование и синхронизация меток
|
||||
- Android Auto
|
||||
- Запись GPS-треков с поддержкой GPX
|
||||
- Улучшенные стили карт для различных видов туризма и путешествий
|
||||
- Трёхмерный рельеф
|
||||
|
@ -63,12 +64,12 @@ Organic Maps существует исключительно благодаря
|
|||
- [Linux Desktop Beta (packages)](https://repology.org/project/organicmaps/versions)
|
||||
- Сообщайте о проблемах и предлагайте новые идеи [на GitHub][issues] или [по почте][email];
|
||||
- Нарисуйте свой дом и район вокруг в [OpenStreetMap](https://openstreetmap.org);
|
||||
- Помогите с [переводом](https://github.com/organicmaps/organicmaps/blob/master/docs/TRANSLATIONS.md) приложения и веб-сайта на другие языки;
|
||||
- Помогите с [переводом](https://github.com/organicmaps/organicmaps/blob/master/docs/TRANSLATIONS.md) приложения и веб-сайта на другие языки.
|
||||
- Поучаствуйте в [разработке][contributing] приложения под Android и iOS;
|
||||
- Помогите нам с маркетингом, поддержкой пользователей, дизайном;
|
||||
- Подпишитесь на нас в [Facebook][facebook], [Twitter][twitter] и [Instagram][instagram];
|
||||
- Подпишитесь на нас в [Facebook][facebook], [Twitter][twitter] и [Instagram][instagram].
|
||||
- Расскажите своим друзьям и знакомым.
|
||||
|
||||
[stripe_rub]: https://donate.organicmaps.app/?currency=rub "Поддержать проект рублями"
|
||||
[stripe]: https://donate.organicmaps.app/ "Donate via Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues"
|
||||
|
||||
{{ references() }}
|
||||
|
|
83
content/donate/index.sv.md
Normal file
83
content/donate/index.sv.md
Normal file
|
@ -0,0 +1,83 @@
|
|||
---
|
||||
description: "Dina pengar betalar alla projektrelaterade utgifter och motiverar oss att förbättra Organic Maps."
|
||||
extra:
|
||||
menu_title: Donera
|
||||
preview_image: donate/donate.png
|
||||
title: "Donera för att stödja utvecklingen av Organic Maps"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Appen Organic Maps är _gratis för alla_ tack vare era
|
||||
**[donationer][stripe]**:
|
||||
|
||||
- Inga annonser
|
||||
- Ingen spårning
|
||||
- Ingen registrering
|
||||
- Inga push-notifikationer
|
||||
- Öppen källkod
|
||||
|
||||
Klicka på en ikon för önskad betalningsmetod nedan:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
## Varför ska jag donera till Organic Maps?
|
||||
|
||||
1. Vi är beroende av dina donationer för att kunna utföra vårt uppdrag att
|
||||
hålla Organic Maps öppet och fritt. Och fria från annonser.
|
||||
2. Vi är ett fåtal entusiaster som bidrar på vår fritid och lägger våra
|
||||
familjers pengar på projektet. Vi älskar det vi gör och vi älskar våra
|
||||
användare ❤️.
|
||||
3. Med ditt stöd vill vi bli en bättre version av Google Maps med fokus på
|
||||
personlig integritet.
|
||||
|
||||
## Vad kommer pengarna att användas till?
|
||||
|
||||
1. Vi betalar för snabba servrar, så att alla i världen kan ladda ner gratis
|
||||
kartuppdateringar utan fördröjning. Det handlar om hundratals terabyte
|
||||
varje månad, och mängden ökar.
|
||||
2. Användarstöd, felavhjälpning och förbättrad stabilitet i appen står högst
|
||||
upp på vår prioriteringslista. Det finns [fler än 1 200 problem på
|
||||
GitHub][github issues], och antalet ökar varje dag. AppStore, Google
|
||||
Play och supportmejl översvämmas av kommentarer och buggrapporter. Vi
|
||||
vill leverera en högkvalitativ produkt.
|
||||
3. Med tillräckligt med pengar kan nya funktioner utvecklas snabbare, till
|
||||
exempel:
|
||||
- Automatiska uppdateringar av kartdata varje vecka
|
||||
- Säkerhetskopiering och synkronisering av bokmärken
|
||||
- Android Auto
|
||||
- Inspelning av GPS-spår med GPX-stöd
|
||||
- Bättre versioner av kartan för olika aktiviteter
|
||||
- Skuggning av kullar och berg samt 3D-terräng
|
||||
- Förbättring av OpenStreetMap-redigeraren
|
||||
- Bättre adressökning, vägvisning och navigering offline
|
||||
- Kollektivtrafik
|
||||
- ... och [många andra][github issues] funktioner som efterfrågas och
|
||||
uppskattas
|
||||
|
||||
## Hur kan man donera?
|
||||
|
||||
Klicka på en ikon för önskad betalningsmetod nedan:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
Återkommande donationer är det bästa sättet att säkerställa en relativt
|
||||
stabil inkomst för projektet och motivera oss för långsiktiga uppgifter och
|
||||
mål. Men du kan också skänka en engångssumma.
|
||||
|
||||
### Banköverföring
|
||||
|
||||
{{ bank_transfer() }}
|
||||
|
||||
### Kryptovalutor
|
||||
|
||||
Donera gärna årsvis för att minska avgifterna.
|
||||
|
||||
{{ crypto_table() }}
|
||||
|
||||
## Finns det fler sätt att hjälpa er på?
|
||||
|
||||
Ja! Det finns många sätt att stödja Organic Maps. Se sidan [Support
|
||||
Us](@/support-us/index.sv.md) för mer information.
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ "Donera via Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub Issues"
|
|
@ -35,6 +35,7 @@ Organic Maps, **[bağışlarınız][stripe]** sayesinde _herkes için ücretsizd
|
|||
3. Yeterli para ile yeni özellikler daha hızlı geliştirilebilir, örneğin:
|
||||
- Haftalık ve otomatik harita güncellemeleri
|
||||
- Yer imleri yedekleme ve senkronizasyon
|
||||
- Android Auto desteği
|
||||
- GPX desteği sunan bir GPS kaydedici
|
||||
- Farklı etkinlikler için daha iyi harita stilleri
|
||||
- Tepe gölgeleri ve 3B arazi görünümü
|
||||
|
@ -64,7 +65,7 @@ Lütfen toplam ücretleri azaltmak için yıllık bağış yapmayı düşünün.
|
|||
## Size başka bir şekilde yardımcı olabilir miyim?
|
||||
|
||||
Evet! Organic Maps'i desteklemenin birçok yolu var. Daha fazla
|
||||
detay için lütfen [Bizi Destekleyin](@/contribute/index.tr.md) sayfasına bakın.
|
||||
detay için lütfen [Bizi Destekleyin](@/support-us/index.tr.md) sayfasına bakın.
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ "Stripe ile Bağış Yapın"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub'daki Öneri ve Hatalar Listesi"
|
||||
|
|
|
@ -22,37 +22,34 @@ Organic Maps є _безкоштовним для всіх_ завдяки ваш
|
|||
|
||||
## Чому варто пожертвувати на Organic Maps?
|
||||
|
||||
1. Наша мета – створити швидку та просту у використанні альтернативу Google
|
||||
Maps і Apple Maps, орієнтовану на приватність.
|
||||
2. Ще однією нашою метою є покращення загальнодоступних даних мап для
|
||||
численних вебсайтів, застосунків і платформ, які використовують
|
||||
OpenStreetMap, і залучення більшої кількості людей для додавання
|
||||
інформації про мапу.
|
||||
3. Ми покладаємося на ваші пожертви, щоб здійснювати нашу місію - тримати
|
||||
1. Ми покладаємося на ваші пожертви, щоб здійснювати нашу місію - тримати
|
||||
Organic Maps відкритим та безкоштовним. А також вільним від реклами.
|
||||
4. Нам подобається те, що ми робимо, і ми любимо наших користувачів ❤️.
|
||||
2. Ми - кілька ентузіастів, які роблять свій внесок у вільний час і
|
||||
витрачають на проєкт гроші своїх родин. Ми любимо те, що робимо, і ми
|
||||
любимо наших користувачів ❤️.
|
||||
3. З вашою підтримкою ми хочемо стати кращою, орієнтованою на
|
||||
конфіденційність версією Google Maps.
|
||||
|
||||
## Навіщо безплатному проєкту потрібні гроші?
|
||||
## На що підуть ці кошти?
|
||||
|
||||
1. У 2023 році Organic Maps отримав свій перший мільйон користувачів. Наші
|
||||
сервери забезпечують безоплатне, швидке та часте оновлення мап по всьому
|
||||
світу.
|
||||
1. Ми платимо за швидкі сервери, щоб будь-хто у світі міг завантажувати
|
||||
безкоштовні оновлення картографічних даних без затримок. Це сотні
|
||||
терабайт щомісяця, і обʼєми зростають.
|
||||
2. Підтримка користувачів, виправлення помилок та покращення стабільності
|
||||
роботи застосунку є одними з наших пріоритетів. На GitHub існує [1800+
|
||||
проблем][github issues], і ця кількість зростає щодня. AppStore, Google
|
||||
Play та електронна пошта служби підтримки переповнені коментарями та
|
||||
помилками. Ми хочемо створювати якісний продукт.
|
||||
3. Наприклад, маючи достатньо грошей, можна швидше розробляти нові функції:
|
||||
- Резервне копіювання та синхронізація закладок і маршрутів
|
||||
- Щотижневе та автоматичне оновлення картографічних даних
|
||||
- Резервне копіювання та синхронізація закладок
|
||||
- Android Auto
|
||||
- GPS реєстратор з підтримкою GPX
|
||||
- Супутникові знімки
|
||||
- Громадський транспорт
|
||||
- Звітність про дорожній рух та аварії
|
||||
- Фото та відгуки
|
||||
- Кращі стилі мап для різних видів діяльності
|
||||
- Затінення пагорбів і 3D-рельєф
|
||||
- Досконаліший редактор OpenStreetMap
|
||||
- Покращення редактору OpenStreetMap
|
||||
- Покращений пошук адрес, маршрутизація та навігація в автономному режимі
|
||||
- Громадський транспорт
|
||||
- ... і [багато інших][github issues] функцій, які ви хочете і любите
|
||||
|
||||
## Як пожертвувати?
|
||||
|
@ -79,7 +76,8 @@ Organic Maps є _безкоштовним для всіх_ завдяки ваш
|
|||
## Чи можете ви допомогти нам ще якимось чином?
|
||||
|
||||
Так! Існує багато способів підтримати Organic Maps. Будь ласка, відвідайте
|
||||
сторінку [Підтримайте нас](@/contribute/index.uk.md) для отримання більш
|
||||
сторінку [Підтримайте нас](@/support-us/index.uk.md) для отримання більш
|
||||
детальної інформації.
|
||||
|
||||
{{ references() }}
|
||||
[stripe]: https://donate.organicmaps.app/ "Пожертвуйте через Stripe"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "Проблеми на GitHub"
|
||||
|
|
67
content/donate/index.zh-Hans.md
Normal file
67
content/donate/index.zh-Hans.md
Normal file
|
@ -0,0 +1,67 @@
|
|||
---
|
||||
description: "您的捐款用于支付项目相关的所有费用,并激励我们改进 Organic Maps 。"
|
||||
extra:
|
||||
menu_title: 捐赠
|
||||
preview_image: donate/donate.png
|
||||
title: "捐赠支持 Organic Maps 发展"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
Organic Maps 应用程序 _对每个人都是免费的_ ,感谢您的**[donations][stripe]** :
|
||||
|
||||
- 无广告
|
||||
- 没有追踪器
|
||||
- 无需注册
|
||||
- 无推送通知
|
||||
- 开源
|
||||
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
## 为何要捐赠给 Organic Maps ?
|
||||
|
||||
1. 您的捐赠助我们前行,保持Organic Maps的开放与和自由,远离广告。
|
||||
2. 我们是一小群爱好者,利用闲暇时间作贡献,并为项目花费家财。 我们爱工作,也爱用户❤️。
|
||||
3. 蒙您支持,我们希望成为更好、注重隐私的谷歌地图。
|
||||
|
||||
## 捐款如何使用?
|
||||
|
||||
1. 我们为快速服务器付费,所以任何人都可以快速、免费更新地图数据,而不会有延迟。 每月有数百兆字节,而且数量不断增长。
|
||||
2. 用户支持、修复问题和提高应用程序稳定性是我们的首要任务。 在GitHub上有[1800多个问题][github issues],而且这个数字每天都在增长。 AppStore、Google Play和支持邮件中满是评论和问题。我们希望提供高品质应用程序。
|
||||
3. 有了充足的资金,我们就可以更快开发新功能,例如:
|
||||
- 每周和自动更新地图数据
|
||||
- 书签备份和同步
|
||||
- Android Auto
|
||||
- 支持GPX的GPS轨迹记录器
|
||||
- 为不同的活动提供更好的地图风格
|
||||
- 山体着色和三维地形
|
||||
- 改进OpenStreetMap编辑器
|
||||
- 更好的离线地址搜索、路线选择和导航
|
||||
- 公共交通
|
||||
- ...和[许多其他][github issues]您想要和喜欢的功能
|
||||
|
||||
## 如何捐赠?
|
||||
|
||||
Click on your preferred payment method icon below:
|
||||
|
||||
{{ donate_buttons() }}
|
||||
|
||||
定期捐赠是确保项目有相对稳定收入的最好方式,并将激励我们完成长期任务和目标。但您也可以只捐赠一次。
|
||||
|
||||
### 银行转账
|
||||
|
||||
{{ bank_transfer() }}
|
||||
|
||||
### 加密货币
|
||||
|
||||
请考虑每年捐款以减少总费用。
|
||||
|
||||
{{ crypto_table() }}
|
||||
|
||||
## 您能以任何其他方式帮助我们吗?
|
||||
|
||||
是的!支持Organic Maps,方法很多。请参阅[支持我们](@/support-us/index.zh-Hans.md)页面了解更多详情。
|
||||
|
||||
[stripe]: https://donate.organicmaps.app/ "通过Stripe捐款"
|
||||
[github issues]: https://github.com/organicmaps/organicmaps/issues "GitHub论坛"
|
BIN
content/download/bg.png
Normal file
BIN
content/download/bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
27
content/download/index.md
Normal file
27
content/download/index.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
description:
|
||||
template: download.html
|
||||
weight: 10
|
||||
extra:
|
||||
hero_title: Download
|
||||
hero_description: Organic Maps
|
||||
hero_image: /download/bg.png
|
||||
menu_title_pre: Home
|
||||
mobile_payment_title: Mobile
|
||||
desktop_payment_title: Desktop
|
||||
mobile_payment_methods_1: IOS
|
||||
mobile_payment_methods_2: Android
|
||||
desktop_payment_methods_1: MacOS
|
||||
desktop_payment_methods_2: Linux
|
||||
mobile_shop_name_1: App Store
|
||||
mobile_shop_name_2: Play Store
|
||||
mobile_shop_name_3: F-Droid
|
||||
mobile_shop_name_4: AppGallery
|
||||
desktop_shop_name_1: MacOS
|
||||
desktop_shop_name_2: Linux
|
||||
download_section_title: Already downloaded?
|
||||
download_section_list_title_1: Offline Maps
|
||||
download_section_list_title_2: Privacy-Centric
|
||||
download_section_list_title_3: No data collection
|
||||
download_section_list_title_4: Community-Driven
|
||||
---
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Häufige Fragen und Antworten
|
||||
description: In dieser FAQ findest du Antworten auf viele Fragen zur Organic Maps App, zu unseren Mitarbeitern und zu unserem Projekt
|
||||
extra:
|
||||
menu_title: F.A.Q.
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Preguntas frecuentes de la aplicación Organic Maps
|
||||
description: Estas FAQ responden a muchas preguntas sobre la aplicación Organic Maps, nuestros colaboradores y nuestro proyecto
|
||||
extra:
|
||||
menu_title: Preguntas Frecuentes
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Foire aux questions
|
||||
description: Cette FAQ répond à de nombreuses questions sur l'application Organic Maps, nos contributeurs et notre projet.
|
||||
extra:
|
||||
menu_title: F.A.Q.
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Domande frequenti
|
||||
description: Questa sezione contiene le risposte a molte domande sull'applicazione Organic Maps, sui nostri collaboratori e sul nostro progetto
|
||||
extra:
|
||||
menu_title: Domande frequenti
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Frequently Asked Questions
|
||||
description: This FAQ has answers to many questions about Organic Maps app, our contributors, and our project
|
||||
extra:
|
||||
menu_title: F.A.Q.
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Pytania i odpowiedzi
|
||||
description: Ten FAQ zawiera odpowiedzi na wiele pytań dotyczących aplikacji Organic Maps, naszych współpracowników i naszego projektu
|
||||
extra:
|
||||
menu_title: Pomoc
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Perguntas frequentes
|
||||
description: Este FAQ contém respostas para muitas perguntas sobre o aplicativo Organic Maps, nossos colaboradores e nosso projeto
|
||||
extra:
|
||||
menu_title: Perguntas frequentes
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Perguntas frequentes
|
||||
description: Esta FAQ contém respostas a muitas perguntas sobre a aplicação Organic Maps, os nossos colaboradores e o nosso projeto
|
||||
extra:
|
||||
menu_title: Perguntas frequentes
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Справка и часто задаваемые вопросы
|
||||
description: В этом разделе есть ответы на многие вопросы о приложении Organic Maps
|
||||
extra:
|
||||
menu_title: Справка
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Sıkça Sorulan Sorular
|
||||
description: Bu SSS, Organic Maps uygulaması, katkıda bulunanlarımız ve projemiz hakkında birçok sorunun yanıtını içermektedir
|
||||
extra:
|
||||
menu_title: SSS
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Довідка та часті питання
|
||||
description: Відповіді на поширені запитання стосовно застосунка Organic Maps
|
||||
extra:
|
||||
menu_title: Довідка
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: 问题和解答
|
||||
description: 本常见问题回答了有关有机地图应用程序、我们的贡献者和我们项目的许多问题
|
||||
extra:
|
||||
menu_title: 问题和解答
|
||||
---
|
||||
|
||||
### 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.
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: Was kann ich tun, wenn die App sich aufhängt oder wenn sie abstürzt?
|
||||
description: ""
|
||||
updated: "2024-06-12"
|
||||
|
||||
taxonomies:
|
||||
faq: ["App"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
Es ist wahrscheinlich unser Fehler und wir werden ihn gerne im nächsten Update beheben.
|
||||
|
||||
Android: Wenn Sie Ihre Karten auf einer SD-Karte speichern, ist die wahrscheinlichste Ursache eine fehlerhafte SD-Karte. Sie können Ihre SD-Karte formatieren oder besser durch eine neue ersetzen. Wenn Sie die App selbst auf die SD-Karte verschoben haben, verschieben Sie sie bitte zurück in den internen (Geräte-) Speicher.
|
||||
|
||||
Wenn das Problem weiterhin besteht, [kontaktieren Sie uns bitte](mailto:support@organicmaps.app) und geben Sie uns:
|
||||
|
||||
* Eine kurze Beschreibung des Problems
|
||||
* Die Organic Maps Version
|
||||
* Ihr Gerätemodell und Betriebssystemversion (Android oder iOS).
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: Qué hago si la aplicación se detiene o se bloquea?
|
||||
description: ""
|
||||
updated: "2024-06-12"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Aplicación"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
Probablemente sea nuestro error y estaremos encantados de solucionarlo en la próxima actualización.
|
||||
|
||||
Android: Si almacenas los mapas en una tarjeta SD, lo más probable es que el error se deba a un fallo de la tarjeta. Puedes formatear la tarjeta SD o, mejor aún, cambiarla por otra nueva. Si has movido la app a la tarjeta SD, muévela al almacenamiento interno (de tu dispositivo).
|
||||
|
||||
Si el problema persiste [ponte en contacto con nosotros](mailto:support@organicmaps.app) y especifica por favor:
|
||||
|
||||
* la descripción corta del problema
|
||||
* la version de Organic Maps
|
||||
* el modelo de dispositivo y la versión de OS (Android o iOS).
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: Pourquoi l'application s'arrête ou crash?
|
||||
description: ""
|
||||
updated: "2024-06-12"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Application"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
C'est probablement notre bug, et nous serons heureux de le corriger dans la prochaine mise à jour.
|
||||
|
||||
Android: Si vous stockez les cartes sur carte SD, vous pouvez la formater, c'est la cause la plus courante. Le formatage ou le remplacement résouds le plus souvent le problème.
|
||||
|
||||
Si le problème subsiste, merci de nous [contacter](mailto:support@organicmaps.app) et envoyer nous:
|
||||
|
||||
* un rapport d'erreur et une description du problème
|
||||
* la version de Organic Maps
|
||||
* Le modèle de l'appareil et la version du système d'exploitation (Android ou iOS).
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
title: What can I do if the app has stopped/crashed?
|
||||
description: What actions to take if the application crashes. How to report critical bugs to developers
|
||||
updated: "2024-06-20"
|
||||
|
||||
taxonomies:
|
||||
faq: ["App"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
On Android, if you store your maps on an SD card, the most likely cause is a faulty SD card. You can:
|
||||
1. Delete all downloaded maps and re-download them again to the SD card (may not work again).
|
||||
2. Delete all downloaded maps, select Internal device storage, and re-download maps.
|
||||
3. Format SD card and re-download maps.
|
||||
4. Buy a new SD card (recommended)
|
||||
|
||||
If the app still crashes, please check [our GitHub](https://github.com/organicmaps/organicmaps/issues/) for similar issues, and [contact us](mailto:support@organicmaps.app) and provide the following:
|
||||
|
||||
* A detailed description of the issue and steps to reproduce it
|
||||
* Organic Maps version
|
||||
* Device model and OS version (Android or iOS)
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: Co mogę zrobić, jeśli aplikacja nie odpowiada/uległa awarii?
|
||||
description: ""
|
||||
updated: "2024-06-12"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Aplikacja"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
Bu muhtemelen bizim hatamız ve bir sonraki güncellemede bunu düzeltmekten mutluluk duyacağız.
|
||||
|
||||
Android'de, haritalarınızı bir SD kartta saklarsanız, bunun en olası nedeni hatalı bir SD karttır. SD kartınızı biçimlendirebilir veya daha iyisi yenisiyle değiştirebilirsiniz. Uygulamayı SD karta taşıdıysanız, lütfen tekrar dahili (cihaz) depolama alanına taşıyın.
|
||||
|
||||
Sorun devam ederse, lütfen [bizimle iletişime geçin](mailto:support@organicmaps.app) ve şunları ekleyin:
|
||||
|
||||
* sorunun kısa açıklaması
|
||||
* Organic Maps sürümü
|
||||
* cihaz modeli ve İşletim Sistemi sürümü (Android veya iOS).
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: O que posso fazer se o aplicativo parar (travar)?
|
||||
description: ""
|
||||
updated: "2024-06-12"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Aplicativa"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
É provavelmente o nosso bug e ficaremos felizes em corrigi-lo na próxima atualização.
|
||||
|
||||
Android: se você armazenar seus mapas em um cartão SD, a causa mais provável é um cartão SD defeituoso. Você pode formatar seu cartão SD ou, melhor ainda, substituí-lo por um novo. Se você moveu o aplicativo para o cartão SD, mova-o de volta para o armazenamento interno (dispositivo).
|
||||
|
||||
Se o problema persistir, entre em [contato](mailto:support@organicmaps.app) conosco e forneça as seguintes informações:
|
||||
|
||||
* descrição do problema e etapas para recriá-lo
|
||||
* Versão do Organic Maps
|
||||
* modelo de dispositivo e versão do sistema operacional (Android ou iOS).
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: O que fazer se a aplicação parar de funcionar (bloquear)?
|
||||
description: ""
|
||||
updated: "2024-06-12"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Aplicativa"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
É provavelmente um erro inesperado e ficaremos contentes em corrigi-lo na próxima atualização.
|
||||
|
||||
Android: se armazena os mapas num cartão SD, a causa mais provável é ser um cartão SD defeituoso. Pode tentar formatar o cartão SD ou melhor ainda, substituí-lo por um novo. Se moveu a aplicação para o cartão SD, mova-o novamente no sentido inverso para o armazenamento interno (dispositivo).
|
||||
|
||||
Se mesmo assim o problema persistir, por favor [contacte-nos](mailto:support@organicmaps.app) e forneça as seguintes informações:
|
||||
|
||||
* descrição do problema e etapas para o recriar
|
||||
* Versão do Organic Maps
|
||||
* modelo do dispositivo e versão do sistema operativo (Android ou iOS).
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: Что делать, если приложение перестало работать (остановлено)?
|
||||
description: ""
|
||||
updated: "2024-06-12"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Общие"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
Это, скорее всего, баг в нашем коде, и мы будем рады исправить его в следующем обновлении.
|
||||
|
||||
На Android чаще всего эта проблема связана с плохой SD-картой. Если вы храните загруженные карты стран на SD-карте, попробуйте отформатировать ее, а лучше замените на новую. Если вы переместили само приложение на SD карту, пожалуйста, верните его назад в память устройства.
|
||||
|
||||
Если ошибка осталась, пожалуйста, [сообщите нам](mailto:support@organicmaps.app) о проблеме и уточните следующую информацию:
|
||||
|
||||
* краткое описание проблемы
|
||||
* версия Organic Maps
|
||||
* модель устройства и версия ОС (Android или iOS).
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: Uygulama durdurulursa/çökerse ne yapabilirim?
|
||||
description: ""
|
||||
updated: "2024-06-12"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Başvuru"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
Bu muhtemelen bizim hatamız ve bir sonraki güncellemede bunu düzeltmekten mutluluk duyacağız.
|
||||
|
||||
Android'de, haritalarınızı bir SD kartta saklarsanız, bunun en olası nedeni hatalı bir SD karttır. SD kartınızı biçimlendirebilir veya daha iyisi yenisiyle değiştirebilirsiniz. Uygulamayı SD karta taşıdıysanız, lütfen tekrar dahili (cihaz) depolama alanına taşıyın.
|
||||
|
||||
Sorun devam ederse, lütfen [bizimle iletişime geçin](mailto:support@organicmaps.app) ve şunları ekleyin:
|
||||
|
||||
* sorunun kısa açıklaması
|
||||
* Organic Maps sürümü
|
||||
* cihaz modeli ve İşletim Sistemi sürümü (Android veya iOS).
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: Що робити, якщо додаток несподівано закрився або вийшов з ладу?
|
||||
description: ""
|
||||
updated: "2024-06-12"
|
||||
|
||||
taxonomies:
|
||||
faq: ["Загальні"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
Ймовірно, це наша помилка, і ми будемо раді виправити її в наступному оновленні.
|
||||
|
||||
Для Android пристроїв, якщо ви зберігаєте карти на SD-карті, найімовірнішою причиною є несправна SD-карта. Ви можете відформатувати SD-карту, а ще краще замінити її на нову. Якщо ви перемістили саму програму на SD-карту, будь ласка, поверніть його назад у внутрішню пам'ять пристрою.
|
||||
|
||||
Якщо проблема не зникне, будь ласка [зв'яжіться з нами](mailto:support@organicmaps.app) і повідомте:
|
||||
|
||||
* короткий опис проблеми
|
||||
* версію Organic Maps
|
||||
* модель пристрою та версія ОС (Android або iOS).
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: 如果应用停止运行(或崩溃),我该怎么办
|
||||
description: ""
|
||||
updated: "2024-06-12"
|
||||
|
||||
taxonomies:
|
||||
faq: ["应用"]
|
||||
|
||||
extra:
|
||||
order: 30
|
||||
---
|
||||
|
||||
这可能是 Organic Maps 的 bug,我们将很乐意在下一个更新中修复。
|
||||
|
||||
在安卓设备上,如果您将地图存储在 SD 卡上,最有可能的原因是 SD 卡故障。 您可以格式化 SD 卡,或者更好的办法是用新的替换。 如果您将应用本身移动到 SD 卡上,请将其移回到内部(设备)存储。
|
||||
|
||||
如果问题仍然存在,请 [与我们联系](mailto:support@organicmaps.app) 并提供以下信息:
|
||||
|
||||
* 问题的简要描述
|
||||
* Organic Maps 的版本
|
||||
* 设备型号和操作系统版本(安卓或 iOS)。
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
title: ¿Cómo utilizar Android Auto?
|
||||
description: Preguntas frecuentes de la aplicación Organic Maps
|
||||
slug: como-utilizar-android-auto
|
||||
|
||||
taxonomies:
|
||||
faq: ["Aplicación"]
|
||||
|
||||
extra:
|
||||
order: 20
|
||||
---
|
||||
|
||||
Para utilizar OM con Android Auto, necesita al menos una versión de Android 8.0 (Oreo) o posterior.
|
||||
|
||||
Por favor, compruebe la [página web de Android Auto](https://www.android.com/auto/) para obtener más detalles.
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
title: Comment utiliser Android Auto ?
|
||||
description: Configuration minimale requise pour utiliser Organic Maps avec Android Auto
|
||||
slug: comment-utiliser-android-auto
|
||||
|
||||
taxonomies:
|
||||
faq: ["Application"]
|
||||
|
||||
extra:
|
||||
order: 20
|
||||
---
|
||||
|
||||
Pour utiliser Organic Maps sur Android Auto, vous avez besoin d'un appareil avec au minimum Android 8.0 (Oreo) ou ultérieure.
|
||||
|
||||
Veuillez consulter le [site web d'Android Auto](https://www.android.com/auto/) pour plus de détails.
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
title: Come si usa Android Auto?
|
||||
description: "Domande frequenti sull'applicazione Organic Maps"
|
||||
slug: come-si-usa-android-auto
|
||||
|
||||
taxonomies:
|
||||
faq: ["Applicazione"]
|
||||
|
||||
extra:
|
||||
order: 20
|
||||
---
|
||||
|
||||
Per utilizzare Organic Maps con Android Auto, è necessario disporre almeno della versione 8.0 (Oreo) o successiva di Android.
|
||||
|
||||
Per ulteriori informazioni, consultare il [sito web di Android Auto](https://www.android.com/auto/).
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
title: How to use Android Auto?
|
||||
description: Minimum requirements to run Organic Maps with Android Auto
|
||||
updated: "2024-06-20"
|
||||
|
||||
taxonomies:
|
||||
faq: ["App"]
|
||||
|
||||
extra:
|
||||
order: 20
|
||||
---
|
||||
|
||||
To use OM with Android Auto, you need at least an Android version 8.0 (Oreo) or later. Moreover you need to download Organic Maps from the Google Play Store as Google only allows Google approved apps on Android Auto.
|
||||
|
||||
Please check the [Android Auto website](https://www.android.com/auto/) for further details.
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
title: ¿Qué versiones de iOS y Android están soportadas?
|
||||
description: "Preguntas frecuentes de la aplicación Organic Maps"
|
||||
slug: que-versiones-de-ios-y-android-estan-soportadas
|
||||
|
||||
taxonomies:
|
||||
faq: ["Aplicación"]
|
||||
|
||||
extra:
|
||||
order: 10
|
||||
---
|
||||
|
||||
Necesita al menos iOS 12 o Android 5 para ejecutar la aplicación. Los dispositivos con versiones posteriores pueden ejecutar Organic Maps.
|
||||
|
||||
En Android, Organic Maps puede funcionar en dispositivos con los Servicios de Google instalados y sin soporte de Google.
|
||||
|
||||
Para utilizar OM con Android Auto, revise por favor los requisitos [aquí](../como-utilizar-android-auto/).
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue