diff --git a/content/faq/routing.md b/content/faq/routing.md index b38a632b..e0b8acc1 100644 --- a/content/faq/routing.md +++ b/content/faq/routing.md @@ -6,9 +6,36 @@ extra: menu_title: F.A.Q. - General questions --- -### Как построить маршрут? Разница на iOS и Android +### How to build a route? + +OrganicMaps can build route for car trip, bycicle ride or foot walk. + +Pick destination point with tap on a POI or by long tap on any place. Use "Route to" button to start route planning. + + + + +You can change route type from top menu: +* Car +* By foot +* Metro +* Bycicle +* Ruller + + + +Push "Start" to begin step-by-step routing. + +### How to add intermediate route points? + +In route planning or routing mode you can pick point on map and tap "Add Stop" button. New intermediate point would be added to the route. + + + +In routing mode you can search for gas stations, parking, food, stores and ATMs with search button + + -### Как добавить промежуточные остановки для маршрута? ### Добавить промежуточные точки для обхода/объезда (как?) @@ -16,7 +43,7 @@ extra: ### Why map rotates around my position? -The reason could be magnet on your phone case or radiation source near the phone. It could interfere compass sensor in your phone. +The reason could be magnet on your phone case or radiation source near the phone. It could interfere compass sensor. To improve compass use callibration moves according to [instruction](https://www.youtube.com/watch?v=-Uq7AmSAjt8). diff --git a/static/images/faq/faq-routing-add-stop.jpg b/static/images/faq/faq-routing-add-stop.jpg new file mode 100644 index 00000000..6ef7fb22 Binary files /dev/null and b/static/images/faq/faq-routing-add-stop.jpg differ diff --git a/static/images/faq/faq-routing-button-route-to.jpg b/static/images/faq/faq-routing-button-route-to.jpg new file mode 100644 index 00000000..db796c7b Binary files /dev/null and b/static/images/faq/faq-routing-button-route-to.jpg differ diff --git a/static/images/faq/faq-routing-search.jpg b/static/images/faq/faq-routing-search.jpg new file mode 100644 index 00000000..49d1e493 Binary files /dev/null and b/static/images/faq/faq-routing-search.jpg differ diff --git a/static/images/faq/faq-routing-type.jpg b/static/images/faq/faq-routing-type.jpg new file mode 100644 index 00000000..3a1502a7 Binary files /dev/null and b/static/images/faq/faq-routing-type.jpg differ