Initial import

This commit is contained in:
Roman Tsisyk 2021-06-09 12:15:12 +03:00
commit e272e14304
28 changed files with 273 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*~
.DS_Store

1
CNAME Normal file
View file

@ -0,0 +1 @@
organicmaps.app

106
README.md Normal file
View file

@ -0,0 +1,106 @@
# Organic Maps
<a name="install"/>
**Organic Maps** is an Android & iOS offline maps app
for travelers, tourists, hikers, and cyclists based on top of crowd-sourced
**OpenStreetMap** data and curated with love by **MAPS.ME** founders.
<p float="left">
<a href="https://testflight.apple.com/join/lrKCl08I">
<img src="docs/badges/apple-appstore.png" width="180">
</a>
<a href="https://play.google.com/store/apps/details?id=app.organicmaps">
<img src="docs/badges/google-play.png" width="180">
</a>
<a href="https://appgallery.huawei.com/#/app/C104325611">
<img src="docs/badges/huawei-appgallery.png" width="180">
</a>
<a href="https://f-droid.org/en/packages/app.organicmaps/">
<img src="docs/badges/fdroid.png" width="180">
</a>
</p>
<p float="left">
<img src="docs/screenshots/1.jpg" width="400" />
<img src="docs/screenshots/2.jpg" width="400" />
<img src="docs/screenshots/3.jpg" width="400" />
<img src="docs/screenshots/4.jpg" width="400" />
</p>
## 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
- 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
- Fast offline search on the map and bookmarks
- Dark Mode to protect your eyes
## Why Organic?
Organic Maps is pure and organic, made with love:
- Respects your privacy
- Saves your battery
- No unexpected mobile data charges
Organic Maps 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
- <s>No pesticides</s>
The application is verified by <a href="https://reports.exodus-privacy.eu.org/en/reports/app.organicmaps/latest/">Exodus Privacy Project</a>:
<br/>
<img src="docs/privacy/exodus.png" width="400">
Organic Maps doesn't request excessive permissions to spy on you:
<p float="left">
<img src="docs/privacy/om.jpg" width="400">
<img src="docs/privacy/mm.jpg" width="400">
</p>
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)
## Beta
Please join our beta program, suggest your features, and report bugs:
- [iOS Beta (TestFlight)](https://testflight.apple.com/join/lrKCl08I)
- [Android Beta (Firebase)](https://appdistribution.firebase.google.com/pub/i/4fa64e2439ca20ff)
## Community
Organic Maps is an [open-source software](https://github.com/organicmaps/organicmaps)
licensed under the Apache License 2.0.
- Report bugs or issues to [the issue tracker](https://github.com/organicmaps/organicmaps/issues)
- [Discuss](https://github.com/organicmaps/organicmaps/discussions/categories/ideas) ideas or propose feature requests
- Subscribe to our [Telegram Channel](https://t.me/OrganicMapsApp) for updates
- Join our [Telegram Group](https://t.me/OrganicMaps) to discuss with other users
- Visit our [GitHub page](https://github.com/organicmaps/organicmaps)
- Contact us by [email](mailto:hello@organicmaps.app)
---
<sub>© 2021 [Organic Maps OÜ](mailto:legal@organicmaps.app), reg. code 16225385</sub>
<br/>
<sub>Harju maakond, Tallinn, Kristiine linnaosa, A. H. Tammsaare tee 47, 11316, Estonia</sub>

9
_config.yml Normal file
View file

@ -0,0 +1,9 @@
title: Organic Maps
tagline: Fast detailed offline maps for travelers, tourists, hikers and cyclists
description: >
Fast detailed offline maps for travelers, tourists, hikers and cyclists
curated with love by MAPS.ME founders
logo: android-chrome-512x512.png
plugins:
- jekyll-seo-tag
- jekyll-sitemap

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

9
browserconfig.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/badges/fdroid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
docs/badges/google-play.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
docs/privacy/exodus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
docs/privacy/mm.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
docs/privacy/om.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
docs/screenshots/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
docs/screenshots/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
docs/screenshots/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
docs/screenshots/4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

41
manifest.json Normal file
View file

@ -0,0 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}

BIN
mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

19
privacy.md Normal file
View file

@ -0,0 +1,19 @@
# Privacy Policy
Organic Maps respects your privacy and DO NOT TRACK YOU.
No tracking, no ads, no data collection, no spyware.
Reject surveillance - embrace your freedom.
Stay away from Big Tech's prying eyes!
If you have any questions or suggestions, please contact us at
[legal@organicmaps.app](mailto:legal@organicmaps.app).
<sub>This policy is effective as of 2021-04-24.</sub>
---
<sub>© 2021 [Organic Maps OÜ](mailto:legal@organicmaps.app), reg. code 16225385</sub>
<br/>
<sub>Harju maakond, Tallinn, Kristiine linnaosa, A. H. Tammsaare tee 47, 11316, Estonia</sub>

40
safari-pinned-tab.svg Normal file
View file

@ -0,0 +1,40 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="1024.000000pt" height="1024.000000pt" viewBox="0 0 1024.000000 1024.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M0 5120 l0 -5120 5120 0 5120 0 0 5120 0 5120 -5120 0 -5120 0 0
-5120z m5465 4130 c839 -78 1616 -478 2157 -1112 56 -65 103 -118 105 -118 2
0 54 13 116 30 226 59 507 96 652 84 224 -17 350 -84 411 -216 27 -58 29 -72
28 -178 -1 -144 -27 -238 -118 -425 -217 -442 -690 -949 -1187 -1271 -129 -84
-356 -201 -482 -249 l-99 -38 -146 46 c-708 223 -1170 190 -1617 -114 -164
-111 -267 -201 -686 -599 -312 -296 -516 -469 -781 -663 -66 -48 -128 -92
-137 -97 -14 -9 -13 -12 9 -30 53 -41 330 -202 440 -254 395 -187 756 -279
1155 -293 915 -32 1715 447 1919 1148 26 92 50 253 44 310 l-3 37 -125 -70
c-925 -514 -1797 -792 -2467 -787 l-148 1 65 15 c666 151 1270 355 1930 651
760 341 1479 767 1791 1059 l82 78 -6 -126 c-29 -543 -221 -1116 -604 -1808
-513 -925 -1408 -2073 -2410 -3091 l-193 -195 -217 220 c-654 661 -1325 1457
-1806 2142 -195 277 -440 661 -548 860 -26 48 -39 63 -56 63 -12 0 -84 -13
-160 -29 -230 -49 -346 -64 -508 -63 -120 0 -165 4 -228 21 -144 38 -258 116
-309 212 -20 38 -23 57 -22 149 0 86 5 120 28 190 201 617 1079 1506 1828
1854 l94 44 95 -40 c518 -216 1050 -200 1554 47 344 168 555 336 1110 885 444
439 518 503 642 550 l46 17 -103 58 c-1008 566 -2072 658 -2765 240 -318 -192
-553 -485 -675 -844 -32 -95 -80 -301 -80 -346 l0 -24 73 40 c206 116 624 307
882 404 610 230 1285 388 1645 384 63 0 60 -1 -125 -48 -576 -145 -1145 -368
-1815 -709 -612 -312 -1346 -766 -1713 -1059 -38 -30 -71 -52 -75 -49 -10 11
17 343 39 477 191 1180 1050 2147 2224 2504 190 58 460 110 660 128 93 8 488
6 590 -3z"/>
<path d="M8200 7794 c-69 -14 -240 -71 -253 -83 -4 -4 28 -77 72 -162 90 -175
136 -281 191 -445 21 -63 40 -116 43 -117 9 -4 136 155 192 238 102 154 145
264 145 371 0 103 -47 178 -127 202 -53 16 -181 14 -263 -4z"/>
<path d="M1960 5278 c-81 -96 -201 -276 -240 -361 -100 -221 -65 -394 89 -446
51 -17 185 -13 281 8 86 20 258 76 273 90 4 4 -22 62 -58 127 -82 150 -164
339 -224 516 -25 76 -49 138 -52 138 -4 0 -35 -33 -69 -72z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

19
site.webmanifest Normal file
View file

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

27
terms.md Normal file
View file

@ -0,0 +1,27 @@
# Terms
This app is licensed under the Apache License, Version 2.0 (the "License");
you may not use this application except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
Most libraries in the following directories made by other people and
organizations and licensed in different ways:
- 3party
- tools
Please refer to their LICENCE, COPYING or NOTICE files for terms of use.
See also [data/copyright.html](https://github.com/organicmaps/organicmaps/blob/master/data/copyright.html)
file for a full list of copyright notices.
If you have any questions or suggestions, please contact us at [legal@organicmaps.app](mailto:legal@organicmaps.app).
---
<sub>© 2021 [Organic Maps OÜ](mailto:legal@organicmaps.app), reg. code 16225385</sub>
<br/>
<sub>Harju maakond, Tallinn, Kristiine linnaosa, A. H. Tammsaare tee 47, 11316, Estonia</sub>