diff --git a/content/faq/map.md b/content/faq/map.md index c7247162..d682f468 100644 --- a/content/faq/map.md +++ b/content/faq/map.md @@ -26,7 +26,7 @@ By the way you use search to find all objects of such kind. ### How to maximize map? -Perform single tap on empty space to hide map interface and get fullscreen map. +Perform single tap on empty space to hide app interface and get fullscreen map. Tap on the map again to get UI back. ### What gestures OrganicMaps supports? @@ -35,7 +35,7 @@ Tap on the map again to get UI back. Use double tap to zoom in. -You can rotate, pan and zoom map with two fingers. +You can rotate, pan and zoom map with two fingers gestures. ### How to zoom in/zoom out with one hand? @@ -44,7 +44,7 @@ You can rotate, pan and zoom map with two fingers. Your browser does not support the video tag. -Tap twice on the screen and on the second tap just slide your finger up and down to zoom in and zoom out respectively. +Tap twice on screen and on the second tap just slide your finger up and down to zoom in and zoom out respectively. This gesture works on Android and iOS and not only in OrganicMaps. @@ -64,28 +64,71 @@ Accuracy degrade inside buildings, near constructions of steal or radiation sour To improve GPS precision go outside to be under clear sky. Enabling [Google Location Accuracy](https://support.google.com/maps/answer/2839911?co=GENIE.Platform%3DAndroid) on Android improves precision significantly. -### Нажатие на маленькую синюю стрелку направления в PP показывает диалог направления на выбранный объект. +### What is the purpose of little blue arrow? -### Что означают разные иконки на кнопке позиции (под кнопками зума)? Что за режимы вращения карты? + -### Как словить спутники? Если грубая позиция, то как это понять? +This arrow shows direction from your location to the point and distance. You should enable location to see it. +Press this button to see fullscreen indicator of orientation and distance. +You can use it for azimuth navigation if routing is not possible for some reason. -### Что означает кружочек вместо стрелки позиции? +### What does icon bellow zoom buttons mean? -### Как убедиться что данные и версия аппы самые свежие +| Icon | Meaning | +| ---- | ------- | +| | Location search is not initiated | +| | App is looking for location | +| | Current position is found. Map is centered on current position and oriented to North. | +| | Map is centered on current position and rotates according to device compas. | -### Что делать если загрузка карт не работает. -### Когда аплоадятся правки в OSM? Как они модерируются? -### How edits are uploaded on OpenStreetMap.org, how conflicts are resolved? +### How to catch GPS signal from satelites? How to tell if device got precise or rough position? -### Если недоступна кнопка редактировать место (в OSM) — значит надо обновить карты (и приложение) +??? -### Обновить карты до последней версии чтобы редактировать +### What if I see blue circle instead of my position triangle? -### В поиске можно вводить что угодно, не только то, что в категориях, но и любой другой тип на карте, отображаемый в Place Page +??? -### Секретные команды в поиске: ?vulkan, ?gl, ?edits +### How to make sure I have latest application installed and up-to-date maps? + +First make sure you installed updated app from [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], or [Huawei AppGallery][appgallery]. If maps data is outdated you will see red dot. Please download latest maps from menu. + + + +### How to deal with maps download errors? + +??? + +### How to make changes to the map? + + + +OrganicMaps works with map data from [OpenStreetMaps.org](https://osm.org) project. You can improve places details using "Edit Place" button. To make you changes available to others you need an account on [OpenStreetMaps.org](https://osm.org). If you want to change POI position, or clarify footway, or add buildings and bridges, please use [OpenStreetMaps.org](https://osm.org) site with enhanced editing tools. + +### How edits are uploaded on OpenStreetMaps.org, how conflicts are resolved? + +OrganicMaps application stores POI changes locally till internet connection is available. You can make changes while offline. Edits are uploaded to [OpenStreetMaps.org](https://osm.org) in background. If there are edit conflicts ??? + +### Who moderates changes? + +??? + +### Why "Edit place" button is disabled or hidden? + +Your maps data is more than 2 month old and requires update. Please install latest app and download up-to-date maps. + +### How to use search? + +You can search places, addresses, cities, sites and many other interrests. OrganicMaps looks not only by name but by type. You can find nearest drinking water, bycicle parking, bookstore or cave with search field. + +### What are secret search queries? + +`?vulkan`, `?gl` - ??? + +`?edits` - will show changes you made lately and its status. You can see if changes you made are already uploaded to [OpenStreetMaps.org](https://osm.org) or there were any problems? + +See [documentation](https://github.com/organicmaps/organicmaps/blob/master/docs/DEBUG_COMMANDS.md) for the full list of commands. {{ references() }} diff --git a/static/images/faq/faq-map-blue-arrow.jpg b/static/images/faq/faq-map-blue-arrow.jpg new file mode 100644 index 00000000..e269367b Binary files /dev/null and b/static/images/faq/faq-map-blue-arrow.jpg differ diff --git a/static/images/faq/faq-map-data-updates.png b/static/images/faq/faq-map-data-updates.png new file mode 100644 index 00000000..58f2c708 Binary files /dev/null and b/static/images/faq/faq-map-data-updates.png differ diff --git a/static/images/faq/faq-map-edit-button.jpg b/static/images/faq/faq-map-edit-button.jpg new file mode 100644 index 00000000..0c35ddf9 Binary files /dev/null and b/static/images/faq/faq-map-edit-button.jpg differ diff --git a/static/images/faq/faq-map-location-icon-1.png b/static/images/faq/faq-map-location-icon-1.png new file mode 100644 index 00000000..e47f318f Binary files /dev/null and b/static/images/faq/faq-map-location-icon-1.png differ diff --git a/static/images/faq/faq-map-location-icon-2.png b/static/images/faq/faq-map-location-icon-2.png new file mode 100644 index 00000000..a26e43a8 Binary files /dev/null and b/static/images/faq/faq-map-location-icon-2.png differ diff --git a/static/images/faq/faq-map-location-icon-3.png b/static/images/faq/faq-map-location-icon-3.png new file mode 100644 index 00000000..b8540c3a Binary files /dev/null and b/static/images/faq/faq-map-location-icon-3.png differ diff --git a/static/images/faq/faq-map-location-icon-4.png b/static/images/faq/faq-map-location-icon-4.png new file mode 100644 index 00000000..a38abbcd Binary files /dev/null and b/static/images/faq/faq-map-location-icon-4.png differ