diff --git a/OsmAnd-java/src/main/java/net/osmand/data/City.java b/OsmAnd-java/src/main/java/net/osmand/data/City.java index 933218343a..f8faef5f67 100644 --- a/OsmAnd-java/src/main/java/net/osmand/data/City.java +++ b/OsmAnd-java/src/main/java/net/osmand/data/City.java @@ -161,8 +161,12 @@ public class City extends MapObject { public JSONObject toJSON(boolean includingBuildings) { JSONObject json = super.toJSON(); - json.put("type", type.name()); - json.put("postcode", postcode); + if (type != null) { + json.put("type", type.name()); + } + if (postcode != null) { + json.put("postcode", postcode); + } JSONArray listOfStreetsArr = new JSONArray(); for (Street s : listOfStreets) { listOfStreetsArr.put(s.toJSON(includingBuildings)); diff --git a/OsmAnd-java/src/main/java/net/osmand/search/SearchUICore.java b/OsmAnd-java/src/main/java/net/osmand/search/SearchUICore.java index b49ec81d94..058abc58fa 100644 --- a/OsmAnd-java/src/main/java/net/osmand/search/SearchUICore.java +++ b/OsmAnd-java/src/main/java/net/osmand/search/SearchUICore.java @@ -786,22 +786,23 @@ public class SearchUICore { cities = new HashSet<>(); } Set streets = new HashSet<>(); - - for (MapObject obj : exportedObjects) { - if (obj instanceof Amenity) { - amenities.add((Amenity) obj); - } else if (obj instanceof Street) { - Street street = (Street) obj; - streets.add(street); - if (street.getCity() != null) { - final City city = street.getCity(); + if (exportedObjects != null) { + for (MapObject obj : exportedObjects) { + if (obj instanceof Amenity) { + amenities.add((Amenity) obj); + } else if (obj instanceof Street) { + Street street = (Street) obj; + streets.add(street); + if (street.getCity() != null) { + final City city = street.getCity(); + cities.add(city); + streetCities.add(city); + } + } else if (obj instanceof City) { + City city = (City) obj; cities.add(city); - streetCities.add(city); + matchedCities.add(city); } - } else if (obj instanceof City) { - City city = (City) obj; - cities.add(city); - matchedCities.add(city); } } for (City city : cities) { @@ -834,7 +835,7 @@ public class SearchUICore { JSONArray citiesArr = new JSONArray(); for (City city : cities) { final JSONObject cityObj = city.toJSON(exportSettings.isExportBuildings()); - if (exportedCities.contains(city)) { + if (exportedCities != null && exportedCities.contains(city)) { if (!exportSettings.isExportEmptyCities()) { continue; } diff --git a/OsmAnd-java/src/test/resources/search/bank_abcd.json b/OsmAnd-java/src/test/resources/search/bank_abcd.json new file mode 100644 index 0000000000..86aaae239e --- /dev/null +++ b/OsmAnd-java/src/test/resources/search/bank_abcd.json @@ -0,0 +1,1598 @@ +{ + "settings": { + "lat": "51.04964", + "lon": "13.73926", + "radiusLevel": 1, + "totalLimit": -1, + "lang": "", + "transliterateIfMissing": false, + "emptyQueryAllowed": false, + "sortByName": false + }, + "phrase": "Bank dr", + "results": [ + "Bank (Finance)", + "Hohe-Bank-Weg, Königswartha - Rakecy", + "Dresdner Bank", + "Ostsächsische Sparkasse Dresden", + "Ostsächsische Sparkasse Dresden", + "Filiale Dresden Technische Universität", + "Ostsächsische Sparkasse Dresden", + "Volksbank Raiffeisenbank Dresden", + "Ostsächsische Sparkasse Dresden Zwst. Strehlen", + "Ostsächsische Sparkasse Dresden", + "Ostsächsische Sparkasse Dresden", + "Dresdner Volksbank Raiffeisenbank", + "Ostsächsische Sparkasse Filiale Dresden Wilder Mann", + "Ostsächsische Sparkasse Dresden", + "Ostsächsische Sparkasse Dresden", + "Ostsächsische Sparkasse Dresden", + "Ostsächsische Sparkasse Dresden", + "Ostsächsische Sparkasse Dresden", + "Dresdner Volksbank Raiffeisenbank eG" + ], + "amenities": [ + { + "name": "Targobank", + "lat": "51.05260", + "lon": "13.80780", + "id": 2223429220, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-13:00,14:00-18:00, Fr 09:00-13:00,14:00-17:00, We 09:00-13:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo,Tu,Th 09:00-13:00,14:00-18:00, Fr 09:00-13:00,14:00-17:00, We 09:00-13:00", + "operator": "Targobank" + } + }, + { + "name": "Sparkasse", + "lat": "50.99977", + "lon": "13.82348", + "id": 518983878, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no" + } + }, + { + "name": "Deutsche Bank", + "lat": "51.10836", + "lon": "13.63030", + "id": 552349380, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "operator": "Deutsche Bank" + } + }, + { + "name": "Sächsische AufbauBank", + "lat": "51.04667", + "lon": "13.74922", + "id": 2805200642, + "subType": "bank", + "type": "finance" + }, + { + "name": "Sparkasse", + "lat": "50.99573", + "lon": "13.71958", + "id": 6050374548, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes" + } + }, + { + "name": "Postbank", + "lat": "51.06129", + "lon": "13.74147", + "id": 690360594, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-13:00, Mo,Th 14:00-18:00, Tu,We 14:00-17:00", + "additionalInfo": { + "opening_hours": "Mo-Fr 09:00-13:00, Mo,Th 14:00-18:00, Tu,We 14:00-17:00" + } + }, + { + "name": "BBBank", + "lat": "51.04906", + "lon": "13.73755", + "id": 2247740868, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Fr 09:00-13:30,14:30-16:00, Tu,Th 09:00-13:30,14:30-18:30, We 09:00-13:30", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Fr 09:00-13:30,14:30-16:00, Tu,Th 09:00-13:30,14:30-18:30, We 09:00-13:30", + "brand": "BBBank" + } + }, + { + "name": "Sparkasse", + "lat": "51.04768", + "lon": "13.73892", + "id": 573887760, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-19:00; Sa 09:00-16:00", + "additionalInfo": { + "wheelchair_limited": "limited", + "atm_yes": "yes", + "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-16:00", + "operator": "Ostsächsische Sparkasse" + } + }, + { + "name": "Filiale Dresden Technische Universität", + "lat": "51.02704", + "lon": "13.72907", + "id": 529077878, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo,Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "website": "http://www.ostsaechsische-sparkasse-dresden.de", + "phone": "+49 351 4550", + "email": "e-mail@ostsaechsische-sparkasse-dresden.de", + "fax": "+49 351 45541329", + "operator": "Ostsächsische Sparkasse", + "wheelchair_description:de": "Zugang zu Filiale nicht rollstuhlgerecht. Kontoauszugsdrucker und Geldasutomat im Untergeschoss rollstuhlgerecht." + } + }, + { + "name": "Commerzbank", + "lat": "51.10701", + "lon": "13.62938", + "id": 8665090884, + "subType": "bank", + "type": "finance", + "openingHours": "24/7", + "additionalInfo": { + "wheelchair_no": "no", + "opening_hours": "24/7" + } + }, + { + "name": "Sparkasse", + "lat": "51.04493", + "lon": "13.67010", + "id": 1476770308, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-18:00; Sa 09:00-12:00", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-12:00", + "operator": "Stadtsparkasse Dresden" + } + }, + { + "name": "Sparda-Bank Berlin eG", + "lat": "51.04763", + "lon": "13.73722", + "id": 560453676, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-13:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-13:00", + "website": "https://www.sparda-b.de/" + } + }, + { + "name": "Deutsche Bank", + "lat": "51.04396", + "lon": "13.70055", + "id": 520603148, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Tu 09:00-13:00,14:00-18:00; We 09:00-13:00; Th 09:00-13:00,14:00-18:00; Fr 09:00-13:00", + "additionalInfo": { + "wheelchair_limited": "limited", + "atm_yes": "yes", + "opening_hours": "Mo-Tu 09:00-13:00,14:00-18:00; We 09:00-13:00; Th 09:00-13:00,14:00-18:00; Fr 09:00-13:00" + } + }, + { + "name": "Ostsächsische Sparkasse Dresden", + "lat": "51.05397", + "lon": "13.75890", + "id": 396441970, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-18:00", + "additionalInfo": { + "wheelchair_limited": "limited", + "atm_yes": "yes", + "opening_hours": "Mo-Fr 09:00-18:00" + } + }, + { + "name": "Deutsche Bank", + "lat": "51.06587", + "lon": "13.74654", + "id": 75871637, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 09:30-13:00,14:00-18:00; Fr 09:29-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 09:30-13:00,14:00-18:00; Fr 09:29-14:00" + } + }, + { + "name": "Sparda-Bank Berlin eG", + "lat": "51.05225", + "lon": "13.80681", + "id": 594934562, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-13:00; Mo,Tu,Th 14:00-18:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo-Fr 09:00-13:00; Mo,Tu,Th 14:00-18:00", + "operator": "Sparda-Bank" + } + }, + { + "name": "Volksbank", + "lat": "51.06258", + "lon": "13.74769", + "id": 14153932154, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "drive_through_no": "no", + "wheelchair_yes": "yes", + "wikipedia": "http://de.wikipedia.org/wiki/Villa Eschebach", + "operator": "Dresdner Volksbank Raiffeisenbank eG" + } + }, + { + "name": "Deutsche Bank", + "lat": "51.08366", + "lon": "13.71017", + "id": 603516070, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "operator": "Deutsche Bank", + "network": "Cash Group" + } + }, + { + "name": "Sparkasse", + "lat": "51.02910", + "lon": "13.70845", + "id": 539036226, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-18:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 09:00-18:00", + "operator": "Sparkasse Dresden" + } + }, + { + "name": "Postbank", + "lat": "51.04398", + "lon": "13.70205", + "id": 539320904, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-18:00; Sa 09:00-12:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-12:00" + } + }, + { + "name": "Sparkasse", + "lat": "51.03565", + "lon": "13.78529", + "id": 3341332300, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-18:00", + "additionalInfo": { + "wheelchair_limited": "limited", + "atm_yes": "yes", + "opening_hours": "Mo-Fr 09:00-18:00", + "operator": "Ostsächsische Sparkasse Dresden" + } + }, + { + "name": "Sparkasse", + "lat": "51.04065", + "lon": "13.80301", + "id": 615010254, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo-Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "operator": "Ostsächsische Sparkasse Dresden" + } + }, + { + "lat": "51.01965", + "lon": "13.72152", + "id": 508788476, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "operator": "Sparkasse Dresden" + } + }, + { + "name": "Volksbank Raiffeisenbank Meißen-Großenhain eG", + "lat": "51.10744", + "lon": "13.63277", + "id": 5861663754, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes" + } + }, + { + "name": "Ostsächsische Sparkasse", + "lat": "51.04732", + "lon": "13.77284", + "id": 8283187162, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo,Tu,Th 09:00-18:00; We,Fr 09:00-14:00", + "phone": "+49 351 4550" + } + }, + { + "name": "Sparkasse", + "lat": "51.05921", + "lon": "13.74194", + "id": 2298738478, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 09:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "wheelchair_limited": "limited", + "atm_yes": "yes", + "opening_hours": "Mo-Th 09:00-18:00; We,Fr 09:00-14:00", + "operator": "Ostsächsische Sparkasse" + } + }, + { + "name": "Sparkasse", + "lat": "51.01452", + "lon": "13.78327", + "id": 3341332296, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "toilets_wheelchair_no": "no", + "wheelchair_yes": "yes", + "operator": "Ostsächsische Sparkasse Dresden" + } + }, + { + "name": "Ostsächsische Sparkasse Dresden", + "lat": "51.11565", + "lon": "13.78685", + "id": 534069350, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Fr 09:00-13:00; Tu,Th 09:00-13:00,14:00-18:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Fr 09:00-13:00; Tu,Th 09:00-13:00,14:00-18:00", + "phone": "+49 351 4550" + } + }, + { + "name": "Sparkasse", + "lat": "50.98721", + "lon": "13.80640", + "id": 171560012, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "operator": "Ostsächsische Sparkasse Dresden", + "wheelchair_description": "Hohe Treppe vor dem Gebäude." + } + }, + { + "name": "Ostsächsische Sparkasse Dresden Zwst. Strehlen", + "lat": "51.02729", + "lon": "13.75960", + "id": 592614626, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-18:00", + "additionalInfo": { + "atm_yes": "yes", + "internet_access_fee_no": "no", + "wheelchair_limited": "limited", + "internet_access_type_wlan": "wlan", + "opening_hours": "Mo-Fr 09:00-18:00", + "operator": "Ostsächsische Sparkasse Dresden" + } + }, + { + "name": "Sparkasse", + "lat": "51.06325", + "lon": "13.82119", + "id": 603457676, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes" + } + }, + { + "name": "Volksbank Raiffeisenbank Dresden", + "lat": "51.02774", + "lon": "13.75810", + "id": 739996208, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 08:30-16:00; Fr 08:30-13:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 08:30-16:00; Fr 08:30-13:00", + "operator": "Volksbank Raiffeisenbank Dresden" + } + }, + { + "name": "Commerzbank", + "lat": "51.06354", + "lon": "13.82297", + "id": 603457678, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "operator": "Commerzbank AG" + } + }, + { + "name": "Volksbank", + "lat": "51.08736", + "lon": "13.63824", + "id": 1120873332, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "operator": "Dresdner Volksbank Raiffeisenbank eG" + } + }, + { + "name": "Sparda-Bank Berlin eG", + "lat": "51.04363", + "lon": "13.69776", + "id": 623027296, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Tu 09:00-13:00,14:00-18:00; We 09:00-13:00; Th 09:00-13:00,14:00-18:00; Fr 09:00-13:00", + "additionalInfo": { + "atm_yes": "yes", + "drive_through_no": "no", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Tu 09:00-13:00,14:00-18:00; We 09:00-13:00; Th 09:00-13:00,14:00-18:00; Fr 09:00-13:00", + "operator": "Sparda-Bank Berlin eG" + } + }, + { + "name": "Postbank", + "lat": "51.07760", + "lon": "13.71740", + "id": 11007497002, + "subType": "bank", + "type": "finance" + }, + { + "name": "Volksbank Raiffeisenbank", + "lat": "51.03897", + "lon": "13.73235", + "id": 8894247462, + "subType": "bank", + "type": "finance", + "openingHours": "Mo 08:30-16:00, Tu,Th 08:30-18:00, We,Fr 08:30-13:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo 08:30-16:00, Tu,Th 08:30-18:00, We,Fr 08:30-13:00", + "operator": "Volksbank Raiffeisenbank" + } + }, + { + "name": "Sparkasse", + "lat": "51.01078", + "lon": "13.69266", + "id": 708791872, + "subType": "bank", + "type": "finance", + "openingHours": "Tu, Th 09:00-13:00, 14:00-18:00", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Tu, Th 09:00-13:00, 14:00-18:00", + "phone": "+4935145540550", + "operator": "Sparkasse Dresden" + } + }, + { + "name": "Sparkasse Meißen", + "lat": "51.09948", + "lon": "13.68002", + "id": 713279428, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Fr 09:00-12:00, Tu,Th 09:00-12:00,14:00-18:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Fr 09:00-12:00, Tu,Th 09:00-12:00,14:00-18:00", + "website": "https://www.sparkasse-meissen.de", + "operator": "Sparkasse Meißen" + } + }, + { + "name": "Deutsche Apotheker- und Ärztebank eG", + "lat": "51.08207", + "lon": "13.75091", + "id": 8941131378, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "website": "https://www.apobank.de/", + "phone": "+49 351800010" + } + }, + { + "name": "Ostsächsische Sparkasse Dresden", + "lat": "51.04392", + "lon": "13.70201", + "id": 542916640, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-18:00; Sa 09:00-12:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-12:00" + } + }, + { + "name": "Deutsche Kreditbank", + "lat": "51.05194", + "lon": "13.74250", + "id": 1652942786, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_no": "no" + } + }, + { + "name": "Santander Consumer Bank", + "lat": "51.07053", + "lon": "13.74956", + "id": 1811759482, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-13:00, We,Fr 14:00-16:00, Mo,Tu,Th 14:00-19:00", + "additionalInfo": { + "wheelchair_limited": "limited", + "opening_hours": "Mo-Fr 09:00-13:00, We,Fr 14:00-16:00, Mo,Tu,Th 14:00-19:00", + "website": "https://www.santander.de/", + "phone": "+49 351 808420" + } + }, + { + "name": "PSD Bank", + "lat": "51.06060", + "lon": "13.74426", + "id": 2673733148, + "subType": "bank", + "type": "finance", + "openingHours": "Mo 09:00-13:00,14:00-16:00; Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo 09:00-13:00,14:00-16:00; Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "operator": "PSD Bank" + } + }, + { + "name": "Commerzbank", + "lat": "51.07162", + "lon": "13.75117", + "id": 620575612, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Tu,Th 09:00-12:30,14:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Tu,Th 09:00-12:30,14:00-18:00; We,Fr 09:00-14:00", + "operator": "Commerzbank" + } + }, + { + "name": "Sparkasse Radebeul-West", + "lat": "51.10591", + "lon": "13.62903", + "id": 552477290, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Fr 09:00-16:00; Tu,Th 09:00-18:00; We 09:00-12:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Fr 09:00-16:00; Tu,Th 09:00-18:00; We 09:00-12:00", + "website": "https://www.sparkasse-meissen.de", + "operator": "Kreissparkasse Meißen" + } + }, + { + "name": "HypoVereinsbank", + "lat": "51.06045", + "lon": "13.74001", + "id": 941236312, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "operator": "HypoVereinsbank" + } + }, + { + "name": "Commerzbank", + "lat": "51.09959", + "lon": "13.67879", + "id": 4493963656, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-12:30,14:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Tu,Th 09:00-12:30,14:00-18:00; We,Fr 09:00-14:00", + "network": "Cash Group", + "operator": "Commerzbank" + } + }, + { + "name": "Sparkasse", + "lat": "51.02644", + "lon": "13.83591", + "id": 63093911, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "operator": "Ostsächsiche Sparkasse Dresden" + } + }, + { + "name": "Santander", + "lat": "51.04559", + "lon": "13.73808", + "id": 1044817684, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "operator": "Santander", + "brand": "Santander" + } + }, + { + "name": "ReiseBank", + "lat": "51.04064", + "lon": "13.73272", + "id": 5131084160, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Su 08:00-20:00", + "additionalInfo": { + "atm_no": "no", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Su 08:00-20:00", + "phone": "+49 351 4712177", + "start_date": "2013-11", + "level": "0" + } + }, + { + "name": "Finanzagentur", + "lat": "50.99905", + "lon": "13.64955", + "id": 13149916816, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,We 09:00-13:00,14:00-19:00; Fr09:00-13:00,14:00-18:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo,We 09:00-13:00,14:00-19:00; Fr09:00-13:00,14:00-18:00", + "website": "https://www.deutsche-bank.de", + "phone": "+49 351 652146 0", + "brand": "Deutsche Bank", + "level": "0" + } + }, + { + "lat": "51.05293", + "lon": "13.76314", + "id": 574159652, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 08:30-18:00; Sa 09:00-12:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 08:30-18:00; Sa 09:00-12:00", + "operator": "Postbank" + } + }, + { + "name": "Sparkasse", + "lat": "51.02327", + "lon": "13.74254", + "id": 542699524, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-13:00, Mo,Th 14:00-18:00", + "additionalInfo": { + "wheelchair_limited": "limited", + "opening_hours": "Mo-Fr 09:00-13:00, Mo,Th 14:00-18:00", + "operator": "Sparkasse Dresden" + } + }, + { + "name": "Postbank", + "lat": "51.03951", + "lon": "13.80851", + "id": 594987244, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 08:30-18:30; Sa 08:30-12:00", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 08:30-18:30; Sa 08:30-12:00" + } + }, + { + "name": "Ostsächsische Sparkasse", + "lat": "51.11784", + "lon": "13.69607", + "id": 1670372590, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "operator": "Sparkasse" + } + }, + { + "name": "Ostsächsische Sparkasse", + "lat": "51.01498", + "lon": "13.63682", + "id": 7659276260, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Th 09:00-13:00,14:00-18:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo,Th 09:00-13:00,14:00-18:00", + "website": "https://www.ostsaechsische-sparkasse-dresden.de/de/home/service/filiale-finden.html?n=true&stref=service_links#object/115619", + "email": "e-mail@ostsaechsische-sparkasse-dresden.de", + "operator": "Ostsächsische Sparkasse Dresden", + "level": "1" + } + }, + { + "name": "Dresdner Volksbank Raiffeisenbank", + "lat": "51.05197", + "lon": "13.80672", + "id": 3816977378, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 09:00-13:00; Fr 09:00-14:00; Mo,We 14:00-16:00; Tu,Th 14:00-18:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 09:00-13:00; Fr 09:00-14:00; Mo,We 14:00-16:00; Tu,Th 14:00-18:00" + } + }, + { + "name": "Santander", + "lat": "51.04164", + "lon": "13.73169", + "id": 6793092160, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-13:00, Mo,Tu,Th 14:00-19:00, We,Fr 14:00-16:00", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 09:00-13:00, Mo,Tu,Th 14:00-19:00, We,Fr 14:00-16:00", + "brand": "Santander" + } + }, + { + "name": "Sparkasse", + "lat": "51.06641", + "lon": "13.74735", + "id": 557155998, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-18:00; We,Fr 09:00-14:00; Sa,Su off", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Tu,Th 09:00-18:00; We,Fr 09:00-14:00; Sa,Su off", + "phone": "+49 351 4550", + "email": "e-mail@ostsaechsische-sparkasse-dresden.de", + "fax": "+49 351 45543029", + "operator": "Ostsächsische Sparkasse Dresden" + } + }, + { + "name": "Deutsche Apotheker- und Ärztebank eG Beratungsbüro", + "lat": "51.05383", + "lon": "13.78437", + "id": 8941146180, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 10:00-16:00, Fr 10:00-13:00", + "additionalInfo": { + "opening_hours": "Mo-Th 10:00-16:00, Fr 10:00-13:00", + "website": "https://www.apobank.de/", + "phone": "+49 351 8000155" + } + }, + { + "name": "Sparkasse", + "lat": "51.06186", + "lon": "13.85121", + "id": 6868716742, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "toilets_wheelchair_no": "no", + "wheelchair_yes": "yes", + "operator": "Sparkasse" + } + }, + { + "name": "Postbank", + "lat": "51.06724", + "lon": "13.74681", + "id": 592084156, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-19:00; Sa 10:00-13:00", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 09:00-19:00; Sa 10:00-13:00", + "note": "cash group", + "operator": "Postbank" + } + }, + { + "name": "Sparkasse", + "lat": "51.01232", + "lon": "13.76583", + "id": 1786301642, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:30-20:00", + "additionalInfo": { + "atm_yes": "yes", + "internet_access_fee_no": "no", + "internet_access_type_wlan": "wlan", + "wheelchair_no": "no", + "opening_hours": "Mo-Fr 09:30-20:00", + "operator": "Ostsächsische Sparkasse" + } + }, + { + "name": "Volksbank Raiffeisenbank", + "lat": "51.02929", + "lon": "13.80245", + "id": 1026668932, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 08:30-13:00; Mo 14:00-16:00; Tu,Th 14:00-18:00", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 08:30-13:00; Mo 14:00-16:00; Tu,Th 14:00-18:00", + "operator": "Volksbank Raiffeisenbank", + "level": "0" + } + }, + { + "name": "Sachsen-Bank", + "lat": "51.06207", + "lon": "13.74390", + "id": 2890459580, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 08:00-20:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo-Fr 08:00-20:00", + "wheelchair_description:de": "Stufen im Eingangsbereich" + } + }, + { + "name": "Commerzbank", + "lat": "51.01092", + "lon": "13.82825", + "id": 556565408, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "wheelchair_limited": "limited", + "atm_yes": "yes", + "operator": "Dresdner Bank" + } + }, + { + "name": "Ostsächsische Sparkasse Dresden", + "lat": "51.03355", + "lon": "13.72220", + "id": 524274314, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo,Tu,Th 09:00-18:00; We,Fr 09:00-14:00", + "phone": "+49 351 4550", + "email": "e-mail@ostsaechsische-sparkasse-dresden.de", + "fax": "+49 351 45541229", + "wheelchair_description:de": "Stufen im Eingangsbereich", + "wheelchair_description": "Im Aussenbereich der Filiale rollstuhlgerechter Geldautomat vorhanden" + } + }, + { + "name": "Ostsächsische Sparkasse Dresden", + "lat": "51.08227", + "lon": "13.72654", + "id": 574457996, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-18:00, We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Tu,Th 09:00-18:00, We,Fr 09:00-14:00", + "operator": "Ostsächsische Sparkasse" + } + }, + { + "name": "Sparkasse", + "lat": "51.02569", + "lon": "13.80449", + "id": 694784722, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-13:00,14:00-18:00, We 09:00-14:00, Fr 09:00-14:00", + "additionalInfo": { + "opening_hours": "Mo,Tu,Th 09:00-13:00,14:00-18:00, We 09:00-14:00, Fr 09:00-14:00" + } + }, + { + "name": "Sparkasse", + "lat": "51.06202", + "lon": "13.67678", + "id": 551833694, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes" + } + }, + { + "name": "Volksbank Raiffeisenbank", + "lat": "51.10115", + "lon": "13.68598", + "id": 3089288346, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "operator": "Volksbank Raiffeisenbank" + } + }, + { + "name": "Commerzbank", + "lat": "51.05568", + "lon": "13.73274", + "id": 623303528, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "brand": "Commerzbank" + } + }, + { + "name": "HW Leasing GmbH", + "lat": "51.09575", + "lon": "13.71980", + "id": 9626814034, + "subType": "bank", + "type": "finance" + }, + { + "name": "Sparda-Bank Berlin eG", + "lat": "51.06183", + "lon": "13.74413", + "id": 515506426, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 09:00-13:00,14:00-18:00; We,Fr 09:00-13:00", + "additionalInfo": { + "atm_yes": "yes", + "drive_through_no": "no", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 09:00-13:00,14:00-18:00; We,Fr 09:00-13:00", + "phone": "+49 351 32355766" + } + }, + { + "lat": "51.05560", + "lon": "13.72306", + "id": 12295732772, + "subType": "bank", + "type": "finance" + }, + { + "name": "S mobil", + "lat": "51.00231", + "lon": "13.65315", + "id": 7016068982, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "description": "Selbstbedienungs-Sparkasse", + "operator": "Sparkasse" + } + }, + { + "name": "Commerzbank", + "lat": "51.05228", + "lon": "13.80552", + "id": 493714860, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-12:30,14:00-18:00, We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Tu,Th 09:00-12:30,14:00-18:00, We,Fr 09:00-14:00", + "operator": "Commerzbank" + } + }, + { + "name": "Deutsche Bank", + "lat": "51.00711", + "lon": "13.80112", + "id": 594898100, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "operator": "Deutsche Bank" + } + }, + { + "name": "HypoVereinsbank", + "lat": "51.04079", + "lon": "13.73418", + "id": 663184910, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 10:00-13:00, 14:30-18:00; Fr 10:00-13:00 || 24/7 \"Atm\"", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 10:00-13:00, 14:30-18:00; Fr 10:00-13:00 || 24/7 \"Atm\"", + "brand": "HypoVereinsbank" + } + }, + { + "name": "Sparkasse", + "lat": "51.05420", + "lon": "13.81539", + "id": 597989360, + "subType": "bank", + "type": "finance", + "openingHours": "24/7", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "24/7" + } + }, + { + "name": "Landeskirchliche Kreditgenossenschaft", + "lat": "51.04912", + "lon": "13.73920", + "id": 4868287840, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "level": "1" + } + }, + { + "name": "Ostsächsische Sparkasse Dresden", + "lat": "51.07729", + "lon": "13.71802", + "id": 395418910, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-18:00; Sa,Su,PH off", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 09:00-18:00; Sa,Su,PH off", + "website": "https://www.sparkasse.de/filialen/d/ostsaechsische-sparkasse-dresden-filiale-dresden-elbcenter/115458.html", + "phone": "+49 351 455 0", + "operator": "Ostsächsische Sparkasse Dresden" + } + }, + { + "name": "Ostsächsische Sparkasse Dresden", + "lat": "51.00201", + "lon": "13.84031", + "id": 487781790, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "operator": "Sparkasse" + } + }, + { + "name": "Sparkasse", + "lat": "51.05192", + "lon": "13.80745", + "id": 493716160, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-We 09:00-13:00,14:00-18:00; Th,Fr 09:00-13:00", + "additionalInfo": { + "atm_yes": "yes", + "drive_through_no": "no", + "wheelchair_yes": "yes", + "opening_hours": "Mo-We 09:00-13:00,14:00-18:00; Th,Fr 09:00-13:00", + "phone": "+49 351 455-41550", + "operator": "Ostsächsische Sparkasse Dresden" + } + }, + { + "name": "Ostsächsische Sparkasse Dresden", + "lat": "51.11301", + "lon": "13.77347", + "id": 762229180, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 09:00-13:00,14:00-18:00; We 09:00-14:00; Fr 09:00-14:15", + "additionalInfo": { + "atm_yes": "yes", + "opening_hours": "Mo-Th 09:00-13:00,14:00-18:00; We 09:00-14:00; Fr 09:00-14:15", + "phone": "+49 351 4550" + } + }, + { + "name": "Dresdner Volksbank Raiffeisenbank eG", + "lat": "50.99445", + "lon": "13.64583", + "id": 9454961946, + "subType": "bank", + "type": "finance", + "openingHours": "Mo 08:30-16:00; Tu 08:30-18:00; We 08:30-16:00; Th 08:30-18:00; Fr 08:30-13:00; Sa-Su,PH off", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo 08:30-16:00; Tu 08:30-18:00; We 08:30-16:00; Th 08:30-18:00; Fr 08:30-13:00; Sa-Su,PH off", + "website": "https://www.volksbank-dresden-bautzen.de/bank-vor-ort/filialen-ansprechpartner/filialen/uebersicht-filialen/Hauptfiliale_Freital.html", + "phone": "+49 351 6496218" + } + }, + { + "name": "Deutsche Bank", + "lat": "51.04521", + "lon": "13.73630", + "id": 663036956, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 09:30-13:00,14:00-18:00, Fr 09:30-14:00", + "additionalInfo": { + "atm_yes": "yes", + "internet_access_fee_no": "no", + "wheelchair_limited": "limited", + "internet_access_type_wlan": "wlan", + "opening_hours": "Mo-Th 09:30-13:00,14:00-18:00, Fr 09:30-14:00", + "operator": "Deutsche Bank", + "wheelchair_description:de": "Vorraum und Geschäftsräume offenbar erreichbar, nicht jedoch Geldautomaten und Kontoauszugsdrucker", + "brand": "Deutsche Bank" + } + }, + { + "name": "Allianz Bank", + "lat": "51.03436", + "lon": "13.71220", + "id": 622925766, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 10:00-12:00, Mo-Th 15:00-18:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo-Fr 10:00-12:00, Mo-Th 15:00-18:00" + } + }, + { + "name": "Dresdner Bank", + "lat": "51.04899", + "lon": "13.73819", + "id": 1918622580, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Tu,Th 09:00-18:00; We,Fr 09:00-14:00", + "alt_name": "Commerzbank", + "operator": "Commerzbank" + } + }, + { + "name": "HypoVereinsbank", + "lat": "51.10651", + "lon": "13.62908", + "id": 625591652, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes" + } + }, + { + "name": "Targobank", + "lat": "51.04385", + "lon": "13.70392", + "id": 3468324946, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Tu 09:00-13:00, 14:00-18:00; We 09:00-13:00, 14:00-16:00; Th 09:00-13:00, 14:00-18:00; Fr 09:00-13:00, 14:00-16:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Tu 09:00-13:00, 14:00-18:00; We 09:00-13:00, 14:00-16:00; Th 09:00-13:00, 14:00-18:00; Fr 09:00-13:00, 14:00-16:00" + } + }, + { + "name": "Volksbank Raiffeisenbank", + "lat": "51.04398", + "lon": "13.69770", + "id": 622997194, + "subType": "bank", + "type": "finance", + "openingHours": "Mo 08:30-13:00,14:00-16:00; Tu,Th 08:30-13:00,14:00-18:00; Fr 08:30-13:00", + "additionalInfo": { + "atm_yes": "yes", + "drive_through_no": "no", + "wheelchair_yes": "yes", + "opening_hours": "Mo 08:30-13:00,14:00-16:00; Tu,Th 08:30-13:00,14:00-18:00; Fr 08:30-13:00", + "operator": "Dresdner Volksbank Raiffeisenbank eG" + } + }, + { + "name": "Oberbank", + "lat": "51.04956", + "lon": "13.73347", + "id": 14361187088, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-12:00, Tu,Th 14:00-16:00", + "additionalInfo": { + "opening_hours": "Mo-Fr 09:00-12:00, Tu,Th 14:00-16:00", + "website": "https://www.oberbank.de/", + "operator": "Oberbank AG", + "brand": "Oberbank" + } + }, + { + "name": "Sparkasse", + "lat": "51.02756", + "lon": "13.65510", + "id": 669097744, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Tu 09:00-13:00,14:00-18:00; We 09:00-14:00; Th 09:00-13:00,14:00-18:00; Fr 09:00-14:00; Sa-Su,PH off", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo-Tu 09:00-13:00,14:00-18:00; We 09:00-14:00; Th 09:00-13:00,14:00-18:00; Fr 09:00-14:00; Sa-Su,PH off", + "phone": "+49 351 4550", + "operator": "Ostsächsische Sparkasse Dresden", + "brand": "Sparkasse" + } + }, + { + "name": "Sparkasse", + "lat": "51.05417", + "lon": "13.78428", + "id": 2419207362, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "opening_hours": "Mo-Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00" + } + }, + { + "name": "Sparkasse Meißen", + "lat": "51.10500", + "lon": "13.65594", + "id": 552482330, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "operator": "Sparkasse Meißen" + } + }, + { + "name": "Deutsche Bank", + "lat": "51.05189", + "lon": "13.80421", + "id": 493715090, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Tu,Th 09:00-13:00,14:00-18:00; We,Fr 09:00-14:00", + "operator": "Deutsche Bank" + } + }, + { + "name": "Commerzbank", + "lat": "51.04705", + "lon": "13.73639", + "id": 581693526, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Tu,Th 09:00-12:30,14:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Tu,Th 09:00-12:30,14:00-18:00; We,Fr 09:00-14:00", + "brand": "Commerzbank" + } + }, + { + "name": "Ostsächsische Sparkasse Dresden", + "lat": "51.01115", + "lon": "13.82846", + "id": 556891088, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Th 09:00-13:00, Mo-Fr 14:00-18:00, Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 09:00-13:00, Mo-Fr 14:00-18:00, Fr 09:00-14:00", + "operator": "Sparkasse Dresden" + } + }, + { + "name": "Commerzbank", + "lat": "51.04353", + "lon": "13.69961", + "id": 1226957474, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-12:30,14:00-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "wheelchair_limited": "limited", + "atm_yes": "yes", + "opening_hours": "Mo,Tu,Th 09:00-12:30,14:00-18:00; We,Fr 09:00-14:00" + } + }, + { + "name": "Sparkasse", + "lat": "51.08738", + "lon": "13.63326", + "id": 236753885, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes" + } + }, + { + "name": "Sparkasse", + "lat": "51.00868", + "lon": "13.65907", + "id": 574895496, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-18:00", + "additionalInfo": { + "toilets_wheelchair_no": "no", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 09:00-18:00", + "operator": "Ostsächsische Sparkasse Dresden" + } + }, + { + "name": "LIGA Bank eG", + "lat": "51.05225", + "lon": "13.72774", + "id": 1191446210, + "subType": "bank", + "type": "finance", + "openingHours": "Mo 08:30-11:45,13:00-18:00; Tu-Th 08:30-11:45,13:00-17:00; Fr 08:30-11:45", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo 08:30-11:45,13:00-18:00; Tu-Th 08:30-11:45,13:00-17:00; Fr 08:30-11:45", + "phone": "+49 351 492750", + "network": "BankCard ServiceNetz", + "operator": "Liga-Bank" + } + }, + { + "name": "Ostsächsische Sparkasse Filiale Dresden Wilder Mann", + "lat": "51.09355", + "lon": "13.72038", + "id": 597819686, + "subType": "bank", + "type": "finance", + "openingHours": "Mo,Tu,Th 09:00-13:00,13:45-18:00; We,Fr 09:00-14:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_no": "no", + "opening_hours": "Mo,Tu,Th 09:00-13:00,13:45-18:00; We,Fr 09:00-14:00", + "website": "https://www.ostsaechsische-sparkasse-dresden.de", + "phone": "+49 351 4550", + "operator": "Ostsächsische Sparkasse" + } + }, + { + "name": "Ostsächsische Sparkasse Dresden", + "lat": "51.11619", + "lon": "13.74561", + "id": 602443492, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 09:00-13:00, Mo,Th 14:00-18:00", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 09:00-13:00, Mo,Th 14:00-18:00" + } + }, + { + "name": "Targobank", + "lat": "51.04394", + "lon": "13.73587", + "id": 1079643274, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "brand": "Targobank" + } + }, + { + "name": "Denizbank", + "lat": "51.05090", + "lon": "13.73570", + "id": 3188891338, + "subType": "bank", + "type": "finance", + "openingHours": "Mo-Fr 08:00-12:00, Th 13:00-17:30, Mo-We,Fr 13:00-17:00", + "additionalInfo": { + "atm_no": "no", + "opening_hours": "Mo-Fr 08:00-12:00, Th 13:00-17:30, Mo-We,Fr 13:00-17:00", + "brand": "Denizbank" + } + }, + { + "name": "Sparkasse", + "lat": "51.00607", + "lon": "13.79739", + "id": 594916972, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "atm_yes": "yes", + "wheelchair_yes": "yes", + "operator": "Sparkasse" + } + } + ], + "cities": [ + { + "name": "Königswartha - Rakecy", + "names": { + "de": "Königswartha", + "hsb": "Rakecy" + }, + "lat": "51.31133", + "lon": "14.32776", + "id": 240091237, + "type": "VILLAGE", + "listOfStreets": [ + { + "name": "Hohe-Bank-Weg", + "lat": "51.31313", + "lon": "14.32630", + "id": 80807 + } + ], + "matchStreet": 1 + } + ] +} \ No newline at end of file diff --git a/OsmAnd-java/src/test/resources/search/burger_king.json b/OsmAnd-java/src/test/resources/search/burger_king.json new file mode 100644 index 0000000000..78f2ecd72a --- /dev/null +++ b/OsmAnd-java/src/test/resources/search/burger_king.json @@ -0,0 +1,4340 @@ +{ + "settings": { + "lat": "51.37778", + "lon": "14.38960", + "radiusLevel": 1, + "totalLimit": -1, + "lang": "", + "transliterateIfMissing": false, + "emptyQueryAllowed": false, + "sortByName": false + }, + "phrase": "Burger King", + "results": [ + "Burger (Cafe / Cafe and restaurant)", + "Burger (Pub / Food)", + "Burger (Bar / Food)", + "Burger (Restaurant / Cafe and restaurant)", + "Burger (Biergarten / Food)", + "Burger (Fast food / Food)", + "Burger King", + "Burger King", + "Burger King", + "Burger King", + "Burger King" + ], + "amenities": [ + { + "name": "Bürgerwiese", + "lat": "51.04432", + "lon": "13.74169", + "id": 45493393, + "subType": "playground", + "type": "entertainment" + }, + { + "name": "Bürger-Schützengesellschaft 1857 Taucha e.V.", + "lat": "51.38903", + "lon": "12.47066", + "id": 564849541, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgeramt", + "lat": "51.39358", + "lon": "12.37374", + "id": 616172693, + "subType": "townhall", + "type": "administrative", + "additionalInfo": { + "wheelchair_no": "no" + } + }, + { + "name": "Bürgeramt", + "lat": "51.39358", + "lon": "12.37374", + "id": 616172693, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "wheelchair_no": "no" + } + }, + { + "name": "Bürger-Begegnungszentrum", + "lat": "50.47485", + "lon": "12.28407", + "id": 311210083, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "alt_name": "Sportheim Bergen" + } + }, + { + "name": "burgerei", + "lat": "51.05069", + "lon": "13.74044", + "id": 5037336080, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Mo-Su 08:30-24:00", + "additionalInfo": { + "wheelchair_no": "no", + "payment_girocard_yes": "yes", + "outdoor_seating_yes": "yes", + "toilets_wheelchair_no": "no", + "cuisine_burger": "burger", + "payment_cash_yes": "yes", + "internet_access_type_no": "no", + "outdoor_seating_filter_yes": "yes", + "opening_hours": "Mo-Su 08:30-24:00", + "website": "https://www.burgerei-dresden.de/", + "phone": "+4935149773553", + "wheelchair_description": "Im Sommer gibt es Bestuhlung draußen" + } + }, + { + "name": "Bürgerwiese", + "lat": "51.03953", + "lon": "13.74578", + "id": 9485921, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Bürgerhaus Brockau", + "lat": "50.60808", + "lon": "12.21120", + "id": 257830703, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus Brockau", + "lat": "50.60808", + "lon": "12.21120", + "id": 257830703, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgermeister-Barth-Park", + "lat": "51.04792", + "lon": "14.08623", + "id": 4414491570176, + "subType": "forest", + "type": "man_made", + "additionalInfo": { + "alt_name": "Stadtpark" + } + }, + { + "name": "Bürgerverwaltungszentrum", + "lat": "50.83002", + "lon": "12.92099", + "id": 51141887, + "subType": "townhall", + "type": "administrative" + }, + { + "name": "Bürgerverwaltungszentrum", + "lat": "50.83002", + "lon": "12.92099", + "id": 51141887, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerzentrum", + "lat": "51.20699", + "lon": "12.86143", + "id": 195540885, + "subType": "community_centre", + "type": "entertainment", + "additionalInfo": { + "operator": "Bürgerzentrum Thümmlitzwalde e.V." + } + }, + { + "name": "Bürgerzentrum", + "lat": "51.20699", + "lon": "12.86143", + "id": 195540885, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "operator": "Bürgerzentrum Thümmlitzwalde e.V." + } + }, + { + "name": "Bürgerbüro Grüne Ecke", + "lat": "51.07205", + "lon": "13.74748", + "id": 1461841686, + "subType": "political_party", + "type": "office", + "openingHours": "Tu 12:00-17:00; We 12:00-14:00; Th 12:00-18:00", + "additionalInfo": { + "toilets_wheelchair_no": "no", + "wheelchair_limited": "limited", + "opening_hours": "Tu 12:00-17:00; We 12:00-14:00; Th 12:00-18:00", + "website": "http://www.gruene-ecke.de/", + "phone": "+49 351 8105616", + "operator": "Bündnis 90 - Die Grünen" + } + }, + { + "name": "Parkplatz Bürgerhaus", + "lat": "51.19067", + "lon": "13.89974", + "id": 1412898307, + "subType": "parking", + "type": "transportation", + "additionalInfo": { + "fee_no": "no" + } + }, + { + "name": "Zum Bürgergarten", + "lat": "51.10519", + "lon": "13.62631", + "id": 9289210782, + "subType": "apartment", + "type": "tourism", + "additionalInfo": { + "website": "http://www.zum-buergergarten.de/", + "phone": "+49 351 6563760", + "operator": "Restaurant Bürgergarten GmbH & CO.KG", + "email": "info@zum-buergergarten.de" + } + }, + { + "name": "Burger King", + "lat": "51.16761", + "lon": "14.97143", + "id": 11815183876, + "subType": "fast_food", + "type": "sustenance", + "additionalInfo": { + "takeaway_yes": "yes", + "takeaway_filter_yes": "yes", + "cuisine_burger": "burger", + "brand": "Burger King" + } + }, + { + "name": "Kleinwaltersdorf, Bürgerhaus", + "lat": "50.93224", + "lon": "13.30234", + "id": 1853180982, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "bus_yes": "yes" + } + }, + { + "name": "Max-Bürger-Forschungszentrum", + "lat": "51.33008", + "lon": "12.39105", + "id": 46982861, + "subType": "university", + "type": "education", + "additionalInfo": { + "wheelchair_yes": "yes", + "alt_name": "Universitätsklinikum Leipzig - Haus J", + "operator": "Universität Leipzig" + } + }, + { + "name": "Max-Bürger-Forschungszentrum", + "lat": "51.33008", + "lon": "12.39105", + "id": 46982861, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "wheelchair_yes": "yes", + "alt_name": "Universitätsklinikum Leipzig - Haus J", + "operator": "Universität Leipzig" + } + }, + { + "name": "Bürgermeister-Schmidt-Platz", + "lat": "51.37199", + "lon": "12.74287", + "id": 4400466354176, + "subType": "square", + "type": "man_made", + "additionalInfo": { + "surface_pebblestone": "pebblestone" + } + }, + { + "name": "Senioren-Zentrum \"Bürgerwiese\"", + "lat": "51.04010", + "lon": "13.74143", + "id": 46006905, + "subType": "building", + "type": "man_made" + }, + { + "name": "Freiroda, Bürgerhaus", + "lat": "51.42184", + "lon": "12.26415", + "id": 330653044, + "subType": "bus_stop", + "type": "transportation", + "additionalInfo": { + "bus_yes": "yes", + "operator": "Auto Webel", + "route_bus_ref": "+207" + } + }, + { + "name": "Freiroda, Bürgerhaus", + "lat": "51.42184", + "lon": "12.26415", + "id": 330653044, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "bus_yes": "yes", + "operator": "Auto Webel", + "route_bus_ref": "+207" + } + }, + { + "name": "Bürgerstraße", + "lat": "51.07684", + "lon": "13.72594", + "id": 497287524, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "wheelchair_yes": "yes", + "route_tram_ref": "13", + "operator": "DVB" + } + }, + { + "name": "Gemeindeverwaltung Klingenberg - Bürgerbüro und Bauverwaltung", + "lat": "50.87306", + "lon": "13.52378", + "id": 96885199, + "subType": "office_administrative", + "type": "administrative" + }, + { + "name": "Gemeindeverwaltung Klingenberg - Bürgerbüro und Bauverwaltung", + "lat": "50.87306", + "lon": "13.52378", + "id": 96885199, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerbüro Janina Pfau, MdL", + "lat": "50.41507", + "lon": "12.17163", + "id": 7601228568, + "subType": "political_party", + "type": "office", + "openingHours": "Tu 10:00-12:00,13:00-16:00; Th 10:00-12:00,13:00-16:00 || \"nach Vereinbarung\"", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Tu 10:00-12:00,13:00-16:00; Th 10:00-12:00,13:00-16:00 || \"nach Vereinbarung\"", + "website": "http://www.janina-pfau.de" + } + }, + { + "name": "Bürgergarten", + "lat": "50.84768", + "lon": "12.46809", + "id": 55486277, + "subType": "park", + "type": "entertainment" + }, + { + "name": "„Bürgermeisterhaus“", + "lat": "51.43926", + "lon": "14.24659", + "id": 103664609, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "wikipedia": "http://de.wikipedia.org/wiki/Liste der Kulturdenkmale in Hoyerswerda", + "image": "http://upload.wikimedia.org/wikipedia/de/0/0a/HYDenkmalSchlossplatz3.JPG" + } + }, + { + "name": "Kleinwaltersdorf, Bürgerhaus", + "lat": "50.93200", + "lon": "13.30253", + "id": 1853180988, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "bin_yes": "yes", + "bench_yes": "yes", + "covered_yes": "yes", + "bus_yes": "yes" + } + }, + { + "name": "Bürgerzentrum \"Konrad Zuse\"", + "lat": "51.43898", + "lon": "14.24543", + "id": 103664637, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "wikipedia": "http://de.wikipedia.org/wiki/Liste der Kulturdenkmale in Hoyerswerda", + "image": "http://upload.wikimedia.org/wikipedia/commons/e/e7/Braugasse_1_HY.JPG" + } + }, + { + "name": "Bürgerbüro Freital", + "lat": "51.01319", + "lon": "13.66176", + "id": 13786088292, + "subType": "government", + "type": "administrative", + "openingHours": "Mo,Fr 08:00-12:00; Tu,Th 08:00-12:00,14:00-18:00; We,Sa-Su,PH off", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo,Fr 08:00-12:00; Tu,Th 08:00-12:00,14:00-18:00; We,Sa-Su,PH off", + "phone": "+49 351 6476300", + "email": "buergerbuero@freital.de", + "operator": "StadtFreital", + "level": "0" + } + }, + { + "name": "Burgerclub 13", + "lat": "51.06724", + "lon": "13.75422", + "id": 6689397354, + "subType": "fast_food", + "type": "sustenance", + "additionalInfo": { + "cuisine_burger": "burger" + } + }, + { + "name": "Burger-Werk", + "lat": "51.01108", + "lon": "13.66210", + "id": 12761774718, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "We 11:30-14:30,17:00-22:00; Th,Fr 17:00-22:00; PH,Sa-Su 11:30-22:00; Mo-Tu off", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "wheelchair_no": "no", + "toilets_yes": "yes", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "opening_hours": "We 11:30-14:30,17:00-22:00; Th,Fr 17:00-22:00; PH,Sa-Su 11:30-22:00; Mo-Tu off", + "website": "https://burger-werk.business.site/", + "phone": "+49 351 46448855", + "email": "val.chi@icloud.com", + "operator": "Florian Bindernagel", + "start_date": "2019-04-03" + } + }, + { + "name": "Freiroda, Bürgerhaus", + "lat": "51.42194", + "lon": "12.26467", + "id": 330653036, + "subType": "bus_stop", + "type": "transportation", + "additionalInfo": { + "bus_yes": "yes", + "operator": "Auto Webel", + "route_bus_ref": "+207" + } + }, + { + "name": "Freiroda, Bürgerhaus", + "lat": "51.42194", + "lon": "12.26467", + "id": 330653036, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "bus_yes": "yes", + "operator": "Auto Webel", + "route_bus_ref": "+207" + } + }, + { + "name": "Parfümerie Burger", + "lat": "50.81635", + "lon": "12.38728", + "id": 1367310114, + "subType": "perfumery", + "type": "shop" + }, + { + "name": "Förderverin Bürgernetz Dresden e.V.", + "lat": "51.03299", + "lon": "13.89595", + "id": 5763090336, + "subType": "association", + "type": "office" + }, + { + "name": "Meyer Burger (Germany) AG", + "lat": "50.81233", + "lon": "12.67018", + "id": 415102687, + "subType": "works", + "type": "man_made", + "additionalInfo": { + "website": "https://www.meyerburger.com", + "old_name": "Roth & Rau", + "addr_housename": "Meyer Burger (Germany) AG" + } + }, + { + "name": "Meyer Burger (Germany) AG", + "lat": "50.81233", + "lon": "12.67018", + "id": 415102687, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "website": "https://www.meyerburger.com", + "old_name": "Roth & Rau", + "addr_housename": "Meyer Burger (Germany) AG" + } + }, + { + "name": "AfD Bürgerbüro", + "lat": "50.89648", + "lon": "13.66781", + "id": 7552298050, + "subType": "political_party", + "type": "office", + "openingHours": "Tu,Th 10:00-17:00", + "additionalInfo": { + "opening_hours": "Tu,Th 10:00-17:00", + "website": "http://afd-soe.de/", + "phone": "+49 3504 7242324", + "email": "info@afd-soe.de" + } + }, + { + "name": "Bürgergarten", + "lat": "51.34737", + "lon": "12.40489", + "id": 63546221, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Bürgerinformation", + "lat": "50.91192", + "lon": "13.03339", + "id": 7868431512, + "subType": "government", + "type": "administrative", + "additionalInfo": { + "toilets_wheelchair_no": "no", + "wheelchair_yes": "yes" + } + }, + { + "name": "Burger King Chemnitz", + "lat": "50.81130", + "lon": "12.87445", + "id": 678919186, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Tu 09:00-01:00; Fr-Sa 09:00-03:00; Su 10:00-01:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "delivery_filter_yes": "yes", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "delivery_yes": "yes", + "drive_through_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Tu 09:00-01:00; Fr-Sa 09:00-03:00; Su 10:00-01:00", + "website": "https://www.burgerking.de/", + "phone": "+49 371 8449854", + "operator": "Food Star GmbH" + } + }, + { + "name": "Bürgerstübel", + "lat": "50.61647", + "lon": "12.23986", + "id": 10588562250, + "subType": "restaurant", + "type": "sustenance" + }, + { + "name": "Burger King", + "lat": "51.04017", + "lon": "13.73276", + "id": 755775781, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "10:00-23:30", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "delivery_no": "no", + "toilets_wheelchair_no": "no", + "cuisine_burger": "burger", + "wheelchair_limited": "limited", + "takeaway_yes": "yes", + "smoking_no": "no", + "payment_credit_cards_no": "no", + "access_customers": "customers", + "opening_hours": "10:00-23:30", + "phone": "+49 351 43899010", + "operator": "Marché Mövenpick Deutschland GmbH", + "brand": "Burger King", + "ref": "15659", + "level": "0;1" + } + }, + { + "name": "Bürgerschachtstraße", + "lat": "50.70495", + "lon": "12.48412", + "id": 6537185228, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "tactile_paving_no": "no", + "bin_yes": "yes", + "covered_yes": "yes", + "wheelchair_no": "no", + "network": "VMS", + "route_bus_ref": "10", + "operator": "SVZ;RVW" + } + }, + { + "name": "Bürgerzentrum Waldschänke Hellerau", + "lat": "51.10581", + "lon": "13.76203", + "id": 298274153, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "website": "http://www.hellerau-waldschaenke.de" + } + }, + { + "name": "Beat’n’Burger", + "lat": "51.07120", + "lon": "13.75070", + "id": 6646425178, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Su-Th 12:00-00:00, Fr-Sa 12:00-02:00", + "additionalInfo": { + "diet_vegetarian_filter_yes": "yes", + "diet_vegan_yes": "yes", + "diet_vegetarian_yes": "yes", + "cuisine_burger": "burger", + "diet_vegan_filter_yes": "yes", + "wheelchair_limited": "limited", + "opening_hours": "Su-Th 12:00-00:00, Fr-Sa 12:00-02:00", + "website": "http://www.beatnburger.com/", + "phone": "+4935130933354" + } + }, + { + "name": "Zum Bürgergarten", + "lat": "51.10521", + "lon": "13.62624", + "id": 439010400, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Mo-Fr 08:00-11:00,16:00-23:00; Sa-Su,PH 09:00-23:00", + "additionalInfo": { + "cuisine_regional": "regional", + "opening_hours": "Mo-Fr 08:00-11:00,16:00-23:00; Sa-Su,PH 09:00-23:00", + "website": "http://www.zum-buergergarten.de/", + "phone": "+49 351 6563760", + "email": "info@zum-buergergarten.de", + "operator": "Restaurant Bürgergarten GmbH & CO.KG" + } + }, + { + "name": "Bürgertreff Behringstraße", + "lat": "51.05038", + "lon": "13.71126", + "id": 5093109156, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus", + "lat": "51.17650", + "lon": "13.97068", + "id": 701212529, + "subType": "building", + "type": "man_made" + }, + { + "name": "Burger King Thiendorf", + "lat": "51.29503", + "lon": "13.73581", + "id": 492974307, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo,Tu,We,Th,Su 10:00-22:00; Fr,Sa 10:00-23:00", + "additionalInfo": { + "cuisine_burger": "burger", + "toilets_yes": "yes", + "opening_hours": "Mo,Tu,We,Th,Su 10:00-22:00; Fr,Sa 10:00-23:00", + "phone": "+49 35248 885833", + "operator": "Food Star GmbH", + "brand": "Burger King" + } + }, + { + "name": "Burger King Thiendorf", + "lat": "51.29503", + "lon": "13.73581", + "id": 492974307, + "subType": "building", + "type": "man_made", + "openingHours": "Mo,Tu,We,Th,Su 10:00-22:00; Fr,Sa 10:00-23:00", + "additionalInfo": { + "cuisine_burger": "burger", + "toilets_yes": "yes", + "opening_hours": "Mo,Tu,We,Th,Su 10:00-22:00; Fr,Sa 10:00-23:00", + "phone": "+49 35248 885833", + "operator": "Food Star GmbH", + "brand": "Burger King" + } + }, + { + "name": "AfD Bürgerbüro", + "lat": "51.16199", + "lon": "13.47226", + "id": 9036082906, + "subType": "political_party", + "type": "office", + "openingHours": "Tu 11:00-18:00; Th 10:00-18:00", + "additionalInfo": { + "opening_hours": "Tu 11:00-18:00; Th 10:00-18:00" + } + }, + { + "name": "Zum Bürgergarten", + "lat": "51.30685", + "lon": "13.28485", + "id": 1900986638, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Mo, Tu, Fr 11:00-14:00, 17:00-00:00; We, Th 11:00-14:00; Sa 18:00-00:00", + "additionalInfo": { + "cuisine_regional": "regional", + "opening_hours": "Mo, Tu, Fr 11:00-14:00, 17:00-00:00; We, Th 11:00-14:00; Sa 18:00-00:00", + "description": "Rinderroulade Klöße Rotkraut 10,50€" + } + }, + { + "name": "Bürger- und Vereinshaus", + "lat": "51.28200", + "lon": "12.53463", + "id": 458195213, + "subType": "building", + "type": "man_made" + }, + { + "name": "Wiederitzsch, Bürgeramt", + "lat": "51.39388", + "lon": "12.37378", + "id": 6267352020, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "wheelchair_no": "no", + "bus_yes": "yes", + "network": "MDV", + "route_bus_ref": "87", + "operator": "LVB" + } + }, + { + "name": "JEDERMANNS - SPD Bürgerbüro", + "lat": "51.36388", + "lon": "12.35889", + "id": 10152048994, + "subType": "political_party", + "type": "office", + "openingHours": "Mo, We, Fr 10:00-15:30", + "additionalInfo": { + "opening_hours": "Mo, We, Fr 10:00-15:30", + "website": "https://holger-mann.de/", + "phone": "+49 341 2474 2151" + } + }, + { + "name": "Bürgermeister-Ringenhain-Haus", + "lat": "51.55905", + "lon": "13.00253", + "id": 261588433, + "subType": "museum", + "type": "tourism", + "additionalInfo": { + "description": "Kunst- und kulturhistorisch bedeutendste Renaissance-Bürgerhaus in Mitteldeutschland", + "image": "File:Torgau Ringenhain-Haus.jpg", + "addr_housename": "Bürgermeister-Ringenhain-Haus", + "start_date": "1600" + } + }, + { + "name": "Bürgermeister-Ringenhain-Haus", + "lat": "51.55905", + "lon": "13.00253", + "id": 261588433, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "description": "Kunst- und kulturhistorisch bedeutendste Renaissance-Bürgerhaus in Mitteldeutschland", + "image": "File:Torgau Ringenhain-Haus.jpg", + "addr_housename": "Bürgermeister-Ringenhain-Haus", + "start_date": "1600" + } + }, + { + "name": "Burger-Amt Adler", + "lat": "51.32137", + "lon": "12.33140", + "id": 12514881912, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Sa 10:30-22:00; Su 12:00-22:00; PH open", + "additionalInfo": { + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "cuisine_noodle": "noodle", + "takeaway_filter_yes": "yes", + "wheelchair_no": "no", + "cuisine_pizza": "pizza", + "opening_hours": "Mo-Sa 10:30-22:00; Su 12:00-22:00; PH open", + "cuisine": "burger;noodle;pizza" + } + }, + { + "name": "Bürgerhaus Schmorkau", + "lat": "51.30767", + "lon": "13.14364", + "id": 2263195242, + "subType": "community_centre", + "type": "entertainment", + "additionalInfo": { + "wheelchair_no": "no", + "operator": "Heimatverein Mannschatz e.V." + } + }, + { + "name": "Bürgerbüro Janina Pfau (MdL, Die Linke)", + "lat": "50.41504", + "lon": "12.17165", + "id": 8123371580, + "subType": "company", + "type": "office", + "additionalInfo": { + "toilets_wheelchair_no": "no", + "wheelchair_yes": "yes", + "website": "http://www.janina-pfau.de", + "phone": "+49 37421 187878" + } + }, + { + "name": "Burgerlich", + "lat": "51.04432", + "lon": "13.73600", + "id": 10651737204, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Su-Th 11:30-23:00; Fr-Sa 11:30-24:00", + "additionalInfo": { + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "toilets_wheelchair_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Su-Th 11:30-23:00; Fr-Sa 11:30-24:00", + "website": "https://www.burgerlich.com/", + "phone": "+49-351-482 496 28", + "email": "info@burgerlich.com", + "fax": "+49-351-482 496 26" + } + }, + { + "name": "Gymnasium Bürgerwiese Dresden", + "lat": "51.03922", + "lon": "13.74355", + "id": 748894897, + "subType": "school", + "type": "education", + "additionalInfo": { + "wheelchair_yes": "yes", + "website": "https://www.gymnasium-buergerwiese.de/", + "phone": "+49 35148452280", + "email": "info@gymbw.de", + "fax": "+49 351 484522819" + } + }, + { + "name": "Bürgergarten", + "lat": "51.11899", + "lon": "13.10720", + "id": 4189512612, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Mo-Su 11:30-00:00", + "additionalInfo": { + "cuisine_german": "german", + "opening_hours": "Mo-Su 11:30-00:00" + } + }, + { + "name": "Burger King", + "lat": "51.32845", + "lon": "12.37314", + "id": 5217488484, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Sa 09:00-18:00; Su,PH 11:00-18:00", + "additionalInfo": { + "diet_vegetarian_filter_yes": "yes", + "diet_vegetarian_yes": "yes", + "takeaway_filter_yes": "yes", + "delivery_filter_yes": "yes", + "cuisine_burger": "burger", + "toilets_wheelchair_yes": "yes", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "delivery_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Sa 09:00-18:00; Su,PH 11:00-18:00", + "website": "https://www.burgerking.de/kingfinder/19982?id=976", + "phone": "+49 341 99390361", + "description": "Behinderten-WC / Wickelraum", + "operator": "R&S GastroSysteme Karli GmbH", + "fax": "+49 341 99390363", + "brand": "Burger King" + } + }, + { + "name": "Bürgerbüro", + "lat": "51.16366", + "lon": "13.47023", + "id": 3537642630, + "subType": "townhall", + "type": "administrative", + "openingHours": "Mo,Fr-Sa 09:00-12:00; Tu,Th 09:00-18:00", + "additionalInfo": { + "opening_hours": "Mo,Fr-Sa 09:00-12:00; Tu,Th 09:00-18:00", + "phone": "+49 3521 467238", + "email": "buergerbuero@stadt-meissen.de", + "fax": "+49 3521 467291", + "operator": "Stadt Meißen" + } + }, + { + "name": "Bürgerbüro", + "lat": "51.16366", + "lon": "13.47023", + "id": 3537642630, + "subType": "office_administrative", + "type": "administrative", + "openingHours": "Mo,Fr-Sa 09:00-12:00; Tu,Th 09:00-18:00", + "additionalInfo": { + "opening_hours": "Mo,Fr-Sa 09:00-12:00; Tu,Th 09:00-18:00", + "phone": "+49 3521 467238", + "email": "buergerbuero@stadt-meissen.de", + "fax": "+49 3521 467291", + "operator": "Stadt Meißen" + } + }, + { + "name": "Gemeinde Friedersdorf Bürgermeisteramt", + "lat": "51.64697", + "lon": "12.36659", + "id": 760896770, + "subType": "townhall", + "type": "administrative" + }, + { + "name": "Parkplatz am Bürgerhaus", + "lat": "51.53111", + "lon": "12.33140", + "id": 502419311, + "subType": "parking", + "type": "transportation", + "additionalInfo": { + "parking_surface": "surface", + "fee_no": "no", + "supervised_no": "no" + } + }, + { + "name": "Peter Pane Burgergrill & Bar", + "lat": "51.34253", + "lon": "12.37509", + "id": 10582694442, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Mo-Su 11:00-23:45", + "additionalInfo": { + "diet_vegetarian_filter_yes": "yes", + "diet_vegan_yes": "yes", + "diet_vegetarian_yes": "yes", + "diet_vegan_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "toilets_wheelchair_yes": "yes", + "internet_access_type_wlan": "wlan", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Su 11:00-23:45", + "website": "https://www.peterpane.de/restaurants/leipzig-bernsteincarre/", + "phone": "+49 341 99858340", + "description": "Burgergrill & Bar", + "email": "leipzig@peterpane.de" + } + }, + { + "name": "Hotel \"Bürgerhof\"", + "lat": "50.80835", + "lon": "12.75789", + "id": 885761584, + "subType": "hotel", + "type": "tourism", + "additionalInfo": { + "wheelchair_yes": "yes", + "website": "http://www.hotel-buergerhof.de/", + "phone": "+49 3723 720", + "email": "hotel.buergerhof@t-online.de", + "fax": "+49 3723 721109", + "operator": "Rene Schulz" + } + }, + { + "name": "Bürgerhaus Thalheim", + "lat": "51.28075", + "lon": "13.08789", + "id": 2263195204, + "subType": "community_centre", + "type": "entertainment", + "additionalInfo": { + "operator": "Heimatverein Thalheim e.V." + } + }, + { + "name": "Bürgerstübel", + "lat": "50.61654", + "lon": "12.23986", + "id": 186518905, + "subType": "restaurant", + "type": "sustenance", + "additionalInfo": { + "cuisine_german": "german" + } + }, + { + "name": "Bürgerstübel", + "lat": "50.61654", + "lon": "12.23986", + "id": 186518905, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "cuisine_german": "german" + } + }, + { + "name": "Merkur", + "lat": "51.04734", + "lon": "13.73411", + "id": 10103482526, + "subType": "artwork", + "type": "tourism", + "additionalInfo": { + "artwork_type_statue": "statue", + "material_wood": "wood", + "image": "http://carstenbuerger.com/wp-content/uploads/2017/05/SpS_Merkur_3-500x500.jpg", + "artist_name": "Carsten Bürger" + } + }, + { + "name": "Fred-Oertel-Bürgerpark", + "lat": "50.73855", + "lon": "12.36488", + "id": 1102404889, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Bürgerhaus", + "lat": "51.01037", + "lon": "13.13332", + "id": 616588335, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerbüro Nossen", + "lat": "51.05662", + "lon": "13.29816", + "id": 9896602454, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerwäldchen", + "lat": "51.09784", + "lon": "14.67361", + "id": 4402722398208, + "subType": "forest", + "type": "man_made" + }, + { + "name": "Bürgermeister-Müller-Haus", + "lat": "51.27424", + "lon": "12.31580", + "id": 392028073, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.buergermeister-mueller-haus.de/", + "wikipedia": "http://de.wikipedia.org/wiki/Carl Wilhelm Müller", + "start_date": "1723" + } + }, + { + "name": "Bürgermeister-Müller-Haus", + "lat": "51.27424", + "lon": "12.31580", + "id": 392028073, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "website": "http://www.buergermeister-mueller-haus.de/", + "wikipedia": "http://de.wikipedia.org/wiki/Carl Wilhelm Müller", + "start_date": "1723" + } + }, + { + "name": "Bürgergarten Koitschgraben", + "lat": "51.01721", + "lon": "13.77885", + "id": 391234473, + "subType": "garden", + "type": "entertainment" + }, + { + "name": "Bürgeramt Stötteritzer Straße", + "lat": "51.32589", + "lon": "12.40670", + "id": 255136649, + "subType": "townhall", + "type": "administrative", + "openingHours": "Mo 09:00-16:00; Tu,Th 09:00-18:00; We 09:00-14:00; Fr 09:00-12:30", + "additionalInfo": { + "opening_hours": "Mo 09:00-16:00; Tu,Th 09:00-18:00; We 09:00-14:00; Fr 09:00-12:30" + } + }, + { + "name": "Bürgeramt Stötteritzer Straße", + "lat": "51.32589", + "lon": "12.40670", + "id": 255136649, + "subType": "building", + "type": "man_made", + "openingHours": "Mo 09:00-16:00; Tu,Th 09:00-18:00; We 09:00-14:00; Fr 09:00-12:30", + "additionalInfo": { + "opening_hours": "Mo 09:00-16:00; Tu,Th 09:00-18:00; We 09:00-14:00; Fr 09:00-12:30" + } + }, + { + "name": "Bürgerheim", + "lat": "50.81902", + "lon": "12.54733", + "id": 1241062213, + "subType": "social_facility", + "type": "healthcare", + "additionalInfo": { + "social_facility_for_senior": "senior", + "website": "https://www.altenheimglauchau.de/pflegeheim-buergerheim", + "operator": "Städtische Altenheim Glauchau gemeinnützige GmbH" + } + }, + { + "name": "Barockes Bürgerhaus anno 1680", + "lat": "51.05990", + "lon": "13.74117", + "id": 4415003832320, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerwald", + "lat": "50.98618", + "lon": "13.02167", + "id": 4413863047168, + "subType": "forest", + "type": "man_made", + "additionalInfo": { + "leaf_type_mixed": "mixed" + } + }, + { + "name": "Photovoltaikanlage Freibad Bürger Energie Drebach eG", + "lat": "50.69570", + "lon": "13.01401", + "id": 9085267704, + "subType": "power_generator", + "type": "man_made", + "additionalInfo": { + "generator_source_solar": "solar", + "website": "https://www.buerger-energie-drebach.de/index.php/pv-freibad-venusberg", + "operator": "Bürger Energie Drebach eG", + "generator_output_electricity": "0.008" + } + }, + { + "name": "Bürgerpark", + "lat": "51.37557", + "lon": "12.34421", + "id": 72661719, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Stadt Leipzig Bürgeramt", + "lat": "51.30866", + "lon": "12.37522", + "id": 3821484358, + "subType": "office_administrative", + "type": "administrative", + "openingHours": "Mo-Fr 09:00-20:00; Th 13:00-20:00; Sa 09:00-14:00", + "additionalInfo": { + "opening_hours": "Mo-Fr 09:00-20:00; Th 13:00-20:00; Sa 09:00-14:00" + } + }, + { + "name": "Burger Straße 2", + "lat": "51.43650", + "lon": "14.38082", + "id": 81116759, + "subType": "bridge", + "type": "man_made", + "additionalInfo": { + "bridge_car": "yes", + "note": "die \"2\" ist Namensbestandteil lt. Beschilderung (es gibt auch eine \"1\" in der Gegend)", + "operator": "Tourismusverband Niederlausitz e.V.", + "network": "rcn" + } + }, + { + "name": "Bürgerbüro", + "lat": "51.06163", + "lon": "13.88539", + "id": 14392506202, + "subType": "government", + "type": "administrative", + "openingHours": "Mo 08:00-16:00; Tu,Th 08:00-18:00; We,Fr 08:00-14:00", + "additionalInfo": { + "opening_hours": "Mo 08:00-16:00; Tu,Th 08:00-18:00; We,Fr 08:00-14:00" + } + }, + { + "name": "Parfümerie Burger", + "lat": "50.71877", + "lon": "12.49336", + "id": 6050180634, + "subType": "beauty", + "type": "service", + "openingHours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", + "additionalInfo": { + "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", + "website": "https://www.burger-parfuemerie.de/" + } + }, + { + "name": "Polizeirevier Dresden-Nord Bürgerpolizist", + "lat": "51.06163", + "lon": "13.88530", + "id": 14392506200, + "subType": "police", + "type": "emergency", + "openingHours": "Tu 15:00-18:00", + "additionalInfo": { + "opening_hours": "Tu 15:00-18:00" + } + }, + { + "name": "Bürgergarten Stollberg", + "lat": "50.70974", + "lon": "12.77682", + "id": 385767993, + "subType": "community_centre", + "type": "entertainment", + "additionalInfo": { + "wheelchair_limited": "limited", + "website": "http://buergergarten-stollberg.de/", + "phone": "+49 37296 54280", + "email": "kontakt@buergergarten-stollberg.de", + "fax": "+49 37296 54282", + "facebook": "https://www.facebook.com/BurgergartenStollberg" + } + }, + { + "name": "Bürgergarten Stollberg", + "lat": "50.70974", + "lon": "12.77682", + "id": 385767993, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "wheelchair_limited": "limited", + "website": "http://buergergarten-stollberg.de/", + "phone": "+49 37296 54280", + "email": "kontakt@buergergarten-stollberg.de", + "fax": "+49 37296 54282", + "facebook": "https://www.facebook.com/BurgergartenStollberg" + } + }, + { + "name": "Bürgeramt", + "lat": "51.36343", + "lon": "12.36434", + "id": 1757740612, + "subType": "government", + "type": "administrative", + "openingHours": "Mo 09:00-16:00; We 09:00-14:00; Tu,Th 09:00-18:00; Fr 09:00-12:30", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo 09:00-16:00; We 09:00-14:00; Tu,Th 09:00-18:00; Fr 09:00-12:30" + } + }, + { + "name": "Rock Burger", + "lat": "51.04593", + "lon": "13.73604", + "id": 5252366234, + "subType": "fast_food", + "type": "sustenance", + "additionalInfo": { + "cuisine_sausage": "sausage", + "cuisine_burger": "burger", + "cuisine": "sausage;burger", + "level": "1" + } + }, + { + "name": "Bahnhof Kurort Kipsdorf", + "lat": "50.80440", + "lon": "13.67577", + "id": 269507227, + "subType": "railway_station", + "type": "transportation", + "additionalInfo": { + "alt_name": "Bürger- und Heimatvereinshaus" + } + }, + { + "name": "Bahnhof Kurort Kipsdorf", + "lat": "50.80440", + "lon": "13.67577", + "id": 269507227, + "subType": "public_transport_station", + "type": "transportation", + "additionalInfo": { + "alt_name": "Bürger- und Heimatvereinshaus" + } + }, + { + "name": "Bahnhof Kurort Kipsdorf", + "lat": "50.80440", + "lon": "13.67577", + "id": 269507227, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "alt_name": "Bürger- und Heimatvereinshaus" + } + }, + { + "name": "Delitzsch, Bürgerhaus", + "lat": "51.53049", + "lon": "12.33162", + "id": 1930803098, + "subType": "bus_stop", + "type": "transportation", + "additionalInfo": { + "bus_yes": "yes", + "operator": "Auto Webel GmbH", + "network": "MDV", + "route_bus_ref": "192" + } + }, + { + "name": "Delitzsch, Bürgerhaus", + "lat": "51.53049", + "lon": "12.33162", + "id": 1930803098, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "bus_yes": "yes", + "operator": "Auto Webel GmbH", + "network": "MDV", + "route_bus_ref": "192" + } + }, + { + "name": "Bürgercasino Neukirch", + "lat": "51.09631", + "lon": "14.31156", + "id": 306856667, + "subType": "pub", + "type": "sustenance", + "additionalInfo": { + "cuisine_pizza": "pizza", + "smoking_yes": "yes", + "website": "http://www.bürgercasino.de/", + "url": "http://www.bürgercasino.de/" + } + }, + { + "name": "Bürgercasino Neukirch", + "lat": "51.09631", + "lon": "14.31156", + "id": 306856667, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "cuisine_pizza": "pizza", + "smoking_yes": "yes", + "website": "http://www.bürgercasino.de/", + "url": "http://www.bürgercasino.de/" + } + }, + { + "name": "Bürgerstübl", + "lat": "51.15652", + "lon": "14.99237", + "id": 558297046, + "subType": "restaurant", + "type": "sustenance", + "additionalInfo": { + "wheelchair_limited": "limited", + "phone": "+49 3581 879579" + } + }, + { + "name": "Bürgerbüro Susann Rüthrich | SPD Ortsverein", + "lat": "51.07515", + "lon": "13.72319", + "id": 6629216626, + "subType": "political_party", + "type": "office", + "openingHours": "Mo 09:00-11:00,13:00-17:00; Tu 09:00-12:00,13:00-16:00; We,Th 09:00-12:00,13:00-17:00, Sa 09:00-13:00", + "additionalInfo": { + "opening_hours": "Mo 09:00-11:00,13:00-17:00; Tu 09:00-12:00,13:00-16:00; We,Th 09:00-12:00,13:00-17:00, Sa 09:00-13:00", + "phone": "+49 351 84757860", + "operator": "SPD Ortsverein Dresden Pieschen" + } + }, + { + "name": "Burger King", + "lat": "51.35121", + "lon": "12.44444", + "id": 67029803, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Su,PH 09:00-23:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "delivery_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "delivery_yes": "yes", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Su,PH 09:00-23:00", + "phone": "+49 341 2536094", + "description": "Behinderten-WC / Wickelraum ", + "operator": "R&S GastroSysteme GmbH Leipzig", + "brand": "Burger King" + } + }, + { + "name": "Burger King", + "lat": "51.35121", + "lon": "12.44444", + "id": 67029803, + "subType": "building", + "type": "man_made", + "openingHours": "Mo-Su,PH 09:00-23:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "delivery_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "delivery_yes": "yes", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Su,PH 09:00-23:00", + "phone": "+49 341 2536094", + "description": "Behinderten-WC / Wickelraum ", + "operator": "R&S GastroSysteme GmbH Leipzig", + "brand": "Burger King" + } + }, + { + "name": "Bürgerstraße", + "lat": "51.07696", + "lon": "13.72544", + "id": 4458559832, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "wheelchair_yes": "yes", + "route_tram_ref": "13", + "operator": "DVB" + } + }, + { + "name": "Bürgerbüro Die Blauen", + "lat": "51.31382", + "lon": "12.26467", + "id": 7175474920, + "subType": "political_party", + "type": "office", + "additionalInfo": { + "wheelchair_yes": "yes" + } + }, + { + "name": "Bürgerservicestelle Morgenleite", + "lat": "50.79479", + "lon": "12.88347", + "id": 329853169, + "subType": "building", + "type": "man_made", + "openingHours": "Mo 08:30-12:00; Tu 08:30-12:00,13:30-18:00; Th 08:30-12:00,13:30-18:00", + "additionalInfo": { + "opening_hours": "Mo 08:30-12:00; Tu 08:30-12:00,13:30-18:00; Th 08:30-12:00,13:30-18:00", + "phone": "+49 371 4883380", + "fax": "+49 371 4883393" + } + }, + { + "name": "Stadion am Bürgergarten", + "lat": "51.11800", + "lon": "13.10847", + "id": 320532869, + "subType": "stadium", + "type": "sport" + }, + { + "name": "Bürgerservicestelle Rabenstein", + "lat": "50.82588", + "lon": "12.83274", + "id": 10734904138, + "subType": "government", + "type": "administrative" + }, + { + "name": "burgerme", + "lat": "51.36392", + "lon": "12.35859", + "id": 12363127352, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "11:00-23:00", + "additionalInfo": { + "cuisine_burger": "burger", + "outdoor_seating_no": "no", + "takeaway_yes": "yes", + "takeaway_filter_yes": "yes", + "smoking_no": "no", + "drive_through_no": "no", + "delivery_yes": "yes", + "delivery_filter_yes": "yes", + "opening_hours": "11:00-23:00" + } + }, + { + "name": "Starosta", + "names": { + "de": "Bürgermeister" + }, + "lat": "50.90648", + "lon": "14.39705", + "id": 6949912796, + "subType": "peak", + "type": "natural", + "additionalInfo": { + "website": "http://db-sandsteinklettern.gipfelbuch.de/weg.php?gipfelid=1189", + "ref": "31" + } + }, + { + "name": "Bürgerwiese", + "lat": "51.03832", + "lon": "13.75012", + "id": 72013409, + "subType": "grass", + "type": "man_made" + }, + { + "name": "Heimateck-Bürgerhaus", + "lat": "50.93086", + "lon": "13.13212", + "id": 300082959, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerhaus Schönborn", + "lat": "51.14757", + "lon": "13.86689", + "id": 3093708940, + "subType": "townhall", + "type": "administrative" + }, + { + "name": "Bürgerhaus Schönborn", + "lat": "51.14757", + "lon": "13.86689", + "id": 3093708940, + "subType": "building", + "type": "man_made" + }, + { + "name": "Burger King Glauchau", + "lat": "50.84112", + "lon": "12.54203", + "id": 415846375, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Th 09:00-24:00, Fr,Sa 09:00-02:00, Su 10:00-24:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 09:00-24:00, Fr,Sa 09:00-02:00, Su 10:00-24:00", + "website": "https://www.burgerking.de/", + "phone": "+49 3763 172639", + "alt_name": "Burger King Glauchau", + "operator": "Food Star GmbH" + } + }, + { + "name": "Burger King Glauchau", + "lat": "50.84112", + "lon": "12.54203", + "id": 415846375, + "subType": "building", + "type": "man_made", + "openingHours": "Mo-Th 09:00-24:00, Fr,Sa 09:00-02:00, Su 10:00-24:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 09:00-24:00, Fr,Sa 09:00-02:00, Su 10:00-24:00", + "website": "https://www.burgerking.de/", + "phone": "+49 3763 172639", + "alt_name": "Burger King Glauchau", + "operator": "Food Star GmbH" + } + }, + { + "name": "Bürgerteich", + "lat": "51.13462", + "lon": "14.17603", + "id": 55487359, + "subType": "water", + "type": "natural" + }, + { + "name": "Gleis-Grün-Zug", + "lat": "51.32200", + "lon": "12.32175", + "id": 4417658226688, + "subType": "park", + "type": "entertainment", + "additionalInfo": { + "website": "https://www.buergerbahnhof-plagwitz.de/", + "alt_name": "Bürgerbahnhof Plagwitz" + } + }, + { + "name": "Bürger Augenoptik", + "lat": "50.89809", + "lon": "14.80584", + "id": 8609806300, + "subType": "optician", + "type": "shop" + }, + { + "name": "Bürgerhaus", + "lat": "50.91667", + "lon": "13.34326", + "id": 6018305098, + "subType": "information", + "type": "tourism", + "additionalInfo": { + "information_board": "board" + } + }, + { + "name": "Bürgerteich", + "lat": "51.13721", + "lon": "14.17457", + "id": 73898133, + "subType": "water", + "type": "natural" + }, + { + "name": "Bürgerhilfe Sachsen e. V.", + "lat": "51.17747", + "lon": "14.42370", + "id": 13446225794, + "subType": "social_facility", + "type": "healthcare", + "additionalInfo": { + "social_facility_for_juvenile": "juvenile" + } + }, + { + "name": "Bürgerverein und Stadtteilzentrum Messemagistrale (SZM)", + "lat": "51.32666", + "lon": "12.38505", + "id": 49360901, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerhaus", + "lat": "50.69534", + "lon": "12.42159", + "id": 276216961, + "subType": "library", + "type": "education" + }, + { + "name": "Bürgerhaus", + "lat": "50.69534", + "lon": "12.42159", + "id": 276216961, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerbüro", + "lat": "50.89800", + "lon": "13.66270", + "id": 4870615672, + "subType": "government", + "type": "administrative", + "additionalInfo": { + "operator": "Landratsamt" + } + }, + { + "name": "Bistro Burger", + "lat": "51.36652", + "lon": "12.36672", + "id": 668128490, + "subType": "fast_food", + "type": "sustenance", + "additionalInfo": { + "wheelchair_limited": "limited", + "cuisine_kebab": "kebab" + } + }, + { + "name": "Delitzsch, Bürgerhaus", + "lat": "51.53047", + "lon": "12.33181", + "id": 12792541316, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "bench_yes": "yes", + "covered_yes": "yes", + "bus_yes": "yes", + "network": "MDV", + "operator": "Auto Webel GmbH" + } + }, + { + "name": "Burger King", + "lat": "51.06048", + "lon": "13.57333", + "id": 8463634564, + "subType": "fast_food", + "type": "sustenance", + "additionalInfo": { + "outdoor_seating_yes": "yes", + "delivery_no": "no", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "takeaway_filter_yes": "yes", + "internet_access_type_no": "no", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "brand": "Burger King" + } + }, + { + "name": "Delitzsch, Bürgerhaus", + "lat": "51.53047", + "lon": "12.33157", + "id": 12792541318, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "bench_yes": "yes", + "covered_yes": "yes", + "bus_yes": "yes", + "network": "MDV", + "route_bus_ref": "192", + "operator": "Auto Webel GmbH" + } + }, + { + "name": "Burger Like", + "lat": "51.34273", + "lon": "12.36340", + "id": 3516140886, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Th,Sa 10:30-22:00, Fr 10:30-13:30,15:00-22:00, Su 11:30-22:00", + "additionalInfo": { + "cuisine_burger": "burger", + "opening_hours": "Mo-Th,Sa 10:30-22:00, Fr 10:30-13:30,15:00-22:00, Su 11:30-22:00" + } + }, + { + "name": "Bürgerpark", + "lat": "51.12673", + "lon": "13.57751", + "id": 530190685, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Landratsamt Vogtlandkr., Außenstelle Klingenthal-Bürgeramt", + "lat": "50.35719", + "lon": "12.46740", + "id": 3552293694, + "subType": "government", + "type": "administrative", + "openingHours": "Tu,We 09:00-12:00,13:00-18:00; Th 13:00-16:00; Fr 09:00-12:00", + "additionalInfo": { + "opening_hours": "Tu,We 09:00-12:00,13:00-18:00; Th 13:00-16:00; Fr 09:00-12:00" + } + }, + { + "name": "Touristinfo im Bürgerbüro", + "lat": "50.89639", + "lon": "13.66740", + "id": 6245301432, + "subType": "information", + "type": "tourism", + "openingHours": "Mo-We 09:00-16:00; Th 09:00-18:00; Fr 09:00-12:00", + "additionalInfo": { + "information_office": "office", + "opening_hours": "Mo-We 09:00-16:00; Th 09:00-18:00; Fr 09:00-12:00", + "website": "https://www.dippoldiswalde.de/inhalte/dippoldiswalde/_inhalt/tourismus/kultur_tourismus_sport_freizeit" + } + }, + { + "name": "Bürgerhaus Geithain", + "lat": "51.05799", + "lon": "12.69286", + "id": 1062805407, + "subType": "cinema", + "type": "entertainment", + "openingHours": "\"Senioren-Club Mo-Do 10:00-16:00;Fr 10:00-12:00\"", + "additionalInfo": { + "wheelchair_limited": "limited", + "opening_hours": "\"Senioren-Club Mo-Do 10:00-16:00;Fr 10:00-12:00\"", + "height": "11.98", + "addr_housename": "Bürgerhaus" + } + }, + { + "name": "Bürgerhaus Geithain", + "lat": "51.05799", + "lon": "12.69286", + "id": 1062805407, + "subType": "building", + "type": "man_made", + "openingHours": "\"Senioren-Club Mo-Do 10:00-16:00;Fr 10:00-12:00\"", + "additionalInfo": { + "wheelchair_limited": "limited", + "opening_hours": "\"Senioren-Club Mo-Do 10:00-16:00;Fr 10:00-12:00\"", + "height": "11.98", + "addr_housename": "Bürgerhaus" + } + }, + { + "name": "Bibliothek Bannewitz im Bürgerhaus", + "lat": "50.99387", + "lon": "13.72261", + "id": 6050371624, + "subType": "library", + "type": "education", + "openingHours": "Tu 09:00-12:00,13:00-16:00; Th 09:00-12:00,13:00-18:00", + "additionalInfo": { + "opening_hours": "Tu 09:00-12:00,13:00-16:00; Th 09:00-12:00,13:00-18:00" + } + }, + { + "name": "Bürgerhaus Irbersdorf", + "lat": "50.94965", + "lon": "13.04837", + "id": 2535077332, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus und Museum für ländliches Brauchtum", + "lat": "51.18323", + "lon": "13.24486", + "id": 183255037, + "subType": "museum", + "type": "tourism", + "additionalInfo": { + "wheelchair_no": "no" + } + }, + { + "name": "Bürgerhaus und Museum für ländliches Brauchtum", + "lat": "51.18323", + "lon": "13.24486", + "id": 183255037, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "wheelchair_no": "no" + } + }, + { + "name": "Burger Amt #2", + "lat": "51.31598", + "lon": "12.32612", + "id": 530178380, + "subType": "fast_food", + "type": "sustenance", + "additionalInfo": { + "wheelchair_no": "no" + } + }, + { + "name": "Bürgerhaus Schneidenbach", + "lat": "50.59276", + "lon": "12.30557", + "id": 2143232302, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerberatung im Rathaus", + "lat": "51.04830", + "lon": "13.74128", + "id": 5060913972, + "subType": "government", + "type": "administrative", + "additionalInfo": { + "operator": "Landeshauptstadt Dresden" + } + }, + { + "name": "Bürgergarten", + "lat": "51.02395", + "lon": "14.21395", + "id": 1196239258, + "subType": "restaurant", + "type": "sustenance", + "additionalInfo": { + "wheelchair_no": "no", + "cuisine_german": "german", + "phone": "+49 3596 502549" + } + }, + { + "name": "Bürgerhaus", + "lat": "51.53136", + "lon": "12.33123", + "id": 75682903, + "subType": "9pin", + "type": "sport", + "additionalInfo": { + "wheelchair_no": "no" + } + }, + { + "name": "Bürgerhaus", + "lat": "51.53136", + "lon": "12.33123", + "id": 75682903, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "wheelchair_no": "no" + } + }, + { + "name": "Bürger- und Familienpark Oelsnitz", + "lat": "50.73343", + "lon": "12.69635", + "id": 4403999610880, + "subType": "park", + "type": "entertainment", + "additionalInfo": { + "description": "ehemals Landesgartenschaugelände 2015" + } + }, + { + "name": "Bürgerhaus „Flora”", + "lat": "50.90838", + "lon": "13.40006", + "id": 296360765, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus „Flora”", + "lat": "50.90838", + "lon": "13.40006", + "id": 296360765, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerhaus Reichenbach", + "lat": "50.98494", + "lon": "13.23436", + "id": 412821069, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus Reichenbach", + "lat": "50.98494", + "lon": "13.23436", + "id": 412821069, + "subType": "building", + "type": "man_made" + }, + { + "name": "Busdepot Bürgerschachtstraße", + "lat": "50.70405", + "lon": "12.47952", + "id": 700394793, + "subType": "depot", + "type": "man_made", + "additionalInfo": { + "operator": "Städtische Verkehrsbetriebe Zwickau GmbH" + } + }, + { + "name": "Burger King", + "lat": "51.34130", + "lon": "12.37496", + "id": 496328526, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Fr 00:00-03:00,09:00-24:00; Sa,Su 00:00-06:00,09:00-24:00", + "additionalInfo": { + "cuisine_burger": "burger", + "surveillance_yes": "yes", + "takeaway_yes": "yes", + "takeaway_filter_yes": "yes", + "diet_vegetarian_no": "no", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 00:00-03:00,09:00-24:00; Sa,Su 00:00-06:00,09:00-24:00", + "brand": "Burger King" + } + }, + { + "name": "Bistro Burger & Co", + "lat": "51.27906", + "lon": "12.35947", + "id": 7969495516, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Mo-Tu 11:30-15:00; We-Fr 11:30-19:00", + "additionalInfo": { + "delivery_no": "no", + "takeaway_yes": "yes", + "takeaway_filter_yes": "yes", + "smoking_no": "no", + "cuisine_regional": "regional", + "opening_hours": "Mo-Tu 11:30-15:00; We-Fr 11:30-19:00", + "website": "https://www.facebook.com/bistroburgerco/", + "phone": "+49 341 35884306", + "capacity": "20" + } + }, + { + "name": "Freiroda, Bürgerhaus", + "lat": "51.42192", + "lon": "12.26475", + "id": 1167043415, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "bench_yes": "yes", + "covered_yes": "yes", + "operator": "Auto Webel", + "route_bus_ref": "+207" + } + }, + { + "name": "Freiroda, Bürgerhaus", + "lat": "51.42193", + "lon": "12.26428", + "id": 1167043413, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "bench_yes": "yes", + "operator": "Auto Webel", + "route_bus_ref": "+207" + } + }, + { + "name": "Bürgerhaus", + "lat": "51.27953", + "lon": "14.01480", + "id": 317507569, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerhaus", + "lat": "51.12674", + "lon": "13.84430", + "id": 857204684, + "subType": "arts_centre", + "type": "entertainment", + "additionalInfo": { + "wheelchair_yes": "yes" + } + }, + { + "name": "Bürgeramt, Grünau", + "lat": "51.31168", + "lon": "12.28093", + "id": 4215436834, + "subType": "bank", + "type": "finance", + "additionalInfo": { + "toilets_wheelchair_yes": "yes", + "wheelchair_yes": "yes" + } + }, + { + "name": "The Route 66 Burgerstore", + "lat": "50.84270", + "lon": "12.64537", + "id": 3396229966, + "subType": "fast_food", + "type": "sustenance" + }, + { + "name": "Burger Cafe Kultur", + "lat": "51.11644", + "lon": "13.12443", + "id": 8659550982, + "subType": "fast_food", + "type": "sustenance" + }, + { + "name": "Burger King", + "lat": "51.34588", + "lon": "12.26319", + "id": 70482199, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Fr 00:00-01:00,08:00-24:00; Sa,Su 00:00-04:00,08:00-24:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "toilets_wheelchair_no": "no", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 00:00-01:00,08:00-24:00; Sa,Su 00:00-04:00,08:00-24:00", + "website": "https://www.burgerking.de/kingfinder/8954?id=383", + "phone": "+49 341 9411990", + "description": "Behinderten-WC", + "operator": "R&S GastroSysteme GmbH Leipzig", + "brand": "Burger King" + } + }, + { + "name": "Burger King", + "lat": "51.34588", + "lon": "12.26319", + "id": 70482199, + "subType": "building", + "type": "man_made", + "openingHours": "Mo-Fr 00:00-01:00,08:00-24:00; Sa,Su 00:00-04:00,08:00-24:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "toilets_wheelchair_no": "no", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 00:00-01:00,08:00-24:00; Sa,Su 00:00-04:00,08:00-24:00", + "website": "https://www.burgerking.de/kingfinder/8954?id=383", + "phone": "+49 341 9411990", + "description": "Behinderten-WC", + "operator": "R&S GastroSysteme GmbH Leipzig", + "brand": "Burger King" + } + }, + { + "name": "Burger King", + "lat": "51.41351", + "lon": "12.30909", + "id": 252058081, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Fr 00:00-02:00,06:00-24:00; Sa 00:00-05:00,07:00-24:00; Su 00:00-05:00,09:00-24:00", + "additionalInfo": { + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "takeaway_filter_yes": "yes", + "opening_hours": "Mo-Fr 00:00-02:00,06:00-24:00; Sa 00:00-05:00,07:00-24:00; Su 00:00-05:00,09:00-24:00", + "website": "https://www.burgerking.de/", + "phone": "+49 341 4617230", + "fax": "+49 341 4617232", + "operator": "RuS Gastrosystem GmbH", + "brand": "Burger King" + } + }, + { + "name": "Burger King", + "lat": "51.41351", + "lon": "12.30909", + "id": 252058081, + "subType": "building", + "type": "man_made", + "openingHours": "Mo-Fr 00:00-02:00,06:00-24:00; Sa 00:00-05:00,07:00-24:00; Su 00:00-05:00,09:00-24:00", + "additionalInfo": { + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "takeaway_filter_yes": "yes", + "opening_hours": "Mo-Fr 00:00-02:00,06:00-24:00; Sa 00:00-05:00,07:00-24:00; Su 00:00-05:00,09:00-24:00", + "website": "https://www.burgerking.de/", + "phone": "+49 341 4617230", + "fax": "+49 341 4617232", + "operator": "RuS Gastrosystem GmbH", + "brand": "Burger King" + } + }, + { + "name": "Freital Bürgerstraße (1)", + "lat": "50.99153", + "lon": "13.64315", + "id": 905004250, + "subType": "bus_stop", + "type": "transportation", + "additionalInfo": { + "tactile_paving_yes": "yes", + "bus_yes": "yes", + "wheelchair_yes": "yes", + "network": "VVO", + "route_bus_ref": "344, 363", + "operator": "Regionalverkehr Dresden", + "ref": "1" + } + }, + { + "name": "Freital Bürgerstraße (1)", + "lat": "50.99153", + "lon": "13.64315", + "id": 905004250, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "tactile_paving_yes": "yes", + "bus_yes": "yes", + "wheelchair_yes": "yes", + "network": "VVO", + "route_bus_ref": "344, 363", + "operator": "Regionalverkehr Dresden", + "ref": "1" + } + }, + { + "name": "Bürgerzentrum \"Johanna Mejer\"", + "lat": "50.65350", + "lon": "13.35184", + "id": 543963457, + "subType": "building", + "type": "man_made" + }, + { + "name": "Historisches Bürgerhaus Dresden", + "lat": "51.05161", + "lon": "13.74379", + "id": 6196412472, + "subType": "apartment", + "type": "tourism", + "additionalInfo": { + "website": "http://www.dresdner-kaffeestuebchen.de/", + "note": "keine eigene Homepage gefunden;angegebene umfasst das gesamte Haus;wird in unzähligen Buchungsportalen gelistet" + } + }, + { + "name": "Bürgerwiese", + "names": { + "hsb": "Byrgarska łuka" + }, + "lat": "51.43594", + "lon": "14.25545", + "id": 610636117, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Schule Am Bürgergarten", + "lat": "51.45715", + "lon": "12.64080", + "id": 12532020164, + "subType": "school", + "type": "education", + "additionalInfo": { + "description": "Förderschule für Lernbehinderte" + } + }, + { + "name": "Bürgergarten", + "lat": "51.11896", + "lon": "13.10688", + "id": 388729369, + "subType": "biergarten", + "type": "sustenance", + "openingHours": "11:30+", + "additionalInfo": { + "toilets_wheelchair_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "11:30+", + "website": "https://buergergarten-doebeln.de/", + "phone": "+49 3431 606719", + "fax": "+49 3431 6073344" + } + }, + { + "name": "Prime Burger", + "lat": "51.34305", + "lon": "12.37245", + "id": 9095777556, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Mo-Th 11:00-23:00, Fr,Sa 11:00-03:00", + "additionalInfo": { + "diet_vegetarian_filter_yes": "yes", + "diet_vegetarian_yes": "yes", + "cuisine_burger": "burger", + "wheelchair_limited": "limited", + "opening_hours": "Mo-Th 11:00-23:00, Fr,Sa 11:00-03:00", + "website": "http://www.prime-burger.de/" + } + }, + { + "name": "Privilegierte Bürgerschützen-Gesellschaft Radeberg i/Sa e.V.", + "lat": "51.10720", + "lon": "13.90457", + "id": 10745624392, + "subType": "club_sport", + "type": "entertainment", + "additionalInfo": { + "website": "http://schuetzenverein-radeberg.de", + "phone": "+49 3528 4155715", + "email": "info@schuetzenverein-radeberg.de" + } + }, + { + "name": "Privilegierte Bürgerschützen-Gesellschaft Radeberg i/Sa e.V.", + "lat": "51.10720", + "lon": "13.90457", + "id": 10745624392, + "subType": "shooting", + "type": "sport", + "additionalInfo": { + "website": "http://schuetzenverein-radeberg.de", + "phone": "+49 3528 4155715", + "email": "info@schuetzenverein-radeberg.de" + } + }, + { + "name": "Bürgerbüro/Meldeamt", + "lat": "50.78809", + "lon": "12.61076", + "id": 10784458686, + "subType": "government", + "type": "administrative", + "openingHours": "Mo,Fr 09:00-11:30; Tu 09:00-11:30,14:00-16:00; Th 09:00-11:30,14:00-18:00; We off", + "additionalInfo": { + "register_office": "register_office", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Fr 09:00-11:30; Tu 09:00-11:30,14:00-16:00; Th 09:00-11:30,14:00-18:00; We off", + "email": "buergerbuero-st.egidien@lichtenstein-sachsen.de", + "level": "0" + } + }, + { + "name": "Burgerheart", + "lat": "51.34079", + "lon": "12.36788", + "id": 1781985040, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Mo-Su 17:00-24:00", + "additionalInfo": { + "toilets_wheelchair_no": "no", + "cuisine_burger": "burger", + "wheelchair_no": "no", + "opening_hours": "Mo-Su 17:00-24:00", + "website": "http://www.burgerheart.de/leipzig/" + } + }, + { + "name": "Bürgeramt Holzhausen", + "lat": "51.30630", + "lon": "12.46229", + "id": 362511457, + "subType": "townhall", + "type": "administrative" + }, + { + "name": "Bürgeramt Holzhausen", + "lat": "51.30630", + "lon": "12.46229", + "id": 362511457, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerhaus Zehren", + "lat": "51.19970", + "lon": "13.40551", + "id": 232151723, + "subType": "building", + "type": "man_made" + }, + { + "lat": "51.56297", + "lon": "12.98573", + "id": 14700366602, + "subType": "tomb", + "type": "tourism", + "additionalInfo": { + "old_name": "Grabmal eines Torgauer Bürgers", + "image": "https://commons.wikimedia.org/wiki/File:Grabmal_eines_Torgauer_B%C3%BCrgers_Friedhof_(Torgau)_(2).jpg", + "start_date": "~1850" + } + }, + { + "name": "Bürgerbüro", + "lat": "51.05443", + "lon": "12.69432", + "id": 5174145828, + "subType": "government", + "type": "administrative", + "openingHours": "Mo,Fr 08:00-12:00; Tu 08:00-12:00,13:00-18:00; Th 08:00-12:00; Th 08:00-12:00,13:00-17:00; We,Sa,Su,PH off", + "additionalInfo": { + "wheelchair_limited": "limited", + "opening_hours": "Mo,Fr 08:00-12:00; Tu 08:00-12:00,13:00-18:00; Th 08:00-12:00; Th 08:00-12:00,13:00-17:00; We,Sa,Su,PH off", + "website": "http://www.geithain.net/", + "phone": "+49 34341 466100" + } + }, + { + "name": "Bürgerhaus Bannewitz", + "lat": "50.99388", + "lon": "13.72255", + "id": 47091657, + "subType": "building", + "type": "man_made" + }, + { + "name": "Taucha, An der Bürgerruhe", + "lat": "51.37921", + "lon": "12.49150", + "id": 541937478, + "subType": "tram_stop", + "type": "transportation", + "additionalInfo": { + "wheelchair_no": "no", + "route_tram_ref": "3", + "network": "MDV", + "operator": "LVB", + "ref": "0063" + } + }, + { + "name": "Taucha, An der Bürgerruhe", + "lat": "51.37921", + "lon": "12.49150", + "id": 541937478, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "wheelchair_no": "no", + "route_tram_ref": "3", + "network": "MDV", + "operator": "LVB", + "ref": "0063" + } + }, + { + "name": "Bürgerhaus", + "lat": "50.57184", + "lon": "12.09470", + "id": 11116577680, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus", + "lat": "50.62185", + "lon": "12.73170", + "id": 83012025, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "wheelchair_no": "no" + } + }, + { + "name": "Bürgerpark", + "lat": "50.81827", + "lon": "12.54868", + "id": 92663951, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Bürgerhaus Oberlauterbach, KiTa Lauterbacher Strolche", + "lat": "50.49534", + "lon": "12.31200", + "id": 666577521, + "subType": "kindergarten", + "type": "education" + }, + { + "name": "Bürgerhaus Oberlauterbach, KiTa Lauterbacher Strolche", + "lat": "50.49534", + "lon": "12.31200", + "id": 666577521, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgersaal Oederan", + "lat": "50.86178", + "lon": "13.16819", + "id": 306356047, + "subType": "community_centre", + "type": "entertainment", + "additionalInfo": { + "operator": "Stadt Oederan" + } + }, + { + "name": "Bürgersaal Oederan", + "lat": "50.86178", + "lon": "13.16819", + "id": 306356047, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "operator": "Stadt Oederan" + } + }, + { + "name": "Bürgerallee", + "lat": "50.83310", + "lon": "14.74146", + "id": 1515203393, + "subType": "highway_steps", + "type": "transportation", + "additionalInfo": { + "surface_unpaved": "unpaved" + } + }, + { + "name": "Kino \"Bürgerhaus Groitzsch\"", + "lat": "51.15662", + "lon": "12.28044", + "id": 757156340, + "subType": "cinema", + "type": "entertainment", + "additionalInfo": { + "wheelchair_yes": "yes", + "website": "https://kino-groitzsch.de/kino/", + "phone": "+49 34296 42275", + "email": "kinogroitzsch@online.de", + "fax": "+49 34296 48287" + } + }, + { + "name": "Bürgerstraße", + "lat": "50.99139", + "lon": "13.64714", + "id": 75960723, + "subType": "bridge", + "type": "man_made", + "additionalInfo": { + "bridge_pedestrian": "yes", + "surface_wood": "wood", + "network": "ncn" + } + }, + { + "name": "Bürgerhaus Fröbersgrün", + "lat": "50.57183", + "lon": "12.09487", + "id": 325648945, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgeramt Hoyerswerda", + "names": { + "hsb": "Byrgarski zarjad Wojerecy" + }, + "lat": "51.43362", + "lon": "14.24498", + "id": 7523819822, + "subType": "townhall", + "type": "administrative" + }, + { + "name": "Bürgerbüro MdL Dr. Jana Pinka (Die Linke)", + "lat": "50.91961", + "lon": "13.34309", + "id": 11392997394, + "subType": "political_party", + "type": "office", + "additionalInfo": { + "website": "https://www.jana-pinka.de/", + "phone": "+49 3731 207105", + "fax": "+49 3731 207104", + "email": "roter-weg@jana-pinka.de" + } + }, + { + "name": "Wiederitzsch, Bürgeramt", + "lat": "51.39354", + "lon": "12.37434", + "id": 176835991, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "bench_yes": "yes", + "covered_yes": "yes", + "bus_yes": "yes", + "network": "MDV", + "route_bus_ref": "87", + "operator": "LVB", + "ref": "0765" + } + }, + { + "name": "Burger King", + "names": { + "ja": "バーガーキング" + }, + "lat": "51.34443", + "lon": "12.38101", + "id": 288674283, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Su 08:00-23:00; Fr,Sa 08:00-24:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Su 08:00-23:00; Fr,Sa 08:00-24:00", + "phone": "+49 341 2248910", + "fax": "+49 341 2248911", + "operator": "SSP Deutschland GmbH", + "brand": "Burger King", + "level": "0" + } + }, + { + "name": "Burger King", + "lat": "50.59686", + "lon": "12.70668", + "id": 13230158772, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Su-Th 09:00-00:00, Fr-Sa 09:00-02:00", + "additionalInfo": { + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "takeaway_filter_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "opening_hours": "Su-Th 09:00-00:00, Fr-Sa 09:00-02:00", + "operator": "BURGER KING Deutschland GmbH", + "brand": "Burger King", + "start_date": "2019-08-28" + } + }, + { + "name": "Bürgerhaus", + "lat": "50.91756", + "lon": "13.34350", + "id": 9437495200, + "subType": "information", + "type": "tourism", + "additionalInfo": { + "information_history": "history" + } + }, + { + "name": "Freital Bürgerstraße (2)", + "lat": "50.99100", + "lon": "13.64305", + "id": 1328346187, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "ref": "2" + } + }, + { + "name": "Bürgerstraße", + "lat": "51.07693", + "lon": "13.72572", + "id": 7601429564, + "subType": "tram_stop", + "type": "transportation", + "additionalInfo": { + "toilets_wheelchair_no": "no", + "wheelchair_yes": "yes", + "operator": "DVB" + } + }, + { + "name": "Freital Bürgerstraße (2)", + "lat": "50.99100", + "lon": "13.64292", + "id": 1170459244, + "subType": "bus_stop", + "type": "transportation", + "additionalInfo": { + "tactile_paving_yes": "yes", + "bus_yes": "yes", + "wheelchair_yes": "yes", + "network": "VVO", + "route_bus_ref": "344, 363", + "operator": "Regionalverkehr Dresden", + "ref": "2" + } + }, + { + "name": "Freital Bürgerstraße (2)", + "lat": "50.99100", + "lon": "13.64292", + "id": 1170459244, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "tactile_paving_yes": "yes", + "bus_yes": "yes", + "wheelchair_yes": "yes", + "network": "VVO", + "route_bus_ref": "344, 363", + "operator": "Regionalverkehr Dresden", + "ref": "2" + } + }, + { + "name": "Bürgerstraße", + "lat": "51.07685", + "lon": "13.72579", + "id": 7601429566, + "subType": "tram_stop", + "type": "transportation", + "additionalInfo": { + "toilets_wheelchair_no": "no", + "wheelchair_yes": "yes", + "operator": "DVB" + } + }, + { + "name": "Bürgerstraße", + "lat": "51.07693", + "lon": "13.72572", + "id": 426380801, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "bench_yes": "yes", + "tactile_paving_yes": "yes", + "bin_yes": "yes", + "covered_yes": "yes", + "foot_yes": "yes", + "wheelchair_yes": "yes", + "route_tram_ref": "13", + "operator": "DVB" + } + }, + { + "name": "AfD-Bürgerbüro", + "lat": "50.91720", + "lon": "13.34485", + "id": 9063201122, + "subType": "political_party", + "type": "office" + }, + { + "name": "Burger King Riesa", + "lat": "51.29869", + "lon": "13.27198", + "id": 12889435372, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Th 09:00-24:00; Fr-Sa 09:00-01:00; Su 10:00-24:00", + "additionalInfo": { + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 09:00-24:00; Fr-Sa 09:00-01:00; Su 10:00-24:00", + "website": "https://www.burgerking.de/", + "phone": "+49 3525 8756896", + "operator": "BURGER KING Deutschland GmbH" + } + }, + { + "name": "CDU Bürgerbüro", + "lat": "51.45902", + "lon": "12.62872", + "id": 9630846762, + "subType": "political_party", + "type": "office" + }, + { + "name": "Bürgerhaus", + "lat": "51.52963", + "lon": "12.61610", + "id": 502142083, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "description": "Erster Spatenstich für das Bürgerhaus war am 20.03.2005, Richtfest war im August 2005. An dieser Stelle stand bis zum Hochwasser 2002 das alte Pfarrhaus von Gruna." + } + }, + { + "name": "Bürgerhaus", + "lat": "50.94072", + "lon": "13.18548", + "id": 627185165, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "note": "Vereinshaus" + } + }, + { + "name": "Bürgergarten Columbusstraße", + "lat": "51.04506", + "lon": "13.70435", + "id": 1547530067, + "subType": "allotments", + "type": "man_made", + "additionalInfo": { + "website": "http://www.dresden-pflanzbar.de/gaerten/columbusgarten/" + } + }, + { + "name": "Bürgergarten", + "lat": "51.11860", + "lon": "13.10557", + "id": 4412700495872, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Bürgerbüro Freiberg", + "lat": "50.91758", + "lon": "13.34272", + "id": 1391565186, + "subType": "government", + "type": "administrative", + "openingHours": "Tu,Th 09:00-12:30, 13:30-18:00; Fr 09:00-12:30; Sa 09:00-12:30; Su,PH off", + "additionalInfo": { + "opening_hours": "Tu,Th 09:00-12:30, 13:30-18:00; Fr 09:00-12:30; Sa 09:00-12:30; Su,PH off", + "phone": "+49 3731 273161", + "fax": "+49 3731 27373161", + "email": "Buergerbuero@Freiberg.de" + } + }, + { + "name": "Bürgerbüro Freiberg", + "lat": "50.91758", + "lon": "13.34272", + "id": 1391565186, + "subType": "building", + "type": "man_made", + "openingHours": "Tu,Th 09:00-12:30, 13:30-18:00; Fr 09:00-12:30; Sa 09:00-12:30; Su,PH off", + "additionalInfo": { + "opening_hours": "Tu,Th 09:00-12:30, 13:30-18:00; Fr 09:00-12:30; Sa 09:00-12:30; Su,PH off", + "phone": "+49 3731 273161", + "fax": "+49 3731 27373161", + "email": "Buergerbuero@Freiberg.de" + } + }, + { + "name": "Bürgerbüro Plauen", + "lat": "51.02909", + "lon": "13.70718", + "id": 10444050864, + "subType": "government", + "type": "administrative", + "openingHours": "Mo,Fr 09:00-12:00; Tu,Th 09:00-18:00", + "additionalInfo": { + "register_office": "register_office", + "wheelchair_yes": "yes", + "opening_hours": "Mo,Fr 09:00-12:00; Tu,Th 09:00-18:00", + "website": "https://www.dresden.de/de/rathaus/ortsaemter/c_09.php", + "phone": "+493514886801", + "email": "ortsamt-plauen@dresden.de", + "fax": "+493514886803" + } + }, + { + "name": "Bürgerhaus Eilenburg", + "lat": "51.45778", + "lon": "12.64162", + "id": 216891807, + "subType": "community_centre", + "type": "entertainment", + "additionalInfo": { + "website": "https://www.buergerhaus-eilenburg.de/", + "operator": "Städtischer EigenbetriebKulturunternehmung Eilenburg" + } + }, + { + "name": "Bürgerhaus Eilenburg", + "lat": "51.45778", + "lon": "12.64162", + "id": 216891807, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "website": "https://www.buergerhaus-eilenburg.de/", + "operator": "Städtischer EigenbetriebKulturunternehmung Eilenburg" + } + }, + { + "name": "Bürgerhaus", + "lat": "50.86793", + "lon": "13.37184", + "id": 226771635, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerbüro Susann Rüthrich", + "lat": "51.16157", + "lon": "13.48525", + "id": 12516655412, + "subType": "political_party", + "type": "office", + "additionalInfo": { + "phone": "+49 3521 7286225" + } + }, + { + "name": "Burger King", + "lat": "50.84083", + "lon": "12.44612", + "id": 10003463416, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Th 09:00-24:00; Fr-Sa 09:00-01:00; Su 10:00-24:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "delivery_no": "no", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 09:00-24:00; Fr-Sa 09:00-01:00; Su 10:00-24:00", + "phone": "+49 3764 7967266", + "operator": "BURGER KING Deutschland GmbH", + "brand": "Burger King" + } + }, + { + "name": "Burgerheart", + "lat": "51.06701", + "lon": "13.75201", + "id": 8770441596, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Mo-Su 12:00-23:00", + "additionalInfo": { + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "wheelchair_no": "no", + "outdoor_seating_filter_yes": "yes", + "opening_hours": "Mo-Su 12:00-23:00", + "phone": "+4935120611211", + "email": "dresden@burgerheart.com" + } + }, + { + "name": "Bürgerhaus am Wall", + "lat": "50.83446", + "lon": "12.92003", + "id": 4411728162816, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgeramt Sietsch", + "lat": "51.48983", + "lon": "12.17899", + "id": 1181010149, + "subType": "community_centre", + "type": "entertainment", + "additionalInfo": { + "note": "ehemals Gasthaus \"Zur Sonne\"" + } + }, + { + "name": "Bürgeramt Sietsch", + "lat": "51.48983", + "lon": "12.17899", + "id": 1181010149, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "note": "ehemals Gasthaus \"Zur Sonne\"" + } + }, + { + "name": "Rückmarsdorf, Bürgeramt", + "lat": "51.34655", + "lon": "12.25810", + "id": 181904275, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "network": "MDV", + "ref": "1009" + } + }, + { + "name": "Bürgerhaus", + "lat": "50.83774", + "lon": "13.67523", + "id": 254088227, + "subType": "community_centre", + "type": "entertainment", + "additionalInfo": { + "operator": "Gemeindeverwaltung", + "image": "http://wiki.openstreetmap.org/wiki/File:2015_Schmiedeberg_ehemalige_Grundschule_jetzt_B%C3%BCrgerhaus.jpg" + } + }, + { + "name": "Bürgerhaus", + "lat": "50.83774", + "lon": "13.67523", + "id": 254088227, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "operator": "Gemeindeverwaltung", + "image": "http://wiki.openstreetmap.org/wiki/File:2015_Schmiedeberg_ehemalige_Grundschule_jetzt_B%C3%BCrgerhaus.jpg" + } + }, + { + "name": "Bürgerhaus Kleinwaltersdorf", + "lat": "50.93214", + "lon": "13.30221", + "id": 171104059, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus Kleinwaltersdorf", + "lat": "50.93214", + "lon": "13.30221", + "id": 171104059, + "subType": "building", + "type": "man_made" + }, + { + "name": "Sparkasse Mittelsachsen", + "lat": "50.91759", + "lon": "13.34270", + "id": 561701362, + "subType": "atm", + "type": "finance", + "additionalInfo": { + "drive_through_no": "no", + "wheelchair_yes": "yes", + "alt_name": "Sparkasse Mittelsachsen - SB Freiberg-Bürgeramt Obermarkt", + "operator": "Sparkasse Mittelsachsen" + } + }, + { + "name": "Bürgeramt Ratzelbogen", + "lat": "51.31180", + "lon": "12.28100", + "id": 4400990130176, + "subType": "townhall", + "type": "administrative", + "additionalInfo": { + "wheelchair_yes": "yes", + "website": "https://www.leipzig.de/buergerservice-und-verwaltung/aemter-und-behoerdengaenge/behoerden-und-dienstleistungen/dienststelle/buergeramt-ratzelbogen-10007015/", + "phone": "+49 341 1230", + "description": "- Gebäude für Rollstuhlfahrer voll zugänglich - Aufzug für Rollstuhlfahrer zugänglich - Toilette für Rollstuhlfahrer nutzbar - Spezielle und persönliche Hilfeleistungen für Menschen mit Behinderung - Markierte Behindertenparkplätze vorhanden", + "email": "buergeramt@leipzig.de", + "fax": "+49 341 1239265" + } + }, + { + "name": "Bürgeramt Ratzelbogen", + "lat": "51.31180", + "lon": "12.28100", + "id": 4400990130176, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "wheelchair_yes": "yes", + "website": "https://www.leipzig.de/buergerservice-und-verwaltung/aemter-und-behoerdengaenge/behoerden-und-dienstleistungen/dienststelle/buergeramt-ratzelbogen-10007015/", + "phone": "+49 341 1230", + "description": "- Gebäude für Rollstuhlfahrer voll zugänglich - Aufzug für Rollstuhlfahrer zugänglich - Toilette für Rollstuhlfahrer nutzbar - Spezielle und persönliche Hilfeleistungen für Menschen mit Behinderung - Markierte Behindertenparkplätze vorhanden", + "email": "buergeramt@leipzig.de", + "fax": "+49 341 1239265" + } + }, + { + "name": "Zum Bürgergarten", + "lat": "51.12607", + "lon": "14.17676", + "id": 584727958, + "subType": "restaurant", + "type": "sustenance" + }, + { + "name": "Bürgerhaus Lomnitz", + "lat": "51.19057", + "lon": "13.90034", + "id": 444035833, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus Lomnitz", + "lat": "51.19057", + "lon": "13.90034", + "id": 444035833, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerstraße", + "lat": "51.07685", + "lon": "13.72579", + "id": 426380799, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "bench_yes": "yes", + "tactile_paving_yes": "yes", + "bin_yes": "yes", + "covered_yes": "yes", + "foot_yes": "yes", + "wheelchair_yes": "yes", + "route_tram_ref": "13", + "operator": "DVB" + } + }, + { + "name": "Freital Bürgerstraße (1)", + "lat": "50.99172", + "lon": "13.64309", + "id": 1328346171, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "lit_yes": "yes", + "ref": "2" + } + }, + { + "name": "Burger King", + "lat": "51.07794", + "lon": "13.71525", + "id": 303263557, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Th,Su 10:00-24:00; Fr-Sa 10:00-3:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "delivery_filter_yes": "yes", + "cuisine_burger": "burger", + "wheelchair_limited": "limited", + "takeaway_yes": "yes", + "delivery_yes": "yes", + "drive_through_yes": "yes", + "opening_hours": "Mo-Th,Su 10:00-24:00; Fr-Sa 10:00-3:00", + "phone": "+49 351 8629318", + "operator": "Food Star GmbH", + "brand": "Burger King" + } + }, + { + "name": "Burger King", + "lat": "51.07794", + "lon": "13.71525", + "id": 303263557, + "subType": "building", + "type": "man_made", + "openingHours": "Mo-Th,Su 10:00-24:00; Fr-Sa 10:00-3:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "delivery_filter_yes": "yes", + "cuisine_burger": "burger", + "wheelchair_limited": "limited", + "takeaway_yes": "yes", + "delivery_yes": "yes", + "drive_through_yes": "yes", + "opening_hours": "Mo-Th,Su 10:00-24:00; Fr-Sa 10:00-3:00", + "phone": "+49 351 8629318", + "operator": "Food Star GmbH", + "brand": "Burger King" + } + }, + { + "name": "Bürgerbüro Dürrweitzschen", + "lat": "51.20952", + "lon": "12.86160", + "id": 8612724224, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus-Alte Turnhalle", + "lat": "50.57773", + "lon": "11.99336", + "id": 222230053, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus-Alte Turnhalle", + "lat": "50.57773", + "lon": "11.99336", + "id": 222230053, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgermeister-Müller-Denkmal", + "lat": "51.34341", + "lon": "12.38037", + "id": 834679452, + "subType": "memorial", + "type": "tourism", + "additionalInfo": { + "wheelchair_yes": "yes", + "description": "Dr.jur. Carl Wilhelm Müller (1728-1801), Leipziger Bürgermeister", + "artist_name": "Johann Friedrich August Tischbein", + "image": "http://upload.wikimedia.org/wikipedia/commons/1/1a/Carl_Wilhelm_M%C3%BCller_Denkmal.jpg", + "inscription": "C. W. MÜLLER Von den dankbaren Bürgern Leipzigs.", + "start_date": "1819" + } + }, + { + "name": "Bürgerwald", + "lat": "50.72109", + "lon": "12.85321", + "id": 4401022601216, + "subType": "forest", + "type": "man_made", + "additionalInfo": { + "leaf_type_mixed": "mixed" + } + }, + { + "name": "MOBIpunkt Weißig Bürgerbüro", + "lat": "51.06121", + "lon": "13.88515", + "id": 13985472196, + "subType": "car_sharing", + "type": "service", + "openingHours": "24/7", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "24/7", + "operator": "DVB", + "capacity": "2" + } + }, + { + "name": "Bürgersaal im Stadtgut", + "lat": "51.27837", + "lon": "12.58902", + "id": 5234126426, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "addr_housename": "Bürgersaal im Stadtgut" + } + }, + { + "name": "Bürgerzentrum Sonnenberg", + "lat": "50.83398", + "lon": "12.93451", + "id": 5035836296, + "subType": "social_facility", + "type": "healthcare", + "additionalInfo": { + "social_facility_outreach": "outreach", + "phone": "+49 371 306 868 0" + } + }, + { + "name": "Bürgerwald Stollberg", + "lat": "50.71908", + "lon": "12.82295", + "id": 8883845604, + "subType": "emergency_access_point", + "type": "emergency_infrastructure" + }, + { + "name": "Bürgerhaus", + "lat": "51.64607", + "lon": "12.36771", + "id": 760896698, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerzentrum \"Sächsische Krone\"", + "lat": "51.15091", + "lon": "12.75856", + "id": 965747701, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerzentrum \"Sächsische Krone\"", + "lat": "51.15091", + "lon": "12.75856", + "id": 965747701, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerhaus „Goldener Stern“", + "lat": "51.12394", + "lon": "12.49736", + "id": 68576627, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerhaus Spreeperle", + "lat": "51.29852", + "lon": "14.55605", + "id": 434270795, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "operator": "Verein für das Bürgerhaus Spreeperle" + } + }, + { + "name": "Bürgerbüro", + "lat": "50.89233", + "lon": "13.75413", + "id": 844776883, + "subType": "building", + "type": "man_made" + }, + { + "name": "Dr. med. Ulrich Bürger", + "lat": "51.23751", + "lon": "13.05171", + "id": 4373922584, + "subType": "dentist", + "type": "healthcare", + "openingHours": "Mo,We 08:00-11:30,14:00-18:00;Tu,Th,Fr 08:00-11:30", + "additionalInfo": { + "opening_hours": "Mo,We 08:00-11:30,14:00-18:00;Tu,Th,Fr 08:00-11:30", + "phone": "+49 34362 32307" + } + }, + { + "name": "Bürgerhaus", + "lat": "50.56202", + "lon": "12.41996", + "id": 371259279, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerbüro Dresden-Plauen", + "lat": "51.03629", + "lon": "13.71654", + "id": 6244727686, + "subType": "political_party", + "type": "office" + }, + { + "name": "ALFS burger & pizza", + "names": { + "de": "ALFS Burger & Pizza Manufaktur" + }, + "lat": "50.85049", + "lon": "12.79092", + "id": 12442345970, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "We-Mo 17:00-21:30", + "additionalInfo": { + "cuisine_burger": "burger", + "cuisine_pizza": "pizza", + "opening_hours": "We-Mo 17:00-21:30", + "phone": "+49 3722 5914901", + "cuisine": "pizza;burger" + } + }, + { + "name": "Bürgerwald", + "lat": "50.64282", + "lon": "12.46317", + "id": 4402403371008, + "subType": "forest", + "type": "man_made", + "additionalInfo": { + "leaf_type_mixed": "mixed" + } + }, + { + "name": "Bürgerbüro Die Linke", + "lat": "51.27141", + "lon": "14.09602", + "id": 14594785370, + "subType": "political_party", + "type": "office" + }, + { + "name": "Taucha, An der Bürgerruhe", + "lat": "51.37982", + "lon": "12.49096", + "id": 3245398724, + "subType": "tram_stop", + "type": "transportation", + "additionalInfo": { + "wheelchair_no": "no", + "route_tram_ref": "3", + "operator": "LVB" + } + }, + { + "name": "Taucha, An der Bürgerruhe", + "lat": "51.37982", + "lon": "12.49096", + "id": 3245398724, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "wheelchair_no": "no", + "route_tram_ref": "3", + "operator": "LVB" + } + }, + { + "name": "Bürgerbüro", + "lat": "50.53764", + "lon": "12.78581", + "id": 8707762806, + "subType": "government", + "type": "administrative", + "openingHours": "Mo-Fr 08:00-12:30,13:00-16:30", + "additionalInfo": { + "opening_hours": "Mo-Fr 08:00-12:30,13:00-16:30" + } + }, + { + "name": "Bürger- und Vereinshaus", + "lat": "51.22710", + "lon": "13.31305", + "id": 276973311, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerpark", + "lat": "50.90782", + "lon": "14.81021", + "id": 1227903119, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Bürgerhaus", + "lat": "50.97978", + "lon": "13.40823", + "id": 56966363, + "subType": "building", + "type": "man_made" + }, + { + "name": "Burger-Werk", + "lat": "51.01095", + "lon": "13.66234", + "id": 13144998914, + "subType": "biergarten", + "type": "sustenance", + "openingHours": "Jun-Aug \"nach Wetterlage\"", + "additionalInfo": { + "toilets_wheelchair_no": "no", + "cuisine_burger": "burger", + "wheelchair_limited": "limited", + "smoking_outside": "outside", + "opening_hours": "Jun-Aug \"nach Wetterlage\"", + "website": "https://burger-werk.business.site/", + "phone": "+49 351 46448855", + "email": "val.chi@icloud.com", + "operator": "Burger-Werk" + } + }, + { + "name": "Bürger- und Vereinshaus Rittergut", + "lat": "51.26907", + "lon": "12.50263", + "id": 323689163, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürger- und Vereinshaus Rittergut", + "lat": "51.26907", + "lon": "12.50263", + "id": 323689163, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerbüro", + "lat": "50.81749", + "lon": "12.54128", + "id": 8470758178, + "subType": "government", + "type": "administrative", + "openingHours": "Mo, We, Fr 09:00-12:00; Tu, Th 09:00-18:00", + "additionalInfo": { + "opening_hours": "Mo, We, Fr 09:00-12:00; Tu, Th 09:00-18:00", + "website": "https://www.glauchau.de/glauchau/module/ll_db/idx.asp" + } + }, + { + "name": "AfD Bürgerbüro", + "lat": "51.29088", + "lon": "13.53241", + "id": 9313281684, + "subType": "political_party", + "type": "office" + }, + { + "name": "Bürgerhaus", + "lat": "51.04822", + "lon": "12.79418", + "id": 410719155, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerhaus Sohra", + "lat": "50.88557", + "lon": "13.48063", + "id": 464572415, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus Sohra", + "lat": "50.88557", + "lon": "13.48063", + "id": 464572415, + "subType": "building", + "type": "man_made" + }, + { + "name": "SUMO Burger", + "lat": "50.84627", + "lon": "12.93855", + "id": 13367657812, + "subType": "fast_food", + "type": "sustenance", + "additionalInfo": { + "drive_through_no": "no", + "cuisine_burger": "burger", + "description": "im Obergeschoss" + } + }, + { + "name": "Bürgerbüro Limbach-Oberfrohna", + "lat": "50.85844", + "lon": "12.76819", + "id": 2277985880, + "subType": "office_administrative", + "type": "administrative", + "openingHours": "Mo,Fr 09:00-12:00; Tu,Th 09:00-18:00", + "additionalInfo": { + "opening_hours": "Mo,Fr 09:00-12:00; Tu,Th 09:00-18:00" + } + }, + { + "name": "Bürgeramt", + "lat": "51.39597", + "lon": "12.21956", + "id": 408540105, + "subType": "office_administrative", + "type": "administrative" + }, + { + "name": "Bürgeramt", + "lat": "51.39597", + "lon": "12.21956", + "id": 408540105, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürger King Chemnitz", + "lat": "50.86063", + "lon": "12.86272", + "id": 179689185, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Su-Th 08:00-01:00; Fr-Sa 08:00-05:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "smoking_outside": "outside", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Su-Th 08:00-01:00; Fr-Sa 08:00-05:00", + "website": "https://www.burgerking.de/", + "phone": "+49 3722 59702", + "operator": "Food Star GmbH" + } + }, + { + "name": "Bürger King Chemnitz", + "lat": "50.86063", + "lon": "12.86272", + "id": 179689185, + "subType": "building", + "type": "man_made", + "openingHours": "Su-Th 08:00-01:00; Fr-Sa 08:00-05:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "smoking_outside": "outside", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Su-Th 08:00-01:00; Fr-Sa 08:00-05:00", + "website": "https://www.burgerking.de/", + "phone": "+49 3722 59702", + "operator": "Food Star GmbH" + } + }, + { + "name": "Bürgerbüro", + "lat": "51.00973", + "lon": "14.58205", + "id": 561902760, + "subType": "office_administrative", + "type": "administrative", + "additionalInfo": { + "wheelchair_yes": "yes" + } + }, + { + "name": "Bürgerhaus Breitenhain", + "lat": "51.08657", + "lon": "12.32376", + "id": 12484787068, + "subType": "community_centre", + "type": "entertainment" + }, + { + "name": "Bürgerhaus Drebach", + "lat": "50.66290", + "lon": "13.00195", + "id": 316111693, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgersaal Hartmannsdorf", + "lat": "50.88670", + "lon": "12.79789", + "id": 3602984286, + "subType": "community_centre", + "type": "entertainment", + "openingHours": "\"Bei Veraanstaltungen\"", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "\"Bei Veraanstaltungen\"", + "level": "1" + } + }, + { + "name": "Bürgerbusch", + "lat": "51.07115", + "lon": "14.08297", + "id": 9704161210, + "subType": "locality", + "type": "administrative", + "additionalInfo": { + "description": "Bezeichnet das Waldgebiet rechts der Wesenitz zwischen Röthendorfer Bach und Buschmühle" + } + }, + { + "name": "Am Bürgermeisteramt", + "lat": "50.88036", + "lon": "12.74302", + "id": 1332954285, + "subType": "parking", + "type": "transportation", + "additionalInfo": { + "parking_surface": "surface" + } + }, + { + "name": "Burger King", + "lat": "50.83848", + "lon": "12.92962", + "id": 765295678, + "subType": "fast_food", + "type": "sustenance", + "additionalInfo": { + "cuisine_burger": "burger", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "wheelchair_yes": "yes", + "brand": "Burger King", + "level": "1" + } + }, + { + "name": "Bürgerschule", + "names": { + "hsb": "Byrgarska šula" + }, + "lat": "51.18147", + "lon": "14.42765", + "id": 119295679, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerhaus", + "lat": "51.63413", + "lon": "13.00489", + "id": 306509671, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerbüro Pirna", + "lat": "50.96337", + "lon": "13.94058", + "id": 6244727248, + "subType": "political_party", + "type": "office", + "additionalInfo": { + "wheelchair_limited": "limited" + } + }, + { + "name": "Wiederitzsch, Bürgeramt", + "lat": "51.39357", + "lon": "12.37417", + "id": 607576030, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "bus_yes": "yes", + "wheelchair_yes": "yes", + "network": "MDV", + "route_bus_ref": "87", + "operator": "LVB", + "ref": "0765" + } + }, + { + "name": "Burgermeister", + "lat": "51.06596", + "lon": "13.75508", + "id": 8786804308, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Su-Th 12:00-20:00; Fr,Sa 12:00-22:00", + "additionalInfo": { + "cuisine_burger": "burger", + "opening_hours": "Su-Th 12:00-20:00; Fr,Sa 12:00-22:00" + } + }, + { + "name": "Bürgerhaus Lützschena - Menüservice", + "lat": "51.38616", + "lon": "12.25806", + "id": 841132499, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürger-Schützen-Gilde 1470 Wurzen e.V.", + "lat": "51.36393", + "lon": "12.72043", + "id": 178117421, + "subType": "pitch", + "type": "sport" + }, + { + "name": "Bürger-Schützen-Gilde 1470 Wurzen e.V.", + "lat": "51.36393", + "lon": "12.72043", + "id": 178117421, + "subType": "shooting", + "type": "sport" + }, + { + "name": "Taucha, An der Bürgerruhe", + "lat": "51.37917", + "lon": "12.49158", + "id": 2662153050, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "bus_yes": "yes", + "operator": "LVB", + "route_bus_ref": "81, 176" + } + }, + { + "name": "Bürgerhaus Zweenfurth", + "lat": "51.33494", + "lon": "12.54759", + "id": 1125143717, + "subType": "community_centre", + "type": "entertainment", + "additionalInfo": { + "wheelchair_limited": "limited", + "operator": "Gemeinde Borsdorf" + } + }, + { + "name": "Bürgerhaus Zweenfurth", + "lat": "51.33494", + "lon": "12.54759", + "id": 1125143717, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "wheelchair_limited": "limited", + "operator": "Gemeinde Borsdorf" + } + }, + { + "name": "Bürgerhaus Nünchritz", + "lat": "51.30160", + "lon": "13.38427", + "id": 391185511, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerhaus Eichigt", + "lat": "50.34853", + "lon": "12.17141", + "id": 1649596262, + "subType": "pub", + "type": "sustenance" + }, + { + "name": "Burger King", + "lat": "50.70851", + "lon": "12.50152", + "id": 473054153, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Th 09:00-01:00, Fr-Sa 09:00-03:00, Su 10:00-01:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "delivery_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "smoking_no": "no", + "delivery_yes": "yes", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 09:00-01:00, Fr-Sa 09:00-03:00, Su 10:00-01:00", + "website": "https://www.burgerking.de/kingfinder/15227?id=677", + "phone": "+49 375 2704815", + "operator": "Food Star GmbH", + "brand": "Burger King" + } + }, + { + "name": "Burger King", + "lat": "50.70851", + "lon": "12.50152", + "id": 473054153, + "subType": "building", + "type": "man_made", + "openingHours": "Mo-Th 09:00-01:00, Fr-Sa 09:00-03:00, Su 10:00-01:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "delivery_filter_yes": "yes", + "outdoor_seating_yes": "yes", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "smoking_no": "no", + "delivery_yes": "yes", + "drive_through_yes": "yes", + "outdoor_seating_filter_yes": "yes", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Th 09:00-01:00, Fr-Sa 09:00-03:00, Su 10:00-01:00", + "website": "https://www.burgerking.de/kingfinder/15227?id=677", + "phone": "+49 375 2704815", + "operator": "Food Star GmbH", + "brand": "Burger King" + } + }, + { + "name": "Bürgerhaus", + "lat": "51.12153", + "lon": "13.92446", + "id": 5886336230, + "subType": "social_facility", + "type": "healthcare", + "additionalInfo": { + "wheelchair_no": "no", + "website": "https://www.radeberg.de/inhalte/radeberg/_inhalt/freizeit_tourismus/buergerhaus/buergerhaus", + "phone": "+49 3528 450 230" + } + }, + { + "name": "Bürgersaal", + "lat": "50.96532", + "lon": "13.28275", + "id": 695260815, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürger- und Berggasthaus Scheibenberg", + "lat": "50.53929", + "lon": "12.92550", + "id": 439344081, + "subType": "restaurant", + "type": "sustenance", + "openingHours": "Mo-Su 11:00-20:00", + "additionalInfo": { + "cuisine_german": "german", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Su 11:00-20:00", + "phone": "+49 37349 13344", + "operator": "Thomas Keilig" + } + }, + { + "name": "Bürger- und Berggasthaus Scheibenberg", + "lat": "50.53929", + "lon": "12.92550", + "id": 439344081, + "subType": "building", + "type": "man_made", + "openingHours": "Mo-Su 11:00-20:00", + "additionalInfo": { + "cuisine_german": "german", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Su 11:00-20:00", + "phone": "+49 37349 13344", + "operator": "Thomas Keilig" + } + }, + { + "name": "Wiederitzsch, Bürgeramt", + "lat": "51.39385", + "lon": "12.37372", + "id": 10673691056, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "bench_yes": "yes", + "bin_yes": "yes", + "covered_yes": "yes", + "network": "MDV", + "route_bus_ref": "87", + "operator": "LVB" + } + }, + { + "name": "Bürgerschachtstraße", + "lat": "50.70498", + "lon": "12.48420", + "id": 12428235524, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "tactile_paving_no": "no", + "wheelchair_no": "no", + "bus_yes": "yes", + "network": "VMS", + "route_bus_ref": "10", + "operator": "SVZ;RVW" + } + }, + { + "name": "Bürgerservicestelle", + "lat": "50.84565", + "lon": "12.93775", + "id": 4294559230, + "subType": "government", + "type": "administrative", + "additionalInfo": { + "wheelchair_no": "no" + } + }, + { + "name": "Bürgerschachtstraße", + "lat": "50.70499", + "lon": "12.48416", + "id": 12428235526, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "tactile_paving_no": "no", + "bin_yes": "yes", + "wheelchair_no": "no", + "covered_no": "no", + "bus_yes": "yes", + "network": "VMS", + "route_bus_ref": "10", + "operator": "SVZ;RVW" + } + }, + { + "name": "Bürgerhaus", + "lat": "50.59255", + "lon": "12.37640", + "id": 389051573, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerpark", + "lat": "50.47344", + "lon": "12.27171", + "id": 4420054216704, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Bürgerhaus Wellaune", + "lat": "51.57067", + "lon": "12.55643", + "id": 956999873, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerbüro Freital", + "lat": "51.00503", + "lon": "13.64820", + "id": 8073577654, + "subType": "office_administrative", + "type": "administrative", + "openingHours": "Mo 08:00-12:00; Tu,Th 08:00-12:00,13:00-18:00; We off; Fr 08:00-12:00; Sa,Su,PH off", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo 08:00-12:00; Tu,Th 08:00-12:00,13:00-18:00; We off; Fr 08:00-12:00; Sa,Su,PH off", + "website": "https://www.landratsamt-pirna.de", + "phone": "+49 3501 5151146", + "operator": "Landratsamt Sächsische Schweiz-Osterzgebirge" + } + }, + { + "name": "Burger King", + "lat": "51.08479", + "lon": "13.69673", + "id": 4470797674, + "subType": "fast_food", + "type": "sustenance", + "openingHours": "Mo-Sa 10:00-20:00; Fr 10:00-21:00; PH off", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "drive_through_no": "no", + "delivery_no": "no", + "cuisine_burger": "burger", + "takeaway_yes": "yes", + "internet_access_type_wlan": "wlan", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Sa 10:00-20:00; Fr 10:00-21:00; PH off", + "operator": "Food Star GmbH", + "brand": "Burger King", + "level": "1" + } + }, + { + "name": "Bürgerschachtplatz", + "lat": "50.70785", + "lon": "12.48339", + "id": 472842685, + "subType": "soccer", + "type": "sport" + }, + { + "name": "Bürgerschachtplatz", + "lat": "50.70785", + "lon": "12.48339", + "id": 472842685, + "subType": "pitch", + "type": "sport" + }, + { + "name": "Burger 25", + "lat": "50.31176", + "lon": "12.33447", + "id": 8460922780, + "subType": "fast_food", + "type": "sustenance", + "additionalInfo": { + "wheelchair_limited": "limited", + "takeaway_yes": "yes", + "takeaway_filter_yes": "yes", + "description": "Handgemachte Burger" + } + }, + { + "name": "Bürgeramt Otto-Schill-Straße - Hauptamt", + "lat": "51.33856", + "lon": "12.37071", + "id": 10320966846, + "subType": "government", + "type": "administrative", + "openingHours": "Mo-Fr 08:00-19:00; Th 12:00-19:00; Sa 09:00-14:00", + "additionalInfo": { + "government_public_service": "public_service", + "wheelchair_yes": "yes", + "opening_hours": "Mo-Fr 08:00-19:00; Th 12:00-19:00; Sa 09:00-14:00", + "website": "https://www.leipzig.de/buergerservice-und-verwaltung/aemter-und-behoerdengaenge/behoerden-und-dienstleistungen/dienststelle/buergeramt-otto-schill-strasse-10007011/", + "phone": "+49 341 123-0", + "fax": "+49 341 123-2305" + } + }, + { + "name": "Bürgerschachtstraße", + "lat": "50.70501", + "lon": "12.48418", + "id": 12428235536, + "subType": "public_transport_platform", + "type": "transportation", + "additionalInfo": { + "tactile_paving_no": "no", + "bin_yes": "yes", + "wheelchair_no": "no", + "covered_no": "no", + "network": "VMS", + "route_bus_ref": "10", + "operator": "SVZ;RVW" + } + }, + { + "name": "Bürgertreff „bei Heckerts“", + "lat": "50.79386", + "lon": "12.89449", + "id": 491901063, + "subType": "community_centre", + "type": "entertainment", + "additionalInfo": { + "website": "http://www.bürgertreff-beiheckerts.de" + } + }, + { + "name": "Bürgertreff „bei Heckerts“", + "lat": "50.79386", + "lon": "12.89449", + "id": 491901063, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "website": "http://www.bürgertreff-beiheckerts.de" + } + }, + { + "name": "Bürgergarten/Röhrscheidtbastei", + "names": { + "hsb": "Byrgarska zahroda/Röhrscheidtowa bašta" + }, + "lat": "51.17987", + "lon": "14.42258", + "id": 119295685, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgerpark", + "lat": "50.71440", + "lon": "12.76403", + "id": 196968997, + "subType": "park", + "type": "entertainment" + }, + { + "name": "Bürgerservicestelle Röhrsdorf", + "lat": "50.86075", + "lon": "12.83463", + "id": 2237434504, + "subType": "townhall", + "type": "administrative" + }, + { + "name": "Direktverkauf & Imbiß Bürgerhaus", + "lat": "51.38637", + "lon": "12.25900", + "id": 585693941, + "subType": "building", + "type": "man_made" + }, + { + "name": "Bürgeramt Südwest-Zentrum - Hauptamt", + "lat": "51.30348", + "lon": "12.32203", + "id": 12808032378, + "subType": "government", + "type": "administrative", + "openingHours": "Mo 09:00-16:00; Tu 09:00-18:00; We 09:00-14:00; Th 09:00-18:00; Fr 09:00-12:30", + "additionalInfo": { + "wheelchair_yes": "yes", + "opening_hours": "Mo 09:00-16:00; Tu 09:00-18:00; We 09:00-14:00; Th 09:00-18:00; Fr 09:00-12:30", + "website": "https://www.leipzig.de/buergerservice-und-verwaltung/aemter-und-behoerdengaenge/behoerden-und-dienstleistungen/dienststelle/buergeramt-suedwest-zentrum-10007014/", + "phone": "+49 314 123 0", + "description": "2. Etage" + } + }, + { + "name": "Bürgerbüro Obercunnersdorf", + "lat": "51.02997", + "lon": "14.67185", + "id": 12322291048, + "subType": "office_administrative", + "type": "administrative", + "additionalInfo": { + "operator": "Gemeinde Kottmar" + } + } + ], + "cities": [ + { + "name": "Lohsa - Łaz", + "names": { + "de": "Lohsa", + "hsb": "Łaz" + }, + "lat": "51.38459", + "lon": "14.40524", + "id": 148980154, + "type": "VILLAGE", + "listOfStreets": [ + { + "name": "Burger Straße 2", + "lat": "51.43650", + "lon": "14.38246", + "id": 65138 + }, + { + "name": "Burger Straße", + "lat": "51.43828", + "lon": "14.38381", + "id": 100603 + } + ], + "matchStreet": 1 + } + ] +} \ No newline at end of file diff --git a/OsmAnd-java/src/test/resources/search/charging_stations.json b/OsmAnd-java/src/test/resources/search/charging_stations.json new file mode 100644 index 0000000000..740ea4bc7c --- /dev/null +++ b/OsmAnd-java/src/test/resources/search/charging_stations.json @@ -0,0 +1,1483 @@ +{ + "settings": { + "lat": "50.45025", + "lon": "30.52394", + "radiusLevel": 1, + "totalLimit": -1, + "lang": "", + "transliterateIfMissing": false, + "emptyQueryAllowed": false, + "sortByName": false + }, + "phrase": "Київ Саксаганського вулиця 32", + "results": [ + "32, Саксаганського вулиця, Київ", + "Саксаганського вулиця, Київ", + "вул. Саксаганського (на вимогу)" + ], + "amenities": [ + { + "name": "вул. Саксаганського (на вимогу)", + "lat": "50.43594", + "lon": "30.52013", + "id": 5855156148, + "subType": "public_transport_stop_position", + "type": "transportation", + "additionalInfo": { + "bus_yes": "yes", + "route_trolleybus_ref": "Тр40, 3, 9", + "operator": "KП \"Київпастранс\", КП \"Київпастранс\"" + } + } + ], + "cities": [ + { + "name": "Гостомель", + "names": { + "pl": "Hostomel" + }, + "lat": "50.54412", + "lon": "30.29930", + "id": 3471829, + "type": "TOWN", + "listOfStreets": [], + "init": 1 + }, + { + "name": "Коцюбинське", + "enName": "Kotsiubynske", + "names": { + "ru": "Коцюбинское", + "prefix": "селище міського типу", + "uk": "Коцюбинське", + "pl": "Kotsiubynske" + }, + "lat": "50.49047", + "lon": "30.33379", + "id": 337520861, + "type": "TOWN", + "listOfStreets": [], + "init": 1 + }, + { + "name": "Вишневе", + "enName": "Vyshneve", + "names": { + "de": "Wyschnewe", + "ru": "Вишнёвое", + "uk": "Вишневе", + "eo": "Viŝneve", + "pl": "Wysznewe" + }, + "lat": "50.39495", + "lon": "30.41302", + "id": 2614178, + "type": "TOWN", + "listOfStreets": [], + "init": 1 + }, + { + "name": "Київ", + "enName": "Kyiv", + "names": { + "hi": "कीव", + "pt": "Kyiv", + "prefix": "місто", + "hr": "Kijev", + "ht": "Kyèv", + "hu": "Kijev", + "lmo": "Kiev", + "xmf": "კიევი", + "yi": "קיעוו", + "hy": "Կիև", + "bar": "Kiew", + "nah": "Kiev", + "yo": "Kiev", + "pms": "Kijv", + "ia": "Kyiv", + "nan": "Kyyiv", + "id": "Kyiv", + "ie": "Kyiv", + "sco": "Kiev", + "scn": "Kiev", + "ext": "Kyiv", + "ab": "Кыив", + "qu": "Kiyiw", + "af": "Kyiv", + "pnb": "کیف", + "io": "Kyiv", + "frr": "Kyiv", + "is": "Kænugarður", + "it": "Kiev", + "am": "ኪየቭ", + "zh": "基輔", + "ar": "كييف", + "jbo": "kiev", + "mhr": "Киев", + "ja": "キエフ", + "az": "Kiyev", + "zu": "IKiyevi", + "ro": "Kiev", + "ba": "Киев", + "be": "Кіеў", + "ru": "Киев", + "bg": "Киев", + "bi": "Kyiv", + "myv": "Киев ош", + "bn": "কিয়েভ", + "jv": "Kyiv", + "bo": "ཀིབ།", + "aan": "Kyiv", + "br": "Kyiv", + "sc": "Kiev", + "bs": "Kijev", + "se": "Kiova", + "sh": "Kyiv", + "ka": "კიევი", + "sk": "Kyjev", + "roa-rup": "Kiev", + "sl": "Kijev", + "ca": "Kíiv", + "sq": "Kievi", + "sr": "Кијев", + "kk": "Киев", + "kl": "Kyiv", + "kn": "ಕೀವ್", + "sv": "Kiev", + "ko": "키예프", + "mrj": "Киев", + "sw": "Kiev", + "arz": "كييف", + "ku": "Kîev", + "kv": "Киев", + "ta": "கீவ்", + "ky": "Киев", + "cs": "Kyjev", + "te": "క్యివ్", + "cu": "Кꙑѥвъ", + "cv": "Кийӳ", + "tg": "Киев", + "th": "เคียฟ", + "la": "Kiovia", + "cy": "Kyiv", + "lb": "Kiew", + "tl": "Kiev", + "nds": "Kiew", + "da": "Kijev", + "tr": "Kıyiv", + "tt": "Киев", + "be-tarask": "Кіеў", + "de": "Kiew", + "ln": "Kyjiw", + "ast": "Kiev", + "rue": "Київ", + "tw": "Kiev", + "hif": "Kiev", + "koi": "Киев", + "lt": "Kijevas", + "lv": "Kijeva", + "lij": "Kiev", + "lad": "Kyiv", + "ug": "كىيېۋ", + "roa-tara": "Kiev", + "vec": "Kiev", + "uk": "Київ", + "fiu-vro": "Kiiova", + "mi": "Kieu", + "ur": "کیف", + "mk": "Киев", + "pap": "Kiev", + "haw": "Kyiv", + "ml": "കീവ്", + "rmy": "Kiev", + "vep": "Kijev", + "mn": "Киев", + "mr": "क्यीव", + "uz": "Kiyev", + "ms": "Kiev", + "el": "Κίεβο", + "mt": "Kjiv", + "tzl": "Kíiv", + "als": "Kiew", + "eo": "Kijivo", + "my": "ကီးယက်မြို့", + "ilo": "Kyiv", + "es": "Kiev", + "mdf": "Киев", + "et": "Kiiev", + "eu": "Kyiv", + "dsb": "Kijew", + "vi": "Kyiv", + "bat-smg": "Kijevs", + "hsb": "Kijew", + "vo": "Küyiv", + "fa": "کی‌یف", + "nl": "Kiev", + "udm": "Киев", + "nn": "Kiev", + "no": "Kiev", + "fi": "Kiova", + "yue": "基輔", + "fo": "Kyiv", + "fr": "Kiev", + "gag": "Kıyiv", + "fy": "Kiev", + "nov": "Kiyev", + "oc": "Kyiiv", + "crh": "Kiyev", + "wo": "Kiyew", + "ga": "Cív", + "ang": "Cænugeard", + "sah": "Киев", + "bxr": "Киев", + "gd": "Kyiv", + "os": "Киев", + "szl": "Kijůw", + "gl": "Kiev", + "war": "Kiev", + "bpy": "কিয়েভ", + "gv": "Kyiv", + "pa": "ਕੀਵ", + "csb": "Kyiv", + "cbk-zam": "Kyiv", + "ckb": "کیێڤ", + "pl": "Kijów", + "he": "קייב" + }, + "lat": "50.45003", + "lon": "30.52414", + "id": 26150422, + "type": "CITY", + "listOfStreets": [ + { + "name": "Саксаганського вулиця", + "enName": "Saksahanskoho Street", + "names": { + "ru": "Саксаганского улица", + "uk": "Саксаганського вулиця" + }, + "lat": "50.43596", + "lon": "30.52011", + "id": 310, + "buildings": [ + { + "name": "1", + "lat": "50.43546", + "lon": "30.52028" + }, + { + "name": "1г", + "lat": "50.43516", + "lon": "30.52298" + }, + { + "name": "1г", + "lat": "50.43501", + "lon": "30.52277" + }, + { + "name": "1г", + "lat": "50.43516", + "lon": "30.52292" + }, + { + "name": "3", + "lat": "50.43572", + "lon": "30.52000" + }, + { + "name": "4", + "lat": "50.43620", + "lon": "30.52000", + "postcode": "01033" + }, + { + "name": "4б", + "lat": "50.43646", + "lon": "30.52015" + }, + { + "name": "5", + "lat": "50.43575", + "lon": "30.51963" + }, + { + "name": "6", + "names": { + "ru": "Дом кино", + "uk": "Будинок кіно" + }, + "lat": "50.43632", + "lon": "30.51953" + }, + { + "name": "7", + "lat": "50.43575", + "lon": "30.51946" + }, + { + "name": "8/41", + "lat": "50.43635", + "lon": "30.51875" + }, + { + "name": "9", + "lat": "50.43572", + "lon": "30.51905" + }, + { + "name": "12", + "lat": "50.43616", + "lon": "30.51738", + "postcode": "01033" + }, + { + "name": "12а", + "lat": "50.43622", + "lon": "30.51738" + }, + { + "name": "12б", + "lat": "50.43649", + "lon": "30.51742" + }, + { + "name": "13/42", + "lat": "50.43575", + "lon": "30.51805" + }, + { + "name": "14", + "lat": "50.43623", + "lon": "30.51699" + }, + { + "name": "15", + "lat": "50.43579", + "lon": "30.51747" + }, + { + "name": "15б", + "lat": "50.43512", + "lon": "30.51755" + }, + { + "name": "16/43", + "lat": "50.43632", + "lon": "30.51656" + }, + { + "name": "16/43, 2", + "lat": "50.43632", + "lon": "30.51656" + }, + { + "name": "20", + "lat": "50.43620", + "lon": "30.51521" + }, + { + "name": "22", + "lat": "50.43620", + "lon": "30.51481" + }, + { + "name": "22б", + "lat": "50.43650", + "lon": "30.51481" + }, + { + "name": "22в", + "lat": "50.43668", + "lon": "30.51485" + }, + { + "name": "23", + "lat": "50.43574", + "lon": "30.51566" + }, + { + "name": "24/27", + "lat": "50.43612", + "lon": "30.51414" + }, + { + "name": "24/27, 2", + "lat": "50.43612", + "lon": "30.51414" + }, + { + "name": "25", + "lat": "50.43575", + "lon": "30.51502" + }, + { + "name": "25А", + "lat": "50.43533", + "lon": "30.51528" + }, + { + "name": "25Б", + "lat": "50.43523", + "lon": "30.51500" + }, + { + "name": "27", + "lat": "50.43583", + "lon": "30.51474", + "postcode": "01033" + }, + { + "name": "27б", + "lat": "50.43533", + "lon": "30.51470" + }, + { + "name": "27г", + "lat": "50.43550", + "lon": "30.51435" + }, + { + "name": "28", + "lat": "50.43617", + "lon": "30.51272" + }, + { + "name": "29", + "lat": "50.43576", + "lon": "30.51440" + }, + { + "name": "30", + "lat": "50.43609", + "lon": "30.51225" + }, + { + "name": "30Б", + "lat": "50.43650", + "lon": "30.51240" + }, + { + "name": "31", + "lat": "50.43581", + "lon": "30.51405", + "postcode": "01033" + }, + { + "name": "31/27", + "lat": "50.43572", + "lon": "30.51397" + }, + { + "name": "32", + "lat": "50.43617", + "lon": "30.51184" + }, + { + "name": "33", + "lat": "50.43570", + "lon": "30.51326" + }, + { + "name": "34", + "lat": "50.43622", + "lon": "30.51137" + }, + { + "name": "35", + "lat": "50.43571", + "lon": "30.51283" + }, + { + "name": "36", + "lat": "50.43609", + "lon": "30.51086" + }, + { + "name": "36в", + "lat": "50.43658", + "lon": "30.51092", + "postcode": "01033" + }, + { + "name": "36в", + "lat": "50.43661", + "lon": "30.51105" + }, + { + "name": "36д", + "lat": "50.43654", + "lon": "30.51152" + }, + { + "name": "37", + "lat": "50.43545", + "lon": "30.51244" + }, + { + "name": "37к", + "lat": "50.43508", + "lon": "30.51210" + }, + { + "name": "38", + "lat": "50.43623", + "lon": "30.51041" + }, + { + "name": "38", + "lat": "50.43616", + "lon": "30.51039" + }, + { + "name": "38б", + "lat": "50.43656", + "lon": "30.51047" + }, + { + "name": "39/41", + "lat": "50.44096", + "lon": "30.50124" + }, + { + "name": "39а", + "lat": "50.43576", + "lon": "30.51187" + }, + { + "name": "39а", + "lat": "50.43576", + "lon": "30.51208" + }, + { + "name": "39б", + "lat": "50.43549", + "lon": "30.51193" + }, + { + "name": "40", + "lat": "50.43620", + "lon": "30.51019" + }, + { + "name": "40", + "lat": "50.43616", + "lon": "30.51002" + }, + { + "name": "41", + "lat": "50.43576", + "lon": "30.51144" + }, + { + "name": "41б", + "lat": "50.43542", + "lon": "30.51116" + }, + { + "name": "41в", + "lat": "50.43533", + "lon": "30.51157" + }, + { + "name": "41в", + "lat": "50.44284", + "lon": "30.51901" + }, + { + "name": "42", + "lat": "50.43632", + "lon": "30.50916", + "postcode": "01033" + }, + { + "name": "42", + "lat": "50.43617", + "lon": "30.51011" + }, + { + "name": "43а", + "lat": "50.43576", + "lon": "30.51124" + }, + { + "name": "44а", + "lat": "50.43654", + "lon": "30.50837", + "postcode": "01033" + }, + { + "name": "44б", + "lat": "50.43664", + "lon": "30.50845" + }, + { + "name": "44в", + "lat": "50.43695", + "lon": "30.50830" + }, + { + "name": "44г", + "lat": "50.43691", + "lon": "30.50867" + }, + { + "name": "44е", + "lat": "50.43650", + "lon": "30.50777" + }, + { + "name": "45", + "lat": "50.43582", + "lon": "30.51013" + }, + { + "name": "45/49", + "lat": "50.43570", + "lon": "30.51034" + }, + { + "name": "46", + "lat": "50.43680", + "lon": "30.50757" + }, + { + "name": "48", + "lat": "50.43663", + "lon": "30.50693", + "postcode": "01033" + }, + { + "name": "51/87", + "lat": "50.43578", + "lon": "30.50976" + }, + { + "name": "52а", + "names": { + "ru": "Экодия", + "uk": "Екодія" + }, + "lat": "50.43706", + "lon": "30.50581", + "postcode": "01033" + }, + { + "name": "53/80", + "lat": "50.43583", + "lon": "30.50888", + "postcode": "01033" + }, + { + "name": "54/56", + "lat": "50.43740", + "lon": "30.50573", + "postcode": "01033" + }, + { + "name": "55", + "lat": "50.43601", + "lon": "30.50839", + "postcode": "01033" + }, + { + "name": "55, 1", + "lat": "50.43601", + "lon": "30.50839", + "postcode": "01033" + }, + { + "name": "57", + "lat": "50.43602", + "lon": "30.50783", + "postcode": "01033" + }, + { + "name": "57а", + "lat": "50.43608", + "lon": "30.50787", + "postcode": "01033" + }, + { + "name": "57б", + "lat": "50.43574", + "lon": "30.50768" + }, + { + "name": "58", + "lat": "50.43753", + "lon": "30.50508", + "postcode": "01033" + }, + { + "name": "59б", + "lat": "50.43596", + "lon": "30.50740" + }, + { + "name": "59б, 1", + "lat": "50.43596", + "lon": "30.50740" + }, + { + "name": "60", + "lat": "50.43771", + "lon": "30.50498", + "postcode": "01033" + }, + { + "name": "60а", + "lat": "50.43795", + "lon": "30.50448", + "postcode": "01033" + }, + { + "name": "61", + "lat": "50.43622", + "lon": "30.50678" + }, + { + "name": "64", + "lat": "50.43857", + "lon": "30.50369", + "postcode": "01033" + }, + { + "name": "65", + "lat": "50.43649", + "lon": "30.50564", + "postcode": "01033" + }, + { + "name": "66", + "names": { + "ru": "Фискальная служба" + }, + "lat": "50.43878", + "lon": "30.50393" + }, + { + "name": "66б", + "lat": "50.43896", + "lon": "30.50421" + }, + { + "name": "67", + "lat": "50.43649", + "lon": "30.50444" + }, + { + "name": "67а", + "lat": "50.43604", + "lon": "30.50517" + }, + { + "name": "67б", + "lat": "50.43624", + "lon": "30.50556" + }, + { + "name": "68/21", + "lat": "50.43891", + "lon": "30.50322", + "postcode": "01033" + }, + { + "name": "68/21", + "names": { + "uk": "Мітерія Здоровий глузд" + }, + "lat": "50.43891", + "lon": "30.50307" + }, + { + "name": "69", + "lat": "50.43671", + "lon": "30.50536", + "postcode": "01033" + }, + { + "name": "70/16", + "lat": "50.43922", + "lon": "30.50272", + "postcode": "01032" + }, + { + "name": "70а", + "lat": "50.43958", + "lon": "30.50238", + "postcode": "01032" + }, + { + "name": "70а", + "lat": "50.43967", + "lon": "30.50270", + "postcode": "01032" + }, + { + "name": "70б", + "lat": "50.43969", + "lon": "30.50210" + }, + { + "name": "72", + "lat": "50.43986", + "lon": "30.50189" + }, + { + "name": "72б", + "lat": "50.44000", + "lon": "30.50234" + }, + { + "name": "73", + "lat": "50.43704", + "lon": "30.50483", + "postcode": "01033" + }, + { + "name": "74", + "lat": "50.44007", + "lon": "30.50159" + }, + { + "name": "74б", + "lat": "50.44026", + "lon": "30.50200" + }, + { + "name": "74г", + "lat": "50.44041", + "lon": "30.50217" + }, + { + "name": "75", + "lat": "50.43724", + "lon": "30.50455", + "postcode": "01033" + }, + { + "name": "75а", + "lat": "50.43725", + "lon": "30.50330" + }, + { + "name": "76", + "lat": "50.44025", + "lon": "30.50137" + }, + { + "name": "78а", + "lat": "50.44036", + "lon": "30.50120" + }, + { + "name": "78б", + "lat": "50.44063", + "lon": "30.50169" + }, + { + "name": "79", + "lat": "50.43775", + "lon": "30.50268" + }, + { + "name": "80", + "lat": "50.44056", + "lon": "30.50090" + }, + { + "name": "81", + "lat": "50.43792", + "lon": "30.50363", + "postcode": "01033" + }, + { + "name": "82", + "lat": "50.44067", + "lon": "30.50075" + }, + { + "name": "83", + "lat": "50.43829", + "lon": "30.50307", + "postcode": "01033" + }, + { + "name": "83а", + "lat": "50.43813", + "lon": "30.50242" + }, + { + "name": "84", + "lat": "50.44083", + "lon": "30.50045" + }, + { + "name": "84-86", + "lat": "50.44088", + "lon": "30.50051" + }, + { + "name": "85/23", + "lat": "50.43863", + "lon": "30.50268", + "postcode": "01033" + }, + { + "name": "87", + "lat": "50.43894", + "lon": "30.50223", + "postcode": "01032" + }, + { + "name": "88", + "lat": "50.44149", + "lon": "30.49978", + "postcode": "01032" + }, + { + "name": "89", + "lat": "50.43932", + "lon": "30.50169" + }, + { + "name": "89b", + "lat": "50.43857", + "lon": "30.50240" + }, + { + "name": "89а", + "lat": "50.43529", + "lon": "30.51045" + }, + { + "name": "89б", + "lat": "50.43898", + "lon": "30.50109" + }, + { + "name": "90", + "lat": "50.44174", + "lon": "30.49951" + }, + { + "name": "91", + "lat": "50.43930", + "lon": "30.50116" + }, + { + "name": "92/94", + "lat": "50.44196", + "lon": "30.49927" + }, + { + "name": "93", + "names": { + "ru": "Музей Михаила Старицкого" + }, + "lat": "50.43970", + "lon": "30.50124" + }, + { + "name": "93б", + "lat": "50.43951", + "lon": "30.50094" + }, + { + "name": "95", + "names": { + "ru": "Музей Николая Лысенко" + }, + "lat": "50.43959", + "lon": "30.50066" + }, + { + "name": "96", + "lat": "50.44219", + "lon": "30.49906" + }, + { + "name": "96", + "lat": "50.44235", + "lon": "30.49880" + }, + { + "name": "97", + "names": { + "ru": "Музей Леси Украинки" + }, + "lat": "50.44000", + "lon": "30.50079" + }, + { + "name": "97б", + "lat": "50.43997", + "lon": "30.50045" + }, + { + "name": "98", + "lat": "50.44238", + "lon": "30.49884" + }, + { + "name": "98", + "names": { + "ru": "Центральная районная поликлиника Шевченковского района", + "uk": "Центральна районна поліклініка Шевченківського району" + }, + "lat": "50.44265", + "lon": "30.49852" + }, + { + "name": "99", + "lat": "50.44014", + "lon": "30.50060" + }, + { + "name": "100", + "lat": "50.44279", + "lon": "30.49839" + }, + { + "name": "101", + "lat": "50.44032", + "lon": "30.50039" + }, + { + "name": "101", + "lat": "50.44033", + "lon": "30.50054" + }, + { + "name": "102", + "lat": "50.44297", + "lon": "30.49820" + }, + { + "name": "102б", + "lat": "50.44305", + "lon": "30.49873" + }, + { + "name": "103", + "lat": "50.44048", + "lon": "30.50030" + }, + { + "name": "103", + "lat": "50.44051", + "lon": "30.50021" + }, + { + "name": "103", + "lat": "50.44042", + "lon": "30.50036" + }, + { + "name": "103", + "lat": "50.44042", + "lon": "30.50032" + }, + { + "name": "104", + "lat": "50.44332", + "lon": "30.49845" + }, + { + "name": "104", + "lat": "50.44313", + "lon": "30.49796" + }, + { + "name": "105", + "names": { + "uk": "ПАТ «БАНК ФОРВАРД»" + }, + "lat": "50.44056", + "lon": "30.50004" + }, + { + "name": "106", + "lat": "50.44334", + "lon": "30.49779" + }, + { + "name": "106", + "lat": "50.44343", + "lon": "30.49762" + }, + { + "name": "107", + "lat": "50.44077", + "lon": "30.49981" + }, + { + "name": "107б", + "lat": "50.44055", + "lon": "30.49953" + }, + { + "name": "108/18", + "lat": "50.44413", + "lon": "30.49704" + }, + { + "name": "109/20", + "lat": "50.44127", + "lon": "30.49916", + "postcode": "01032" + }, + { + "name": "110", + "lat": "50.44447", + "lon": "30.49663" + }, + { + "name": "110в", + "lat": "50.44465", + "lon": "30.49704" + }, + { + "name": "111", + "lat": "50.44159", + "lon": "30.49901" + }, + { + "name": "111а", + "lat": "50.44135", + "lon": "30.49822" + }, + { + "name": "112а", + "lat": "50.44459", + "lon": "30.49650" + }, + { + "name": "112б", + "lat": "50.44476", + "lon": "30.49674" + }, + { + "name": "113", + "lat": "50.44164", + "lon": "30.49880" + }, + { + "name": "115", + "lat": "50.44179", + "lon": "30.49865" + }, + { + "name": "115в", + "lat": "50.44152", + "lon": "30.49805" + }, + { + "name": "117", + "lat": "50.44196", + "lon": "30.49860" + }, + { + "name": "118", + "lat": "50.44525", + "lon": "30.49577" + }, + { + "name": "119", + "lat": "50.44215", + "lon": "30.49820" + }, + { + "name": "120", + "lat": "50.44543", + "lon": "30.49560" + }, + { + "name": "120", + "lat": "50.44562", + "lon": "30.49532" + }, + { + "name": "121", + "lat": "50.44196", + "lon": "30.49783" + }, + { + "name": "123", + "lat": "50.44241", + "lon": "30.49798" + }, + { + "name": "125", + "lat": "50.44242", + "lon": "30.49745" + }, + { + "name": "127", + "lat": "50.44267", + "lon": "30.49770" + }, + { + "name": "127в", + "lat": "50.44242", + "lon": "30.49700" + }, + { + "name": "129А", + "lat": "50.44284", + "lon": "30.49749" + }, + { + "name": "129а", + "lat": "50.44290", + "lon": "30.49755" + }, + { + "name": "129б", + "lat": "50.44267", + "lon": "30.49712" + }, + { + "name": "129в", + "lat": "50.44261", + "lon": "30.49680" + }, + { + "name": "131а", + "lat": "50.44303", + "lon": "30.49745" + }, + { + "name": "131б", + "lat": "50.44301", + "lon": "30.49667" + }, + { + "name": "133", + "lat": "50.44329", + "lon": "30.49702" + }, + { + "name": "139", + "lat": "50.44400", + "lon": "30.49635" + }, + { + "name": "141", + "names": { + "ru": "Артериум" + }, + "lat": "50.44474", + "lon": "30.49547" + }, + { + "name": "143", + "lat": "50.44519", + "lon": "30.49500" + }, + { + "name": "143 а", + "names": { + "ru": "Украинцы Вместе" + }, + "lat": "50.44522", + "lon": "30.49502" + }, + { + "name": "145", + "lat": "50.44552", + "lon": "30.49483" + }, + { + "name": "147/5", + "lat": "50.44574", + "lon": "30.49446" + } + ], + "intersectedStreets": [ + { + "name": "Еспланадна вулиця", + "enName": "Esplanadna Street", + "names": { + "ru": "Эспланадная улица", + "uk": "Еспланадна вулиця" + }, + "lat": "50.43604", + "lon": "30.52060" + }, + { + "name": "Симона Петлюри вулиця", + "enName": "Symona Petliury Street", + "names": { + "ru": "Симона Петлюры улица", + "old_name": "Комінтерну вулиця", + "uk": "Симона Петлюри вулиця", + "old_name:ru": "Коминтерна улица", + "old_name:uk": "Комінтерну вулиця" + }, + "lat": "50.44375", + "lon": "30.49702" + }, + { + "name": "Старовокзальна вулиця", + "enName": "Starovokzalna Street", + "names": { + "ru": "Старовокзальная улица", + "uk": "Старовокзальна вулиця" + }, + "lat": "50.44600", + "lon": "30.49457" + }, + { + "name": "Тараса Шевченка бульвар", + "enName": "Tarasa Shevchenka Boulevard", + "names": { + "de": "Taras-Schewtschenko-Boulevard", + "ru": "Тараса Шевченко бульвар", + "uk": "Тараса Шевченка бульвар" + }, + "lat": "50.44640", + "lon": "30.49446" + }, + { + "name": "Перемоги площа", + "enName": "Peremohy Square", + "names": { + "ru": "Победы площадь", + "uk": "Перемоги площа" + }, + "lat": "50.44640", + "lon": "30.49446" + }, + { + "name": "Велика Васильківська вулиця", + "enName": "Velyka Vasylkivska Street", + "names": { + "old_name:en": "Chervonoarmiiska Street", + "ru": "Большая Васильковская улица", + "old_name": "Червоноармійська вулиця", + "uk": "Велика Васильківська вулиця", + "old_name:ru": "Красноармейская улица", + "old_name:uk": "Червоноармійська вулиця" + }, + "lat": "50.43597", + "lon": "30.51596" + }, + { + "name": "Антоновича вулиця", + "enName": "Antonovycha Street", + "names": { + "old_name:en": "Horkoho Street", + "ru": "Антоновича улица", + "old_name": "Горького вулиця", + "uk": "Антоновича вулиця", + "old_name:ru": "Горького улица", + "old_name:uk": "Горького вулиця" + }, + "lat": "50.43600", + "lon": "30.51358" + }, + { + "name": "Льва Толстого вулиця", + "enName": "Lev Tolstoi Street", + "names": { + "de": "Leo-Tolstoi-Straße", + "ru": "Льва Толстого улица", + "uk": "Льва Толстого вулиця" + }, + "lat": "50.44119", + "lon": "30.49970" + }, + { + "name": "Володимирська вулиця", + "enName": "Volodymyrska Street", + "names": { + "de": "Wolodymyrska-Straße", + "ru": "Владимирская улица", + "uk": "Володимирська вулиця", + "old_name:de": "Wladimirskaja-Straße" + }, + "lat": "50.43602", + "lon": "30.50933" + }, + { + "name": "Тарасівська вулиця", + "enName": "Tarasivska Street", + "names": { + "ru": "Тарасовская улица", + "uk": "Тарасівська вулиця" + }, + "lat": "50.43649", + "lon": "30.50654" + }, + { + "name": "Паньківська вулиця", + "enName": "Pankivska Street", + "names": { + "ru": "Паньковская улица", + "uk": "Паньківська вулиця" + }, + "lat": "50.43896", + "lon": "30.50264" + }, + { + "name": "Шота Руставелі вулиця", + "enName": "Shota Rustaveli Street", + "names": { + "ru": "Шота Руставели улица", + "uk": "Шота Руставелі вулиця" + }, + "lat": "50.43597", + "lon": "30.51839" + }, + { + "name": "Дмитрівська вулиця", + "enName": "Dmytrivska Street", + "names": { + "ru": "Дмитриевская улица", + "uk": "Дмитрівська вулиця" + }, + "lat": "50.44675", + "lon": "30.49406" + } + ] + } + ], + "init": 1, + "matchStreet": 1 + }, + { + "name": "Ірпінь", + "enName": "Irpin", + "names": { + "de": "Irpin", + "ru": "Ирпень", + "prefix": "місто", + "uk": "Ірпінь", + "eo": "Irpin", + "pl": "Irpień", + "hu": "Irpin" + }, + "lat": "50.50360", + "lon": "30.23124", + "id": 17227470301, + "type": "TOWN", + "listOfStreets": [], + "init": 1 + }, + { + "name": "Вишгород", + "names": { + "ru": "Вышгород", + "pl": "Wyszogród" + }, + "lat": "50.58570", + "lon": "30.42824", + "id": 421865, + "type": "TOWN", + "listOfStreets": [], + "init": 1 + } + ] +} \ No newline at end of file diff --git a/OsmAnd-java/src/test/resources/search/olc.json b/OsmAnd-java/src/test/resources/search/olc.json new file mode 100644 index 0000000000..c4db0630cd --- /dev/null +++ b/OsmAnd-java/src/test/resources/search/olc.json @@ -0,0 +1,17 @@ +{ + "settings": { + "lat": "55.75138", + "lon": "37.62940", + "radiusLevel": 1, + "totalLimit": -1, + "lang": "", + "transliterateIfMissing": false, + "emptyQueryAllowed": false, + "sortByName": false + }, + "phrase": "QHW6+CQ", + "results": [ + "55.796062, 37.56194" + ], + "cities": [] +} \ No newline at end of file diff --git a/OsmAnd-java/src/test/resources/search/starbucks.json b/OsmAnd-java/src/test/resources/search/starbucks.json new file mode 100644 index 0000000000..bd4e1f75b9 --- /dev/null +++ b/OsmAnd-java/src/test/resources/search/starbucks.json @@ -0,0 +1,6452 @@ +{ + "settings": { + "lat": "9.53287", + "lon": "100.02947", + "radiusLevel": 1, + "totalLimit": -1, + "lang": "", + "transliterateIfMissing": false, + "emptyQueryAllowed": false, + "sortByName": false + }, + "phrase": "starbucks coffee", + "results": [ + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks coffee", + "STARBUCKS COFFEE", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks Coffee", + "Starbucks", + "Starbucks", + "Starbucks", + "Starbucks", + "Starbucks", + "Starbucks", + "Starbucks", + "Starbucks", + "Starbucks", + "Starbucks Coffee สาขา The X-Place", + "Starbucks" + ], + "amenities": [ + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73572", + "lon": "100.56288", + "id": 6888944764, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee", + "level": "0" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.73580", + "lon": "100.54488", + "id": 6888944766, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75062", + "lon": "100.53840", + "id": 4989212994, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "level": "0" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75062", + "lon": "100.53840", + "id": 4989212994, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "level": "0" + } + }, + { + "name": "Starbucks", + "lat": "13.74497", + "lon": "100.50235", + "id": 10760048444, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "takeaway_filter_yes": "yes", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.73280", + "lon": "100.53040", + "id": 6888944760, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.73476", + "lon": "100.57670", + "id": 6888944762, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72200", + "lon": "100.51688", + "id": 7204041036, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72200", + "lon": "100.51688", + "id": 7204041036, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.73111", + "lon": "100.56953", + "id": 6888944756, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72869", + "lon": "100.58106", + "id": 6573105568, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72869", + "lon": "100.58106", + "id": 6573105568, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.76663", + "lon": "100.40671", + "id": 7204041038, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.76663", + "lon": "100.40671", + "id": 7204041038, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73199", + "lon": "100.57610", + "id": 6888944758, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "0", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73199", + "lon": "100.57610", + "id": 6888944758, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "0", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74343", + "lon": "100.56237", + "id": 6786356308, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.73051", + "lon": "100.56917", + "id": 6888944754, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.71358", + "lon": "100.47903", + "id": 6862651642, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "wheelchair_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.71358", + "lon": "100.47903", + "id": 6862651642, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "wheelchair_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.71216", + "lon": "100.43371", + "id": 6862651640, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.71216", + "lon": "100.43371", + "id": 6862651640, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.72156", + "lon": "100.53087", + "id": 6862651646, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72048", + "lon": "100.53007", + "id": 6862651644, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "wheelchair_limited": "limited", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72048", + "lon": "100.53007", + "id": 6862651644, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "wheelchair_limited": "limited", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72350", + "lon": "100.52074", + "id": 6692540112, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72350", + "lon": "100.52074", + "id": 6692540112, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.67487", + "lon": "100.54469", + "id": 6862651634, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.67487", + "lon": "100.54469", + "id": 6862651634, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72727", + "lon": "100.52994", + "id": 6692540114, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72727", + "lon": "100.52994", + "id": 6692540114, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.66281", + "lon": "100.43774", + "id": 6862651632, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.66281", + "lon": "100.43774", + "id": 6862651632, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72727", + "lon": "100.53149", + "id": 6692540116, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72727", + "lon": "100.53149", + "id": 6692540116, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.70101", + "lon": "100.53715", + "id": 6862651638, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.70101", + "lon": "100.53715", + "id": 6862651638, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.68177", + "lon": "100.47478", + "id": 6862651636, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.68177", + "lon": "100.47478", + "id": 6862651636, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75473", + "lon": "100.48864", + "id": 6862651658, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75473", + "lon": "100.48864", + "id": 6862651658, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74307", + "lon": "100.60106", + "id": 7860928142, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74307", + "lon": "100.60106", + "id": 7860928142, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75006", + "lon": "100.51454", + "id": 6862651656, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75006", + "lon": "100.51454", + "id": 6862651656, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "13.30314", + "lon": "99.82493", + "id": 13487115170, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77042", + "lon": "100.54067", + "id": 6862651662, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77042", + "lon": "100.54067", + "id": 6862651662, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75971", + "lon": "100.48632", + "id": 6862651660, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75971", + "lon": "100.48632", + "id": 6862651660, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "starbucks", + "names": { + "ru": "Старбакс" + }, + "lat": "7.82665", + "lon": "98.29657", + "id": 12141295972, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan" + } + }, + { + "name": "Starbucks", + "lat": "13.78997", + "lon": "100.51535", + "id": 12783802800, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72315", + "lon": "100.46362", + "id": 6862651650, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72315", + "lon": "100.46362", + "id": 6862651650, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.72217", + "lon": "100.52941", + "id": 6862651648, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks", + "lat": "13.82143", + "lon": "100.55793", + "id": 12754473972, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74276", + "lon": "100.50688", + "id": 6862651654, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74276", + "lon": "100.50688", + "id": 6862651654, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72615", + "lon": "100.52683", + "id": 6862651652, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72615", + "lon": "100.52683", + "id": 6862651652, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.74437", + "lon": "100.52964", + "id": 6888944780, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.81970", + "lon": "100.44984", + "id": 6862651674, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.81970", + "lon": "100.44984", + "id": 6862651674, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74595", + "lon": "100.53979", + "id": 6888944782, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee", + "level": "3" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73246", + "lon": "100.56756", + "id": 6749125204, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.81770", + "lon": "100.56031", + "id": 6862651672, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.81770", + "lon": "100.56031", + "id": 6862651672, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74349", + "lon": "100.55677", + "id": 6888944776, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "lat": "13.81372", + "lon": "100.68813", + "id": 9511580862, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82729", + "lon": "100.56475", + "id": 6862651678, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82729", + "lon": "100.56475", + "id": 6862651678, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.74412", + "lon": "100.54466", + "id": 6888944778, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82377", + "lon": "100.59194", + "id": 6862651676, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82377", + "lon": "100.59194", + "id": 6862651676, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์", + "zh": "素坤逸5號格蘭德飯店" + }, + "lat": "13.74180", + "lon": "100.55398", + "id": 6888944772, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77834", + "lon": "100.47785", + "id": 6862651666, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77834", + "lon": "100.47785", + "id": 6862651666, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74243", + "lon": "100.55275", + "id": 6888944774, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee", + "level": "0" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77761", + "lon": "100.47654", + "id": 6862651664, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77761", + "lon": "100.47654", + "id": 6862651664, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73774", + "lon": "100.56016", + "id": 6888944768, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee", + "level": "1" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.81656", + "lon": "100.56093", + "id": 6862651670, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.81656", + "lon": "100.56093", + "id": 6862651670, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.73907", + "lon": "100.54790", + "id": 6888944770, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.55785", + "lon": "99.96048", + "id": 5044654192, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "wheelchair_limited": "limited", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.55785", + "lon": "99.96048", + "id": 5044654192, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "wheelchair_limited": "limited", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.80366", + "lon": "100.44877", + "id": 6862651668, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.80366", + "lon": "100.44877", + "id": 6862651668, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.70105", + "lon": "100.53673", + "id": 3371627168, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.70105", + "lon": "100.53673", + "id": 3371627168, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.85552", + "lon": "100.54211", + "id": 6862651682, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.85552", + "lon": "100.54211", + "id": 6862651682, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.92457", + "lon": "100.46551", + "id": 6862651686, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.92457", + "lon": "100.46551", + "id": 6862651686, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.92232", + "lon": "100.47420", + "id": 6862651684, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.92232", + "lon": "100.47420", + "id": 6862651684, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73288", + "lon": "100.58189", + "id": 653655177, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73288", + "lon": "100.58189", + "id": 653655177, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "lat": "13.76275", + "lon": "100.53737", + "id": 12678563766, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.00451", + "lon": "100.47137", + "id": 7756735506, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.00451", + "lon": "100.47137", + "id": 7756735506, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "13.74105", + "lon": "100.49553", + "id": 9025805180, + "subType": "cafe", + "type": "sustenance", + "openingHours": "Mo-Su 07:00-22:00", + "additionalInfo": { + "opening_hours": "Mo-Su 07:00-22:00" + } + }, + { + "name": "Starbucks Coffee", + "lat": "13.75008", + "lon": "100.51456", + "id": 1504574887, + "subType": "building", + "type": "man_made" + }, + { + "name": "Starbucks Coffee", + "lat": "13.73841", + "lon": "100.56074", + "id": 9280199984, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee สาขา The X-Place", + "lat": "13.69440", + "lon": "100.40796", + "id": 8724484694, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "internet_access_type_yes": "yes" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73530", + "lon": "100.56151", + "id": 4468045830, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee", + "level": "0" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.92970", + "lon": "100.88104", + "id": 3167393950, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.92970", + "lon": "100.88104", + "id": 3167393950, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "14.24637", + "lon": "100.61445", + "id": 12685969974, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.80650", + "lon": "99.01765", + "id": 6232106222, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "1", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.80650", + "lon": "99.01765", + "id": 6232106222, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "1", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.74693", + "lon": "100.57359", + "id": 6949943334, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "lat": "6.99105", + "lon": "100.48405", + "id": 9762904442, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks", + "lat": "13.91034", + "lon": "100.53928", + "id": 9247619984, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.92959", + "lon": "100.87784", + "id": 6471174426, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "3", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.92959", + "lon": "100.87784", + "id": 6471174426, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "3", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "17.87153", + "lon": "102.74283", + "id": 6953401560, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "17.87153", + "lon": "102.74283", + "id": 6953401560, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.74239", + "lon": "100.57224", + "id": 6949694614, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.70150", + "lon": "98.93169", + "id": 680813541, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.70150", + "lon": "98.93169", + "id": 680813541, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.53991", + "lon": "101.00922", + "id": 13545398698, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.53991", + "lon": "101.00922", + "id": 13545398698, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "13.90514", + "lon": "100.45004", + "id": 11928101970, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "17.40908", + "lon": "102.79248", + "id": 6977252640, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Старбакс" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.92397", + "lon": "100.87865", + "id": 3195838654, + "subType": "cafe", + "type": "sustenance", + "openingHours": "Mo-Su 08:00-21:00", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "Mo-Su 08:00-21:00", + "website": "http://www.starbucks.co.th/", + "level": "0", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.92397", + "lon": "100.87865", + "id": 3195838654, + "subType": "coffee", + "type": "shop", + "openingHours": "Mo-Su 08:00-21:00", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "Mo-Su 08:00-21:00", + "website": "http://www.starbucks.co.th/", + "level": "0", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "18.28015", + "lon": "99.49343", + "id": 6977252642, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "6.98901", + "lon": "100.48263", + "id": 6977252644, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.89035", + "lon": "98.30049", + "id": 6417362436, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.00381", + "lon": "100.46913", + "id": 6977252646, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.00381", + "lon": "100.46913", + "id": 6977252646, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "9.54493", + "lon": "100.03964", + "id": 629650177, + "subType": "cafe", + "type": "sustenance", + "openingHours": "08:00-21:00", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "08:00-21:00", + "website": "http://www.starbucks.co.th", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "9.54493", + "lon": "100.03964", + "id": 629650177, + "subType": "coffee", + "type": "shop", + "openingHours": "08:00-21:00", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "08:00-21:00", + "website": "http://www.starbucks.co.th", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "9.54493", + "lon": "100.03964", + "id": 629650177, + "subType": "building", + "type": "man_made", + "openingHours": "08:00-21:00", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "08:00-21:00", + "website": "http://www.starbucks.co.th", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.89101", + "lon": "98.29376", + "id": 6977252648, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.89101", + "lon": "98.29376", + "id": 6977252648, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.89225", + "lon": "98.29828", + "id": 6977252650, + "subType": "cafe", + "type": "sustenance", + "openingHours": "Mo-Su 10:00-00:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "Mo-Su 10:00-00:00", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.76738", + "lon": "100.44326", + "id": 4151897012, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.76738", + "lon": "100.44326", + "id": 4151897012, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.89407", + "lon": "98.29558", + "id": 6977252652, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.89407", + "lon": "98.29558", + "id": 6977252652, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.71910", + "lon": "100.50786", + "id": 6897822056, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.71910", + "lon": "100.50786", + "id": 6897822056, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "9.11044", + "lon": "99.30239", + "id": 6977252654, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "9.11044", + "lon": "99.30239", + "id": 6977252654, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72192", + "lon": "100.56623", + "id": 6925557828, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72192", + "lon": "100.56623", + "id": 6925557828, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73797", + "lon": "100.55868", + "id": 6489114194, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee", + "level": "0" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.78697", + "lon": "100.57520", + "id": 7434499962, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.78697", + "lon": "100.57520", + "id": 7434499962, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "13.69017", + "lon": "100.75484", + "id": 9557007106, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "wheelchair_yes": "yes", + "takeaway_filter_yes": "yes", + "toilets_wheelchair_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "lat": "13.84075", + "lon": "100.53419", + "id": 9215332198, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72575", + "lon": "100.54462", + "id": 6544334520, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "lat": "13.75794", + "lon": "100.56492", + "id": 14614952374, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "14.87590", + "lon": "103.53063", + "id": 6977252620, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "15.23937", + "lon": "104.82309", + "id": 6977252622, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "16.06349", + "lon": "103.61796", + "id": 6977252626, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "16.20188", + "lon": "103.27661", + "id": 6977252628, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.83420", + "lon": "100.61054", + "id": 4129562322, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "0", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.83420", + "lon": "100.61054", + "id": 4129562322, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "0", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "16.43615", + "lon": "102.82420", + "id": 6977252630, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "16.46531", + "lon": "102.84304", + "id": 6977252632, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "16.84030", + "lon": "100.23366", + "id": 6977252634, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "17.40056", + "lon": "102.80439", + "id": 6977252636, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Старбакс" + } + }, + { + "name": "Starbucks", + "lat": "13.77198", + "lon": "100.57994", + "id": 14353325370, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "17.40511", + "lon": "102.80064", + "id": 6977252638, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Старбакс" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74170", + "lon": "100.54363", + "id": 4208477210, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72085", + "lon": "100.72712", + "id": 695704945, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72085", + "lon": "100.72712", + "id": 695704945, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks", + "lat": "13.91726", + "lon": "100.60157", + "id": 13219321574, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks", + "lat": "13.75681", + "lon": "100.79834", + "id": 9873900622, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe" + } + }, + { + "name": "Starbucks Fast Fact", + "lat": "14.19317", + "lon": "100.64228", + "id": 8925364978, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan" + } + }, + { + "name": "Starbucks", + "lat": "13.63552", + "lon": "100.63180", + "id": 9157522182, + "subType": "beverages", + "type": "shop", + "openingHours": "Mo-Su 06:30-22:00", + "additionalInfo": { + "opening_hours": "Mo-Su 06:30-22:00" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.33714", + "lon": "100.96903", + "id": 6862592490, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.33714", + "lon": "100.96903", + "id": 6862592490, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks coffee", + "lat": "14.06590", + "lon": "100.64672", + "id": 12950002370, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_american": "american", + "internet_access_type_wlan": "wlan" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.17876", + "lon": "100.92919", + "id": 6862592488, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.17876", + "lon": "100.92919", + "id": 6862592488, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "18.76953", + "lon": "98.96780", + "id": 6563810840, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74399", + "lon": "100.54591", + "id": 6503326852, + "subType": "cafe", + "type": "sustenance", + "openingHours": "Mo-Su 11:00-22:00", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "Mo-Su 11:00-22:00", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee", + "level": "3" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.54179", + "lon": "101.00753", + "id": 6862592494, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.54179", + "lon": "101.00753", + "id": 6862592494, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "13.73793", + "lon": "100.51265", + "id": 12541162596, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks", + "lat": "16.42999", + "lon": "102.83180", + "id": 12066624028, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.68361", + "lon": "101.24910", + "id": 6862592482, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.68361", + "lon": "101.24910", + "id": 6862592482, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.89522", + "lon": "98.29569", + "id": 5019264514, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "names": { + "es": "Starbucks" + }, + "lat": "13.74089", + "lon": "100.49563", + "id": 8748484184, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.16766", + "lon": "100.93015", + "id": 6862592486, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.16766", + "lon": "100.93015", + "id": 6862592486, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.07881", + "lon": "100.92045", + "id": 6862592484, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.07881", + "lon": "100.92045", + "id": 6862592484, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.68758", + "lon": "100.64736", + "id": 6862592506, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.68758", + "lon": "100.64736", + "id": 6862592506, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.66913", + "lon": "100.63406", + "id": 6862592504, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.66913", + "lon": "100.63406", + "id": 6862592504, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.69136", + "lon": "100.75272", + "id": 6862592510, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.68990", + "lon": "100.64736", + "id": 6862592508, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.68990", + "lon": "100.64736", + "id": 6862592508, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.53883", + "lon": "101.00852", + "id": 2609683580, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.53883", + "lon": "101.00852", + "id": 2609683580, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "17.40667", + "lon": "102.80079", + "id": 6683995986, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.62040", + "lon": "100.62067", + "id": 6862592498, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.62040", + "lon": "100.62067", + "id": 6862592498, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์", + "zh": "水門市場" + }, + "lat": "13.74977", + "lon": "100.54070", + "id": 6888949604, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.58378", + "lon": "100.60923", + "id": 6862592496, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.58378", + "lon": "100.60923", + "id": 6862592496, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.75120", + "lon": "100.53806", + "id": 6888949606, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.64613", + "lon": "100.68045", + "id": 6862592502, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.64613", + "lon": "100.68045", + "id": 6862592502, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.74699", + "lon": "100.53452", + "id": 6888949600, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.63281", + "lon": "100.71141", + "id": 6862592500, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.63281", + "lon": "100.71141", + "id": 6862592500, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.74751", + "lon": "100.53988", + "id": 6888949602, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.76533", + "lon": "100.59827", + "id": 6862592522, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "17.40005", + "lon": "102.80433", + "id": 7902373380, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75212", + "lon": "100.60985", + "id": 6862592520, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75212", + "lon": "100.60985", + "id": 6862592520, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.76688", + "lon": "100.64213", + "id": 6862592526, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.76492", + "lon": "100.64277", + "id": 6862592524, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.80238", + "lon": "98.96776", + "id": 6574712996, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.80238", + "lon": "98.96776", + "id": 6574712996, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.69628", + "lon": "101.26953", + "id": 7193585090, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.69628", + "lon": "101.26953", + "id": 7193585090, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.69444", + "lon": "100.64792", + "id": 6862592514, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.69444", + "lon": "100.64792", + "id": 6862592514, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.69242", + "lon": "100.75068", + "id": 6862592512, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.69242", + "lon": "100.75068", + "id": 6862592512, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74159", + "lon": "100.62524", + "id": 6862592518, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74159", + "lon": "100.62524", + "id": 6862592518, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "STARBUCKS", + "names": { + "zh": "星巴克" + }, + "lat": "12.94637", + "lon": "100.88923", + "id": 10770451642, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks", + "lat": "13.71418", + "lon": "100.59303", + "id": 14085645468, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82860", + "lon": "100.62719", + "id": 6862592538, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82860", + "lon": "100.62719", + "id": 6862592538, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.81143", + "lon": "100.61906", + "id": 6862592536, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.81143", + "lon": "100.61906", + "id": 6862592536, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.75031", + "lon": "100.51413", + "id": 14116377136, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "outdoor_seating_no": "no" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75794", + "lon": "100.56576", + "id": 6503280756, + "subType": "cafe", + "type": "sustenance", + "openingHours": "Mo-Su 11:00-22:00", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "Mo-Su 11:00-22:00", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.87200", + "lon": "100.60159", + "id": 6862592542, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.87200", + "lon": "100.60159", + "id": 6862592542, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.56972", + "lon": "100.28887", + "id": 4154270348, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.56972", + "lon": "100.28887", + "id": 4154270348, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.71931", + "lon": "100.58475", + "id": 6503326838, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.83381", + "lon": "100.61086", + "id": 6862592540, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.83381", + "lon": "100.61086", + "id": 6862592540, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "enName": "Starbucks", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77296", + "lon": "100.61000", + "id": 6862592530, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77179", + "lon": "100.63625", + "id": 6862592528, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "lat": "13.78790", + "lon": "100.62876", + "id": 13078635668, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "takeaway_filter_yes": "yes", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.70695", + "lon": "100.52207", + "id": 5978143560, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.70695", + "lon": "100.52207", + "id": 5978143560, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.80337", + "lon": "100.61741", + "id": 6862592534, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.80337", + "lon": "100.61741", + "id": 6862592534, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "lat": "13.91422", + "lon": "100.54758", + "id": 9218775588, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "enName": "Dunkin' Donuts", + "names": { + "th": "สตาร์บัคส์", + "it": "Dunkin' Donuts" + }, + "lat": "13.91451", + "lon": "100.55016", + "id": 6862592554, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "enName": "Dunkin' Donuts", + "names": { + "th": "สตาร์บัคส์", + "it": "Dunkin' Donuts" + }, + "lat": "13.91451", + "lon": "100.55016", + "id": 6862592554, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.91320", + "lon": "100.54932", + "id": 6862592552, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.91320", + "lon": "100.54932", + "id": 6862592552, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.93087", + "lon": "100.87872", + "id": 603550366, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.93087", + "lon": "100.87872", + "id": 603550366, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73238", + "lon": "100.56022", + "id": 7755971822, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "0", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "lat": "13.92043", + "lon": "100.60479", + "id": 12636107346, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.91788", + "lon": "100.60163", + "id": 6862592558, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.91788", + "lon": "100.60163", + "id": 6862592558, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82822", + "lon": "100.56674", + "id": 4213796944, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "1", + "brand": "Starbucks", + "image": "http://i.imgur.com/Wm848.jpg" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82822", + "lon": "100.56674", + "id": 4213796944, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "1", + "brand": "Starbucks", + "image": "http://i.imgur.com/Wm848.jpg" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.91566", + "lon": "100.60005", + "id": 6862592556, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "wheelchair_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.91566", + "lon": "100.60005", + "id": 6862592556, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "wheelchair_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.89256", + "lon": "100.52441", + "id": 6862592546, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.89256", + "lon": "100.52441", + "id": 6862592546, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "14.98009", + "lon": "102.07627", + "id": 6836166686, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "wheelchair_yes": "yes", + "toilets_wheelchair_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "14.98009", + "lon": "102.07627", + "id": 6836166686, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "wheelchair_yes": "yes", + "toilets_wheelchair_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.88002", + "lon": "100.55029", + "id": 6862592544, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.88002", + "lon": "100.55029", + "id": 6862592544, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.90374", + "lon": "100.52763", + "id": 6862592550, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.90374", + "lon": "100.52763", + "id": 6862592550, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.89416", + "lon": "100.55893", + "id": 6862592548, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.89416", + "lon": "100.55893", + "id": 6862592548, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.78804", + "lon": "98.99364", + "id": 672475944, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "15.25649", + "lon": "104.84779", + "id": 12675797182, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "wheelchair_no": "no", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "operator": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74214", + "lon": "100.55164", + "id": 3301793146, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "lat": "13.71879", + "lon": "100.56853", + "id": 10767297150, + "subType": "cafe", + "type": "sustenance", + "openingHours": "Mo-Su 07:30-22:00", + "additionalInfo": { + "opening_hours": "Mo-Su 07:30-22:00" + } + }, + { + "name": "Starbucks", + "lat": "13.74310", + "lon": "100.50902", + "id": 8925826378, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74407", + "lon": "100.54136", + "id": 6503369892, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee", + "level": "1" + } + }, + { + "name": "Starbucks", + "names": { + "ru": "Старбакс" + }, + "lat": "7.82450", + "lon": "98.33922", + "id": 12310560396, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77288", + "lon": "100.17984", + "id": 751531905, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "drive_through_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77288", + "lon": "100.17984", + "id": 751531905, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "drive_through_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77288", + "lon": "100.17984", + "id": 751531905, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "drive_through_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "lat": "13.91497", + "lon": "100.54874", + "id": 9279245382, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "lat": "13.76535", + "lon": "100.44409", + "id": 1126411835, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe" + } + }, + { + "name": "Starbucks Coffee", + "lat": "13.76535", + "lon": "100.44409", + "id": 1126411835, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "cuisine_cafe": "cafe" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.78381", + "lon": "99.00010", + "id": 2202577430, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.78381", + "lon": "99.00010", + "id": 2202577430, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "13.74310", + "lon": "100.50894", + "id": 14163207570, + "subType": "cafe", + "type": "sustenance", + "openingHours": "Mo-Su 07:00-21:00", + "additionalInfo": { + "opening_hours": "Mo-Su 07:00-21:00", + "phone": "0613896260" + } + }, + { + "name": "Starbucks", + "names": { + "th": "Starbucks" + }, + "lat": "7.89046", + "lon": "98.30084", + "id": 9191783996, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.76023", + "lon": "100.49632", + "id": 470452073, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.76023", + "lon": "100.49632", + "id": 470452073, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.76023", + "lon": "100.49632", + "id": 470452073, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.79761", + "lon": "98.96671", + "id": 2255187918, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "18.79761", + "lon": "98.96671", + "id": 2255187918, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "13.70560", + "lon": "100.49091", + "id": 10734821442, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72853", + "lon": "100.53492", + "id": 6544340322, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72853", + "lon": "100.53492", + "id": 6544340322, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74447", + "lon": "100.53486", + "id": 6544340326, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74447", + "lon": "100.53486", + "id": 6544340326, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "13.73891", + "lon": "100.54840", + "id": 10464925242, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "outdoor_seating_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "level": "0", + "brand": "Starbucks", + "note": "Located within All Seasons Place, southeast ground level", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73019", + "lon": "100.53181", + "id": 6544340324, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.73019", + "lon": "100.53181", + "id": 6544340324, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74533", + "lon": "100.53417", + "id": 6544340330, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74533", + "lon": "100.53417", + "id": 6544340330, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74520", + "lon": "100.53035", + "id": 6544340328, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74520", + "lon": "100.53035", + "id": 6544340328, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "18.76979", + "lon": "98.97519", + "id": 6695266410, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th", + "level": "1" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.75589", + "lon": "100.53301", + "id": 6544340332, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "16.43238", + "lon": "102.82549", + "id": 1454601460, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "1", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.93505", + "lon": "100.88254", + "id": 5674704250, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.93505", + "lon": "100.88254", + "id": 5674704250, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "names": { + "fr": "Starbucks coffee" + }, + "lat": "18.79673", + "lon": "98.97598", + "id": 6636361734, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th", + "level": "0" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "8.03301", + "lon": "98.82533", + "id": 1266058944, + "subType": "cafe", + "type": "sustenance", + "openingHours": "Mo-Su 08:00-22:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "Mo-Su 08:00-22:00", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "8.03301", + "lon": "98.82533", + "id": 1266058944, + "subType": "coffee", + "type": "shop", + "openingHours": "Mo-Su 08:00-22:00", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "Mo-Su 08:00-22:00", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "STARBUCKS COFFEE", + "lat": "14.07156", + "lon": "100.60206", + "id": 9325901914, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe" + } + }, + { + "name": "Starbucks", + "enName": "Pablo Cheese Tarts!!", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74635", + "lon": "100.53411", + "id": 3400330466, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "level": "0", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.71977", + "lon": "100.51533", + "id": 7357233436, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.71977", + "lon": "100.51533", + "id": 7357233436, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "lat": "14.33527", + "lon": "100.61080", + "id": 9191950396, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72757", + "lon": "100.53344", + "id": 622139574, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72757", + "lon": "100.53344", + "id": 622139574, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "13.71470", + "lon": "100.59166", + "id": 10355028692, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77965", + "lon": "100.54531", + "id": 3460356450, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "phone": "+6626130540", + "level": "0", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.77965", + "lon": "100.54531", + "id": 3460356450, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "phone": "+6626130540", + "level": "0", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "lat": "8.10493", + "lon": "98.30556", + "id": 9226498580, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "level": "2", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "lat": "13.72698", + "lon": "100.49486", + "id": 12676416570, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82637", + "lon": "100.67708", + "id": 6977089528, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82637", + "lon": "100.67708", + "id": 6977089528, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82712", + "lon": "100.67629", + "id": 6977089530, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.82712", + "lon": "100.67629", + "id": 6977089530, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.77632", + "lon": "100.67352", + "id": 6977089524, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks", + "lat": "18.79316", + "lon": "98.97785", + "id": 922547479, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "brand": "Starbucks", + "note": "position approximate - best guess from geolocated photos" + } + }, + { + "name": "Starbucks", + "lat": "18.79316", + "lon": "98.97785", + "id": 922547479, + "subType": "building", + "type": "man_made", + "additionalInfo": { + "brand": "Starbucks", + "note": "position approximate - best guess from geolocated photos" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.81391", + "lon": "100.68738", + "id": 6977089526, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.75275", + "lon": "100.57063", + "id": 6977089520, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.77573", + "lon": "100.66899", + "id": 6977089522, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72750", + "lon": "100.53915", + "id": 6929691834, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72750", + "lon": "100.53915", + "id": 6929691834, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.74781", + "lon": "100.58370", + "id": 6977089516, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.76627", + "lon": "100.56966", + "id": 7440352904, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.74872", + "lon": "100.58337", + "id": 6977089518, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks", + "lat": "13.74376", + "lon": "100.58726", + "id": 6977089514, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "website": "http://www.starbuckscard.in.th" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.57082", + "lon": "99.95713", + "id": 2684065286, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.57082", + "lon": "99.95713", + "id": 2684065286, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.74651", + "lon": "100.53151", + "id": 6888949596, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.74660", + "lon": "100.53460", + "id": 6888949598, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.93350", + "lon": "100.89745", + "id": 8209207946, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "12.93350", + "lon": "100.89745", + "id": 8209207946, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74699", + "lon": "100.55258", + "id": 6888949592, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74651", + "lon": "100.54447", + "id": 6888949594, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74593", + "lon": "100.53531", + "id": 6888949588, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "internet_access_fee_no": "no", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "สตาร์บัคส์", + "enName": "Starbucks Coffee", + "lat": "13.74614", + "lon": "100.53310", + "id": 6888949590, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "website": "http://www.starbuckscard.in.th", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72646", + "lon": "100.58548", + "id": 6492183290, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.72646", + "lon": "100.58548", + "id": 6492183290, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Central Festival", + "lat": "9.53052", + "lon": "100.06071", + "id": 8860437456, + "subType": "cafe", + "type": "sustenance" + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74003", + "lon": "100.52443", + "id": 6152031550, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74003", + "lon": "100.52443", + "id": 6152031550, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "internet_access_fee_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74747", + "lon": "100.58026", + "id": 4809828128, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74747", + "lon": "100.58026", + "id": 4809828128, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "9.53046", + "lon": "100.06099", + "id": 6417405780, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "internet_access_type_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "9.53046", + "lon": "100.06099", + "id": 6417405780, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "internet_access_type_no": "no", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks", + "enName": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "13.74364", + "lon": "100.54430", + "id": 6503350324, + "subType": "cafe", + "type": "sustenance", + "openingHours": "Mo-Fr 07:00-21:30; Sa-Su 07:30-21:00", + "additionalInfo": { + "internet_access_type_wlan": "wlan", + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "smoking_no": "no", + "opening_hours": "Mo-Fr 07:00-21:30; Sa-Su 07:30-21:00", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks", + "official_name": "Starbucks Coffee", + "level": "1" + } + }, + { + "name": "Starbucks", + "lat": "13.85616", + "lon": "100.62917", + "id": 9325854720, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "takeaway_filter_yes": "yes", + "takeaway_yes": "yes", + "cuisine_cafe": "cafe", + "brand": "Starbucks", + "official_name": "Starbucks Coffee" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.82659", + "lon": "98.29684", + "id": 4165734802, + "subType": "cafe", + "type": "sustenance", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + }, + { + "name": "Starbucks Coffee", + "names": { + "th": "สตาร์บัคส์" + }, + "lat": "7.82659", + "lon": "98.29684", + "id": 4165734802, + "subType": "coffee", + "type": "shop", + "additionalInfo": { + "cuisine_cafe": "cafe", + "smoking_no": "no", + "website": "http://www.starbucks.co.th/", + "brand": "Starbucks" + } + } + ], + "cities": [] +} \ No newline at end of file diff --git a/OsmAnd-telegram/res/values-br/strings.xml b/OsmAnd-telegram/res/values-br/strings.xml new file mode 100644 index 0000000000..3fceee27e4 --- /dev/null +++ b/OsmAnd-telegram/res/values-br/strings.xml @@ -0,0 +1,7 @@ + + + Kinniget + Distreiñ da OsmAnd + %1$e \'zo + FAZI + \ No newline at end of file diff --git a/OsmAnd-telegram/res/values-eu/strings.xml b/OsmAnd-telegram/res/values-eu/strings.xml index 2f2ec29c63..dc3e7d7c1c 100644 --- a/OsmAnd-telegram/res/values-eu/strings.xml +++ b/OsmAnd-telegram/res/values-eu/strings.xml @@ -77,7 +77,7 @@ Atzera Partekatu kokapena Erakutsi mapan - OsmAnd Online GPS Tracker + OsmAnd lineako GPS aztarnaria Telefono zenbakia Telefono zenbakia formatu internazionalean Pasahitza @@ -100,7 +100,7 @@ Distantzia Partekatu kokapena Partekatzen kokapena - OsmAnd Tracker zebitzua + OsmAnd aztarnaria zerbitzua OsmAnd logoa OsmAnd doako edo ordainpeko bertsioa instalatu behar duzu lehenik Instalatu OsmAnd @@ -199,15 +199,15 @@ Bufferraren puntuak gordetzeko gehieneko denbora Bufferraren iraungitze-denbora Iradokita - OsmAnd Tracker-en egoera + OsmAnd aztarnariaren egoera Atzera OsmAnd-era Azken erantzuna: %1$s Telegram-en azken eguneraketa duela %1$s Azken erantzuna duela %1$s duela %1$s - OsmAnd Tracker-ri esker, kokapena partekatu dezakezu eta besteena OsmAnd-en ikus.

Aplikazioak Telegram APIa erabiltzen du eta, beraz, Telegram kontua behar duzu.
+ OsmAnd aztarnaria-ri esker, kokapena partekatu dezakezu eta besteena OsmAnd-en ikus.

Aplikazioak Telegram APIa erabiltzen du eta, beraz, Telegram kontua behar duzu.
Sartu zure Telegram-eko telefono zenbakia nazioarteko formatuan - OsmAnd Tracker atzeko planoan exekutatzen da pantaila itzalita dagoenean. + OsmAnd aztarnaria atzeko planoan exekutatzen da pantaila itzalita dagoenean. Hautatu kokapen-hornitzaileetako bat zure kokapena partekatzeko. Aplikazioak ez du kokapena atzitzeko baimenik. "Telegramek kode bat bidali dizu OsmAnd-ek zure kontuan saioa hasteko." @@ -234,11 +234,11 @@ Kontaktu bat mugitu zen azken aldia. Ezkutatu denbora jakin batean mugitu ez diren kontaktuak OsmAnd konexioa - Aukeratu OsmAnd Tracker-ek posizioak bistaratzeko erabiliko duen OsmAnd bertsioa. + Aukeratu OsmAnd aztarnariak posizioak bistaratzeko erabiliko duen OsmAnd bertsioa. %1$s-n - Nola itzali OsmAnd Tracker Telegram-etik - Nola itzali OsmAnd Tracker Telegram-etik - Kokapena partekatzeko sarbidea baliogabetzeko. Ireki Telegram, joan Ezarpenak → Pribatutasuna eta segurtasuna → Saioak eta amaitu OsmAnd Tracker saioa atalera. + Nola itzali OsmAnd aztarnaria Telegram-etik + Nola itzali OsmAnd aztarnaria Telegram-etik + Kokapena partekatzeko sarbidea baliogabetzeko. Ireki Telegram, joan Ezarpenak → Pribatutasuna eta segurtasuna → Saioak eta amaitu OsmAnd aztarnariaren saioa atalera. "Konektatu Internetera Telegram saioa behar bezala amaiatzeko." Azken erantzuna Kokapena partekatzea itzaltzen du hautatutako txat guztietan (%1$d). @@ -246,8 +246,8 @@ Taldearen arabera Izenaren arabera Distantziaren arabera - Amaitu OsmAnd Tracker saioa\? - Ziur zaude OsmAnd Tracker saioa amaitu nahi duzula\? Ezingo duzu kokapena partekatu edo besteen kokapena ikusi + Amaitu OsmAnd aztarnariaren saioa\? + Ziur zaude OsmAnd aztarnariaren saioa amaitu nahi duzula\? Ezingo duzu kokapena partekatu edo besteen kokapena ikusi Zurekin kokapena partekatzen duten kontaktuak eta taldeak. Partekatzen:% 1 $ s Partekatze egoera @@ -255,7 +255,7 @@ Oraindik ez da aurkitu Oraindik ez da bidali Atzeko planoan partekatzea - Itzali bateriaren optimizazioa OsmAnd Trackerrentzat, bat-batean itzali ez dadin bigarren planoan dagoela. + Itzali bateriaren optimizazioa OsmAnd aztarnariarentzat, bat-batean itzali ez dadin bigarren planoan dagoela. Bigarren planoko lana Aldatu bateriaren optimizazio ezarpenak kokapena partekatzea egonkortzeko. Telegram-en erantzunaren zain @@ -265,6 +265,6 @@ Hainbat gailu Telegram kontu bakarrera konektatu nahi badituzu, gailu desberdinak erabili behar dituzu kokapena partekatzeko. Telegrama bezeroan gailuaren IDa sortu eta ikusi dezakezu %1$s txat bota erabiliz. % 2 $ s \"Jarraitu\" sakatuz, Telegram eta OsmAnd pribatutasun-politiken baldintzak onartzen dituzu. - OsmAnd tracker-ek Telegram plataforma irekia erabiltzen duten bezeroetako bat da. Zure kontaktuek Telegram-eko beste edozein bezero erabil dezakete. + OsmAnd aztarnariak Telegram plataforma irekia erabiltzen duten bezeroetako bat da. Zure kontaktuek Telegram-eko beste edozein bezero erabil dezakete. Telegram-eko azken eguneratzea: %1$s \ No newline at end of file diff --git a/OsmAnd-telegram/res/values-gl/strings.xml b/OsmAnd-telegram/res/values-gl/strings.xml index 9e54794229..e9e462d42a 100644 --- a/OsmAnd-telegram/res/values-gl/strings.xml +++ b/OsmAnd-telegram/res/values-gl/strings.xml @@ -90,12 +90,12 @@ Estase a iniciar Estase a ubicar… Estase a conectar á Internet - Desactiva-la optimización da batería para o OsmAnd Tracker de xeito que non se desconecte de xeito súbito cando esté no segundo plano. + Desactivar a optimización da batería para o OsmAnd Tracker de xeito que non se desconecte de xeito súbito cando estea no segundo plano. Conéctate á Internet para pecha-la sesión no Telegram de xeito correcto. Para revoga-lo acceso á ubicación compartillada. Abre o Telegram, vai cara ós «Axustes → Privacidade e Seguranza → Sesións» e pecha a sesión do OsmAnd Tracker. De que xeito desactivar o rastrexador do OsmAnd (OsmAnd Tracker) dende o Telegram De que xeito desactivar o rastrexador do OsmAnd (OsmAnd Tracker) dende o Telegram - Escolle a versión do OsmAnd na cal o rastrexador do OsmAnd (OsmAnd Tracker) empregará para amosa-las ubicacións. + Escolle a versión do OsmAnd na cal o OsmAnd Tracker empregará para amosar as posicións. Conectar ó OsmAnd Agocha-los contactos que non se moveron nun tempo determinado. A última vez que un contacto se moveu. @@ -195,7 +195,7 @@ Telegram O Telegram (a aplicación de mensaxaría) emprégase para conectar e comunicar ás persoas. O rastrexador do OsmAnd (OsmAnd tracker) é un dos clientes que emprega a plataforma aberta do Telegram. Os teus contactos poden empregar calquera outro cliente do Telegram. - Ó premer en continuar, aceptas as Políticas de Privacidade do Telegram e do OsmAnd. + Ó premer en \"Continuar\", aceptas as condicións do Telegram e as políticas de privacidade do OsmAnd. Aceptar Política de privacidade do Telegram Política de privacidade do OsmAnd @@ -225,4 +225,47 @@ Última resposta: %1$s Última actualización dende o Telegram: %1$s ERR + Traxectoria + Altitude + Precisión + Enderezo + Privacidade + Proxy + Axustes do proxy + Desconectado + Conectado + Tipo de proxy + Activar + Conexión + Servidor + Porto + Credenciais + Nome de usuario + Contrasinal + Chave + Axustes de GPX + Filtro: sen rexistro por embaixo da velocidade escollida + Velocidade mínima de rexistro + Filtro: sen registro a menos que se acade a precisión + Precisión mínima de rexistro + Filtro: distancia mínima para rexistrar un novo punto + Distancia mínima de rexistro + Escoller + Sen datos + Non temos datos recollidos para o día escollido + Data de comezo — Fin + Escoller a hora para a visualización + Aplicar + Comezo + Fin + Mensaxes gardadas + Unidade de velocidade + Definir unidade de velocidade. + Unidades de lonxitude + Mudar as unidades de lonxitude. + Unidades e formatos + Fuso horario + Escolle a zona horaria que desexas amosar nas mensaxes de localización. + Tempo de caducidade do búfer + Tempo máximo para almacenar puntos no búfer \ No newline at end of file diff --git a/OsmAnd-telegram/res/values-ru/strings.xml b/OsmAnd-telegram/res/values-ru/strings.xml index d14aa28fee..1890f13acc 100644 --- a/OsmAnd-telegram/res/values-ru/strings.xml +++ b/OsmAnd-telegram/res/values-ru/strings.xml @@ -137,7 +137,7 @@ Последнее местоположение Статус отправки Трансляция: %1$s - Включён + Включено Статус Отсутствует GPS Отсутствует интернет diff --git a/OsmAnd/res/drawable-hdpi/ic_bg_point_circle_bottom.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_circle_bottom.png new file mode 100644 index 0000000000..2799253200 Binary files /dev/null and b/OsmAnd/res/drawable-hdpi/ic_bg_point_circle_bottom.png differ diff --git a/OsmAnd/res/drawable-hdpi/ic_bg_point_circle_bottom_small.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_circle_bottom_small.png new file mode 100644 index 0000000000..8d51cd30ed Binary files /dev/null and b/OsmAnd/res/drawable-hdpi/ic_bg_point_circle_bottom_small.png differ diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_circle_center.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_circle_center.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_circle_center.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_circle_center.png diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_circle_center_small.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_circle_center_small.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_circle_center_small.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_circle_center_small.png diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_circle_top.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_circle_top.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_circle_top.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_circle_top.png diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_circle_top_small.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_circle_top_small.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_circle_top_small.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_circle_top_small.png diff --git a/OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_bottom.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_bottom.png new file mode 100644 index 0000000000..920e1bd3a6 Binary files /dev/null and b/OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_bottom.png differ diff --git a/OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_bottom_small.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_bottom_small.png new file mode 100644 index 0000000000..905bdce355 Binary files /dev/null and b/OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_bottom_small.png differ diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_octagon_center.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_center.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_octagon_center.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_center.png diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_octagon_center_small.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_center_small.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_octagon_center_small.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_center_small.png diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_octagon_top.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_top.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_octagon_top.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_top.png diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_octagon_top_small.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_top_small.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_octagon_top_small.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_octagon_top_small.png diff --git a/OsmAnd/res/drawable-hdpi/ic_bg_point_square_bottom.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_square_bottom.png new file mode 100644 index 0000000000..255fac9c22 Binary files /dev/null and b/OsmAnd/res/drawable-hdpi/ic_bg_point_square_bottom.png differ diff --git a/OsmAnd/res/drawable-hdpi/ic_bg_point_square_bottom_small.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_square_bottom_small.png new file mode 100644 index 0000000000..66b60f2f93 Binary files /dev/null and b/OsmAnd/res/drawable-hdpi/ic_bg_point_square_bottom_small.png differ diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_square_center.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_square_center.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_square_center.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_square_center.png diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_square_center_small.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_square_center_small.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_square_center_small.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_square_center_small.png diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_square_top.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_square_top.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_square_top.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_square_top.png diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_square_top_small.png b/OsmAnd/res/drawable-hdpi/ic_bg_point_square_top_small.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_bg_point_square_top_small.png rename to OsmAnd/res/drawable-hdpi/ic_bg_point_square_top_small.png diff --git a/OsmAnd/res/drawable-hdpi/map_note_audio.png b/OsmAnd/res/drawable-hdpi/ic_note_audio.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_note_audio.png rename to OsmAnd/res/drawable-hdpi/ic_note_audio.png diff --git a/OsmAnd/res/drawable-hdpi/map_note_photo.png b/OsmAnd/res/drawable-hdpi/ic_note_photo.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_note_photo.png rename to OsmAnd/res/drawable-hdpi/ic_note_photo.png diff --git a/OsmAnd/res/drawable-hdpi/map_note_small.png b/OsmAnd/res/drawable-hdpi/ic_note_small.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_note_small.png rename to OsmAnd/res/drawable-hdpi/ic_note_small.png diff --git a/OsmAnd/res/drawable-hdpi/map_note_video.png b/OsmAnd/res/drawable-hdpi/ic_note_video.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_note_video.png rename to OsmAnd/res/drawable-hdpi/ic_note_video.png diff --git a/OsmAnd/res/drawable-hdpi/map_shield_tap.png b/OsmAnd/res/drawable-hdpi/ic_shield_tap.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_shield_tap.png rename to OsmAnd/res/drawable-hdpi/ic_shield_tap.png diff --git a/OsmAnd/res/drawable-hdpi/map_shield_tap_small.png b/OsmAnd/res/drawable-hdpi/ic_shield_tap_small.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_shield_tap_small.png rename to OsmAnd/res/drawable-hdpi/ic_shield_tap_small.png diff --git a/OsmAnd/res/drawable-hdpi/map_white_favorite_shield.png b/OsmAnd/res/drawable-hdpi/ic_white_favorite_shield.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_white_favorite_shield.png rename to OsmAnd/res/drawable-hdpi/ic_white_favorite_shield.png diff --git a/OsmAnd/res/drawable-hdpi/map_white_orange_poi_shield.png b/OsmAnd/res/drawable-hdpi/ic_white_orange_poi_shield.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_white_orange_poi_shield.png rename to OsmAnd/res/drawable-hdpi/ic_white_orange_poi_shield.png diff --git a/OsmAnd/res/drawable-hdpi/map_white_orange_poi_shield_small.png b/OsmAnd/res/drawable-hdpi/ic_white_orange_poi_shield_small.png similarity index 100% rename from OsmAnd/res/drawable-hdpi/map_white_orange_poi_shield_small.png rename to OsmAnd/res/drawable-hdpi/ic_white_orange_poi_shield_small.png diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_circle_bottom.png b/OsmAnd/res/drawable-hdpi/map_bg_point_circle_bottom.png deleted file mode 100644 index c8bc0aa788..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/map_bg_point_circle_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_circle_bottom_small.png b/OsmAnd/res/drawable-hdpi/map_bg_point_circle_bottom_small.png deleted file mode 100644 index 2410b26ff6..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/map_bg_point_circle_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_octagon_bottom.png b/OsmAnd/res/drawable-hdpi/map_bg_point_octagon_bottom.png deleted file mode 100644 index 28e7300687..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/map_bg_point_octagon_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_octagon_bottom_small.png b/OsmAnd/res/drawable-hdpi/map_bg_point_octagon_bottom_small.png deleted file mode 100644 index 39d52a353e..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/map_bg_point_octagon_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_square_bottom.png b/OsmAnd/res/drawable-hdpi/map_bg_point_square_bottom.png deleted file mode 100644 index 5461a024ba..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/map_bg_point_square_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-hdpi/map_bg_point_square_bottom_small.png b/OsmAnd/res/drawable-hdpi/map_bg_point_square_bottom_small.png deleted file mode 100644 index 8ded1dd9a7..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/map_bg_point_square_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-mdpi/ic_bg_point_circle_bottom.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_circle_bottom.png new file mode 100644 index 0000000000..282ddb3a9f Binary files /dev/null and b/OsmAnd/res/drawable-mdpi/ic_bg_point_circle_bottom.png differ diff --git a/OsmAnd/res/drawable-mdpi/ic_bg_point_circle_bottom_small.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_circle_bottom_small.png new file mode 100644 index 0000000000..5670be0d89 Binary files /dev/null and b/OsmAnd/res/drawable-mdpi/ic_bg_point_circle_bottom_small.png differ diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_circle_center.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_circle_center.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_circle_center.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_circle_center.png diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_circle_center_small.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_circle_center_small.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_circle_center_small.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_circle_center_small.png diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_circle_top.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_circle_top.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_circle_top.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_circle_top.png diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_circle_top_small.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_circle_top_small.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_circle_top_small.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_circle_top_small.png diff --git a/OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_bottom.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_bottom.png new file mode 100644 index 0000000000..b7d4ec1812 Binary files /dev/null and b/OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_bottom.png differ diff --git a/OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_bottom_small.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_bottom_small.png new file mode 100644 index 0000000000..803e5053be Binary files /dev/null and b/OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_bottom_small.png differ diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_octagon_center.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_center.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_octagon_center.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_center.png diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_octagon_center_small.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_center_small.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_octagon_center_small.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_center_small.png diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_octagon_top.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_top.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_octagon_top.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_top.png diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_octagon_top_small.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_top_small.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_octagon_top_small.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_octagon_top_small.png diff --git a/OsmAnd/res/drawable-mdpi/ic_bg_point_square_bottom.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_square_bottom.png new file mode 100644 index 0000000000..406613f2b6 Binary files /dev/null and b/OsmAnd/res/drawable-mdpi/ic_bg_point_square_bottom.png differ diff --git a/OsmAnd/res/drawable-mdpi/ic_bg_point_square_bottom_small.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_square_bottom_small.png new file mode 100644 index 0000000000..c22f46f2be Binary files /dev/null and b/OsmAnd/res/drawable-mdpi/ic_bg_point_square_bottom_small.png differ diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_square_center.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_square_center.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_square_center.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_square_center.png diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_square_center_small.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_square_center_small.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_square_center_small.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_square_center_small.png diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_square_top.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_square_top.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_square_top.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_square_top.png diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_square_top_small.png b/OsmAnd/res/drawable-mdpi/ic_bg_point_square_top_small.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_bg_point_square_top_small.png rename to OsmAnd/res/drawable-mdpi/ic_bg_point_square_top_small.png diff --git a/OsmAnd/res/drawable-mdpi/map_note_audio.png b/OsmAnd/res/drawable-mdpi/ic_note_audio.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_note_audio.png rename to OsmAnd/res/drawable-mdpi/ic_note_audio.png diff --git a/OsmAnd/res/drawable-mdpi/map_note_photo.png b/OsmAnd/res/drawable-mdpi/ic_note_photo.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_note_photo.png rename to OsmAnd/res/drawable-mdpi/ic_note_photo.png diff --git a/OsmAnd/res/drawable-mdpi/map_note_small.png b/OsmAnd/res/drawable-mdpi/ic_note_small.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_note_small.png rename to OsmAnd/res/drawable-mdpi/ic_note_small.png diff --git a/OsmAnd/res/drawable-mdpi/map_note_video.png b/OsmAnd/res/drawable-mdpi/ic_note_video.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_note_video.png rename to OsmAnd/res/drawable-mdpi/ic_note_video.png diff --git a/OsmAnd/res/drawable-mdpi/map_shield_tap.png b/OsmAnd/res/drawable-mdpi/ic_shield_tap.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_shield_tap.png rename to OsmAnd/res/drawable-mdpi/ic_shield_tap.png diff --git a/OsmAnd/res/drawable-mdpi/map_shield_tap_small.png b/OsmAnd/res/drawable-mdpi/ic_shield_tap_small.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_shield_tap_small.png rename to OsmAnd/res/drawable-mdpi/ic_shield_tap_small.png diff --git a/OsmAnd/res/drawable-mdpi/map_white_favorite_shield.png b/OsmAnd/res/drawable-mdpi/ic_white_favorite_shield.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_white_favorite_shield.png rename to OsmAnd/res/drawable-mdpi/ic_white_favorite_shield.png diff --git a/OsmAnd/res/drawable-mdpi/map_white_orange_poi_shield.png b/OsmAnd/res/drawable-mdpi/ic_white_orange_poi_shield.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_white_orange_poi_shield.png rename to OsmAnd/res/drawable-mdpi/ic_white_orange_poi_shield.png diff --git a/OsmAnd/res/drawable-mdpi/map_white_orange_poi_shield_small.png b/OsmAnd/res/drawable-mdpi/ic_white_orange_poi_shield_small.png similarity index 100% rename from OsmAnd/res/drawable-mdpi/map_white_orange_poi_shield_small.png rename to OsmAnd/res/drawable-mdpi/ic_white_orange_poi_shield_small.png diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_circle_bottom.png b/OsmAnd/res/drawable-mdpi/map_bg_point_circle_bottom.png deleted file mode 100644 index 010df788d2..0000000000 Binary files a/OsmAnd/res/drawable-mdpi/map_bg_point_circle_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_circle_bottom_small.png b/OsmAnd/res/drawable-mdpi/map_bg_point_circle_bottom_small.png deleted file mode 100644 index 2901029e51..0000000000 Binary files a/OsmAnd/res/drawable-mdpi/map_bg_point_circle_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_octagon_bottom.png b/OsmAnd/res/drawable-mdpi/map_bg_point_octagon_bottom.png deleted file mode 100644 index 5f65385c11..0000000000 Binary files a/OsmAnd/res/drawable-mdpi/map_bg_point_octagon_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_octagon_bottom_small.png b/OsmAnd/res/drawable-mdpi/map_bg_point_octagon_bottom_small.png deleted file mode 100644 index 7c37a02792..0000000000 Binary files a/OsmAnd/res/drawable-mdpi/map_bg_point_octagon_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_square_bottom.png b/OsmAnd/res/drawable-mdpi/map_bg_point_square_bottom.png deleted file mode 100644 index ecdb05f937..0000000000 Binary files a/OsmAnd/res/drawable-mdpi/map_bg_point_square_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-mdpi/map_bg_point_square_bottom_small.png b/OsmAnd/res/drawable-mdpi/map_bg_point_square_bottom_small.png deleted file mode 100644 index 78315138e1..0000000000 Binary files a/OsmAnd/res/drawable-mdpi/map_bg_point_square_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_bottom.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_bottom.png new file mode 100644 index 0000000000..71ac3129ba Binary files /dev/null and b/OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_bottom.png differ diff --git a/OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_bottom_small.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_bottom_small.png new file mode 100644 index 0000000000..1e4d48b65e Binary files /dev/null and b/OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_bottom_small.png differ diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_circle_center.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_center.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_circle_center.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_center.png diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_circle_center_small.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_center_small.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_circle_center_small.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_center_small.png diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_circle_top.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_top.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_circle_top.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_top.png diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_circle_top_small.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_top_small.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_circle_top_small.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_circle_top_small.png diff --git a/OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_bottom.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_bottom.png new file mode 100644 index 0000000000..5815ae8f51 Binary files /dev/null and b/OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_bottom.png differ diff --git a/OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_bottom_small.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_bottom_small.png new file mode 100644 index 0000000000..3a6073fc24 Binary files /dev/null and b/OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_bottom_small.png differ diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_center.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_center.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_center.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_center.png diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_center_small.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_center_small.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_center_small.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_center_small.png diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_top.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_top.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_top.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_top.png diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_top_small.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_top_small.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_top_small.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_octagon_top_small.png diff --git a/OsmAnd/res/drawable-xhdpi/ic_bg_point_square_bottom.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_square_bottom.png new file mode 100644 index 0000000000..b9769373f1 Binary files /dev/null and b/OsmAnd/res/drawable-xhdpi/ic_bg_point_square_bottom.png differ diff --git a/OsmAnd/res/drawable-xhdpi/ic_bg_point_square_bottom_small.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_square_bottom_small.png new file mode 100644 index 0000000000..173aa4dca9 Binary files /dev/null and b/OsmAnd/res/drawable-xhdpi/ic_bg_point_square_bottom_small.png differ diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_square_center.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_square_center.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_square_center.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_square_center.png diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_square_center_small.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_square_center_small.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_square_center_small.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_square_center_small.png diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_square_top.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_square_top.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_square_top.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_square_top.png diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_square_top_small.png b/OsmAnd/res/drawable-xhdpi/ic_bg_point_square_top_small.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_bg_point_square_top_small.png rename to OsmAnd/res/drawable-xhdpi/ic_bg_point_square_top_small.png diff --git a/OsmAnd/res/drawable-xhdpi/map_note_audio.png b/OsmAnd/res/drawable-xhdpi/ic_note_audio.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_note_audio.png rename to OsmAnd/res/drawable-xhdpi/ic_note_audio.png diff --git a/OsmAnd/res/drawable-xhdpi/map_note_photo.png b/OsmAnd/res/drawable-xhdpi/ic_note_photo.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_note_photo.png rename to OsmAnd/res/drawable-xhdpi/ic_note_photo.png diff --git a/OsmAnd/res/drawable-xhdpi/map_note_small.png b/OsmAnd/res/drawable-xhdpi/ic_note_small.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_note_small.png rename to OsmAnd/res/drawable-xhdpi/ic_note_small.png diff --git a/OsmAnd/res/drawable-xhdpi/map_note_video.png b/OsmAnd/res/drawable-xhdpi/ic_note_video.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_note_video.png rename to OsmAnd/res/drawable-xhdpi/ic_note_video.png diff --git a/OsmAnd/res/drawable-xhdpi/map_shield_tap.png b/OsmAnd/res/drawable-xhdpi/ic_shield_tap.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_shield_tap.png rename to OsmAnd/res/drawable-xhdpi/ic_shield_tap.png diff --git a/OsmAnd/res/drawable-xhdpi/map_shield_tap_small.png b/OsmAnd/res/drawable-xhdpi/ic_shield_tap_small.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_shield_tap_small.png rename to OsmAnd/res/drawable-xhdpi/ic_shield_tap_small.png diff --git a/OsmAnd/res/drawable-xhdpi/map_white_favorite_shield.png b/OsmAnd/res/drawable-xhdpi/ic_white_favorite_shield.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_white_favorite_shield.png rename to OsmAnd/res/drawable-xhdpi/ic_white_favorite_shield.png diff --git a/OsmAnd/res/drawable-xhdpi/map_white_orange_poi_shield.png b/OsmAnd/res/drawable-xhdpi/ic_white_orange_poi_shield.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_white_orange_poi_shield.png rename to OsmAnd/res/drawable-xhdpi/ic_white_orange_poi_shield.png diff --git a/OsmAnd/res/drawable-xhdpi/map_white_orange_poi_shield_small.png b/OsmAnd/res/drawable-xhdpi/ic_white_orange_poi_shield_small.png similarity index 100% rename from OsmAnd/res/drawable-xhdpi/map_white_orange_poi_shield_small.png rename to OsmAnd/res/drawable-xhdpi/ic_white_orange_poi_shield_small.png diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_circle_bottom.png b/OsmAnd/res/drawable-xhdpi/map_bg_point_circle_bottom.png deleted file mode 100644 index 9dc55ad532..0000000000 Binary files a/OsmAnd/res/drawable-xhdpi/map_bg_point_circle_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_circle_bottom_small.png b/OsmAnd/res/drawable-xhdpi/map_bg_point_circle_bottom_small.png deleted file mode 100644 index bdbc9a0317..0000000000 Binary files a/OsmAnd/res/drawable-xhdpi/map_bg_point_circle_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_bottom.png b/OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_bottom.png deleted file mode 100644 index 376c2bc6e3..0000000000 Binary files a/OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_bottom_small.png b/OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_bottom_small.png deleted file mode 100644 index 3f8493f171..0000000000 Binary files a/OsmAnd/res/drawable-xhdpi/map_bg_point_octagon_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_square_bottom.png b/OsmAnd/res/drawable-xhdpi/map_bg_point_square_bottom.png deleted file mode 100644 index 90350dfa1d..0000000000 Binary files a/OsmAnd/res/drawable-xhdpi/map_bg_point_square_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xhdpi/map_bg_point_square_bottom_small.png b/OsmAnd/res/drawable-xhdpi/map_bg_point_square_bottom_small.png deleted file mode 100644 index 9d546d2d3f..0000000000 Binary files a/OsmAnd/res/drawable-xhdpi/map_bg_point_square_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_bottom.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_bottom.png new file mode 100644 index 0000000000..99ab3103c7 Binary files /dev/null and b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_bottom.png differ diff --git a/OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_bottom_small.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_bottom_small.png new file mode 100644 index 0000000000..95d5ecead0 Binary files /dev/null and b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_bottom_small.png differ diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_center.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_center.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_center.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_center.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_center_small.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_center_small.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_center_small.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_center_small.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_top.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_top.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_top.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_top.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_top_small.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_top_small.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_top_small.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_circle_top_small.png diff --git a/OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_bottom.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_bottom.png new file mode 100644 index 0000000000..685f8bd34d Binary files /dev/null and b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_bottom.png differ diff --git a/OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_bottom_small.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_bottom_small.png new file mode 100644 index 0000000000..cf14b7f4a3 Binary files /dev/null and b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_bottom_small.png differ diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_center.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_center.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_center.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_center.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_center_small.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_center_small.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_center_small.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_center_small.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_top.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_top.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_top.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_top.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_top_small.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_top_small.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_top_small.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_octagon_top_small.png diff --git a/OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_bottom.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_bottom.png new file mode 100644 index 0000000000..ecd2bb984b Binary files /dev/null and b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_bottom.png differ diff --git a/OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_bottom_small.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_bottom_small.png new file mode 100644 index 0000000000..b336a9fcd0 Binary files /dev/null and b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_bottom_small.png differ diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_square_center.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_center.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_square_center.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_center.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_square_center_small.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_center_small.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_square_center_small.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_center_small.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_square_top.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_top.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_square_top.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_top.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_square_top_small.png b/OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_top_small.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_bg_point_square_top_small.png rename to OsmAnd/res/drawable-xxhdpi/ic_bg_point_square_top_small.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_note_audio.png b/OsmAnd/res/drawable-xxhdpi/ic_note_audio.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_note_audio.png rename to OsmAnd/res/drawable-xxhdpi/ic_note_audio.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_note_photo.png b/OsmAnd/res/drawable-xxhdpi/ic_note_photo.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_note_photo.png rename to OsmAnd/res/drawable-xxhdpi/ic_note_photo.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_note_small.png b/OsmAnd/res/drawable-xxhdpi/ic_note_small.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_note_small.png rename to OsmAnd/res/drawable-xxhdpi/ic_note_small.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_note_video.png b/OsmAnd/res/drawable-xxhdpi/ic_note_video.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_note_video.png rename to OsmAnd/res/drawable-xxhdpi/ic_note_video.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_shield_tap.png b/OsmAnd/res/drawable-xxhdpi/ic_shield_tap.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_shield_tap.png rename to OsmAnd/res/drawable-xxhdpi/ic_shield_tap.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_shield_tap_small.png b/OsmAnd/res/drawable-xxhdpi/ic_shield_tap_small.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_shield_tap_small.png rename to OsmAnd/res/drawable-xxhdpi/ic_shield_tap_small.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_white_favorite_shield.png b/OsmAnd/res/drawable-xxhdpi/ic_white_favorite_shield.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_white_favorite_shield.png rename to OsmAnd/res/drawable-xxhdpi/ic_white_favorite_shield.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_white_orange_poi_shield.png b/OsmAnd/res/drawable-xxhdpi/ic_white_orange_poi_shield.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_white_orange_poi_shield.png rename to OsmAnd/res/drawable-xxhdpi/ic_white_orange_poi_shield.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_white_orange_poi_shield_small.png b/OsmAnd/res/drawable-xxhdpi/ic_white_orange_poi_shield_small.png similarity index 100% rename from OsmAnd/res/drawable-xxhdpi/map_white_orange_poi_shield_small.png rename to OsmAnd/res/drawable-xxhdpi/ic_white_orange_poi_shield_small.png diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_bottom.png b/OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_bottom.png deleted file mode 100644 index 346039664c..0000000000 Binary files a/OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_bottom_small.png b/OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_bottom_small.png deleted file mode 100644 index 00d5be06f5..0000000000 Binary files a/OsmAnd/res/drawable-xxhdpi/map_bg_point_circle_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_bottom.png b/OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_bottom.png deleted file mode 100644 index 73eff57876..0000000000 Binary files a/OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_bottom_small.png b/OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_bottom_small.png deleted file mode 100644 index 308568bcd4..0000000000 Binary files a/OsmAnd/res/drawable-xxhdpi/map_bg_point_octagon_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_square_bottom.png b/OsmAnd/res/drawable-xxhdpi/map_bg_point_square_bottom.png deleted file mode 100644 index 92558b6823..0000000000 Binary files a/OsmAnd/res/drawable-xxhdpi/map_bg_point_square_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxhdpi/map_bg_point_square_bottom_small.png b/OsmAnd/res/drawable-xxhdpi/map_bg_point_square_bottom_small.png deleted file mode 100644 index 43be98cae9..0000000000 Binary files a/OsmAnd/res/drawable-xxhdpi/map_bg_point_square_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_bottom.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_bottom.png new file mode 100644 index 0000000000..6302f8bf25 Binary files /dev/null and b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_bottom.png differ diff --git a/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_bottom_small.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_bottom_small.png new file mode 100644 index 0000000000..a1c18ebbb0 Binary files /dev/null and b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_bottom_small.png differ diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_center.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_center.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_center.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_center.png diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_center_small.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_center_small.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_center_small.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_center_small.png diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_top.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_top.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_top.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_top.png diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_top_small.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_top_small.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_top_small.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_circle_top_small.png diff --git a/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_bottom.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_bottom.png new file mode 100644 index 0000000000..035381636e Binary files /dev/null and b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_bottom.png differ diff --git a/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_bottom_small.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_bottom_small.png new file mode 100644 index 0000000000..2e8f2cefb1 Binary files /dev/null and b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_bottom_small.png differ diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_center.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_center.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_center.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_center.png diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_center_small.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_center_small.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_center_small.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_center_small.png diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_top.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_top.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_top.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_top.png diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_top_small.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_top_small.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_top_small.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_octagon_top_small.png diff --git a/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_bottom.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_bottom.png new file mode 100644 index 0000000000..a5f4246d86 Binary files /dev/null and b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_bottom.png differ diff --git a/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_bottom_small.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_bottom_small.png new file mode 100644 index 0000000000..0551a490ce Binary files /dev/null and b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_bottom_small.png differ diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_center.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_center.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_center.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_center.png diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_center_small.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_center_small.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_center_small.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_center_small.png diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_top.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_top.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_top.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_top.png diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_top_small.png b/OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_top_small.png similarity index 100% rename from OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_top_small.png rename to OsmAnd/res/drawable-xxxhdpi/ic_bg_point_square_top_small.png diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_bottom.png b/OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_bottom.png deleted file mode 100644 index d2cdcc280d..0000000000 Binary files a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_bottom_small.png b/OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_bottom_small.png deleted file mode 100644 index 297e59a778..0000000000 Binary files a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_circle_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_bottom.png b/OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_bottom.png deleted file mode 100644 index 8a50fc173c..0000000000 Binary files a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_bottom_small.png b/OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_bottom_small.png deleted file mode 100644 index 1793b619e4..0000000000 Binary files a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_octagon_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_bottom.png b/OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_bottom.png deleted file mode 100644 index f7b81b3e83..0000000000 Binary files a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_bottom.png and /dev/null differ diff --git a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_bottom_small.png b/OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_bottom_small.png deleted file mode 100644 index fb0a74bbec..0000000000 Binary files a/OsmAnd/res/drawable-xxxhdpi/map_bg_point_square_bottom_small.png and /dev/null differ diff --git a/OsmAnd/res/layout/bottom_sheet_item_toolbar_title.xml b/OsmAnd/res/layout/bottom_sheet_item_toolbar_title.xml index c4cc113ff6..abddfb63d6 100644 --- a/OsmAnd/res/layout/bottom_sheet_item_toolbar_title.xml +++ b/OsmAnd/res/layout/bottom_sheet_item_toolbar_title.xml @@ -1,26 +1,30 @@ - + android:layout_height="wrap_content" + android:background="@android:color/transparent" + osmand:elevation="0dp"> - + android:fitsSystemWindows="true" + android:layout_height="@dimen/bottom_sheet_selected_item_title_height" + android:padding="0dp"> - \ No newline at end of file + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/fragment_subcategories.xml b/OsmAnd/res/layout/fragment_subcategories.xml index aa3b449c0c..0e8aaf367a 100644 --- a/OsmAnd/res/layout/fragment_subcategories.xml +++ b/OsmAnd/res/layout/fragment_subcategories.xml @@ -15,27 +15,16 @@ + android:padding="0dp" + android:theme="?attr/toolbar_theme"> + android:layout_height="wrap_content"> - - - - - diff --git a/OsmAnd/res/layout/maps_in_category_fragment.xml b/OsmAnd/res/layout/maps_in_category_fragment.xml index 072dd0902c..16d5fe9d29 100644 --- a/OsmAnd/res/layout/maps_in_category_fragment.xml +++ b/OsmAnd/res/layout/maps_in_category_fragment.xml @@ -1,6 +1,5 @@ @@ -12,15 +11,10 @@ + android:padding="0dp" /> - + android:layout_marginStart="0dp" + android:layout_marginEnd="0dp" /> \ No newline at end of file diff --git a/OsmAnd/res/layout/preference_activity.xml b/OsmAnd/res/layout/preference_activity.xml index 3fecba1078..49b97f2938 100644 --- a/OsmAnd/res/layout/preference_activity.xml +++ b/OsmAnd/res/layout/preference_activity.xml @@ -4,8 +4,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:background="?attr/list_background_color" - tools:context="com.antonioleiva.materialeverywhere.SettingsActivity" > + android:background="?attr/list_background_color"> + android:layout_height="@dimen/toolbar_height" + android:padding="0dp" + android:background="?attr/colorPrimary"> diff --git a/OsmAnd/res/layout/search_poi_filter.xml b/OsmAnd/res/layout/search_poi_filter.xml index 569a8286e6..1699c4ac10 100644 --- a/OsmAnd/res/layout/search_poi_filter.xml +++ b/OsmAnd/res/layout/search_poi_filter.xml @@ -17,10 +17,7 @@ android:background="@color/osmand_orange" android:minHeight="@dimen/dashboard_map_toolbar" android:theme="?attr/toolbar_theme" - app:contentInsetLeft="54dp" - app:contentInsetStart="54dp" - app:contentInsetRight="0dp" - app:contentInsetEnd="0dp"> + android:padding="0dp"> - + - + - + - \ No newline at end of file + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/wikipedia_dialog_fragment.xml b/OsmAnd/res/layout/wikipedia_dialog_fragment.xml index 37429ac0eb..91714016cd 100644 --- a/OsmAnd/res/layout/wikipedia_dialog_fragment.xml +++ b/OsmAnd/res/layout/wikipedia_dialog_fragment.xml @@ -15,11 +15,7 @@ android:layout_height="@dimen/toolbar_height" android:background="?attr/wikivoyage_app_bar_color" android:gravity="center_vertical" - android:minHeight="@dimen/toolbar_height" - osmand:contentInsetLeft="54dp" - osmand:contentInsetStart="54dp" - osmand:contentInsetRight="0dp" - osmand:contentInsetEnd="0dp"> + android:padding="0dp"> Stal-vinioù Stal-gazetennoù Stal-lunedoù - Boued biologel + Traoù biologel Stal obererezhioù dindan an amzer Stal livadurioù Stal loened @@ -269,4 +269,7 @@ Stal c\'hoarielloù Braswerzher Stal-vandennoù rod + O sevel un doare da veajiñ + SMS + Video \ No newline at end of file diff --git a/OsmAnd/res/values-ca/strings.xml b/OsmAnd/res/values-ca/strings.xml index d85454b10f..93bd8f8898 100644 --- a/OsmAnd/res/values-ca/strings.xml +++ b/OsmAnd/res/values-ca/strings.xml @@ -477,7 +477,7 @@ Utilitza la destinació actual Instal·la\'n més… km/h - S\'estan tancant les modificacions… + Tancant el registre de canvis… S\'estan carregant les ciutats… Dia Nit @@ -895,7 +895,7 @@ \nNomés es poden veure els mapes ja carregats, però no baixar noves zones. Vertical Vertical, apaïsat, o segons el dispositiu. - S\'estan obrint les modificacions… + Obrint el registre de canvis… Utilitza els noms anglesos als mapes Introduïu la latitud i la longitud en el format seleccionat (G - graus, M - minuts, S - segons) GGG.GGGGG @@ -3489,7 +3489,7 @@ Abasta l\'àrea: %1$s x %2$s %1$s — %2$s — %3$s Esquí de muntanya Cal donar permís per a utilitzar aquesta opció. - Restableix els valors predeterminats recupera l\'ordenació inicial desprès de la instal·lació. + \'Restableix els valors predeterminats\' recuperarà l\'ordenació inicial desprès de la instal·lació. Totes les configuracions dels perfils s\'han tornat als valors predeterminats. %1$s/%2$s Ocàs %1$s @@ -3531,7 +3531,7 @@ Abasta l\'àrea: %1$s x %2$s El perfil importat conté dades addicionals. Cliqueu a Importa per triar entre importar només les dades del perfil o seleccionar també les dades addicionals. Podeu seleccionar dades addicionals per exportar juntament amb el perfil. Aplicació predeterminada (%s) - Atura el recàlcul + Sense recàlcul Desviació mínima per recalcular la ruta La ruta es torna a calcular si la desviació de l\'actual és més gran que el paràmetre especificat Perfil personalitzat @@ -3588,7 +3588,7 @@ Abasta l\'àrea: %1$s x %2$s Un botó per mostrar o amagar la capa de terreny al mapa. Mostra el terreny Amaga el terreny - Mostra/amaga el terreny + Mostra/amaga el relleu Ombrejat del relleu Llegenda Nivells de zoom @@ -3604,7 +3604,7 @@ Abasta l\'àrea: %1$s x %2$s Mapa d\'ombrejat de relleu que representa amb ombres els pendents, cims i planícies. Calen mapes addicionals per veure les pistes en el mapa. Teniu més informació sobre les pistes a %1$s. - Activeu la visió de l\'ombrejat de relleu o del mapa de pistes. Us podeu informar d\'aquests tipus de mapa a la nostra web + Activeu-ho per veure l\'ombrejat de relleu o el mapa de pistes. Us podeu informar d\'aquests tipus de mapa a la nostra web. Esquí de ruta Moto de neu Les pistes es mostren sobre el terreny i amb colors. @@ -3664,4 +3664,5 @@ Abasta l\'àrea: %1$s x %2$s Kazakh Javanès Gujarati + Trieu com desar les tessel·les baixades. \ No newline at end of file diff --git a/OsmAnd/res/values-cs/strings.xml b/OsmAnd/res/values-cs/strings.xml index 84c1051cf5..388c8177c2 100644 --- a/OsmAnd/res/values-cs/strings.xml +++ b/OsmAnd/res/values-cs/strings.xml @@ -3463,4 +3463,20 @@ Zobrazená oblast: %1$s x %2$s \n• Opraveny chyby pro jazyky psané zprava doleva \n \n + Upravit online zdroj + Doba vypršení platnosti + Mercatorovo zobrazení + Formát uložení + Nastavte minimální a maximální úroveň přiblížení, při níž se zobrazí nebo načte online mapa. + Tyto parametry ovlivňují zobrazení při použití jako mapy nebo překryvu/podkladu. +\n +\n%1$s: Zobrazení mapy bude omezeno na vybrané úrovně přiblížení. +\n +\n%2$s: Úrovně přiblížení, při nichž budou zobrazeny původní dlaždice. Mimo tyto hodnoty se dlaždice přeškálují. + Čas obnovení v minutách. Dlaždice v mezipaměti budou znovu načteny po uplynutí zadaného času. Necháte-li toto pole prázdné, dlaždice z tohoto zdroje se nebudou obnovovat nikdy. +\n +\nJeden den má 1440 minut. +\nJeden týden má 10 080 minut. +\nJeden měsíc má 43 829 minut. + Zvolte způsob uložení stažených dlaždic. \ No newline at end of file diff --git a/OsmAnd/res/values-de/strings.xml b/OsmAnd/res/values-de/strings.xml index 6593e4184e..5944ce1879 100644 --- a/OsmAnd/res/values-de/strings.xml +++ b/OsmAnd/res/values-de/strings.xml @@ -2416,7 +2416,7 @@ Schaltfläche zum Ein- oder Ausblenden von OSM-Notizen auf der Karte. Nach Entfernung sortiert In Favoriten suchen - Laden Sie die Schummerungs-Karte herunter, um vertikale Schattierungen anzuzeigen. + Laden Sie die Schummerungskarte herunter, um vertikale Schattierungen anzuzeigen. Erweiterung Kaufen und installieren Sie die Erweiterung \'Höhenlinien\', um abgestufte vertikale Flächen anzuzeigen. Laden Sie die Höhenlinienkarte zu dieser Region herunter. @@ -3187,7 +3187,7 @@ Bei Richtungsänderung aufwecken Stellen Sie ein, wie lange der Bildschirm eingeschaltet bleiben soll. Annäherungssensor verwenden - Streichen Sie mit der Hand über den oberen Teil des Bildschirms, um ihn während der Navigation einzuschalten. + Wenn Sie mit der Hand über den Bildschirm fahren, wird er eingeschaltet. Bitte wenigstens ein App-Profil einschalten, um diese Einstellung zu verwenden. Schneepiste Eispiste @@ -3474,16 +3474,16 @@ Sonnenuntergang um %1$s Sonnenaufgang um %1$s Kategorien neu ordnen - Ändern Sie die Sortierung der Liste, blenden Sie unnötige Kategorien aus. Sie können alle Änderungen mit Profilen importieren oder exportieren. - Sie können eine neue benutzerdefinierte Kategorie hinzufügen, indem Sie eine oder mehrere benötigte Kategorien auswählen. + Ändern Sie die Sortierung der Liste, blenden Sie Kategorien aus. Sie können alle Änderungen mit Profilen importieren oder exportieren. + Sie können eine neue benutzerdefinierte Kategorie hinzufügen, indem Sie eine oder mehrere Kategorien auswählen. Nur nachts anzeigen - Alle Plugin-Einstellungen werden auf den Standardzustand zurückgesetzt. - Alle Profil-Einstellungen werden auf den Standardzustand zurückgesetzt. + Alle Plugin-Einstellungen wurden auf den Standardzustand zurückgesetzt. + Alle Profileinstellungen werden auf die Standardeinstellungen zurückgesetzt. Ankündigung Symbol, das im Ruhezustand angezeigt wird. System-App verwenden Auslöseton der Kamera - Durch das Zurücksetzen auf die Standardeinstellung wird die Sortierung auf den Standardzustand nach der Installation zurückgesetzt. + Mit \'Auf Standard zurücksetzen\' wird die Sortierreihenfolge wieder auf den Standard der Installation zurückgesetzt. Einstellung \'Eingabehilfe\' ist in Ihrem Android System ausgeschaltet. Zeitlimit für den Systembildschirm verwenden Standardmäßig deaktiviert. Wenn OsmAnd im Vordergrund läuft, wird der Bildschirm nicht ausgeblendet. @@ -3610,7 +3610,7 @@ Zusätzliche Karten sind erforderlich, um Hangneigungen auf der Karte anzuzeigen. Für die Darstellung der Schummerung werden zusätzliche Karten benötigt. Min - Schummerungs-Karte mit dunklen Schattierungen zur Darstellung von Hängen, Gipfeln und Niederungen. + Schummerungskarte mit dunklen Schattierungen zur Darstellung von Hängen, Gipfeln und Ebenen. %1$s von %2$s Achteck Skitouren @@ -3733,5 +3733,44 @@ \nSchalten Sie nicht verwendete Plugins aus, um alle ihre Steuerelemente auszublenden. %1$s. Schubladenelemente, Kontextmenü Schublade - OsmAnd GPX ist nicht gut geformt. Bitte wenden Sie sich an das Support-Team, um weitere Informationen zu erhalten + OsmAnd GPX ist nicht optimal geformt, bitte kontaktieren Sie das Support-Team, um weitere Nachforschungen anzustellen. + Diese Parameter beeinflussen die Darstellung, wenn sie als Karte oder Overlay/Underlay verwendet werden. +\n +\n%1$s: Die Karte wird auf die gewählten Zoomstufen begrenzt. +\n +\n%2$s: Zoomstufen, bei denen die Originalkacheln sichtbar sind. Außerhalb dieser Werte tritt eine Skalierung nach oben oder unten ein. + Legen Sie die kleinste und größte Zoomstufe fest, bei denen die Online-Karte angezeigt oder geladen wird. + Immer + Bildschirmsteuerung + Schaltet den Bildschirm nach dem Bildschirm-Timeout des Systems aus. + Systembildschirm-Timeout verwenden + Optionen zum Aktivieren des Bildschirms: + Wählen Sie Optionen zum Aufwecken des Bildschirms (stellen Sie sicher, dass OsmAnd im Vordergrund ist, wenn das Gerät gesperrt wird): + Der Bildschirm schaltet sich automatisch einige Sekunden vor Navigationsanweisungen für die unter „Aufweckzeiten“ festgelegte Dauer ein. +\n +\nFunktioniert nur während der Navigation. + Navigationsanweisungen + Drücken Sie den Einschaltknopf des Geräts, um den Bildschirm mit OsmAnd im Vordergrund einzuschalten. + Einschaltknopf + Näherungssensor + Wählen Sie das Bildschirm-Timeout nach dem Aufwachen. (\"%1$s\" wendet keine Zeitüberschreitung an). + Bildschirm eingeschaltet lassen + Bildschirm ausgeschaltet lassen + Begrenzt durch \"%1$s\", falls aktiviert. + Pseudo-Mercator-Projektion + Eine Bilddatei pro Kachel + SQLiteDB-Datei + Benennen Sie die Online-Kartenquelle. + Tragen oder fügen Sie die URL für die Online-Quelle ein. + Online-Quelle bearbeiten + Verfallsdatum + Mercator-Projektion + Speicherformat + Verfallsdatum in Minuten. Kacheln im Zwischenspeicher werden nach der festgelegten Zeit neu geladen. Lassen Sie das Feld leer, wenn die Karten aus dieser Quelle nie aktualisiert werden sollen. +\n +\nEin Tag hat 1440 Minuten. +\nEine Woche hat 10 080 Minuten. +\nEin Monat hat 43 829 Minuten. + Wählen Sie aus, wie heruntergeladene Kacheln gespeichert werden. + Zeitüberschreitung des Systembildschirms \ No newline at end of file diff --git a/OsmAnd/res/values-eo/phrases.xml b/OsmAnd/res/values-eo/phrases.xml index b6787014fc..3e2abd6b28 100644 --- a/OsmAnd/res/values-eo/phrases.xml +++ b/OsmAnd/res/values-eo/phrases.xml @@ -1493,9 +1493,9 @@ Nomo de bierfarejo jes Sen bierfarejeto-restoracio - Elportado - Sen elportado - Nur elportado + Forporti manĝaĵon + Forporti manĝaĵon: ne + Nur forportebla manĝaĵo Hejmliverado Sen hejmliverado Nur hejmliverado @@ -1538,7 +1538,7 @@ Tablo por ŝanĝi vindotukojn Sen tablo ŝanĝi vindotukojn Ĉambro por ŝanĝi vindotukojn - Tempolimo de parkumado + Templimo de parkumado parkum-biletoj cigaredoj saketoj por fekaĵoj @@ -1960,8 +1960,8 @@ Kampad‑veturiloj: malpermesataj Neformala: jes Neformala: ne - Ejo por forigado de fekaĵoj: jes - Ejo por forigado de fekaĵoj: ne + Stacio de forigo de fekaĵoj: jes + Stacio de forigo de fekaĵoj: ne Ejo por forigado de fekaĵoj: nur por klientoj jes Energifonto: ne @@ -2362,7 +2362,7 @@ instrukcioj por gastoj: jes instrukcioj por gastoj: ne Sunbrunigejo - Stacio de forigado de fekaĵoj + Stacio de forigo de fekaĵoj Okcidenta Ĉina kontraŭ-medicino Medicina sistemo: tradicia @@ -2810,7 +2810,7 @@ Hejmliverado Sen-elaŭtiĝa servo (aŭtoparko) Sen-elaŭtiĝa servo (transveturo) - Elportado + Forporti manĝaĵon Kokteloj Metia bierfarejeto Servo diff --git a/OsmAnd/res/values-eo/strings.xml b/OsmAnd/res/values-eo/strings.xml index 645c600ed4..25ccdd9b47 100644 --- a/OsmAnd/res/values-eo/strings.xml +++ b/OsmAnd/res/values-eo/strings.xml @@ -219,7 +219,7 @@ Aldoni novan Elekti kategorion Difini unuon de rapido. - Rapid-unuo + Unuoj de rapido nm Marmejloj Kilometroj en horo @@ -1101,7 +1101,7 @@ Speco de transporto: Agordi ekranon Map-aspekto - Koridoroj + Vetur-koridoroj Sen tervojoj Sen pramoj Eviti… @@ -3166,7 +3166,7 @@ Teni ekranon ŝaltita Agordi por kiom longe la ekrano estos ŝaltita. Uzi proksimec‑sentilon - Svingu vian manon antaŭ la ekrano por ŝalti ĝin dum navigi. + Svingu vian manon antaŭ la ekrano por ŝalti ĝin. Firma Plejparte firma Mezkvalita @@ -3238,7 +3238,7 @@ Analiziloj Montri mapon sur la ŝlos‑ekrano dum navigado. Agordoj pri kurs‑difinado por la elektita profilo “%1$s”. - Tempo de irado + Aktiveca periodo Unuoj kaj formoj Aspekto Alĝustigi mapon @@ -3718,5 +3718,42 @@ Ne trovis tiajn profilojn. Fundamenta mapo de mondo (detala) Nesubtenata speco - Tiu ĉi GPX-dosiero estas misformita, kontaktu la helpteamon por sciiĝi pli + Tiu ĉi GPX-dosiero estas misformita, kontaktu la helpteamon por sciiĝi pli. + Ĉiam + Aktiveco de ekrano + Malŝaltas la ekranon post la difinita tempo (laŭ agordo de Android). + Sistema agordo pri malŝalti ekranon + Kondiĉoj por ŝalti ekranon: + Alĝustigi kiam ŝalti ekranon (certiĝu, ke OsmAnd laboras malfone kiam la aparato estas ŝlosita): + Ĉiu naviga gvidilo ŝaltos la ekranon. + Navigaj gvidiloj + Premu la ek-butonon de la aparato por ŝalti ekranon kun OsmAnd sur la ŝlos‑ekrano. + Ek-butono + Proksimec-sentilo + Elekti aktivecan periodon de la ekrano post vekiĝi, la ekrano ne malŝaltiĝos se “%1$s” estos aktiva. + Teni ekranon aktiva + Teni ekranon malaktiva + Limigita al “%1$s”, se aktiva. + Kvazaŭ-merkatora projekcio + Po unu bild‑dosiero per kahelo + SQLiteDB-dosiero + Enigu nomon por la enreta fonto. + Enigu ligilon por la enreta fonto de map‑kaheloj. + Redakti enretan fonton + Tempo de senvalidiĝo + Merkatora projekcio + Formo de konservado + Agordi la minimuman kaj maksimuman skal‑nivelojn ĉe kiuj la enreta mapo estos montrata. + La jenaj valoroj efikos sur vidigo de mapa sur-/sub-tavolo. +\n +\n%1$s: la mapo estos limigita al la elektitaj skal‑niveloj. +\n +\n%2$s: skal‑niveloj inter kiuj la originalaj kaheloj estos montrataj. Kaheloj estos pli-/mal-grandigitaj ekster tiu ĉi rango. + Tempo de senvalidiĝo en minutoj. Kaŝmemorigitaj kaheloj estos reelŝutitaj post la difinita tempo. Lasu tiun ĉi kampon malplena por neniam refreŝigi kahelojn el tiu ĉi fonto. +\n +\nUnu tago egalas al 1440 minutoj. +\nUnu semajno egalas al 10 080 minutoj. +\nUnu jaro egalas al 43 829 minutoj. + Elekti kiel konservi elŝutitajn kahelojn. + Laŭ sistema agordo \ No newline at end of file diff --git a/OsmAnd/res/values-es-rAR/strings.xml b/OsmAnd/res/values-es-rAR/strings.xml index 1ef32b76ea..913bed491b 100644 --- a/OsmAnd/res/values-es-rAR/strings.xml +++ b/OsmAnd/res/values-es-rAR/strings.xml @@ -3177,7 +3177,7 @@ Despertar al girar Define durante cuánto tiempo debe estar encendida la pantalla. Usar sensor de proximidad - Mueve la mano sobre la parte superior de la pantalla para encenderla mientras navegas. + Al mover la mano por la pantalla, se encenderá. Grado 1 Grado 2 Grado 3 @@ -3462,7 +3462,7 @@ Efecto secundario: En la traza faltarán todos los tramos en los que no se haya cumplido el criterio de velocidad mínima (por ejemplo, cuando se empuja la bicicleta por una colina empinada). Además, no habrá información sobre los períodos de descanso, como las pausas. Esto tiene efectos en cualquier análisis o post-proceso, como cuando se trata de determinar la duración total del viaje, el tiempo en movimiento, o la velocidad promedio. Recomendación: Prueba primero a utilizar la detección de movimiento mediante el filtro de desplazamiento mínimo de registro (B), puede producir mejores resultados y perderá menos datos. Si las trazas siguen siendo ruidosas a bajas velocidades, prueba aquí con valores distintos de cero. Tenga en cuenta que algunas mediciones pueden no informar ningún valor de velocidad (algunos métodos basados en la red), en cuyo caso no se registraría nada. Observación: comprobar velocidad > 0: La mayoría de los chipsets de GPS informan un valor de velocidad sólo si el algoritmo determina que está en movimiento. Por lo tanto, el uso del ajuste > 0 en este filtro, en cierto sentido utiliza la detección de movimiento del conjunto de chips del GPS. Pero incluso si no se filtra aquí en el momento de la grabación, seguimos utilizando esta función en nuestro análisis GPX para determinar la distancia corregida, es decir, el valor que se muestra en ese campo es la distancia grabada en movimiento. - Esto registrará solo los puntos medidos con una indicación de precisión mínima (en metros o pies, según lo informado por Android para su conjunto de chips). La precisión se refiere a cuán cerca están sus mediciones de la ubicación real, y no está directamente relacionada con la precisión, que es la dispersión de las mediciones repetidas. + Esto registrará solo los puntos medidos con una indicación de precisión mínima (en metros o pies, según lo informado por Android para su conjunto de chips). La precisión es la proximidad de las mediciones a la ubicación real y no está directamente relacionada con la precisión, que es la dispersión de las mediciones repetidas. Efecto secundario: Como resultado del filtrado por precisión, pueden faltar puntos por ejemplo debajo de puentes, bajo árboles, entre edificios altos o con ciertas condiciones climáticas. Recomendación: Es difícil predecir lo que se grabará y lo que no, puede ser mejor apagar este filtro. Observación: Si el GPS se hubiera apagado inmediatamente antes de una grabación, el primer punto medido podría tener una precisión disminuida, por lo que en nuestro código puede que queramos esperar un segundo más o menos antes de grabar un punto (o grabar el mejor de 3 puntos consecutivos, etc.), pero esto todavía no se ha implementado. @@ -3731,5 +3731,42 @@ No se pudo encontrar ninguno de estos perfiles. Mapa mundial general (detallado) Tipo no admitido - El GPX de OsmAnd no está bien formado, por favor, contacta con el equipo de soporte para investigar más a fondo + El GPX de OsmAnd no está bien formado, por favor, contacta con el equipo de soporte para investigar más a fondo. + Siempre + Control de pantalla + Apaga la pantalla después del tiempo de espera del sistema. + Usar el tiempo de espera de la pantalla del sistema + Opciones de activación de la pantalla: + Elige las opciones de activación de la pantalla (asegúrate de que OsmAnd esté en primer plano al bloquear el dispositivo): + Indicaciones de navegación + Cada indicación de navegación activará la pantalla. + Al pulsar el botón de encendido del dispositivo, se encenderá la pantalla de bloqueo con OsmAnd sobre ella. + Botón de encendido + Sensor de proximidad + Elige el tiempo de espera de la pantalla luego del encendido. («%1$s» no aplica ningún tiempo de espera.) + Mantener la pantalla encendida + Mantener la pantalla apagada + Limitado por «%1$s», si está activado. + Proyección de pseudo-Mercator + Un archivo de imagen por tesela + Archivo SQLiteDB + Proporciona un nombre para el repositorio del mapa en línea. + Ingresa o pega la URL del repositorio en línea. + Editar repositorio en línea + Tiempo de expiración + Proyección de Mercator + Formato de almacenamiento + Define el nivel de zoom mínimo y máximo en el que se muestra o carga el mapa en línea. + Estos parámetros afectan a la visualización al usarlos como mapa, superposición o subyacencia. +\n +\n%1$s: El mapa se limita a los zoom elegidos. +\n +\n%2$s: Niveles de zoom en los que las teselas originales son visibles. El aumento o reducción de escala ocurrirá fuera de estos valores. + Tiempo de expiración en minutos. Las teselas almacenadas serán recargadas después del tiempo indicado. Deja este campo vacío para que nunca se refresquen las teselas de este repositorio. +\n +\nUn día son 1440 minutos. +\nUna semana son 10 080 minutos. +\nUn mes son 43 829 minutos. + Elige cómo se almacenarán las teselas descargadas. + Tiempo de espera de la pantalla del sistema \ No newline at end of file diff --git a/OsmAnd/res/values-eu/phrases.xml b/OsmAnd/res/values-eu/phrases.xml index 1802a8843b..b4e383c082 100644 --- a/OsmAnd/res/values-eu/phrases.xml +++ b/OsmAnd/res/values-eu/phrases.xml @@ -3294,7 +3294,7 @@ "Uzbekiarra " Ekialde ertainekoa "Afganistangoa " - Kantonesa + Kantonera Hawaiarra Taiwangoa Holandakoa diff --git a/OsmAnd/res/values-eu/strings.xml b/OsmAnd/res/values-eu/strings.xml index f3c9228a12..77b5a681cf 100644 --- a/OsmAnd/res/values-eu/strings.xml +++ b/OsmAnd/res/values-eu/strings.xml @@ -1108,8 +1108,8 @@ Hebreera Aurrera Kontrol panela - Hasi GPXa grabatzen - Gelditu GPX grabaketa + Jarraitu GPXa grabatzen + Pausatu GPX grabaketa Hasi segmentu berria Eraikinak Ez-ibilgailu bideak @@ -2040,7 +2040,7 @@ mapak eta nabigazioa Mapen deskarga eta eguneraketa mugagabea, Wikipedia plugina. Miliak/metroak Eskuratu - Harpidetzaren kuota hilabetero kargatuko da. Zure harpidetza noiznahi eten dezakezu Google Play bitartez. + Harpidetzaren kuota hautatutako aldiro kargatuko da. Zure harpidetza noiznahi eten dezakezu Google Play bitartez. Dohaintza OSM komunitateari Zure dohaintzaren zati bat OSM parte-hartzaileei doa. Harpidetzaren kostua berbera da. Harpidetzak orduero, egunero edo astero eguneraketak jasotzea eta mugarik gabe mapak deskargatzea ahalbidetzen du. @@ -2335,7 +2335,7 @@ Area honi dagokio: %1$s x %2$s Ireki Mapillary Instalatu Eskuratu argazki gehiago Mapillary bitartez - Instalatu Mapillary argazki bat edo gehiago maparen kokaleku honetara gehitzeko. + Instalatu Mapillary argazkiak gehitzeko maparen kokaleku honetan. Sareko argazkiak Argazkirik ez hemen. Mapillary @@ -2503,7 +2503,7 @@ Area honi dagokio: %1$s x %2$s Gehitu ibilbide-puntuak Gehitu lerroa Gehitu GPX fitxategiak - Inportatu GPX fitxategiak, edo grabatu lorratzak. + Inportatu GPX fitxategiak edo grabatu lorratzak. Gehitu gogokoak Inportatu gogokoak, edo gehitu mapan puntuak markatuz. Inportatu GPX fitxategia @@ -2552,7 +2552,7 @@ Area honi dagokio: %1$s x %2$s \'Ukitu bat\' aktibatuta Hartu oharrak! Gehitu audioa, bideoa edo argazkia mapako edozein punturentzat, trepeta edo laster-menua erabiliz. - OSM oharrak datako + Audio/bideo oharrak datako Datako Motako Bide-puntuak dituzten lorratzak bilatzen @@ -2574,7 +2574,7 @@ Area honi dagokio: %1$s x %2$s Bistaratu norabide-lerroa zure kokalekutik markatzaile aktiboen kokalekuetara. Bistaratu gezi bat edo bi markatzaile aktiboetara norabidea adierazteko. Hautatu nola bistaratu markatzaile aktiboetara distantzia. - Zehaztu norabide adierazle kopurua: + Zehaztu norabide adierazle kopurua. Dezimal kopurua Eskuina Ezkerra @@ -2860,7 +2860,7 @@ Area honi dagokio: %1$s x %2$s Urtero %1$s / hilero %1$.2f %2$s / hilero - Gorde %1$s. + Gorde %1$s Oraingo harpidetza Hilero berritzen da Hiru hilero berritzen da @@ -3139,7 +3139,7 @@ Area honi dagokio: %1$s x %2$s Piztu pantaila biraketetan Ezarri pantaila piztuta mantentzeko denbora. Erabili gertutasun sentsorea - Agurtu eskuarekin pantailaren goialdean nabigazioan zehar hau pizteko. + Agurtu eskuarekin pantaila pizteko. 1. gradua 2. gradua 3. gradua @@ -3448,25 +3448,25 @@ Area honi dagokio: %1$s x %2$s Albo-efektua: Zure ibilbidean gutxieneko abiadura irizpidea betetzen ez duten zati guztiak faltako zaizkizu (adibidez, bizikletaz aldapa bat igotzen duzunean). Gainera, ez da atsedenaldi-epeei buruzko informaziorik egongo,. Horrek edozein azterketeta edo post-prozesuri eragingo dio, adibidez, bidaiaren guztizko iraupena, denbora martxan, edo batez besteko abiadura zehazten saiatzean. Gomendioa: Saiatu lehenbizi mugimenduaren detekzioa erregistroko gutxieneko desplazamendu iragazkiaren bidez (B), emaitza hobeak sor ditzake eta datu gutxiago galduko dituzu. Zure ibilbideak abiadura baxuan zaratatsuak badira, saiatu zeroz kanpoko balioak hemen. Kontuan izan behar da neurketa batzuek ez dutela abiadura balioa emango (sarean oinarritutako metodo batzuk), kasu horretan ez zenuke ezer grabatuko. Oharra: abiadura> 0 egiaztatzea: GPS txip gehienek algoritmoak mugimenduan zaudela zehazten duenean bakarrik adierazten dute abiaduraren balioa, eta deus ez bestela. Hori dela eta, iragazki honetan > 0 ezarpena erabiltzean GPS txiparen mugimendua detekzioa erabiltzen duzula esan daiteke. Baina grabaketa garaian hemen iragazi ez bada ere, funtzio hau erabiltzen dugu gure GPX azterketan zuzendutako distantzia zehazteko, hau da, eremu horretan erakutsitako balioa mugimenduan grabatutako distantzia da. - Honek gutxieneko zehaztasun adierazlearekin neurtutako puntuak soilik erregistratuko ditu (metro edo oinetan, Android-ek zure txiperako jakinarazi duen moduan). Zehaztasunak neurri errepikatuen sakabanaketari egiten dio erreferentzia, eta ez du prezisioarekin lotura zuzena, azken honek neurriak zure benetako posiziotik zenbat aldentzen diren definitzen du. + Honek gutxieneko zehaztasun adierazlearekin neurtutako puntuak soilik erregistratuko ditu (metro edo oinetan, Android-ek zure txiperako jakinarazi duen moduan). Zehaztasuna neurketa eta egiazko posizioaren arteko hurbiltasuna da, ez dago prezisioarekin lotua, hori errepikatutako neurketen sakabanaketa da. Albo-efektua: Zehaztasunaren arabera iragaztearen ondorioz, puntuak falta daitezke, adibidez, zubien azpian, zuhaitzen azpian, eraikin altuen artean, edo eguraldi jakin batzuekin. Gomendioa: Zaila da zer grabatuko den eta zer ez aurreikustea, agian egokiena iragazki hau desaktibatzea da. Berrantolatu kategoriak - Aldatu zerrendaren ordena, ezkutatu behar ez dituzun kategoriak. Aldaketa guztiak profilekin inportatu eta esportatu daiteke. - Kategoria pertsonalizatu berri bat gehi dezakezu behar diren kategoria bat edo batzuk hautatuta. - Lehenetsitakoak berrezartzea ordenazio irizpidea instalazioaren unekora itzuliko du. + Aldatu zerrendaren ordena, ezkutatu kategoriak. Aldaketa guztiak profilekin inportatu eta esportatu daiteke. + Kategoria pertsonalizatu berri bat gehi dezakezu kategoria bat edo batzuk hautatuta. + \'Lehenetsitakoak berrezartzea\' ordenazio irizpidea instalazioaren unekora itzuliko du. Eskuragarri Gehitu kategoria pertsonalizatua Erakutsi gauez bakarrik - Gehigarriaren ezarpen guztiak lehenetsitako egoerara leheneratu dira. - Profileko ezarpen guztiak lehenetsitako egoerara leheneratu dira. + Gehigarriaren ezarpen guztiak lehenespenetara berrezarri dira. + Profileko ezarpen guztiak lehenespenetara berrezarri dira. %1$s/%2$s Ilunabarra %1$s-tan Egunsentia %1$s-tan - Irisgarritasun modua desgaituta dago zure sisteman. + Irisgarritasun modua itzalita dago zure Android sisteman. Erabili sistemaren pantaila denbora-muga - Berez desgaituta dago, OsmAnd lehen planoan exekutatzen bada, pantailak ez du denbora mugarik. -\n + Berez desgaituta dago, OsmAnd lehen planoan exekutatzen dagoenean, pantailak ez du denbora mugarik agortuko. +\n \nGaituta badago OsmAnd-ek sistemaren denbora-muga ezarpenak erabiliko ditu. Garbitu grabatutako datuak • Profilak: orain ordena aldatu ahal izango duzu, maparen ikonoa ezarri, oinarrizko profilen ezarpen guztiak aldatu, eta lehenetsitako balioetara leheneratu @@ -3498,7 +3498,7 @@ Area honi dagokio: %1$s x %2$s Zuzen puntura Eman izena profilari Ireki ezarpenak - Gehigarria desgaituta + Gehigarria itzalita Gehigarri hau aparteko aplikazioa da, hura kendu beharko duzu erabiltzeko asmorik ez baduzu. \n \nOsmAnd kendu ondoren gehigarria gailuan geratuko da. @@ -3507,12 +3507,12 @@ Area honi dagokio: %1$s x %2$s Ibilbidea Errendatzeko estilo pertsonalizatua Gehitu datu osagarriak - Inportatutako profilak datu osagarriak ditu. Sakatu Inportatu profileko datuak bakarrik inportatzeko edo hautatu inportatu beharreko datu gehigarriak. + Inportatutako profilak datu osagarriak ditu. Sakatu Inportatu profileko datuak bakarrik inportatzeko edo hautatu datu gehigarriak. Datu osagarriak hauta ditzakezu profilarekin batera esportatzeko. Erakutsi sistemaren jakinarazpena nabigazioan zehar nabigazio argibideekin. Nabigazio-jakinarazpena Aplikazioan lehenetsia (%s) - Desgaitu berkalkulua + Birkalkulorik ez Gutxieneko distantzia ibilbidea birkalkulatzeko Ibilbidea berriro kalkulatuko da ibilbidera distantzia zehaztutako parametroa baino luzeagoa bada Profil pertsonalizatua @@ -3599,10 +3599,10 @@ Area honi dagokio: %1$s x %2$s Mapako terreno geruza erakutsi edo ezkutatzeko botoia. Erakutsi terrenoa Ezkutatu terrenoa - Erakutsi/ezkutatu terrenoa + Erakutsi / ezkutatu terrenoa Maldak Erliebea - Gaitu erliebea edo malda mapa ikusteko. Mapa mota honi buruz gehiago irakur dezakezu gure gunean + Gaitu erliebea edo malda mapa ikusteko. Mapa mota hauei buruz gehiago irakur dezakezu gure gunean Legenda Zoom mailak Gardentasuna @@ -3610,7 +3610,7 @@ Area honi dagokio: %1$s x %2$s Mapa gehigarriak behar dira Maldak mapan ikusteko. Mapa gehigarriak behar dira erliebea mapan ikusteko. Ezarri geruza bistaratuko den gutxieneko eta gehieneko zoom maila. - Malda terrenoaren koloreztatutako ikuspegiak dira. + Maldak koloreak erabiltzen ditu terrenoaren pikotasuna adierazteko. Eman erliebea mapari itzalak erabiliz maldak, gailurrak eta behe-lauak erakusteko. Terrenoa %1$s / %2$s @@ -3620,10 +3620,10 @@ Area honi dagokio: %1$s x %2$s Mendiko eskia Elur-motorra OsmAnd gehigarri pertsonala - Aldaketak aplikatuta %1$s profilean. - Ezin izan da %1$s irakurri. - Ezin izan da %1$s idatzi. - Ezin izan da %1$s inportatu. + Aldaketak aplikatuta \'%1$s\' profilean. + Ezin izan da %1$s-tik irakurri. + Ezin izan da %1$s-ra idatzi. + Ezin izan da %1$s-tik inportatu. Hautatu lorratz fitxategia Hizkuntzak Hizkuntza @@ -3664,4 +3664,113 @@ Area honi dagokio: %1$s x %2$s Ezkutatu garraio publikoa Erakutsi garraio publikoa Erakutsi/ezkutatu garraio publikoa + OsmAnd Aztarnaria + Jarraitu + Pertsonalizatu \"Tiradera\", \"Konfiguratu mapa\" eta \"Laster-menua\" ataletan dauden elementu kopurua. +\n +\nItzali erabili gabeko pluginak, eta ezkutatu bere kontrol guztiak. %1$s. + Tiraderako elementuak, laster-menua + Interfazearen pertsonalizazioa + Tiradera + Laster-menuko ekintzak + Berrantolatzeko edo ezkutatu %1$s-ko elementuak. + Banatzailea + Puntu honen azpitik dauden elementuak banatzaile batekin bereizten dira. + Ezkutatuta + Elementu hauek menuan ezkutatuta daude, baina irudikatutako aukerak edo gehigarriak funtzionatzen jarraituko dute. + Ezarpenak ezkutatzean jatorrizko egoerara berrezartzen dira. + Lau botoi besterik ez ditu. + Ekintza nagusiak + “%1$s” botoia sakatuz atzitu ditzakezu ekintza hauek. + Elementuak kategoria honen barruan mugitu ditzakezu soilik. + Garatzaileen gehigarria + Elementuak + Gailuaren itzaltze botoia sakatzean pantaila piztuko da OsmAnd blokeo-pantailaren gainean dagoela. + Kantonera + Hegoaldeko Min + Jorubera + Warayera + Uzbekera + Urdua + Tatariera + Tadjikera + Eskoziera + Siziliera + Punjabera + Nepalera + Napoliera + Birmaniera + Mongoliera + Minangkabauera + Kirgizera + Kazakhera + Javera + Gujaratera + Chuvashera + Txetxeniera + Bavariera + Baxkirera + Lonbardira + Ordainketa Google Play kontuan kobratuko da erosketa baieztatzean. +\n +\n Harpidetza automatikoki berrituko da berritze data baino lehen bertan behera uzten ez bada. Berritze-aldian (hilabetea / hiru hilabetea / urtea) kobratuko da kontua. +\n +\n Zure harpidetzak kudeatu eta bertan behera utzi ditzakezu Google Play ezarpenetara joanez. + Konbinatu kategoria desberdinetako POI motak. Ukitu pizgailua guztiak hautatzeko, ukitu ezkerreko aldea kategoria aukeratzeko. + • Lineaz kanpoko malda-mapa berriak +\n +\n • Gogokoen eta GPX bide-puntuen pertsonalizazio osoa - kolore, ikono, eta forma pertsonalizatuak +\n +\n • Pertsonalizatu elementuen ordena \"Testuinguru menua\", \"Konfiguratu mapa\" eta \"Tiradera\" ataletan. +\n +\n • Wikipedia bereizitako geruza gisa \"Konfiguratu mapa\" atalean, hautatu behar diren hizkuntzak soilik +\n +\n • Sortu zure POI iragazkia / mapak malgutasun osoz +\n +\n • Aukerak gehitu profil pertsonalizatuetarako ezarpenak leheneratzeko +\n +\n • Nabigazioko GPX ibilbide osoak, erreiak eta biratzeko jarraibide osoak onartzen ditu +\n +\n • Tabletako interfazearen neurriak konponduta +\n +\n • RTL erroreak konponduta +\n +\n + OsmAnd GPX hori ez dago ondo osatuta, jarri harremanetan laguntza taldearekin gehiago ikertzeko. + Beti + Pantailaren kontrola + Pantaila itzaltzen du sistemako pantailaren denbora-muga agortzean. + Erabili sistemako pantailaren denbora-muga + Pantaila esnatzeko aukerak: + Hautatu pantailako esnatzeko aukerak (ziurtatu OsmAnd lehen planoan dagoela gailua blokeatzean): + Nabigazio instrukzio bakoitzak pantaila piztuko du. + Nabigaziorako argibideak + Itzaltze botoia + Hurbiltasun sentsorea + Hautatu pantailaren denbora-muga esnatu ondoren. (\"%1$s\" ez da aplikatzen denbora-muga.) + Mantendu pantaila piztuta + Mantendu pantaila itzalita + \"%1$s\"-k mugatua, gaituta badago. + Sasi-Mercator proiekzioa + Irudi fitxategi bat lauzako + SQLiteDB fitxategia + Eman izena lineako maparen jatorriari. + Idatzi edo itsatsi lineako jatorriaren URLa. + Editatu lineako jatorria + Iraungitze ordua + Mercator proiekzioa + Biltegiratze formatua + Ezarri zoom maila minimo eta maximoa lineaz kanpoko mapa bistaratu edo kargatzeko. + Parametro hauek bistaratzeari eragingo diote maparen gainazal edo azpiazal gisa erabiltzean. +\n +\n%1$s: Mapa hautatutako zoom mailetara mugatuko da. +\n +\n%2$s: Jatorrizko lauzak ikusgai egongo diren zoom mailak. Balio hauetatik kanpo eskalatu egingo dira. + Iraungitze denbora minutuetan. Cachean gordetako lauzak denbora batera birkargatuko dira. Laga eremu hau hutsik lauzak inoiz ez berrizteko jatorri honentzat. +\n +\nEgun bat 1440 minutu dira. +\nAste bat 10080 minutu dira. +\nHilabete bat 43829 minutu dira. + Aukeratu nola gorde deskargatutako lauzak. + Sistemako pantailaren denbora-muga \ No newline at end of file diff --git a/OsmAnd/res/values-fa/strings.xml b/OsmAnd/res/values-fa/strings.xml index 909212fa05..8243f9942e 100644 --- a/OsmAnd/res/values-fa/strings.xml +++ b/OsmAnd/res/values-fa/strings.xml @@ -31,7 +31,7 @@ پوستهٔ برنامه تنظیمات قابلیت دسترسی مشخص‌کردن نشانی - انتخاب نقطهٔ موردعلاقه + انتخاب علاقه‌مندی تغییرات OsmAnd اطلاعات GPS زمان رسیدن @@ -150,7 +150,7 @@ جست‌وجوی نشانی مختصات در حمل‌ونقل عمومی - روشی برای جست‌وجو در نقاط موردعلاقه + روشی برای جست‌وجو در علاقه‌مندی‌ها مسیریابی آفلاین OsmAnd موقتاً در دسترس نیست. رانندگی از چپ برای کشورهایی که از سمت چپ جاده می‌رانند. @@ -232,10 +232,10 @@ افزودن خیر نام نقطهٔ موردعلاقه را بنویسید - نقطهٔ موردعلاقه + علاقه‌مندی نقطهٔ موردعلاقهٔ «{0}» اضافه شد. - ویرایش نقطهٔ موردعلاقه - حذف نقطهٔ موردعلاقه + ویرایش علاقه‌مندی + حذف علاقه‌مندی آیا نقطهٔ موردعلاقهٔ «%s» را حذف می‌کنید؟ نقطهٔ موردعلاقهٔ {0} حذف شد. جست‌وجوی نشانی @@ -651,7 +651,7 @@ تعداد {0} یادداشت/POI آپلود شد تغییراتی که به‌وسیلهٔ برنامه روی POIها انجام می‌دهید روی نقشه‌های دانلود‌شده تأثیری ندارد. تغییرات روی فایل دیگری در دستگاه ذخیره می‌شود. نمایش رد جاری - قبلاً نقاط موردعلاقه را برون‌برد کرده‌اید و فایل آن وجود دارد. برون‌برد جدید را جانشین آن می‌کنید؟ + قبلاً علاقه‌مندی‌ها را برون‌برد کرده‌اید و فایل آن وجود دارد. برون‌برد جدید را جانشین آن می‌کنید؟ تنظیمات توسعه‌ای و امکانات عیب‌یابی را مشاهده کنید؛ مانند شبیه‌سازی ناوبری، آزمایش عملکرد رندر یا امتحان‌کردن پیام‌های گفتاری. این تنظیمات برای توسعه‌دهندگان فراهم شده است و برای کاربردهای عادی برنامه لازم نیست. پایان شبیه‌سازی شروع شبیه‌سازی @@ -708,8 +708,8 @@ ارسال به OSM برخی جزئیات نقشهٔ بُرداری (جاده‌ها و...) را در زوم‌های کمتر نشان می‌دهد. نقطه‌های موردعلاقه حذف شد. - آیا از حذف %1$d نقطهٔ موردعلاقه و %2$d گروه مطمئن هستید؟ - نقشه پایهٔ جهان را دانلود کنید تا نمایی از سراسر جهان با بزرگ‌نمایی کم داشته باشید. + آیا از حذف %1$d علاقه‌مندی و %2$d گروه علاقه‌مندی مطمئن هستید؟ + نقشه پایهٔ جهان را دانلود کنید تا نمایی از سراسر جهان در زوم‌های کم داشته باشید. نسخهٔ محلی بازکردن داده‌های جدید… ناوبری آنلاین به‌طور آفلاین کار نمی‌کند. @@ -861,7 +861,7 @@ بیشترین زمان انتظار برای هر بار ثابت‌شدن موقعیت در پس‌زمینه را مشخص کنید. حداکثر زمان انتظار برای ثابت‌شدن علاقه‌مندی‌ها درون‌برد شد - فایل GPX حاوی نقاط موردعلاقه در {0} پیدا نشد + فایل GPX حاوی علاقه‌مندی‌ها در {0} پیدا نشد علاقه‌مندی‌ها در {0} ذخیره شد هیچ نقطهٔ موردعلاقه‌ای برای ذخیره‌کردن وجود ندارد درون‌برد @@ -913,7 +913,7 @@ \n \nمسیریابی موقتاْ با سرویس آنلاین CloudMade انجام می‌شود. پوشهٔ موردنظر پیدا نشد. - همهٔ داده‌های آفلاین از نسخهٔ قدیمی، در نسخهٔ جدید پشتیبانی می‌شوند، به‌جز نقاط موردعلاقه که باید آن‌ها را از نسخهٔ قدیمی برون‌برد کنید و در نسخهٔ جدید درون‌برد نمایید. + همهٔ داده‌های آفلاین از نسخهٔ قدیمی، در نسخهٔ جدید پشتیبانی می‌شوند، به‌جز علاقه‌مندی‌ها که باید آن‌ها را از نسخهٔ قدیمی برون‌برد کنید و در نسخهٔ جدید درون‌برد نمایید. ساختِ {0} نصب شد ({1}). km/h قالب دادهٔ «{0}» برای نقشه، ازرده‌خارج است و پشتیبانی نمی‌شود @@ -935,7 +935,7 @@ \n- کارایی کامل در حالت آفلاین (قابلیت ذخیره‌سازی نقشه‌های بُرداری یا کاشی در حافظهٔ دستگاه) \n- وجود نقشه‌های برداری و آفلاینِ سراسر جهان به‌صورت فشرده \n- امکان دانلود نقشهٔ یک کشور یا منطقه مستقیماً از طریق برنامه -\n- امکان قراردادن نقشه‌های مختلف بر روی هم در چند لایه؛ مانند ردهای GPX یا مسیرپیمایی، نقاط توجه (POIها)، نقاط موردعلاقه، منحنی‌های میزان، ایستگاه‌های حمل‌ونقل عمومی، نقشه‌های دیگر با درصد شفافیت دلخواه +\n- امکان قراردادن نقشه‌های مختلف بر روی هم در چند لایه؛ مانند ردهای GPX یا مسیرپیمایی، نقاط توجه (POIها)، علاقه‌مندی‌ها، منحنی‌های میزان، ایستگاه‌های حمل‌ونقل عمومی، نقشه‌های دیگر با درصد شفافیت دلخواه \n- جست‌وجوی آفلاین نقاط توجه (POIها) و نشانی‌ها \n- مسیریابی آفلاین برای مسافت‌های متوسط \n- نمایه‌های خودرو، دوچرخه و پیاده با قابلیت‌های اختیاری: @@ -964,7 +964,7 @@ \n- امکان دانلود نامحدود نقشه‌های کشوری یا منطقه‌ای مستقیماً از طریق برنامه \n- دسترسی به ویکی‌پدیا به‌صورت آفلاین (دانلود POIهای ویکی‌پدیا) که برای گردشگری بسیار مفید است \n -\n- امکان قراردادن نقشه‌های مختلف بر روی هم در چند لایه؛ مانند ردهای GPX یا مسیرپیمایی، مکان‌های پرکاربرد یا POI، نقاط موردعلاقه، منحنی‌های میزان، ایستگاه‌های حمل‌ونقل عمومی، نقشه‌های دیگر با درصد شفافیت دلخواه +\n- امکان قراردادن نقشه‌های مختلف بر روی هم در چند لایه؛ مانند ردهای GPX یا مسیرپیمایی، مکان‌های پرکاربرد یا POI، علاقه‌مندی‌ها، منحنی‌های میزان، ایستگاه‌های حمل‌ونقل عمومی، نقشه‌های دیگر با درصد شفافیت دلخواه \n \n- جست‌وجوی آفلاین نقاط توجه (POIها) و نشانی‌ها \n- مسیریابی آفلاین برای مسافت‌های متوسط @@ -981,15 +981,15 @@ \nهرکدام از این نقشه‌ها هم به‌عنوان نقشهٔ پایه و هم به‌عنوان لایهٔ رویی یا زیری برای لایهٔ پایه (مثلاً نقشه‌های آفلاین OsmAnd) قابل‌تنظیم هستند. برای اینکه لایهٔ زیری را نمایان‌تر کنید می‌توانید اجزای خاصی را در نقشه‌های بُرداری OsmAnd از طریق منوی «پیکربندی نقشه» مخفی کنید. \n \nنقشه‌های کاشی‌وار را مستقیماً به‌طور آنلاین دانلود کنید یا همچنین می‌توانید آن‌ها را به‌صورت پایگاه‌دادهٔ SQLite برای استفادهٔ آفلاین آماده کنید و سپس در پوشهٔ داده‌های OsmAnd قرار دهید. نرم‌افزارهای مختلفی برای انجام این کار وجود دارد. - این افزونه امکانات قابلیت‌دسترسی (accessibility) در دستگاهتان را مستقیماً در OsmAnd به کار می‌گیرد و تسهیلاتی را در اختیارتان می‌گذارد؛ مانند تنظیم‌کردن سرعت گفتار موتور صوتی، تبدیل متن به گفتار (مثل اعلام موقعیت شما)، پیمایش صفحه به‌کمک صفحهٔ جهتی (D-pad) و استفاده از توپک (trackball) برای تنظیم بزرگ‌نمایی. + این افزونه امکانات قابلیت‌دسترسی (accessibility) در دستگاهتان را مستقیماً در OsmAnd به کار می‌گیرد و تسهیلاتی را در اختیارتان می‌گذارد؛ مانند تنظیم‌کردن سرعت گفتار موتور صوتی، تبدیل متن به گفتار (مثل اعلام موقعیت شما)، پیمایش صفحه به‌کمک صفحهٔ جهتی (D-pad) و استفاده از توپک (trackball) برای تنظیم زوم. با ایجاد یا اصلاح نقاط توجه (POI)، ایجاد یادداشت‌های OSM یا نظردادن روی آن‌ها و بارگذاری فایل‌های GPXای که ضبط کرده‌اید در تکمیل نقشهٔ OSM مشارکت کنید. برای این منظور لازم است نام کاربری و گذرواژهٔ خود را در OsmAnd وارد کنید. OpenStreetMap.org یک پروژهٔ نقشه‌کشی جامعه‌محور، جهانی و در مالکیت عمومی است. گفتاری را انتخاب کنید و با پخش پیام‌ها، آن را امتحان کنید: رندر بومی حالت قابلیت دسترسی امکانات موردنیاز برای کاربران مبتلا به نارسایی جسمی را فعال می‌کند. جهت‌ها (۸سویه) - میزان بزرگ‌نمایی نقشه را با حرکت افقی گوی مکان‌نما تغییر دهید. - استفاده از گوی مکان‌نما برای کنترل بزرگ‌نمایی + میزان زوم نقشه را با حرکت افقی گوی مکان‌نما تغییر دهید. + استفاده از گوی مکان‌نما برای کنترل زوم تنظیمات مربوط به قابلیت دسترسی. قابلیت دسترسی نشانی اینترنتی را با این پارامترها تعریف کنید: @@ -1045,7 +1045,7 @@ ایستگاهی را که پیاده می‌شوید انتخاب کنید مسافت قبلی مسافت بعدی - با بزرگ‌نمایی بیشتر می‌توانید POIها را به‌روز کنید + با زوم بیشتر می‌توانید POIها را به‌روز کنید در حال ثبت نقطه… POI DDD.DDDDD @@ -1077,7 +1077,7 @@ زوم‌های دانلود‌شده: %1$s انقضا (به دقیقه): %1$s قابل‌دانلود: %1$s - حداکثر زوم: %1$s + بیشترین زوم: %1$s کمترین زوم: %1$s منبع کاشی‌ها: %1$s منبع کاشی %1$s ذخیره شد @@ -1143,7 +1143,7 @@ انتخاب فایل GPX… مقصد را تنظیم کنید انتخاب روی نقشه - موردعلاقه + علاقه‌مندی ترجیحات مسیر اطلاعات مسیر از رد نمایش‌داده‌شده برای ناوبری استفاده می‌کنید؟ @@ -1210,8 +1210,8 @@ هم‌رسانی مسیر در قالب فایل GPX مسیر از طریق OsmAnd هم‌رسانی شد دستی (روی فِلِش بزنید) - دستورات ناوبری در بازه‌های منظم بازگو می‌شود. - تکرار دستورات ناوبری + فرمان‌های ناوبری در بازه‌های منظم بازگو می‌شود. + تکرار فرمان‌های ناوبری قالب نامعتبر: %s اعلام رسیدن چه‌زمانی پیام رسیدن به مقصد اعلام شود؟ @@ -1257,11 +1257,11 @@ \nنقاط %1$s \nرد %2$s - ذخیره به‌عنوان گروه نقاط موردعلاقه + ذخیره به‌عنوان گروه علاقه‌مندی‌ها تنظیم مقصدها برچسب‌های لایهٔ POI - هنگام ناوبری دکمه‌های بزرگ‌نمایی را نشان بده. - نمایش دکمه‌های بزرگ‌نمایی + هنگام ناوبری دکمه‌های زوم را نشان بده. + نمایش دکمه‌های زوم ترتیب بر اساس مسافت ترتیب بر اساس نام ابتدا یک فایل GPX را با لمس طولانی انتخاب کنید. @@ -1288,7 +1288,7 @@ همه نقاط بین‌راهی هشدارهای ترافیکی - نقاط موردعلاقهٔ نزدیک + نقاط علاقه‌مندی نزدیک نقاط توجه نزدیک آیا نقشه‌های ناموجود را دانلود می‌کنید %1$s ‏(%2$d مگابایت)؟ بیشتر… @@ -1415,7 +1415,7 @@ کاربر ناشناس تاب‌آوری محدودیت سرعت چاپ مسیر - نام نقطهٔ موردعلاقه تکراری است + نام علاقه‌مندی تکراری است اندازهٔ نوشته‌های نقشه را تنظیم کنید. اندازهٔ متن محدودیت سرعت @@ -1453,7 +1453,7 @@ مسیرهای اتوبوس برقی مسیرهای اتوبوس مسیرها - برای پرهیز از تکرار، نام نقطهٔ موردعلاقه به %1$s تغییر یافت. + برای پرهیز از تکرار، نام علاقه‌مندی به %1$s تغییر یافت. شمارهٔ درگاه پروکسی را وارد کنید (مثلاً 8118). نام میزبان پروکسی را وارد کنید (مثلاً 127.0.0.1). برای نصب این افزونه به اینترنت وصل شوید. @@ -1465,7 +1465,7 @@ پیام‌های گفتاری هر موردی را لمس کنید تا توضیحات بیشتری ببینید، برای غیرفعال یا پاک‌کردن لمس کنید و نگه دارید. داده‌های فعلی روی دستگاه (%1$s خالی): حاشیهٔ تاب‌آوری محدودیت سرعت را انتخاب کنید؛ با گذشتن از این مقدار، آوای هشدار پخش می‌شود. - نام نقطهٔ موردعلاقه به %1$s تغییر کرد تا رشتهٔ حاوی شکلک در فایل ذخیره شود. + نام علاقه‌مندی به %1$s تغییر کرد تا رشتهٔ حاوی شکلک در فایل ذخیره شود. پلاک خانه‌ها فایل‌های دادهٔ OsmAnd به مکان جدید منتقل شود؟ نمی‌توان نقشه‌ها را در پوشهٔ موردنظر ایجاد کرد @@ -1979,7 +1979,7 @@ امکانات جدید در به‌روزرسانی آپلود - نقشهٔ پایهٔ جهان (که سرتاسر جهان را با بزرگ‌نمایی کم پوشش می‌دهد) وجود ندارد یا قدیمی شده. لطفاً برای داشتن نمایی کلی از جهان آن را دانلود کنید. + نقشهٔ پایهٔ جهان (که سرتاسر جهان را در زوم کم پوشش می‌دهد) وجود ندارد یا قدیمی شده. لطفاً برای داشتن نمایی کلی از جهان آن را دانلود کنید. کد QR نقشه دانلود شد نقشهٔ %1$s آمادهٔ استفاده است. @@ -2011,7 +2011,7 @@ ضبط سفر ناوبری اجرا در پس‌زمینه - اطلاعات نقطهٔ موردعلاقه + اطلاعات علاقه‌مندی شبیه‌سازی موقعیتتان را پایان دهید. با استفاده از یک مسیر محاسبه‌شده یا رد جی‌پی‌ایکسِ ضبط‌شده، موقعیتتان را شبیه‌سازی کنید. در حال یافتن نشانی @@ -2073,7 +2073,7 @@ دیگر تاریخ انتشار افزودن نشانهٔ نقشه - افزودن نقطهٔ موردعلاقه + افزودن علاقه‌مندی حذف بازگشایی دریافت @@ -2184,11 +2184,11 @@ افزودن جای پارک افزودن کنش اصلاح کنش - افزودن نقطهٔ موردعلاقه + افزودن علاقه‌مندی افزودن کنش حذف کنش آیا از حذف کنش «%s» مطمئن هستید؟ - کادر نقاط موردعلاقه را نشان بده + کادر علاقه‌مندی‌ها را نشان بده دکمه‌ای برای ایجاد یک نشانه در مرکز صفحه. دکمه‌ای برای ایجاد یک یادداشت صوتی در مرکز صفحه. دکمه‌ای برای ایجاد یک یادداشت ویدئویی در مرکز صفحه. @@ -2201,11 +2201,11 @@ مکان برای پرهیز از تکرار، نام کنش فوری به «%1$s» تغییر یافت. نام تکراری برای کنش فوری - دکمه‌ای برای پنهان/آشکارکردن نقاط موردعلاقه روی نقشه. + دکمه‌ای برای پنهان/آشکارکردن علاقه‌مندی‌ها روی نقشه. دکمه‌ای برای پنهان/آشکارکردن POIها روی نقشه. - آشکار/پنهان‌کردن نقاط موردعلاقه - نشان‌دادن نقاط موردعلاقه - مخفی‌کردن نقاط موردعلاقه + آشکار/پنهان‌کردن علاقه‌مندی‌ها + نشان‌دادن علاقه‌مندی‌ها + مخفی‌کردن علاقه‌مندی‌ها آشکار/پنهان‌کردن POIها نشان‌دادن %1$s پنهان‌کردن %1$s @@ -2215,7 +2215,7 @@ خالی بگذارید تا از نشانی یا نام محل استفاده شود. این نوشته در قسمت پیام درج می‌شود. پیام - دستهٔ ذخیره‌سازی نقطهٔ موردعلاقه: + دستهٔ ذخیره‌سازی علاقه‌مندی: یکی از دسته‌ها را برگزینید. لیست POI یک یا چند دسته‌بندی POI را اضافه کنید تا روی نقشه نشان داده شوند. @@ -2239,7 +2239,7 @@ برای اینکه تصاویر مَپیلاری را ببینید به اینترنت وصل شوید. تلاش مجدد افزودن خط - افزودن نقاط موردعلاقه + افزودن علاقه‌مندی‌ها علاقه‌مندی‌ها را درون‌برد کنید یا با علامت‌گذاری روی نقشه آن‌ها را اضافه کنید. جابه‌جاکردن نقطه یک کپی از مبدأ را به‌عنوان مقصد بیفزا. @@ -2316,7 +2316,7 @@ پنهان‌کردن یادداشت‌های OSM دکمه‌ای برای آشکار/پنهان کردن یادداشت‌های OSM بر روی نقشه. مرتب‌شده بر اساس مسافت - جست‌وجو در نقاط موردعلاقه + جست‌وجو در علاقه‌مندی‌ها «لایهٔ سایه‌روشن» را دانلود کنید تا سایه‌های عمودی را ببینید. افزونهٔ «منحنی‌های میزان» را نصب کنید تا طبقه‌بندی عمودی محدوده‌ها را ببینید. از این زوم پنهان شود @@ -2443,7 +2443,7 @@ \n • راهنمای خطوط عبوری، نام خیابان‌ها و زمان تخمینی رسیدن را دریافت می‌کنید که در طول مسیر راهنمای شماست \n • برای داشتن سفری ایمن‌تر، حالات شب/روز به‌صورت خودکار انتخاب می‌شود \n • اعلام محدودیت‌های سرعت را فعال کنید تا در صورت تجاوز از سرعت مجاز به شما هشدار دهد -\n • بزرگ‌نمایی نقشه متناسب با سرعتتان تنظیم می‌شود +\n • زوم نقشه متناسب با سرعتتان تنظیم می‌شود \n • با استفاده از نشانی، نوع مکان (مثلاً پارکینگ، رستوران، هتل، پمپ گاز، موزه) یا مختصات جغرافیایی به جست‌وجو بپردازید \n • نقاط بین‌راهی مسیرتان را مشخص کنید \n • رد خودتان را ثبت کنید یا یک رد GPX را دانلود و آن را دنبال کنید @@ -2486,7 +2486,7 @@ \nاز ویژگی‌های مهم برنامه: با فعال‌کردن این نما سبک نقشهٔ OsmAnd به نمای گردشگری (Touring view) تغییر می‌کند که سبکی با جزئیات فراوان و مناسب برای مسافران و رانندگان حرفه‌ای است. \n -\nدر این نما و با هر سطحی از بزرگ‌نمایی، بیشترین مقدار جزئیات نقشه نمایش داده می‌شود (به‌خصوص جاده‌ها، ردها، راهچه‌ها و نشان‌های جهت‌نما). +\nدر این نما و با هر سطحی از زوم، بیشترین مقدار جزئیات نقشه نمایش داده می‌شود (به‌خصوص جاده‌ها، ردها، راهچه‌ها و نشان‌های جهت‌نما). \n \nهمچنین همهٔ انواع جاده‌ها با رنگ‌بندی مناسب و بی‌ابهام نشان داده می‌شوند که مخصوصاً برای رانندگی با ماشین‌های سنگین مفید است. \n @@ -2556,7 +2556,7 @@ نمایش نقشه \n • نمایش موقعیت و جهت قرارگیری شما \n • نقشه را در راستای حرکتتان (یا قطب‌نما) تنظیم می‌کند -\n • جاهایی را که دوست دارید در قسمت نقاط موردعلاقه ذخیره کنید +\n • جاهایی را که دوست دارید، در قسمت علاقه‌مندی ذخیره کنید \n • نقاط توجه (POI یا Points of interest) اطراف شما را نشان می‌دهد \n • نمایش نقشه‌های تخصصی آنلاین، تصاویر ماهواره‌ای (بینگ) و رولایه‌های مختلف مانند ردهای GPX گردشگردی یا ناوبری با امکان تنظیم شفافیت \n • شیوهٔ نمایش نام‌های روی نقشه را انتخاب کنید: انگلیسی، محلی یا نویسه‌گردانی‌شده @@ -2595,7 +2595,7 @@ عقب نما نقاط بین‌راهی به نشانه‌های نقشه اضافه شد - را می‌توانید در قالب یک فایل GPX یا نقاط موردعلاقه درون‌برد کنید. + را می‌توانید در قالب یک فایل GPX یا علاقه‌مندی‌ها درون‌برد کنید. درون‌برد در قالب فایل GPX درون‌برد به‌عنوان علاقه‌مندی‌ها درون‌برد فایل @@ -2617,15 +2617,15 @@ تعداد جهت‌نماها را مشخص کنید. تنظیمات ظاهری ردّی را انتخاب کنید تا نقاط بین‌راهیِ آن را به نشانه‌ها اضافه کنید. - دسته‌ای از نقاط موردعلاقه را انتخاب کنید تا به نشانه‌ها اضافه شود. + دسته‌ای از علاقه‌مندی‌ها را انتخاب کنید تا به نشانه‌ها اضافه شود. نقاط بین‌راهی رد - گروه نقاط موردعلاقه + گروه علاقه‌مندی‌ها افزودن گروه - گروهی از نقاط موردعلاقه یا نقاط بین‌راهی GPX را درون‌برد کنید. + گروهی از علاقه‌مندی‌ها یا نقاط بین‌راهی GPX را درون‌برد کنید. روی نقشه نشانه‌گذاری کنید! مکان‌ها را به‌صورت کوتاه یا طولانی لمس کنید و سپس دکمهٔ پرچم را بزنید. گروه درون‌برد کنید - گروه‌های نقاط موردعلاقه یا نقاط بین‌راهی را در قالب نشانه درون‌برد کنید. + گروه‌های علاقه‌مندی یا نقاط بین‌راهی را در قالب نشانه درون‌برد کنید. نشانه‌هایی که به‌عنوان گذرانده مشخص شود در این صفحه نشان داده می‌شود. بیشتر در حال جست‌وجوی ردهای دارای نقطهٔ بین‌راهی @@ -2869,7 +2869,7 @@ جست‌وجوی خیابان ابتدا شهر/محل را انتخاب کنید بازیابی - نشانه‌هایی که در قالب گروهی از نقاط موردعلاقه یا نقاط بین‌راهی GPX وارد شده‌اند و از آن‌ها گذشته‌اید روی نقشه باقی می‌مانند. اگر گروه مربوط به آن‌ها را غیرفعال کنید، نشانه‌ها از روی نقشه محو می‌شوند. + نشانه‌هایی که در قالب گروهی از علاقه‌مندی‌ها یا نقاط بین‌راهی GPX وارد شده‌اند و از آن‌ها گذشته‌اید روی نقشه باقی می‌مانند. اگر گروه مربوط به آن‌ها را غیرفعال کنید، نشانه‌ها از روی نقشه محو می‌شوند. نشانه‌های پشت سر گذاشته را روی نقشه نگه دار نشانهٔ %s حذف شود؟ ویرایش نشانه @@ -3282,7 +3282,7 @@ پوستهٔ برنامه، یکاها، منطقه پیکربندی پروفایل پیام‌های گفتاری فقط در هنگام ناوبری پخش می‌شود. - راهنما و پیام‌های ناوبری + راهنما و فرمان‌های ناوبری پیام‌های گفتاری هشدارهای تصویری پروفایل برنامه به «%s» تغییر کرد @@ -3465,7 +3465,7 @@ اثر جانبی: همهٔ قطعه‌هایی که در آن‌ها به حداقل سرعت معیار نرسید از رد حذف خواهد شد (مثلاً هنگامی که دوچرخه‌تان را بالای یک تپه با شیب تند می‌برید). همچنین هیچ اطلاعاتی دربارهٔ بازه‌های توقف، مانند استراحت‌ها، ضبط نمی‌شود. این مسئله بر همهٔ تحلیل‌ها یا پس‌پردازش‌ها تأثیر می‌گذارد، مانند زمانی که بخواهید مسافت کلی سفر، مدت حرکت یا سرعت متوسط خود را بدانید. توصیه: ابتدا از پالایهٔ «کمترین جابه‌جایی» به‌منظور تشخیص حرکت استفاده کنید (B). این‌گونه شاید نتایج بهتری بگیرید و همچنین دادهٔ کمتری از دست می‌دهید. اگر ردها در سرعت‌های پایین نویز دارد، برای اینجا از مقدارهای غیرصفر استفاده کنید. لطفاً توجه نمایید که برخی اندازه‌گیری‌ها ممکن است اصلاً هیچ سرعتی را گزارش نکنند (برخی روش‌های مبتنی بر شبکه)، که در این صورت هیچ چیزی ضبط نخواهد شد. توجه: بیشتر چیپست‌های GPS فقط در صورتی مقدار سرعت را گزارش می‌کنند که الگوریتم، شما را در حال حرکت تشخیص دهد و اگر در حال حرکت نباشید چیزی گزارش نمی‌کنند. بنابراین استفاده از گزینهٔ «>۰» در این پالایه، به تشخیص حرکت توسط چیپست GPS وابسته است. البته حتی اگر این پالایش در زمان ضبط انجام نشود، ما از این ویژگی در تحلیل‌های GPX خود استفاده می‌کنیم تا مسافت اصلاح‌شده را محاسبه کنیم؛ یعنی مقداری که برای «مسافت اصلاح‌شده» گزارش می‌کنیم میزان مسافتی است که در هنگام حرکت ضبط شده. - این مورد فقط نقاطی را ضبط می‌کند که با شاخص کمترین صحت (به متر/فوت، مطابق گزارش اندروید از چیپست) اندازه‌گیری شده‌اند. منظور از صحت، میزان نزدیکی اندازه‌گیری‌ها به موقعیت واقعی شماست و مستقیماً مربوط به دقت نمی‌شود (دقت: میزان پراکندگی اندازه‌گیری‌های تکراری). + این مورد فقط نقاطی را ضبط می‌کند که با شاخص کمترین صحت (به متر/پا، مطابق گزارش اندروید از چیپست) اندازه‌گیری شده‌اند. منظور از صحت، میزان نزدیکی اندازه‌گیری‌ها به موقعیت واقعی است و مستقیماً مربوط به دقت نمی‌شود (دقت: میزان پراکندگی اندازه‌گیری‌های تکراری). اثر جانبی: درنتیجهٔ پالایش بر اساس صحت، ممکن است مثلاً زیر پل‌ها، زیر درختان، میان ساختمان‌های بلند یا در شرایط جوّی بخصوص، نقاط تماماً از دست بروند. توصیه: سخت است آنچه ثبت می‌شود یا آنچه ثبت نمی‌شود را پیشبینی کنیم. شاید بهتر باشد این پالایه را خاموش کنید. توجه: اگر بلافاصله پیش از ضبط، GPS خاموش بوده، ممکن است نخستین نقطه صحت کمتری داشته باشد؛ بنابراین ممکن است بخواهیم طوری کدنویسی کنیم که یک نقطه با یک یا چند ثانیه تأخیر ضبط شود یا از سه نقطهٔ پی‌درپی بهترینشان را ضبط کنیم و... . البته این هنوز پیاده‌سازی نشده است. @@ -3720,7 +3720,7 @@ پنجابی • نقشه‌های آفلاین جدید شیب \n -\n • شخصی‌سازی کامل نقاط موردعلاقه و نقاط بین‌راهی GPX - رنگ، نماد و شکل دلخواه +\n • شخصی‌سازی کامل علاقه‌مندی‌ها و نقاط بین‌راهی GPX - رنگ، نماد و شکل دلخواه \n \n • شخصی‌سازی ترتیب آیتم‌های منوی زمینه، پیکربندی نقشه و کشو \n @@ -3739,7 +3739,7 @@ \n بازگشت به ویرایش ایجاد / ویرایش POI - افزودن / ویرایش نقطهٔ موردعلاقه + افزودن / ویرایش علاقه‌مندی برای دسترسی به این کنش‌ها می‌توانید روی دکمهٔ «%1$s» بزنید. مخفی‌کردن حمل‌ونقل عمومی نمایش حمل‌ونقل عمومی @@ -3756,5 +3756,42 @@ جست‌وجوی گونه‌های POI جاهای پارک بازنشانی ترتیب پیشفرض اقلام - ‏OsmAnd GPX قالب درستی ندارد. لطفاً برای بررسی بیشتر با گروه پشتیبانی تماس بگیرید + ‏OsmAnd GPX قالب درستی ندارد. لطفاً برای بررسی بیشتر با گروه پشتیبانی تماس بگیرید. + پس از بیدارباش، صفحه چقدر روشن بماند. اگر «%1$s» فعال باشد صفحه خاموش نخواهد شد. + اگر گزینهٔ «%1$s» فعال باشد، زمان روشن‌ماندن صفحه به آن وابسته خواهد بود. + همیشه + کنترل صفحه + فعال کنید تا صفحه پس از مدتی بی‌کارماندن خاموش شود. از زمان مشخص‌شده در تنظیمات دستگاه استفاده می‌شود. + زمان خاموشی صفحه + از این گزینه‌ها برای بیدارباش صفحه هنگامی که OsmAnd در پیش‌زمینه است استفاده کنید. + آن گزینه‌ها فقط زمانی کار می‌کنند که هنگام قفل‌شدن دستگاه، OsmAnd در پیش‌زمینه باشد. + چند ثانیه پیش از فرمان‌های ناوبری، صفحه به‌طور خودکار به‌اندازهٔ مدت‌زمانی که در گزینهٔ «زمان بیدارباش» مشخص شده، روشن می‌شود. +\n +\nفقط هنگام ناوبری کار می‌کند. + فرمان‌های ناوبری + دکمهٔ خاموش/روشن دستگاه را فشار دهید تا صفحه در حالی که OsmAnd در پیش‌زمینه قرار دارد، روشن شود. + دکمهٔ خاموش/روشن + حسگر مجاورتی + صفحه را روشن نگه دار + صفحه را خاموش نگه دار + + یک فایل تصویر برای هر کاشی + این پارامترها هنگام استفاده از منبع به‌عنوان نقشه یا رولایه/زیرلایه، بر نمایش آن اثر می‌گذارند. +\n +\n‏%1$s: نقشه محدود به پارامترهای انتخاب‌شده خواهد بود. +\n +\n‏%2$s: درجات زوم که در آن کاشی‌های اصلی نمایان خواهند بود. خارج از این مقدارها افزایش یا کاهش مقیاس رخ خواهد داد. + فایل SQLiteDB + نامی برای منبع نقشهٔ آنلاین بنویسید. + نشانی وب منبع آنلاین را وارد کنید یا بچسبانید. + ویرایش منبع آنلاین + زمان انقضا + قالب ذخیره‌گاه + کمترین و بیشترین درجهٔ زوم که نقشهٔ آنلاین نمایان خواهد بود یا بار خواهد شد. + زمان انقضا به دقیقه. کاشی‌های ذخیره‌شده پس از این مدت زمان مجدداً بار می‌شوند. این خانه را خالی بگذارید تا کاشی‌های این منبع هیچ‌گاه تازه‌سازی نشود. +\n +\nیک روز ۱ ۴۴۰ دقیقه است. +\nیک هفته ۱۰ ۰۸۰ دقیقه است. +\nیک ماه ۴۳ ۸۲۹ دقیقه است. + شیوهٔ ذخیره‌سازی کاشی‌های دانلودشده را انتخاب کنید. \ No newline at end of file diff --git a/OsmAnd/res/values-fr/strings.xml b/OsmAnd/res/values-fr/strings.xml index 6fb8251947..7f8d232596 100644 --- a/OsmAnd/res/values-fr/strings.xml +++ b/OsmAnd/res/values-fr/strings.xml @@ -3093,7 +3093,7 @@ Indiquez le nombre maximum de correspondances Allumer lors des changements de direction Définir la durée pendant laquelle l\'écran restera allumé. - Agitez la main en haut de l\'écran pour allumer l\'écran pendant la navigation. + Balayer l\'écran de la main allumera l\'écran. Route sur neige Route sur glace Route sur neige et glace @@ -3248,7 +3248,7 @@ Analyses Afficher la carte sur l\'écran de verrouillage pendant la navigation. Paramètres de calcul d\'itinéraire pour le profil sélectionné : « %1$s ». - Heure de réveil + Durée d\'allumage Apparence de la carte Apparence de la carte Thème de l\'application, unités, région @@ -3455,7 +3455,7 @@ Recommandation : un paramètre de 5 mètres est adapté si vous n\'avez pas besoin de détails et ne souhaitez pas enregistrer des points au repos. Effet secondaire : votre trace ne contiendra pas les parties où la vitesse minimale n\'a pas été atteinte (par exemple lorsque vous poussez votre vélo en montée ou pendant une pause). De ce fait certaines informations de votre trace seront faussées comme la durée de déplacement ou la vitesse moyenne. Recommandation : commencez par utiliser la détection de mouvement via le filtre de déplacement minimum (B) vous pourriez obtenir de meilleurs résultats en perdant moins de données. Si vos traces restent bruyantes à basse vitesse, essayez ici des valeurs non nulles. Veuillez noter que certaines mesures peuvent retourner une vitesse nulle (en raison de méthodes basées sur le réseau), dans ce cas rien ne sera enregistré. - Seuls les points mesurés avec un minimum de précision en mètres/pieds (information communiquée par votre puce GPS) seront enregistrés. La précision est la distance entre la position donnée par le GPS et votre position réelle. La précision est différente de l\'exactitude qui est la dispersion de plusieurs mesures de position successives. + Seuls les points mesurés avec un minimum de précision en mètres/pieds (information communiquée par votre puce GPS) seront enregistrés. La précision est la distance entre la position donnée par le GPS et votre position réelle. La précision est différente de la fluctuation qui est la dispersion de plusieurs mesures de position successives. Effet secondaire : avec le filtrage de précision certains points peuvent manquer ; par exemple : sous un pont, en forêt, entre de hauts bâtiments ou dans certaines conditions météorologiques. Remarque : si la localisation GPS est activée juste avant le début d\'enregistrement, la première position peut être imprécise. L\'application pourrait attendre quelques secondes avant d\'enregistrer un point (ou enregistrer le meilleur de 3 points successifs, etc), mais ces évolutions ne sont pas encore disponibles. Remarque : vérification de vitesse > 0. La plupart des puces GPS fournissent une vitesse uniquement lorsque vous êtes en mouvement. Par conséquent, l\'indication du paramètre > 0 pour ce filtre utilise la détection de mouvement par la puce GPS. Mais même s\'il n\'est pas filtré ici au moment de l\'enregistrement, nous utilisons toujours cette fonctionnalité dans notre analyse des traces GPX pour déterminer la distance corrigée, c\'est-à-dire que la valeur affichée dans ce champ est la distance enregistrée en déplacement. @@ -3707,5 +3707,42 @@ Modifier le profil d\'application Carte mondiale générale (plus détaillée) Type non pris en charge - Le fichier GPX n\'est pas construit correctement. Vous pouvez transmettre ce fichier à l\'équipe support OsmAnd pour investiguer. + Le fichier GPX OsmAnd n\'est pas construit correctement. Vous pouvez transmettre ce fichier à l\'équipe support OsmAnd pour investiguer. + L\'écran s\'éteindra après le délai système. + Ces paramètres affecteront l\'affichage lorsqu\'ils seront utilisés comme carte ou sur-couche / sous-couche. +\n +\n%1$s : La carte sera limitée aux zooms sélectionnés. +\n +\n%2$s : Niveaux de zoom auxquels les tuiles originales seront visibles. En dehors de ces valeurs, il y aura une augmentation ou une diminution d\'échelle. + L\'écran s\'allumera pour afficher les instructions de navigation. + Sélectionnez le temps d\'affichage de l\'écran après allumage (\"%1$s\" signifie pas d\'extinction). + Limité par l\'option \"%1$s\" si elle est activée. + Délai d\'expiration en minutes. Les tuiles en cache seront rechargées après ce délai. Laissez ce champ vide pour ne jamais rafraîchir les tuiles pour cette source. +\n +\nUn jour correspond à 1440 minutes. +\nUne semaine correspond à 10 080 minutes. +\nUn mois correspond à 43 829 minutes. + Toujours + Contrôle de l\'écran + Utiliser le délai système pour l’extinction de l\'écran + Options de réveil de l\'écran : + Sélectionnez les options de réveil de l’écran (assurez-vous qu’OsmAnd est au premier plan au moment du verrouillage de l’appareil) : + Instructions de navigation + Appuyez sur le bouton d\'alimentation de l\'appareil pour allumer l\'écran avec OsmAnd par dessus l’écran de verrouillage. + Bouton marche / arrêt + Capteur de proximité + Conserver l\'écran allumé + Conserver l\'écran éteint + Pseudo-projection de Mercator + Un fichier image par tuile + Fichier SQLiteDB + Donnez un nom à la source de carte en ligne. + Saisissez ou collez l\'URL de la source. + Modifier la source en ligne + Date d\'expiration + Projection de Mercator + Format de stockage + Définissez les niveaux de zoom minimum et maximum auxquels la carte en ligne sera affichée ou chargée. + Sélectionnez comment les tuiles téléchargées seront stockées. + Délai système de veille écran \ No newline at end of file diff --git a/OsmAnd/res/values-gl/phrases.xml b/OsmAnd/res/values-gl/phrases.xml index 0ba169567c..c30af09dca 100644 --- a/OsmAnd/res/values-gl/phrases.xml +++ b/OsmAnd/res/values-gl/phrases.xml @@ -31,7 +31,7 @@ Equipamento para a caza Tenda de decoración interior Xoiaría - Quiosque + Quiosco Móbeis de cociña Tenda de telefonía móbil Tenda de motos @@ -246,7 +246,7 @@ Géyser Cemiterio Camposanto - Refuxio + Abeiro Funicular Club de astronomía Club de informática @@ -768,7 +768,7 @@ Aloxamento Produtos da granxa Froitaría - Dozaría ou confeitaría + Tenda de larpeiradas Confeitaría Máquina expendedora Produtos de bebés @@ -809,7 +809,7 @@ Adega Parque de neve Encadernación - Carpintaría de aluminio + Fabricante de xanelas Búnquer militar Bolardo Barreira para bicicletas @@ -923,10 +923,10 @@ Patinaxe clásico Patinaxe Non - Tipo do xardín: residencial - Tipo do xardín: comunitario - Tipo do xardín: privado - Tipo do xardín: botánico + Tipo de xardín: residencial + Tipo de xardín: comunitario + Tipo de xardín: privado + Tipo de xardín: botánico Tipo de xardín: cociña Tipo de xardín: francés Tipo de xardín: inglés @@ -953,16 +953,16 @@ Acceso no verán: só entrada Acceso no verán: só saida Acceso no verán: entrada e saída - 1 (Turista) - 1S (Turista superior) - 2 (Normal) - 2S (Estándar superior) - 3 (Comfortábel) - 3S (Confortábel superior) - 4 (Primeira clase) - 4S (Primeira clase superior) - 5 (Luxo) - 5S (Luxoso superior) + 1 + 1 Superior + 2 + 2 Superior + 3 + 3 Superior + 4 + 4 Superior + 5 + 5 Superior Estrelas: 6 Estrelas: 7 Habitacións @@ -1003,44 +1003,44 @@ Tipo de pagamento Tarxetas de combustíbel Adicional - Tipo de conexión á Internet + Tipo de conexión á internet Tipo de venda Servizo para bicicletas - Tipo de roupa - Tipo de calzado - Tipo de hidrante + Tipo + Tipo + Tipo Posición do hidrante Orixe da auga Tipo de pagamento Son - Tipo de paso + Tipo Pavimentación táctil Servizo Auto-servizo Automatizado - Tipo de aparcadoiro + Tipo Cuberto Estación de metro Carga - Tipo de aparcadoiro + Tipo Transporte para bicicletas Calefacción Bomba Designación - Tipo de telescopio - Tipo de adestramento - Tipo de embaixada + Tipo + Tipo + Tipo Capital Especialidade Característica - Tipo de lugar arqueolóxico - Avaliación + Tipo + Estrelas Relixión Denominación - Tipo de información + Tipo Contido Adicional - Tipo do hotel + Tipo Dificultade da pista Coidado da pista Xénero @@ -1049,15 +1049,15 @@ Entrega Cócteis Servizo - Tipo do reciclaxe - Tipo do refuxio + Tipo + Tipo Chaminé Característica da auga Superficie Nudismo Dieta Especialidade de saúde - Tipo da masaxe + Tipo de masaxe Tendas Lavadora Caravanas @@ -1065,8 +1065,8 @@ Sistema médico Visita domiciliaria Prato - Tipo do pagamento (transporte) - Tipo da instalación social + Tipo de pagamento (transporte) + Tipo Grupo obxectivo Aire comprimido Aspiradora @@ -1116,7 +1116,7 @@ Embalaxes de papel Liña branca Entullo - Papeis de aluminio + Papel de aluminio Drogas Residuos animais Hortas urbanas @@ -1160,7 +1160,7 @@ Gasómetro Centro de adestramento Roda de expósitos - Tenda de informática + Oficina de TIC Multirrelixiosa Unida Ortodoxa etíope tewahido @@ -1272,7 +1272,7 @@ Edificio especial Informal Punto de auga - Poste con direccións + Poste indicador Terminal Mapa de roteiros Modelo táctil @@ -1351,7 +1351,7 @@ Non se admiten pagamentos polo SMS OV-Chipkaart Cafetaría - Tipo do zoolóxico + Tipo Punto de paraxe do transporte público Vértice xeodésico Instalación social @@ -1366,16 +1366,16 @@ Obelisco Sen asento Transporte público - Tipo do acceso á Internet: público + Tipo de acceso á internet: público Taxi compartido Oficina de editorial Cultivo: café Vixiancia: pública Período histórico: República romana (do 508 ó 27 a.C.) Praza - Tipo do estourido: subterráneo, escavación - Tipo do estourido: subterráneo, túnel - Tipo do estourido: subterráneo + Tipo de estourido: subterráneo, escavación + Tipo de estourido: subterráneo, túnel + Tipo de estourido: subterráneo Subterráneo Básculas públicas Subterráneo @@ -1394,14 +1394,14 @@ Mesas ó ar libre Comida para levar Lixo admitido - Tipo da motocicleta + Tipo de moto Animais admitidos - Tipo do abastecemento da auga + Tipo de abastecemento Saída tipo 2 Saída combinada tipo 2 Saída tipo 3 - Tipo do glaciar - Tipo do posto de control + Tipo de glaciar + Tipo de posto de control Tenda de ultramarinos Paraxe de trens Fin da vía @@ -1458,86 +1458,86 @@ Platino Louxa Humidal costeiro - Tipo do refuxio: carpa - Tipo do refuxio: abandoado + Tipo de abeiro: carpa + Tipo de abeiro: abandonado Por terminal - Tipo do acceso á Internet: servizo - Tipo da obra: escultura - Tipo da obra: estatua - Tipo da obra: mural - Tipo da obra: arquitectónica - Tipo da obra: pintura - Tipo da obra: pedra - Tipo da obra: busto - Tipo da obra: instalación - Tipo da obra: mosaico - Tipo da obra: relevo - Tipo da obra: pintada ou graffiti - Tipo da obra: estela - Tipo da obra: fonte + Tipo de acceso á internet: servizo + Tipo de obra artística: escultura + Tipo de obra artística: estatua + Tipo de obra artística: mural + Tipo de obra artística: arquitectónica + Tipo de obra artística: pintura + Tipo de obra artística: pedra + Tipo de obra artística: busto + Tipo de obra artística: instalación + Tipo de obra artística: mosaico + Tipo de obra artística: relevo + Tipo de obra artística: graffiti + Tipo de obra artística: estela + Tipo de obra artística: fonte Arquitectura: barroca - Tipo da ponte: móbil - Tipo da ponte móbil: basculante - Tipo da ponte móbil: oscilante ou xiratoria - Tipo da ponte móbil: elevadoira - Tipo da ponte móbil: levadiza - Tipo da ponte móbil: mergullábel - Tipo da ponte móbil: transportadora - Tipo da ponte móbil: retráctil + Tipo de ponte: móbil + Tipo de ponte móbil: basculante + Tipo de ponte móbil: oscilante ou xiratoria + Tipo de ponte móbil: ascensor + Tipo de ponte móbil: levadiza + Tipo de ponte móbil: mergullábel + Tipo de ponte móbil: transportadora + Tipo de ponte móbil: retráctil Alumeado: si Alumeado: non Tipo: industria petroleira - Tipo: Área de pozos + Tipo: área de pozos Tipo: fábrica - Tipo: industria do gas + Tipo: industria de gas Tipo: madeireira Tipo: refinaría - Tipo: almacén ou galpón - Tipo: despece ou desmantelamento de vehículos + Tipo: almacén + Tipo: depósito de vehículos Tipo: agricultura Tipo: cervexaría - Tipo: ladrillaría ou olaría + Tipo: ladrillaría Tipo: terminal intermodal de mercadorías Tipo: serraría Tipo: purificación da auga Tipo: porto Tipo: depósito - Tipo do embarque: cans - Tipo do embarque: gatos - Tipo do embarque: cans, gatos - Tipo do embarque: cabalos + Tipo de embarque: cans + Tipo de embarque: gatos + Tipo de embarque: cans, gatos + Tipo de embarque: cabalos Cultivo: orxo Vixiancia: exterior Militar - Tipo do castelo: maxestoso - Tipo do castelo: defensivo - Tipo do castelo: fortaleza - Tipo do castelo: pazo - Tipo do castelo: qremlin - Tipo do castelo: defensivo, maxestoso - Tipo do castelo: fotificación (castrum) - Tipo do castelo: shiro + Tipo de castelo: maxestoso + Tipo de castelo: defensivo + Tipo de castelo: fortaleza + Tipo de castelo: pazo + Tipo de castelo: qremlin + Tipo de castelo: defensivo, maxestoso + Tipo de castelo: fotificación (castrum) + Tipo de castelo: shiro Ducha: ó ar libre Adultos maiores, xubilados Cabaré - Tipo da tomba: guerra - Tipo da tomba: túmulo - Tipo da tomba: excavación na rocha - Tipo da tomba: hipoxeo - Tipo da tomba: bóveda - Tipo da tomba: columbario - Tipo da tomba: mausoleo - Tipo da tomba: sartego - Tipo da tomba: cripta - Tipo da tomba: pirámide + Tipo: de guerra + Tipo: túmulo + Tipo: excavación na rocha + Tipo: hipoxeo + Tipo: bóveda + Tipo: columbario + Tipo: mausoleo + Tipo: sartego + Tipo: cripta + Tipo: pirámide Civilización: imperio chino (do 221 a.C. ó 1911 d.C.) Período histórico: imperial (época V, do 900 ó 1200 d.C.) Era histórica: paleolítico (dos 2.6 millóns de anos ó 10000 AP) Era histórica: mesolítica Era histórica: neolítico Era histórica: calcolítico (do 4to ó 3eiro milenio a.C.) - Tipo da pedra: cruz da conciliación - Tipo da pedra: escudo de armas + Tipo: cruz da conciliación + Tipo: escudo Material: madeira Material: metal Material: formigón armado @@ -1563,80 +1563,80 @@ Tipo de megálito: nurague Tipo de megálito: pedra circular Tipo de megálito: tomba de pasaxe - Tipo da fortificación: castro - Tipo da fortificación: limes - Tipo da fortificación: fortín - Tipo da fortificación: recinto circular - Tipo do edificio: igrexa - Tipo do edificio: capela - Tipo do edificio: mesquita - Tipo do edificio: templo - Tipo do edificio: catedral - Tipo do edificio: mosteiro - Tipo do edificio: basílica - Tipo do edificio: sinagoga - Tipo do edificio: santuario + Tipo de fortificación: castro + Tipo de fortificación: limes + Tipo de fortificación: fortín + Tipo de fortificación: recinto circular + Tipo de edificio: igrexa + Tipo de edificio: capela + Tipo de edificio: mesquita + Tipo de edificio: templo + Tipo de edificio: catedral + Tipo de edificio: mosteiro + Tipo de edificio: basílica + Tipo de edificio: sinagoga + Tipo de edificio: santuario Tipo: campo de concentración Tipo: campo prisioneiros de guerra Tipo: campo de traballos forzados - Tipo: campo de concentración nazi + Tipo: nazi Tipo: gulag Transportadora: si Medicina física e rehabilitacións - Tipo do edificio: pirámide - Tipo do aparcadoiro: na superficie - Tipo do estourido: atmosférico - Tipo do estourido: atmosférico, lanzamento aéreo - Tipo do estourido: atmosférico, na superficie, torre - Tipo do estourido: atmosférico, globo - Tipo do estourido: atmosférico, na superficie - Tipo do estourido: atmosférico, na superficie da auga, barquiña - Tipo do estourido: estoupido do cráter (subsolo pouco afundido) - Tipo do estourido: atmosférico, foguete ou mísil - Tipo do estourido: espacial (altitude > 80 km) - Tipo do estourido: mergullado ou submariño + Tipo de edificio: pirámide + Tipo: na superficie + Tipo de estourido: atmosférico + Tipo de estourido: atmosférico, lanzamento aéreo + Tipo de estourido: atmosférico, na superficie, torre + Tipo de estourido: atmosférico, globo + Tipo de estourido: atmosférico, na superficie + Tipo de estourido: atmosférico, na superficie da auga, barquiña + Tipo de estourido: estoupido de cráter (subsolo pouco afundido) + Tipo de estourido: atmosférico, foguete ou mísil + Tipo de estourido: espacial (altitude > 80 km) + Tipo de estourido: mergullado ou submariño Nome do edificio - Tipo da instalación médica: hospital de campaña - Tipo da instalación médica: centro de aconsellamento - Tipo da instalación médica: laboratorio - Tipo da instalación médica: terapia - Tipo da instalación médica: departamento - Tipo da instalación médica: ambulatorio - Tipo da instalación médica: primeiros socorros ou auxilios - Tipo da instalación médica: fogar de anciáns - Tipo da instalación médica: grupo de apoio no domicilio + Tipo de instalación médica: hospital de campaña + Tipo de instalación médica: centro de aconsellamento + Tipo de instalación médica: laboratorio + Tipo de instalación médica: terapia + Tipo de instalación médica: departamento + Tipo de instalación médica: dispensario + Tipo de instalación médica: primeiros socorros + Tipo de instalación médica: fogar de anciáns + Tipo de instalación médica: grupo de apoio no domicilio Asesoría (rehabilitación): si Asesoría (rehabilitación): non Atende adultos maiores: si Atende adultos maiores: non - Tipo da cabina: electricidade - Tipo da cabina: telecomunicacións - Tipo da cabina: TV por cabo - Tipo da cabina: gas - Tipo da cabina: servizo postal - Tipo da cabina: lixo - Tipo da cabina: xestión da auga - Tipo da cabina: alumeado público - Tipo da bomba: bomba de vareta - Tipo da bomba: India Mark II ou III - Tipo da bomba: de gravidade + Tipo de cabina: electricidade + Tipo de cabina: telecomunicacións + Tipo de cabina: TV por cabo + Tipo de cabina: gas + Tipo de cabina: servizo postal + Tipo de cabina: lixo + Tipo de cabina: xestión da auga + Tipo de cabina: alumeado público + Tipo de bomba: bomba de vareta + Tipo de bomba: India Mark II ou III + Tipo de bomba: de gravidade Non se admiten tarxetas Troika Eliminación dos refugallos: por descarga Eliminación dos refugallos: por latrina Eliminación dos refugallos: por químico Eliminación dos refugallos: por balde - Tipo: caixa do teléfono - Tipo: caixón dos libros + Tipo: cabina telefónica + Tipo: caixa de lectura Tipo: cabina de madeira Tipo: cabina de metal Tipo: andel Cociña Española Billetes de lotaría - Tipo do xogo + Tipo Lotaría - Tipo do refuxio: cercado - Tipo do refuxio: cortello aberto + Tipo: cercado + Tipo: cortello aberto Escola de música Gradas Localización: ó ar libre @@ -1655,14 +1655,14 @@ Conector: Tipo 3 Conector: Tipo 3: corrente Conector: Tipo 3: saída - Tipo do mapa: topográfico - Tipo do mapa: rueiro - Tipo do mapa: esquemático - Tipo do mapa: toposcópio - Tipo da pradaría: agrícola - Tipo da pradaría: perpétua - Tipo da pradaría: transicional - Tipo da pradaría: pastaxe + Tipo de mapa: topográfico + Tipo de mapa: rueiro + Tipo de mapa: esquemático + Tipo de mapa: toposcópio + Tipo: agrícola + Tipo: perpétua + Tipo: transicional + Tipo: pastaxe Tipo 1 Tipo 1 combinado Tipo 2 @@ -1756,7 +1756,7 @@ Saída Schuko Servizo para o automóbil Merca ó por maior - Tipo da subestación + Tipo Control do tráfico Construcción de materiais de transporte Tenda da caridade @@ -1998,7 +1998,7 @@ Sen saída Trazos da auga: lama Marcaxe do camiño - Marcaxe do roteiro + Marcaxe de ruta Portaxe ou peaxe para camións Pavimento táctil: non Só permítese ó camiñar @@ -2045,7 +2045,7 @@ Venda de motos: si, de segunda mán Adopcións: si En liberdade: si - Refuxio do inverno: si + Refuxio de inverno: si Reserva: si Lanchas a motor: si Casas flotantes: si @@ -2279,9 +2279,9 @@ Cabana sinxela Edificio Observación agochada dos animais - Refuxio da rocha + Abeiro na rocha Refuxio do sol - Refuxio do campo + Abeiro de campo Wi-Fi Por cabo Sen acceso á Internet @@ -2478,7 +2478,7 @@ Vida asistida Divulgación Banco de alimentos - Refuxio + Abeiro Asistencia sanitaria Taller Asistencia de día @@ -2696,7 +2696,7 @@ Estudio de fotografía Cantil Refuxio de animais - Refuxio: cabalos + Abeiro: cabalos Refuxio: ovellas Construción: celosía Construción: independente @@ -3185,7 +3185,7 @@ Dirección: entrada Dirección: saída Dirección: todas - Refuxio do inverno: non + Refuxio de inverno: non Reserva: requirida Reserva: recomendada Reserva: non @@ -3221,7 +3221,7 @@ Localización: tellado Localización: interior Localización: plataforma - Localización: quiosque + Localización: quiosco Localización: ponte Localización: muro Localización: entrada diff --git a/OsmAnd/res/values-gl/strings.xml b/OsmAnd/res/values-gl/strings.xml index 0c6df3523a..4bc948d688 100644 --- a/OsmAnd/res/values-gl/strings.xml +++ b/OsmAnd/res/values-gl/strings.xml @@ -946,8 +946,8 @@ incompleto Seguinte Anterior - Muda en que unidades se mide a distancia. - Unidades da lonxitude + Mudar as unidades de lonxitude. + Unidades de lonxitude Millas/pés Millas/iardas Quilómetros/metros @@ -1870,7 +1870,7 @@ Lon %2$s Eliminar Ler máis Estrada bloqueada - Seleccionar + Escoller Inverter o punto de partida e o destino Iconas de puntos de interese Elemento retirado @@ -3194,7 +3194,7 @@ Lon %2$s Espertar ó xirar Estabelece o tempo durante o cal ten que estar encendida a pantalla. Empregar sensor de proximidade - Move a túa man sobre a parte superior da pantalla para acendela mentres navegas. + Ó mover a man pola pantalla, acenderase. Grao 1 Grao 2 Grao 3 @@ -3480,7 +3480,7 @@ Lon %2$s Efecto secundario: No teu traxecto fallarán todos os treitos nos que non se cumprira o criterio de velocidade mínima (por exemplo, cando empurres a túa bicicleta por unha costa empinada). Ademais, non haberá información sobre os períodos de asueto, como as pausas. Isto ten efectos en calquera análise ou posprocesamento, como cando se trata de determinar a dura total da túa viaxe, o tempo en movemento ou a túa velocidade media. Recomendación: Proba primeiro a empregar a detección de movemento mediante o filtro de desprazamento mínimo de rexistro (B), pode producir mellores resultados e perderás menos datos. Se as pistas seguen a ser ruidosas a baixas velocidades, proba aquí con valores distintos de cero. Ten en conta que algunhas medicións poden non informar ningún valor de velocidade (algúns métodos baseados na rede), nese caso no se rexistraría ren. Observación: comprobacións de velocidade > 0: A meirande parte dos chipsets de GPS informan un valor de velocidade só se o algoritmo determina que está en movemento. Polo tanto, o uso do axuste > 0 neste filtro, en certo senso emprega a detección de movemento do conxunto de chips do GPS. Pero aínda se non se filtra aquí no intre da gravación, seguimos a empregar esta función no noso análise GPX para determinar a distancia corrixida, é dicir, o valor que se amosa nese campo é a distancia gravada en movemento. - Isto rexistrará só os puntos medidos cunha indicación de precisión mínima (en metros ou pés, segundo o informado por Android para o teu conxunto de chips). A precisión refírese a canto de preto están as túas medicións da localización real, e non está directamente relacionada coa precisión, que é a dispersión das medicións repetidas. + Isto registrará só os puntos medidos cunha indicación de precisión mínima (en metros/pés, segundo o informado polo Android para o teu conxunto de chips). A precisión é a proximidade das medicións á posición real, e non está directamente relacionada coa precisión, que é a dispersión de medicións repetidas. Efecto secundario: Como resultado da filtraxe por precisión, poden fallar puntos por exemplo embaixo de pontes, baixo árbores, entre edificios altos ou con certas condicións climáticas. Recomendación: É difícil predicir o que se gravará e o que non, pode ser mellor apagar este filtro. Observación: Se o GPS houbese apagado de xeito inmediato antes dunha gravación, o primeiro punto medido podería ter unha precisión disminuída, polo que no noso código pode que queiramos agardar un segundo máis ou menos antes de gravar un punto (ou gravar o mellor de 3 puntos consecutivos, etc.), pero isto aínda non se implementou. @@ -3748,5 +3748,44 @@ Lon %2$s Non foi posíbel atopar ningún destes perfís. Mapa xeral do mundo (detallado) Tipo non admitido - O GPX do OsmAnd non está ben formado, por favor, contacta co equipo de soporte para pescudar máis + O GPX do OsmAnd non está ben formado, por favor, contacta co equipo de soporte para pescudar máis. + Control da pantalla + Emprega o tempo de espera da pantalla do sistema + Escolle as opcións de acender a pantalla (asegúrate de que o OsmAnd está no primeiro plano cando o dispositivo está a ser bloqueado): + Instrucións de navegación + Botón de acendido + Escolle o tempo de espera da pantalla após acender. (\"%1$s\" non aplica tempo de espera). + Manter a pantalla apagada + Proxección pseudo-Mercator + Ficheiro SQLiteDB + Sempre + Apaga a apantalla após o tempo de espera da pantalla do sistema. + Opcións de acendido da pantalla: + A pantalla acenderase de xeito automático uns segundos antes das instrucións de navegación durante un tempo específico na opción \"Tempo de activación\". +\n +\n Traballa só mentres navegas. + Premendo o botón de acendido do dispositivo acenderá a pantalla co OsmAnd na pantalla de bloqueo. + Sensor de proximidade + Manter a pantalla acendida + Limitado por \"%1$s\", se está activado. + Un ficheiro de imaxe por tesela + Fornece un nome para a fonte do mapa en liña. + Insire ou pega a URL da fonte en liña. + Editar fonte en liña + Tempo de caducidade + Proxección do Mercator + Formato de almacenamento + Estabelece o nivel de achegamento mínimo e máximo no que se amosará ou cargará o mapa en liña. + Estes parámetros afectarán á pantalla cando sexan empregados como mapa normal ou mapa sobreposto/subcapa. +\n +\n%1$s: O mapa estará limitado ós achegamentos escollidos. +\n +\n%2$s: Niveis de achegamento nos que as teselas orixinais serán visíbeis. O aumento o a reducción de escala ocurrirán fóra destes valores. + Tempo de caducidade en minutos. As teselas na caché volveranse a cargar após o tempo especificado. Deixa este campo baleiro para nunca actualizar as teselas desta fonte. +\n +\n Un día son 1440 minutos. +\n Unha semana son 10080 minutos. +\n Un mes son 43829 minutos. + Escolle de que xeito serán almacenadas as teselas baixadas. + Tempo de espera da pantalla do sistema \ No newline at end of file diff --git a/OsmAnd/res/values-he/strings.xml b/OsmAnd/res/values-he/strings.xml index 9cce395cbe..9e80e74d89 100644 --- a/OsmAnd/res/values-he/strings.xml +++ b/OsmAnd/res/values-he/strings.xml @@ -3073,7 +3073,7 @@ להתעורר בפניות להגדיר את זמן פעילות המסך. להשתמש בחיישן מרחק - יש לנופף ביד מול החלק העליון של חזית המכשיר כדי להדליק אותו בזמן ניווט. + נפנוף היד מול המסך תדליק אותו. המסלול %s נשמר לא ניתן למחוק את הפרופילים הבסיסיים של OsmAnd שמירת שינויים @@ -3616,7 +3616,7 @@ לא ניתן לפענח את המציין הגאוגרפי ‚%s’. מומלץ: הגדרה של 5 מטרים עשויה לעבוד כמו שצריך אם אין לך צורך ללכוד פריטים באבחנה דקה מזאת ולא מעניין אותך ללכוד נתונים באופן מפורש בזמן מנוחה. תופעת לוואי: כתוצאה מסינון לפי דיוק, ייתכן שכמה נקודות תיעלמנה עבור למשל מתחת לגשרים, מתחת לעצים, בין בניינים גבוהים או בתנאי מזג אוויר מסוימים. - פעולה זו תקליט רק נקודות שנמדדו עם חיווי של דיוק מזערי (במטרים/רגל כפי שדווח על ידי Android עבור ערכת השבבים שלך). דיוק מתייחס לכמה קרובות המדידות שלך למיקום האמתי שלך ואינו קשור ישירות לדיוק שהוא פיזור של מדידות חוזרות ונשנות. + פעולה זו תקליט רק נקודות שנמדדו עם חיווי של דיוק מזערי (במטרים/רגל כפי שדווח על ידי Android עבור ערכת השבבים שלך). דיוק מתייחס למרחק המדידות שלך מהמיקום האמתי שלך ואינו קשור ישירות לדיוק שהוא פיזור של מדידות חוזרות ונשנות. המלצה: כדאי לנסות להשתמש בזיהוי תנועה דרך המסנן לסף תנועה תחתון (B) קודם לכן, הוא עשוי להביא לתוצאות טובות יותר ופחות מידע ילך לאיבוד. אם המסלולים שלך עדיין רועשים במהירויות נמוכות, כדי לנסות כאן ערכים שונים מאפס. נא לשים לב שחלק מהמדידות לא תדווחנה נתוני מהירות כלל (שיטות מבוססות רשת), שבמקרים כאלה לא יוקלט שום דבר. חלק מהערכים בוויקיפדיה לא יהיו זמינים בשם שצוין, יש לבחור את השפות בהן יופיעו הערכים של ויקיפדיה במפה. \nניתן יהיה להחליף בין כל השפות הזמינות בזמן קריאת הערך. @@ -3733,5 +3733,42 @@ סוג לא נתמך תופעות לוואי: תקופות מנוחה אינן מוקלטות בכלל או מצוינות בנקודה בודדת. תנועות קטנות (בעולם האמתי - כלומר לצדדים, כדי לסמן סטייה מהמסלול שלך) עשויות להסתנן החוצה. הקובץ שלך מכיל פחות מידע לעיבוד מאוחר יותר וגורע מיכולת ההסקה הסטטיסטית על ידי סינון החוצה נקודות מיותרות בזמן ההקלטה תוך שמירה אפשרית של זגזוגים משניים שנגרמו על ידי קליטה חלשה או השפעות של ערכת השבבים של ה־GPS. הערה: בדיקת מהירות > 0: רוב ערכות שבבי ה־GPS (איכון) מדווחים על ערך מהירות רק אם האלגוריתם מזהה שהמכשיר בתנועה ואינו מדווח אם אין תנועה. לפיכך להשתמש בהגדרה > 0 במסנן הזה בצורה מסוימת משתמש בזיהוי התנועה של ערכת השבבים של ה־GPS. אבל אפילו אם אין סינון כאן בזמן ההקלטה, אנו עדיין משתמשים בתכונה הזאת בניתוח ה־GPX שלנו כדי לקבוע את המרחק עם תיקונים, כלומר הערך שמופיע בשדה הזה הוא המרחק שהוקלט בזמן תנועה. - ה־GPX של OsmAnd אינו מסודר כראוי, נא ליצור קשר עם צוות התמיכה כדי להעמיק את המחקר + ה־GPX של OsmAnd אינו מסודר כראוי, נא ליצור קשר עם צוות התמיכה כדי להעמיק את המחקר. + קובץ תמונה אחד לאריח + קובץ SQLiteDB + נא לספק שם עבור מקור המפה המקוונת. + נא למלא או להדביק את כתובת המקור המקוון. + עריכת מקור מקוון + זמן תפוגה + היטל מרקטור + תצורת שמירה + יש להגדיר את רמת התקריב המזערית והמרבית שבהן המפה המקוונת תוצג או תיטען. + המשתנים האלו ישפיעו על התצוגה כאשר נעשה בהם שימוש כמפה או כשכבה עליונה/תחתונה. +\n +\n%1$s: המפה תוגבל לרמות התקריב הנבחרות. +\n +\n%2$s: רמות תקריב שבהן האריחים המקוריים יהיו גלויים. הגדלה או הקטנה ייתרחשו מחוץ לערכים האלו. + זמן התפוגה בדקות. אריחים שנשמרו במטמון ייטענו מחדש לאחר זמן מסוים. יש להשאיר את השדה הזה ריק כדי לא לרענן את האריחים ממקור זה. +\n +\nיום מלא הוא 1440 דקות. +\nשבוע מלא הוא 10,080 דקות. +\nחודש מלא הוא 43,829 דקות. + נא לבחור כיצד אריחים שהתקבלו יאוחסנו. + היטל דמוי מרקטור + תמיד + בקרת מסך + לכבות את המסך לאחר תפוגת שומר המסך של המערכת. + להשתמש בתפוגת שומר המסך של המערכת + אפשרות יקיצת מסך: + נא לבחור את אפשרויות יקיצת המסך (נא לוודא ש־OsmAnd בחזית כאשר המכשיר ננעל): + כל הנחיית ניווט תפעיל את המסך. + הנחיות ניווט + לחיצה על כפתור ההפעלה תפעיל את המסך עם OsmAnd על גבי מסך הנעילה. + כפתור הפעלה/כיבוי + חיישן מרחק + לבחור את זמן תפוגת שומר המסך של המערכת לאחר ההתעוררות. („%1$s” - ללא זמן תפוגה.) + להשאיר את המסך פעיל + להשאיר את המסך כבוי + מוגבל על ידי „%1$s”, אם פעיל. + תפוגת שומר המסך של המערכת \ No newline at end of file diff --git a/OsmAnd/res/values-hu/strings.xml b/OsmAnd/res/values-hu/strings.xml index d619f0d562..98ce5d970d 100644 --- a/OsmAnd/res/values-hu/strings.xml +++ b/OsmAnd/res/values-hu/strings.xml @@ -1064,7 +1064,7 @@ Proporcionális memória %4$s MB (Android korlát %5$s MB, Dalvik %6$s MB).Minimális zoom: %1$s Csempeadat: %1$s %1$s csempeforrás elmentve - Elliptikus Merkátor + Elliptikus Mercator Maximális zoom Lejárat (perc) Minimális zoom @@ -2338,14 +2338,14 @@ Ha szereted az OsmAndot és az OSM-et, és szeretnéd támogatni a fejlődésük Csempék újratöltése naprakész adatok megjelenítéséhez. Csempegyorsítótár Hibás felhasználónév - Ide: + Eddig: Ettől: Csak a hozzáadott képek megtekintése Dátum Felhasználónév megadása Csak az általa hozzáadott képek megtekintése: Felhasználónév - A képek szűrése feltöltő, dátum vagy típus szerint. Csak erős nagyításnál használhatóak. + A képek szűrése feltöltő, dátum vagy típus szerint. Csak erős nagyításnál használhatók. Sugaras vonalzó Átlag %1$d / %2$d @@ -3648,4 +3648,39 @@ Ha szereted az OsmAndot és az OSM-et, és szeretnéd támogatni a fejlődésük \n Nem támogatott típus Folytatás + Ezek a paraméterek a térképként vagy rátét/alátétként való használatkor befolyásolják a megjelenítést. +\n +\n%1$s: A térkép ezen nagyítási szintek közé lesz kotlátozva. +\n +\n%2$s: Ezen nagyítási szintek között az eredeti csempék jelennek meg, ezeken kívül pedig felskálázásra vagy leskálázásra kerülnek. + Mindig + Kijelző beállításai + Kijelző időtúllépés + Ezekkel a beállításokkal az OsmAnddal az előtérben ébresztheti fel a kijelzőt. + Ezek a beállítások csak akkor működnek, ha az eszköz az OsmAnddal az előtérben kerül lezárásra. + A kijelző automatikusan bekapcsol néhány másodperccel a navigációs utasítás előtt a \"Felébresztési idő\" opcióban megadott időtartamra. +\n +\nKizárólag navigáció közben működik. + Navigációs utasítások + A feloldógomb megnyomásakor a kijelző az OsmAnddal az előtérben fog megjelenni. + Lezárógomb + Közelségérzékelő + Kijelző maradjon bekapcsolva + Kijelző maradjon kicsapcsolva + Egy képfájl csempénként + Pszeudo-Mercator vetület + Adja meg vagy illessze be az online forrás URL-jét. + Nevezze el az online térképforrást. + SQLiteDB fájl + Online forrás szerkesztése + Lejárati idő + Mercator vetület + Tárolás formátuma + Adja meg a legkisebb és legnagyobb nagyítási szintet, amelyen az online térkép megjelenjen vagy letöltésre kerüljön. + Lejárati idő percben megadva. A gyorsítótárazott csempék a megadott idő után újratöltésre kerülnek. A mezőt üresen hagyva ezek a csempék soha nem fognak frissülni. +\n +\nEgy nap 1440 perc. +\nEgy hét 10 080 perc. +\nEgy hónap 43 829 perc. + Válassza ki a letöltött csempék tárolási módját. \ No newline at end of file diff --git a/OsmAnd/res/values-is/phrases.xml b/OsmAnd/res/values-is/phrases.xml index 53770903b9..b29e1b2110 100644 --- a/OsmAnd/res/values-is/phrases.xml +++ b/OsmAnd/res/values-is/phrases.xml @@ -632,7 +632,7 @@ Wiki á úkranísku Wiki á bosnísku Wiki á írsku - "Wiki á íslensku" + Wiki á íslensku Wiki á mongólsku Reitur Aðalinngangur @@ -949,7 +949,7 @@ Bílaviðgerðir Engar viðgerðir - Ekki sjálfsafgreiðsla + Nei Full þjónusta @@ -2026,7 +2026,7 @@ Glútenlaus matur: nei Ekki sjálfvirkt Burstalaust: nei - Bílaþvottur: nei + Nei Karlar Bannað körlum Konur @@ -3664,7 +3664,7 @@ Aðgangur hópferðabíla: nei Aðgangur langferðabifreiða: já Aðgangur langferðabifreiða: nei - "Aðgangur skíðandi: já" + Aðgangur skíðandi: já Aðgangur skíðandi: nei Aðgangur vélsleða: einka Aðgangur vélsleða: nei @@ -3803,4 +3803,10 @@ Vatnsyfirborð: að hluta í kafi Gróft Merki til að finna staurinn + Staða dælu: vantar bita + Sog + Undir þrýstingi + Grunnvatn + Leiðsla + Þrýstingur \ No newline at end of file diff --git a/OsmAnd/res/values-is/strings.xml b/OsmAnd/res/values-is/strings.xml index 4a01a9c9cb..e15cf86006 100644 --- a/OsmAnd/res/values-is/strings.xml +++ b/OsmAnd/res/values-is/strings.xml @@ -857,8 +857,8 @@ Skrifa feril í GPX-skrá Vista núverandi feril Undirferlar: %1$s - %1$s -Ferill %2$s + %1$s +\nFerill %2$s Tómur GPX-ferill Grunnkort af heiminum Rennur út (mínútur): %1$s @@ -923,7 +923,7 @@ Ferill %2$s Kílómetrar/metrar Deila staðsetningu með Staðsetning: %1$s -%2$s +\n%2$s Senda staðsetningu Deila staðsetningu Hindrun @@ -1130,8 +1130,8 @@ Ferill %2$s OsmAnd kort og leiðsögn OsmAnd+ kort og leiðsögn Samgöngumáti: - Sólarupprás: %1$s -Sólsetur: %2$s + Sólarupprás: %1$s +\nSólsetur: %2$s Dags/Næturupplýsingar Stíll korts Stilla skjá @@ -1141,9 +1141,9 @@ Sólsetur: %2$s Forðast… Gegnsæir viðmótshlutar Keyra - forrit í bakgrunni +\n forrit í bakgrunni Stöðva - keyrslu í bakgrunni +\n keyrslu í bakgrunni Ýttu á lásinn til að aflæsa skjánum Götuheiti Stilla skjá @@ -1232,7 +1232,7 @@ Sólsetur: %2$s Birta staðsetningu þína OsmAnd Ónettengd kort -og leiðsögn +\nog leiðsögn Leit á kortinu Þú ert ekki með uppsett nein ónettengd kort. Þú gætir valið kort úr listanum eða hlaðið inn kortum síðar með valmyndinni - %1$s. Velja annað svæði @@ -1339,7 +1339,7 @@ og leiðsögn %1$d af %2$d atriði/atriðum var eytt. %1$d af %2$d atriði/atriðum voru virkjuð. Engin atriði í %1$s - "Þú ert um það bil að %1$s %2$s atriði. Viltu halda áfram?" + Þú ert um það bil að %1$s %2$s atriði. Viltu halda áfram\? Nota núverandi áfangastað Forritið getur ekki hlaðið niður kortalaginu %1$s, prófaðu að setja það aftur upp. Kortið er þegar uppsett, stillingar verða uppfærðar. @@ -1461,7 +1461,7 @@ og leiðsögn Heimsækja eftir Heimsækja á undan Bre %1$s -Len %2$s +\nLen %2$s Leiðsagnarstillingar Ferðakort Sjókort @@ -1476,8 +1476,8 @@ Len %2$s Nálægur merkisstaður Almennt millibil skráninga Millibil skráninga - Byrja GPX-skráningu - Stöðva GPX-skráningu + Halda áfram með GPX-skráningu + Setja GPX-skráningu í bið Vegalengd: %1$s (%2$s punktar) Upptaka mistókst Myndavél er ekki tiltæk @@ -1588,8 +1588,8 @@ Len %2$s Tími á ferð: %1$s %1$s \nLeiðarpunktar %2$s - %1$s -Punktar + %1$s +\nPunktar Litur á skjá Reikna leið milli punkta Staðsetning skjás alltaf á miðju @@ -1735,8 +1735,7 @@ Punktar Hljóð í margmiðlun/tónlist Nota rastakort fyrir allt undir þessu aðdráttarstigi. Lágmarks aðdráttur vektora - - Nettengd OSM kortaflokkun með myndum. + Nettengd OSM kortaflokkun með myndum. Nettengd NafnaLeit Vísirinn \'\'{0}\'\' passaði ekki í minni Öll ónettengd gögn verða studd af nýju útgáfunni. Hinsvegar ætti að flytja út eftirlætispunkta út úr eldri útgáfunni og flytja aftur inn í nýju útgáfunni. @@ -1828,7 +1827,7 @@ Punktar Birta/Fela merkisstaði Sýna %1$s Fela %1$s - "Bæta við flokki" + Bæta við flokki Búa til atriði Stilla kort Rötun @@ -1900,14 +1899,15 @@ Punktar Færa kortið til að breyta staðsetningu kortamerkis Breytingar %1$s, vægi %2$s, heildarfjöldi breytinga %3$s Vægisröðun OSM-ritstjóra - Ekki nægilegt geymslupláss! -\n {3} MB þarf tímabundið, {1} MB varanlega. (Tiltækt pláss er einungis {2} MB.) + Ekki nægilegt geymslupláss! +\n {3} MB þarf tímabundið, {1} MB varanlega. +\n (Tiltækt pláss er einungis {2} MB.) Sækja {0} skrá(r)\? \n {3} MB er notað tímabundið, {1} MB varanlega. (Af {2} MB.) Sækja {0} skrá(r)\? \n {1} MB verða notuð (af {2} MB). Bæta við tímaramma - "Veldu eða sæktu raddleiðsögn fyrir tungumálið þitt." + Veldu eða sæktu raddleiðsögn fyrir tungumálið þitt. Veldu þá vegi sem þú vilt forðast á meðan leiðsögn stendur. Ekkert heimilisfang er ákvarðað \'Slökkva\' ræsir kortaskjáinn beint. @@ -1952,11 +1952,11 @@ Punktar Herma eftir staðsetningu með því að nota reiknaða leið eða skráðan GPX-feril. Þú ert að fara að senda %1$d breytingu/breytingar inn til OSM. Ertu viss? Ógildur OLC-kóði - +\n Stuttur OLC-kóði -Settu inn fullan kóða +\nSettu inn fullan kóða Gildur fullur OLC -Stendur fyrir svæði: %1$s x %2$s +\nStendur fyrir svæði: %1$s x %2$s Atriði eftir Skrifa feril sjálfkrafa í GPX-skrá á meðan leiðsögn stendur GPX-ferlar verða sjálfvirkt vistaðir í ferlamöppu á meðan leiðsögn stendur. @@ -1993,10 +1993,10 @@ Stendur fyrir svæði: %1$s x %2$s Nettengd leiðsagnarþjónusta virkar ekki án nettengingar. Valið tungumál er ekki stutt af uppsetta Android TTS (text-to-speech) talgervlinum, forstillt TTS-tungumál hans verður því notað. Viltu athuga með annan TTS-talgervil á markaðnum\? Viltu fara á markaðinn og sækja valið tungumál? - Ónettengt vektorkort til fyrir þessa staðsetningu. -\t -\tTil að nota það virkjaðu \'Valmynd\' → \'Stilla kort\' → \'Uppruni korts…\' → \'Ónettengd vektorkort\'. - Hljóð símtala (til að að grípa inn í Bluetooth-hljómkerfi bifreiða) + Ónettengt vektorkort til fyrir þessa staðsetningu. +\n +\nTil að nota það virkjaðu \'Valmynd\' → \'Stilla kort\' → \'Uppruni korts…\' → \'Ónettengd vektorkort\'. + Hljóð símtala (til að grípa inn í Bluetooth-hljómkerfi bifreiða) Setja upp OsmAnd - {0} af {1} {2} MB ? Þekju kortsins var breytt yfir í \"%s\". Undirlagi kortsins var breytt yfir í \"%s\". @@ -2022,10 +2022,11 @@ Stendur fyrir svæði: %1$s x %2$s Veldu þegar birta á kort einungis með vegum: Stilla umferðaraðvaranir (hraðatakmarkanir, lokanir, umferðarhnúta, hraðahindranir, veggöng), aðvaranir um hraðamyndavélar og upplýsingar um akreinaskiptingar. Almenn skoðun landakorta í farsíma og flakk á ónettengdum sem nettengdum OSM-landakortum - Leggðu þitt fram til OSM -\n • Tilkynntu um villur í gögnum -\n • Sendu inn GPX-ferla til OSM beint úr forritinu -\n • Bættu við merkisstöðum og sendu þá beint inn til OSM (eða síðar ef engin nettenging er til staðar) + Leggðu þitt fram til OSM +\n • Tilkynntu um villur í gögnum +\n • Sendu inn GPX-ferla til OSM beint úr forritinu +\n • Bættu við merkisstöðum og sendu þá beint inn til OSM (eða síðar ef engin nettenging er til staðar) +\n OsmAnd er opinn hugbúnaður og í stöðugri þróun. Hver sem er getur tekið þátt í gerð forritsins, til dæmis með því að tilkynna um hnökra, bæta þýðingar eða forrita nýja eiginleika. Lífleg staða verkefnisins og sífelldar endurbætur má þannig rekja til margra þátta samspils milli notenda og hönnuða. Verkefnið styðst líka við fjárhagslega styrki frá notendum sem nýtast til að fjármagna viðameiri forritun og prófanir. \n Gæði og áætluð þekja landakorta: \n • Vestur-Evrópa: **** @@ -2149,7 +2150,7 @@ Stendur fyrir svæði: %1$s x %2$s Notandanafn Síaðu myndir eftir sendanda, dagsetningu eða tegund. Aðeins beitt í miklum aðdrætti. Frumstilla - Settu upp Mapillary til að setja myndir eða myndarunur inn á þessa staðsetningu á kortinu. + Settu upp Mapillary til að setja myndir inn á þessa staðsetningu á kortinu. Deildu þínum eigin götumyndum í gegnum Mapillary. Gerir kleift að bæta kerfið á einfaldan hátt með Mapillary. Götumyndir af netinu fyrir alla. Uppgötvaðu staði, útvíkkaðu heiminn og vertu með í samstarfinu. @@ -2277,7 +2278,7 @@ Stendur fyrir svæði: %1$s x %2$s Bæta við punkti á undan Bæta við punkti á eftir Valkostir - Vistaðu punktana sem sem leiðarpunkta eða sem línu. + Vistaðu punktana sem leiðarpunkta eða sem línu. Fletta kortinu og bæta við punktum Halda áfram/Setja leiðsögn í bið Hefja/Stöðva leiðsögn @@ -2326,7 +2327,7 @@ Stendur fyrir svæði: %1$s x %2$s Skildu þetta eftir autt til að nota heimilisfangið eða staðarheiti. Þú getur bætt við einum eða fleiri flokkum merkisstaða til að birta á kortinu. Hnappur til að fletta í gegnum listann hér fyrir neðan. - Flytja inn GPX-skrár eða skrá niður ferla. + Flytja inn GPX-skrár eða skrá ferla. Í augnablikinu er þráðlaust Wi-Fi net ekki tengt. Viltu nota núverandi internettengingu undir niðurhal? Íhugaðu að kaupa viðbótina fyrir hæðarlínur á markaðnum til að styðja við áframhaldandi þróun forritsins. Verið er að taka upp hjóð/myndskeið. Til að stöðva það, ýttu á hljóð/mynd-viðmótshlutann. @@ -2335,17 +2336,18 @@ Stendur fyrir svæði: %1$s x %2$s Ýttu á \"Nota staðsetningu …\" til að úthluta minnispunkti á staðsetninguna. Forritið er keyrandi í öryggisham (slökktu á þessu í stillingunum). ZXing Barcode Scanner forritið er ekki uppsett. Leita á Google Play markaðnum? - Áætluð kortaþekja og gæði: -\n • Vestur-Evrópa: **** -\n • Austur-Evrópa: *** -\n • Rússland: *** -\n • Norður-Ameríka: *** -\n • Suður-Ameríka: ** -\n • Asía: ** -\n • Japan & Kórea: *** -\n • Miðausturlönd: ** -\n • Afríka: ** • Antarktíka: * -\n Flest lönd í heiminum eru tiltæk sem niðurhalspakkar! + Áætluð kortaþekja og gæði: +\n • Vestur-Evrópa: **** +\n • Austur-Evrópa: *** +\n • Rússland: *** +\n • Norður-Ameríka: *** +\n • Suður-Ameríka: ** +\n • Asía: ** +\n • Japan & Kórea: *** +\n • Miðausturlönd: ** +\n • Afríka: ** +\n • Antarktíka: * +\n Flest lönd í heiminum eru tiltæk sem niðurhalspakkar! \n Frá Afghanistan til Simbabve, frá Ástralíu til BNA. Argentína, Brasilía, Kanada, Frakkland, Þýskaland, Mexíkó, UK, Spánn, … \n Birta frá aðdráttarstigi (krefst hæðarlínugagna): @@ -2369,7 +2371,7 @@ Stendur fyrir svæði: %1$s x %2$s Ýttu lengi og dragðu hnappinn til á skjánum til að breyta staðsetningu hans. Settu inn heiti fyrir nýju síuna, þessu verður bætt við á Flokkar-flipann þinn. Veldu þolvik hraðatakmarkana, ef þú ert þetta mikið fyrir ofan þau verður lesin aðvörun. - "Fyrir langar leiðir: Bættu milliáfangastöðum inn í leiðina ef ekkert finnst innan 10 mínútna." + Fyrir langar leiðir: Bættu milliáfangastöðum inn í leiðina ef ekkert finnst innan 10 mínútna. Það sem er hér: Lesa óstytta grein Lesa grein @@ -2468,7 +2470,7 @@ Stendur fyrir svæði: %1$s x %2$s \n Búðu til eða breyttu merkisstöðum í OSM (POI), opnaðu eða gerðu athugasemdir á OSM-minnispunkta og sendu inn skráða ferla í GPX-skrám. Ýttu á merki á kortinu til að færa það efst í virk kortamerki án þess að opna samhengisvalmyndina. - Bættu minnispunkti með hljóði, ljósmynd eða myndskeiði á hvern punkt á kortinu, með hjálp viðmótshluta eða samhengisvalmyndar. + Bættu minnispunkti með hljóði, ljósmynd eða myndskeiði á punkta á kortinu, með hjálp viðmótshluta eða samhengisvalmyndar. Veldu feril til að bæta ferilpunktum í kortamerki hans. Opið frá Opið til @@ -2482,7 +2484,7 @@ Stendur fyrir svæði: %1$s x %2$s Birta stefnulínu frá staðsetningu þinni að staðsetningum virkra kortamerkja. Birta eina eða fleiri örvar sem gefa til kynna stefnu á virk kortamerki. Veldu hvernig á að birta vegalengdina að virkum kortamerkjum. - Veldu hve margir stefnuvísar séu birtir: + Veldu hve margir stefnuvísar séu birtir. er hægt að flytja inn sem punkt í eftirlæti eða sem GPX-skrá. Veldu hvernig á að gefa til kynna vegalengd og stefnu að kortamerkjum á kortaskjánum: Veldu undir hvaða hraða stefna kortsins skiptir úr \'Eftir átt hreyfingar\' yfir í \'Eftir áttavita\'. @@ -2490,7 +2492,7 @@ Stendur fyrir svæði: %1$s x %2$s Áfangastaður þinn er innan svæðis með einkaaðgangi. Viltu leyfa aðgang að einkavegum í þessari ferð? Þú getur sent OSM-minnispunktinn þinn inn nafnlaust eða með því að nota OpenStreetMap.org notandasniðið þitt. Birta kerfistilkynningu sem gefur kost á að hefja skráningu ferðar. - Áskriftargjaldið verður rukkað í hverjum mánuði. Þú getur hvenær sem er sagt áskriftinni upp á Google Play. + Áskriftargjaldið verður rukkað miðað við valið tímabil. Þú getur sagt áskriftinni upp hvenær sem er á Google Play. Hluti styrktarfjárhæðarinnar verður sendur til OSM-notendanna sem senda inn breytingar á OpenStreetMap. Kostnaður við áskriftina helst hinn sami. Áskrift virkjar uppfærslur vikulega, daglega eða á klukkustundar fresti og ótakmarkað niðurhal korta út um víða veröld. Fáðu ótakmörkuð niðurhöl korta: vikulega, daglega eða á klukkustundar fresti. @@ -2571,6 +2573,7 @@ Stendur fyrir svæði: %1$s x %2$s \n Nýttu þér leiðsögn með talskilaboðum eða myndrænum ábendingum, skoðaðu merkisstaði (e: POI - points of interest), útbúðu og sýslaðu með GPX-ferla, nýttu þér hæðarlínur og hæðarupplýsingar (með hjálp viðbótar), veldu á milli aksturs-, hjólreiða- og göngustillinga, breyttu OSM beint í forritinu, og margt fleira. \n \n OsmAnd+ er sú útgáfa forritsins sem þú borgar fyrir. Með því að kaupa hana, ertu að styðja við verkefnið, fjármagna þróun nýrra eiginleika, og færð í kaupbæti allar nýjustu uppfærslur. +\n \n Nokkrir af helstu eiginleikunum: Öryggiseiginleikar \n • Hægt að velja sjálfvirka skiptingu milli dags- og nætursýnar @@ -2601,13 +2604,13 @@ Stendur fyrir svæði: %1$s x %2$s \n - Fullkomin virkni án nettengingar (hægt að sækja og geyma vektorkort eða kortaflísar í tækinu) \n - Þjöppuð ónettengd vektorkort tiltæk fyrir allan heiminn \n - Hægt er að sækja lands- eða svæðiskort beint úr forritinu -\n - Hægt að leggja nokkrar yfirlagsþekjur yfir kort, eins og GPX- eða leiðsagnarferla, merkisstaði, eftirlæti, hæðarlínur, biðstöðvar í almenningssamgöngum,viðbótarkort með sérsniðnu gegnsæi +\n - Hægt að leggja nokkrar yfirlagsþekjur yfir kort, eins og GPX- eða leiðsagnarferla, merkisstaði, eftirlæti, hæðarlínur, biðstöðvar í almenningssamgöngum, viðbótarkort með sérsniðnu gegnsæi \n - Ónettengd leit að heimilisföngum og stöðum (POI) \n - Ónettengd vegvísun á meðalvegalengdum \n - Stillingar fyrir akandi, hjólandi og gangandi með vali um: \n - sjálfvirka skiptingu milli dag-/næturhams \n - hraðaháða birtingu korta -\n - að stefna korta miðist við við áttavita eða hreyfingarstefnu +\n - að stefna korta miðist við áttavita eða hreyfingarstefnu \n - leiðbeiningar fyrir akreinaskipti, hraðatakmarkanir; ýmist upptökur eða talgervilsraddir. \n \n Takmarkanir á þessari ókeypis útgáfu OsmAnd: @@ -2616,7 +2619,6 @@ Stendur fyrir svæði: %1$s x %2$s \n \n OsmAnd er í virkri þróun, verkefnið okkar og frekari framfarir byggjast á fjárframlögum til að fjármagna þróun og prófanir á nýjum eiginleikum. Vinsamlega íhugaðu að kaupa OsmAnd+, fjármagna sérstakar nýjar aðgerðir eða gefa almennt framlag á https://osmand.net. GPS-leiðsögn -\n \n • Þú getur valið leiðsögn með nettengingu (hraðvirkt) eða án nettengingar (engin aukagjöld þegar þú ert erlendis) \n • Raddleiðsögn beygju-fyrir-beygju (upptökur eða talgervill) \n • Sjálfvirkur endurútreikningur leiðar þegar farið er út af leið @@ -2626,7 +2628,7 @@ Stendur fyrir svæði: %1$s x %2$s \n • Hægt að láta aðdrátt vera háðan hraða \n • Leit að stöðum eftir heimilisfangi, eftir tegund (t.d.: veitingastaður, hótel, bensínstöð, safn), eða eftir landfræðilegum hnitum \n • Styður millipunkta á leiðinni þinni -\n • Þú getur skráð þinn eigin GPX-feril eða náð í einn slíkan og fylgt honum +\n • Þú getur skráð þinn eigin GPX-feril eða náð í einn slíkan og fylgt honum \n Landakort \n • Birtir merkisstaði (POI - point of interests) í kringum þig @@ -2668,7 +2670,7 @@ Stendur fyrir svæði: %1$s x %2$s \n - Stillingar fyrir akandi, hjólandi og gangandi með: \n - val um sjálfvirka skiptingu milli dag-/næturhams \n - val um hraðaháða birtingu korta -\n - val um að stefna korta miðist við við áttavita eða hreyfingarstefnu +\n - val um að stefna korta miðist við áttavita eða hreyfingarstefnu \n - val um leiðbeiningar fyrir akreinaskipti, hraðatakmarkanir, upptökur eða TTS-talgervilsraddir \n Leiðsögn @@ -2797,7 +2799,7 @@ Stendur fyrir svæði: %1$s x %2$s Aðlögun á sjálfgefna stílnum til að auka birtuskil leiða fyrir fótgangandi og hjólreiðafólk. Notar eldri liti úr Mapnik. GPX-skrár Náðu í OsmAnd Live til að aflæsa öllum eiginleikum: Fáðu ótakmörkuð niðurhöl korta og daglegar kortauppfærslur, allar greiddar og ókeypis viðbætur, Wikipedia, Wikivoyage og margt fleira. - "Sendu skjámynd af þessari tilkynningu til support@osmand.net" + Sendu skjámynd af þessari tilkynningu til support@osmand.net Breyta aðgerðum Breyta punkti Bæta við punkti @@ -3182,7 +3184,7 @@ Stendur fyrir svæði: %1$s x %2$s Vekja við beygjur Skilgreindu þann tíma sem kveikt er á skjánum. Nota nálægðarskynjara - Veifaðu hendinni yfir efri hluta skjásins til að kveikja á skjánum á meðan leiðsögn stendur. + Veifaðu hendinni yfir efri hluta skjásins til að kveikja á skjánum. Gráða 1 Gráða 2 Gráða 3 @@ -3491,7 +3493,7 @@ Stendur fyrir svæði: %1$s x %2$s Ábending: Stilling upp á 5 metra gæti virkað vel ef þú hefur ekki þörf fyrir meiri nákvæmni og ef þú vilt koma í veg fyrir að verið sé að skrá gögn á meðan staldrað er við. Endurraða flokkum Þú getur falið flokka sem þér finnast ekki nauðsynlegir og breytt röðun listans. Listann má flytja inn og út með forsniðum. - Þú getur bætt við nýjum sérsniðnum flokki með því að velja einn eða nokkra nauðsynlega flokka. + Þú getur bætt við nýjum sérsniðnum flokki með því að velja einn eða fleiri flokka. Tiltækt Bæta við sérsniðnum flokki Sýna aðeins á nóttunni @@ -3500,8 +3502,8 @@ Stendur fyrir svæði: %1$s x %2$s %1$s/%2$s Sólsetur kl. %1$s Sólarupprás kl. %1$s - Endurstilling á sjálfgefið mun setja röðun í upprunalega stöðu eftir uppsetningu. - Altækur aðgangur er óvirkur á kerfinu þínu. + \'Endurstillia á sjálfgefið\' mun setja röðun í upprunalega stöðu eftir uppsetningu. + Altækur aðgangur er óvirkur á Android-kerfinu þínu. Nota tímamörk kerfis fyrir skjá Hreinsa upptökugögn Afrita staðsetningarhnit @@ -3509,14 +3511,14 @@ Stendur fyrir svæði: %1$s x %2$s Raða eftir flokki Gefðu þessu sniði eitthvað nafn Opna stillingar - Viðbótin er óvirk + Forritsviðbót er óvirk Valmynd %1$s — %2$s — %3$s Leiðagerð Taka með viðbótargögn Suðurskautslandið - Þetta er sjálfgefið óvirkt, ef OsmAnd keyrir í forgrunni rennur skjárinn ekki út á tíma. -\n + Þetta er sjálfgefið óvirkt: ef OsmAnd keyrir í forgrunni rennur skjárinn ekki út á tíma. +\n \nEf þetta er virkt mun OsmAnd nota tímamörk kerfisins. • Notandasnið: núna geturðu breytt röðun, stillt táknmyndir fyrir kort, breytt öllum stillingum grunnsniða og fært þær aftur á upphaflegar stillingar \n @@ -3546,10 +3548,10 @@ Stendur fyrir svæði: %1$s x %2$s Þessi viðbót er sérstakt forrit, þú þarft að fjarlægja það sérstaklega ef þú ætlar þér ekki að nota það. \n \nViðbótin helst áfram uppsett á tækinu þó þú fjarlægir OsmAnd. - Innflutta sniðið inniheldur viðbótargögn. Smelltu á að flytja inn til að sækja aðeins gögn sniðsins eða veldu þau viðbótargögn sem ætti að flytja inn. + Innflutta sniðið inniheldur viðbótargögn. Smelltu á \'Flytja inn\' til að sækja aðeins gögn sniðsins eða veldu þau viðbótargögn sem ætti að flytja inn. Hægt er að velja viðbótargögn til útflutnings með sniðinu. Sjálfgefið fyrir forrit (%s) - Gera endurútreikning óvirkan + Enginn endurútreikningur Lágmarksvegalengd til að leið sé endurreiknuð Leiðin verður endurreiknuð ef vegalengd að leiðinni er lengri en uppgefið viðfang Sérsniðið notandasnið @@ -3590,7 +3592,7 @@ Stendur fyrir svæði: %1$s x %2$s %1$s af %2$s Yfirborð Hæðaskyggingakort styðst við dökka skugga til að sýna brekkur, tinda og láglendi. - Til að sýna brekkur eru notuð litasjónhrif á yfirborðið. + Til að sýna brekkur eru notaðir mismunandi litir við framsetningu yfirborðsins. Stilltu lágmarks og hámarks aðdráttarstig þess að lagið verður birt. Viðbótarkort þarf til að skoða hæðaskyggingar á kortinu. Viðbótarkort þarf til að skoða brekkur á kortinu. @@ -3598,7 +3600,7 @@ Stendur fyrir svæði: %1$s x %2$s Gegnsæi Aðdráttarstig Skýring - Virkja til að sjá hæðaskyggingar eða brekkur á korti. Þú getur lesið meira um þessa eiginleika á vefnum okkar + Virkja til að sjá hæðaskyggingar eða brekkur á korti. Þú getur lesið meira um þessa eiginleika á vefnum okkar. Hæðaskygging Brekkur Birta/fela yfirborð @@ -3616,10 +3618,10 @@ Stendur fyrir svæði: %1$s x %2$s Tígull Ferningur Skipta út öðrum punkti með þessum - Breytingum beitt á %1$s sniðið. - Gat ekki lesið %1$s. - Gat ekki skrifað %1$s. - Gat ekki flutt inn %1. + Breytingum beitt á \'%1$s\' sniðið. + Gat ekki lesið úr \'%1$s\'. + Gat ekki skrifað \'%1$s\'. + Gat ekki flutt inn úr \'%1$s\'. Ferðaskíði Vélsleðar Sérsniðin OsmAnd-viðbót @@ -3633,9 +3635,9 @@ Stendur fyrir svæði: %1$s x %2$s Þessi atriði eru falin á valmyndinni, en valkostirnir eða viðbæturnar sem þau standa fyrir munu virka áfram. Sumar Wikipedia-greinar gætu verið ekki tiltækar í þínu nafni, veldu það tungumál sem Wikipedia-greinarnar ættu að birtast á á kortinu. \nÞú munt geta skipt á milli allra tiltækra tungumála á meðan þú lest greinar. - Sérsníddu fjölda atriða í sleðanum, í uppsetningu landakorts og í samhengisvalmynd. -\n -\nÞú getur gert ónotaðar forritsviðbætur óvirkar til að fela stýringar þeirra í %1$s forritinu. + Sérsníddu fjölda atriða í sleðanum, í uppsetningu landakorts og í samhengisvalmynd. +\n +\nÞú getur gert ónotaðar forritsviðbætur óvirkar til að fela stýringar þeirra. %1$s. Atriði á sleða, samhengisvalmynd Sérsnið viðmóts Sleði @@ -3645,7 +3647,7 @@ Stendur fyrir svæði: %1$s x %2$s Einindi fyrir neðan þessa staðsetningu aðskilin með aðgreini. Falið Stillingar verða settar á upphaflega stöðu eftir að hafa verið faldar. - Aðalaðgerðir innifela aðeins 4 hnappa. + Er aðeins með 4 hnappa. Aðalaðgerðir Forritsviðbót fyrir forritun Atriði @@ -3683,11 +3685,65 @@ Stendur fyrir svæði: %1$s x %2$s Sérsniðinn litur Greiðsla verður gjaldfærð á Google Play reikninginn þinn við staðfestingu á kaupunum. \n -\nÁskrift endurnýjast sjálfkrafa nema hún sé felld niður fyrir endurnýjunardag. Reikningur þinn verður einungis gjaldfærður fyrir endurnýjunartímabil (mánuður / þrír mánuðir / ár) á endurnýjunardegi. +\n Áskrift endurnýjast sjálfkrafa nema hún sé felld niður fyrir endurnýjunardag. Reikningur þinn verður einungis gjaldfærður fyrir endurnýjunartímabil (mánuður / þrír mánuðir / ár) á endurnýjunardegi. \n -\nÞú getur stýrt og aflýst áskriftunum þínum með því að fara í Google Play stillingarnar þínar. +\n Þú getur stýrt og aflýst áskriftunum þínum með því að fara í Google Play stillingarnar þínar. %1$s / %2$s - Leita í tegundum merkisstaða + Leita eftir tegundum merkisstaða Sameina gerðir merkisstaða úr mismunandi flokkum. Ýttu á hnappinn til að velja allt, ýttu vinstra megin til að fara í val á flokkum. Óstudd aðgerð %1$s + Veldu hvernig sóttir kortatíglar eru geymdir. + Hafa slökkt á skjá + Leiðarvísir um tákn á kortinu. + Ein myndskrá á hverja kortaflís + Mercatorvörpun + Bæta við sniði + Halda skjá í gangi + Mælistika út frá miðju hrings + Skipta um forritssnið + Heims-yfirlitskort (nákvæmt) + SQLiteDB-skrá + Gat ekki fundið nein slík snið. + Settu inn eða afritaðu og límdu slóð á nettengdan kortagjafa. + Kortamerki + Fela almenningssamgöngur + Nota tímamörk kerfis fyrir skjá + Breyta nettengdum gagnagjafa + OsmAnd rekjari + Búa til / breyta merkisstað + Geymslusnið + Rennur út + Flýtiaðgerð + Aflhnappur + Innkaup í OsmAnd + Þú getur komist í þessar aðgerðir með því að ýta á \"%1$s\"-hnappinn. + Áskrift - OsmAnd Live + Alltaf + Birta/fela almenningssamgöngur + Endurheimta sjálfgefna röð atriða + Óstudd tegund + Leiðsagnarleiðbeiningar + Eftirlæti + Takmarkað af \"%1$s\", ef það er virkt. + Leiðsagnarsnið + Halda áfram + OsmAnd + Mapillary + Bæta við / breyta eftirlæti + Birta almenningssamgöngur + Tímamörk kerfis fyrir skjá + Hnappur til að birta eða fela almenningssamgöngur á kortinu. + Nálægðarskynjari + Ferðalög (Wikipedia og Wikivoyage) + Allar leiðbeiningar við leiðsögn munu kveikja á skjánum. + Skjástýring + Staðsetningar bílastæða + Settu inn nafn á nettengdum kortagjafa. + Mæla vegalengd + Gervi-Mercatorvörpun + Gildistími í mínútum. Kortaflísar í skyndiminni verða endurlesnar eftir tiltekinn tíma. Skildu þennan reit eftir auðan ef þú þarft ekki að láta endurlesa kortaflísar frá þessum kortagjafa. +\n +\nEinn dagur er 1.440 mínútur. +\nEin vika er 10.080 mínútur. +\nEinn mánuður er 43 829 mínútur. + Til baka í breytingar \ No newline at end of file diff --git a/OsmAnd/res/values-it/strings.xml b/OsmAnd/res/values-it/strings.xml index dc8ed9599c..11f231db59 100644 --- a/OsmAnd/res/values-it/strings.xml +++ b/OsmAnd/res/values-it/strings.xml @@ -3642,4 +3642,57 @@ Rappresenta l\'area: %1$s x %2$s Cambia il profilo dell\'app Non è possibile trovare alcun profilo. Mappa mondiale generale (dettagliata) + Mappe extra + Azione non supportata %1$s + OsmAnd tracker + OsmAnd + Mapillary + Azione veloce + Righello radiale + Misuratore della distanza + Viaggi (Wikivoyage e Wikipedia) + Marcatori mappa + Preferiti + Sottoscrizione - OsmAnd Live + Acquisti OsmAnd + La guida ai simboli della mappa. + Profili di navigazione + Tipo non supportato + Il GPX OsmAnd non è ben formattato, per favore contatta il supporto per ulteriori informazioni. + Sempre + Controllo dello schermo + Spegni lo schermo dopo il tempo di spegnimento di sistema dello schermo. + Usa lo spegnimento dello schermo di sistema + Opzioni di accensione dello schermo: + Scegli l\'opzione di risveglio (assicurati che OsmAnd sia in primo piano quando stai per bloccare il dispositivo): + A ogni indicazione di navigazione lo schermo si accenderà. + Indicazioni di navigazione + Premendo il pulsante di accensione del dispositivo lo schermo si accenderà con OsmAnd nella schermata di sblocco. + Pulsante di accensione + Sensore di prossimità + Scegli il tempo di spegnimento dopo l\'accensione dello schermo. (\"%1$s\" applica nessun tempo di attesa.) + Mantieni lo schermo acceso + Mantieni lo schermo spento + Limitata a \"%1$s\", se abilitata. + Proiezione pseudo-Mercatore + Un file immagine per mattonella + File SQLiteDB + Fornisci u nome per la sorgente della mappe online. + Immetti o incolla l\'URL della sorgente online. + Modifica le sorgenti online + Tempo di scadenza + Proiezione Mercatore + Formato dell\'archivio + Imposta il livello minimo e massimo a cui saranno caricate o visualizzate le mappe online. + Questi parametri avranno effetto sullo schermo quando è utilizzato come mappa o sfondo/sovrapposizione. +\n +\n%1$s: La mappa sarà limitata ai livelli di zoom selezionati. +\n +\n%2$s: Livelli di zoom a cui le mattonelle originali saranno visibili. Al di fuori di questi valori avverrà un\'interpolazione. + Tempo di scadenza in minuti. Le mattonelle salvate nella cache saranno ricaricate dopo l\'intervallo specificato. Lascia vuoto il campo per non ricaricare mai le mattonelle per questa sorgente. +\n +\nUn giorno corrisponde a 1440 minuti. +\nUna settimana corrisponde a 10080 minuti. +\nUn mese corrisponde a 43829 minuti. + Scegli come le mattonelle scaricate saranno conservate. + Tempo attivazione salvaschermo \ No newline at end of file diff --git a/OsmAnd/res/values-large/sizes.xml b/OsmAnd/res/values-large/sizes.xml index 07047222d2..07c7bb1153 100644 --- a/OsmAnd/res/values-large/sizes.xml +++ b/OsmAnd/res/values-large/sizes.xml @@ -57,7 +57,6 @@ 36dp 30dp 15dp - 9dp 23dp 27dp 3dp @@ -68,10 +67,6 @@ 9dp 5dp - 90dp - 18dp - 108dp - 30dp @@ -107,13 +102,8 @@ 13dp 60dp - 78dp - 29dp - 20dp - 23dp - 180dp 24dp 60dp @@ -121,6 +111,4 @@ 450dp 54dp - 24dp - \ No newline at end of file diff --git a/OsmAnd/res/values-nb/strings.xml b/OsmAnd/res/values-nb/strings.xml index 764865da6a..015b5d9139 100644 --- a/OsmAnd/res/values-nb/strings.xml +++ b/OsmAnd/res/values-nb/strings.xml @@ -3647,4 +3647,14 @@ \n \nVelg en handling. Kombiner interessepunkttyper fra forskjellige kategorier. Trykk for å velge alle, og venstre side for kategorivalg. + Angi navn for nettbasert kartkilde. + Skriv eller lim inn nettadresse for nettbasert kilde. + Rediger nettbasert kilde + Merkatorprojeksjon + Én bildefil per flis + Alltid + SQLiteDB-fil + Utløpstid + Lagringsformat + Velg hvordan nedlastede fliskart lagres. \ No newline at end of file diff --git a/OsmAnd/res/values-pt-rBR/strings.xml b/OsmAnd/res/values-pt-rBR/strings.xml index 45c5094296..311ba3cb83 100644 --- a/OsmAnd/res/values-pt-rBR/strings.xml +++ b/OsmAnd/res/values-pt-rBR/strings.xml @@ -3713,4 +3713,20 @@ Pôr do Sol: %2$s Mapa geral do mundo (detalhado) Tipo não suportado OsmA GPX não está bem formado, entre em contato com a equipe de suporte para investigar mais + Tempo de expiração + Projeção de Mercator + Formato de armazenamento + Defina o nível mínimo e máximo de zoom no qual o mapa online será exibido ou carregado. + Esses parâmetros afetarão a exibição quando usados como mapa ou sobreposição/subjacência. +\n +\n%1$s: O mapa será limitado aos zooms selecionados. +\n +\n%2$s: Níveis de zoom nos quais os blocos originais estarão visíveis. O aumento ou redução do tamanho ocorrerá fora desses valores. + Tempo de expiração em minutos. Os mosaicos em cache serão recarregados após o tempo especificado. Deixe esse campo em branco para nunca atualizar mosaicos para esta fonte. +\n +\nUm dia é 1440 minutos. +\nUma semana é de 10 080 minutos. +\nUm mês é 43 829 minutos. + Escolha como os mosaicos baixados serão armazenados. + Tempo limite da tela do sistema \ No newline at end of file diff --git a/OsmAnd/res/values-pt/phrases.xml b/OsmAnd/res/values-pt/phrases.xml index 07a4c74219..a2bbe6f233 100644 --- a/OsmAnd/res/values-pt/phrases.xml +++ b/OsmAnd/res/values-pt/phrases.xml @@ -3808,4 +3808,5 @@ Águas subterrâneas Tubo Pressão + Estado da bomba: falta de feixe \ No newline at end of file diff --git a/OsmAnd/res/values-pt/strings.xml b/OsmAnd/res/values-pt/strings.xml index 8d09e17744..e89591ee73 100644 --- a/OsmAnd/res/values-pt/strings.xml +++ b/OsmAnd/res/values-pt/strings.xml @@ -64,7 +64,7 @@ Executar o serviço de segundo plano para usar OsmAnd enquanto o ecrã está desligado. Caminho mais rápido Ativar para calcular a rota mais rápida ou desativar para a rota de poupança de combustível. - Zoom {0}: descarregar {1} quadrículas ({2} MB ) + Ampliação {0}: descarregar {1} quadrículas ({2} MB) Descarregar mapa Zoom máximo para decarregar Não é possível descarregar este mapa @@ -200,7 +200,7 @@ Não foi possível atualizar a lista de POIs locais Não foi possível carregar dados do servidor Não há dados offline para esta região - O zoom permite-lhe atualizar os POIs + A ampliação permite-lhe atualizar os POIs Atualizar pontos de interesse Atualizar dados locais da Internet\? Cidade: {0} @@ -220,7 +220,7 @@ Offline Internet Nível de zoom máx - Não navegar em quadrículas de mapa online para níveis de zoom além deste. + Não navegar em mapas on-line para níveis de ampliação além deste. Distância total %1$s, tempo de viagem %2$d h %3$d min. Escolha um serviço de navegação online ou offline. Serviço de navegação @@ -276,7 +276,7 @@ Dados OSM O nível de Zoom de acordo com a sua velocidade (enquanto o mapa é sincronizado com a posição atual). - Zoom automático do mapa + Ampliação automática do mapa Outras definições A visão do mapa e as configurações de navegação são guardadas por perfil. Defina aqui o seu. Perfil predefinido @@ -479,7 +479,7 @@ Iniciar anúncio automático Parar o anúncio automático Estou aqui - Alterar zoom do mapa por movimentos horizontais da trackball. + Alterar ampliação do mapa por movimentos horizontais da trackball. Usar trackball para controlo da ampliação Preferências relacionadas com a acessibilidade. Acessibilidade @@ -584,7 +584,7 @@ Nome Categoria Não, obrigado - Descarregue o mapa base do mundo para obter uma visão geral cobrindo o mundo inteiro em níveis baixos de zoom. + Descarregue o mapa base do mundo para obter uma visão geral cobrindo o mundo inteiro em níveis baixos de ampliação. Descarregue (\'offline\') dados para utilizar mapas offline. " \n @@ -1035,17 +1035,17 @@ Versão: Sobre Versão, licenças, membros do projeto - Zoom transferidas: %1$s + Ampliações transferidas: %1$s Expira (minutos): %1$s Transferível: %1$s Zoom máximo: %1$s - Zoom Mínimo: %1$s + Ampliação Mínima: %1$s Dados do mosaico: %1$s A origem do mosaico %1$s foi guardada Mercator elíptico Zoom máximo Expira (minutos) - Zoom mínimo + Ampliação mínima URL Escolher existente… Definir/Editar… @@ -1073,7 +1073,7 @@ \n - Orientação do mapa de acordo com a bússola ou a direção do movimento. \n - Orientação por faixas de rodagem, indicação do limite de velocidade, vozes gravadas e TTS. \n" - Sem zoom automático + Sem ampliação automático Aproximar Visão intermédia Mais abrangente @@ -1241,7 +1241,7 @@ Hora de fim: %1$tF, %1$tT Velocidade média: %1$s Intervalo de altitude: %1$s - Mostrar botões de zoom durante a navegação. + Mostrar botões de ampliação durante a navegação. Mostrar botões de zoom Defina o tamanho do texto no mapa. Tamanho do texto @@ -1527,7 +1527,7 @@ Objetos propostos Enviar POI OSM adicionado - Mapa base mundial (cobrindo o mundo inteiro em baixo nível de zoom) ausente ou ultrapassado. Por favor, considere descarregá-lo para uma visão global. + Mapa base mundial (cobrindo o mundo inteiro em baixo nível de ampliação) ausente ou ultrapassado. Por favor, considere descarregá-lo para uma visão global. Código QR O mapa %1$s está pronto para ser usado. Mapa descarregado @@ -1900,7 +1900,7 @@ Introduza nome de utilizador Ver imagens adicionadas por Nome de utilizador - Pode filtrar imagens por quem submeteu, por data our por tipo. Filtros aplicáveis apenas para zoom de proximidade. + Pode filtrar imagens por quem submeteu, por data ou por tipo. Filtros aplicáveis apenas para ampliação de proximidade. Régua de raio Permissões Não foi possível importar o ficheiro. Por favor, certifique-se de que OsmAnd tem permissão para lê-lo. @@ -1937,7 +1937,7 @@ Complemento Compre e instale o plugin \'Curvas de nível\' para mostrar as áreas verticais graduadas. Esquema de cores - Mostrar a partir do nível de zoom + Mostrar a partir do nível de ampliação Permitir acesso privado Permitir acesso a áreas privadas. Mostrar nível de zoom: %1$s @@ -1955,9 +1955,9 @@ Cidades próximas Selecionar cidade Pesquisa por código postal - Auto zoom do mapa ativado/desativado + Auto ampliação do mapa ativado/desativado Botão para ativar ou desativar o zoom automático controlado por velocidade. - Ativar o zoom automático + Ativar a ampliação automática Desativar o zoom automático Definir destino Substituir destino @@ -2529,7 +2529,7 @@ Estradas não trafegáveis Texto Matas e arbustos - Edifícios em zoom 15 + Edifícios em ampliação 15 Menos detalhes Restrições de acesso Descarregamentos não encontrados, por favor verifique a sua ligação à Internet. @@ -2571,12 +2571,12 @@ \n• Orientação por voz passo-a-passo lhe guia ao longo do caminho (vozes gravadas e sintetizadas) \n• A rota se recalcula sempre que se desviar dela \n• Orientação de pista, nomes de ruas e tempo estimado de chegada ajudará ao longo do caminho -\n• Para fazer sua viagem mais segura, modo dia/noite se alterna automaticamente +\n• Para fazer a sua viagem mais segura, modo dia/noite se alterna automaticamente \n• Visualize limites de velocidade e receba aviso se ultrapassá-los -\n• Zoom do mapa se ajusta a sua velocidade +\n• Ampliação do mapa se ajusta a sua velocidade \n• Pesquise destinos pelo endereço, tipo (p. ex.: estacionamento, restaurante, hotel, posto de gasolina, museu) ou coordenadas geográficas -\n• Suporta pontos intermédios em seu itinerário -\n• Grave ou carregue uma trilha GPX e siga-a +\n• Suporta pontos intermédios no seu itinerário +\n• Grave ou envie uma trilha GPX e siga-a \n Mapa \n• Mostra POIs (ponto de interesse) perto de si @@ -3434,7 +3434,7 @@ Mapas adicionais são necessários para ver Pistas no mapa. Pode ler mais sobre Inclinações em %1$s. Transparência - Níveis de zoom + Níveis de ampliação Legenda Ativar ver o mapa de colinas ou encostas. Pode ler mais sobre este tipo de mapa no nosso site Sombras de relevo @@ -3648,7 +3648,7 @@ Favoritos Assinatura - OsmAnd Live Compras de OsmAnd - O guia para a simbologia de um mapa + O guia para a simbologia de um mapa. Perfis de navegação Pesquisar tipos de poi %1$s / %2$s @@ -3687,4 +3687,57 @@ Lombardo Cor customizada Combinar tipos de POI de diferentes categorias. Toque em \"Trocar\" para selecionar tudo, toque no lado esquerdo para seleção da categoria. + Ocultar o transporte público + Mostrar transporte público + Mostrar/ocultar transporte público + Botão que mostra ou oculta o transporte público no mapa. + Criar / Editar POI + Posições de estacionamento + Adicionar / Editar Favorito + Restaurar ordem de itens padrão + Voltar à edição + O botão de ação alterna entre os perfis selecionados. + Adicionar perfil + Alterar o perfil de app + Não consegui encontrar nenhum perfil desse tipo. + Mapa geral do mundo (detalhado) + Tipo não suportado + OsmAnd GPX não está bem formado, por favor entre em contacto com a equipa de suporte para investigar mais. + Sempre + Controle de ecrã + Desliga o ecrã após o tempo limite do ecrã do sistema. + Usar o tempo limite do ecrã do sistema + Opções de acordar o ecrã: + Selecione as opções de acordar o ecrã (certifique-se de que OsmAnd está em primeiro plano quando o aparelho está a ser bloqueado): + Cada instrução de navegação irá ligar o ecrã. + Instruções de navegação + Pressionando o botão de ligar o aparelho ligará o ecrã com OsmAnd acima do ecrã de bloqueio. + Botão de ligar + Sensor de proximidade + Selecione o tempo limite do ecrã após acordar. (\"%1$s\" não aplica tempo limite). + Manter o ecrã ligado + Manter o ecrã desligado + Limitado por \"%1$s\", se ativado. + Projeção pseudo-Mercator + Um ficheiro de imagem por quadrícula + Ficheiro SQLiteDB + Forneça um nome para a fonte do mapa on-line. + Insira ou cole a URL para a fonte on-line. + Editar fonte on-line + Tempo de validade + Projeção Mercator + Formato de armazenamento + Defina o nível mínimo e máximo de ampliação no qual o mapa on-line será exibido ou carregado. + Estes parâmetros irão afetar a visualização quando utilizados como mapa ou sobreposição/sub-camada. +\n +\n%1$s: O mapa será limitado às ampliações selecionados. +\n +\n%2$s: Níveis de ampliação em que os azulejos originais serão visíveis. O aumento ou redução de escala ocorrerá fora destes valores. + Tempo de expiração em minutos. As quadrículas em cache serão carregadas novamente após um tempo especificado. Deixe este campo vazio para nunca atualizar as quadrículas para esta fonte. +\n +\nUm dia são 1440 minutos. +\nUma semana são 10 080 minutos. +\nUm mês são 43 829 minutos. + Escolha como as quadrículas descarregadas serão armazenadas. + Tempo limite do ecrã do sistema \ No newline at end of file diff --git a/OsmAnd/res/values-ru/strings.xml b/OsmAnd/res/values-ru/strings.xml index 18d2f53fa7..a59949348f 100644 --- a/OsmAnd/res/values-ru/strings.xml +++ b/OsmAnd/res/values-ru/strings.xml @@ -372,7 +372,7 @@ Выберите источник онлайн или кешированных растровых карт. Получение доступа ко множеству видов онлайн-карт (тайловых или растровых): от предопределённых тайловых OSM (как Mapnik), до спутниковых снимков и слоёв специального назначения, таких как карты погоды, климатические карты, геологических карты, слои затемнения высот и т. д. \n -\n Любая из этих карт может быть использована в качестве основной (базовой) карты для отображения или в виде наложения или подложки к другой базовой карте (например стандартной автономной карте OsmAnd). Некоторые элементы векторной карты OsmAnd могут быть по желанию скрыты через меню «Настройки карты». +\n Любая из этих карт может быть использована в качестве основной (базовой) карты для отображения или в виде наложения или подложки к другой базовой карте (например стандартной локальной карте OsmAnd). Некоторые элементы векторной карты OsmAnd могут быть по желанию скрыты через меню «Настройки карты». \n \n Карты можно загрузить непосредственно из интернета или подготовить для использования в автономном режиме (и вручную скопировать в папку данных OsmAnd) в виде базы данных sqlite, которая может быть создана с помощью различных инструментов подготовки карт сторонних производителей. Показывает настройки для включения фонового отслеживания и навигации путём периодического пробуждения устройства GPS (с выключенным экраном). @@ -387,7 +387,7 @@ Отладка и разработка Быстрая отрисовка Тест голосовых подсказок - Скачайте автономную векторную карту для этой локации в меню «Настройки» («Управление файлами карт»), или переключитесь на плагин «Онлайн карты». + Скачайте локальную векторную карту для этой локации в меню «Настройки» («Управление файлами карт»), или переключитесь на плагин «Онлайн карты». Отправить файлы GPX в OSM\? Видимость Теги @@ -400,15 +400,15 @@ Флуоресцентные цвета Использовать флуоресцентные цвета для отображения треков и маршрутов. Локальное редактирование - Всегда использовать локальное редактирование. - Изменение POI в приложении не меняет POI загруженные из интернета, однако все изменения сохраняются в локальный файл. + Всегда использовать редактирование на устройстве. + Изменение POI в приложении не меняет POI загруженные из интернета, однако все изменения сохраняются в локальный файл на устройстве. Выгрузка… {0} POI/заметок выгружено Выгрузить все Отправить изменения в OSM Удалить правку - Автономное дополнение: - Локально сохранённые OSM POI/заметки + Локальное дополнение: + OSM POI/заметки на устройстве Просмотр и управление OSM POI/заметками в локальной базе данных. Укажите интервал онлайн слежения. Интервал онлайн слежения @@ -486,7 +486,7 @@ Другое Не нужно Отсутствует базовая карта, покрывающая весь мир на мелком масштабе. Пожалуйста загрузите World_basemap_x.obf для полноценный работы приложения. - Локальные данные отсутствуют на SD-карте. Пожалуйста, загрузите их для того, чтобы использовать приложение без интернета. + На устройстве отсутствуют локальные данные. Пожалуйста, загрузите их для того, чтобы использовать приложение без интернета. " \n \nУдерживайте для вызова настроек" @@ -546,7 +546,7 @@ Загрузить ещё… Минимальный масштаб для использования векторных карт. Минимальный масштаб векторных карт - Не удалось выполнить автономный поиск. + Не удалось выполнить локальный поиск. Поиск по географическому положению Системная Язык интерфейса приложения (будет использован после перезапуска OsmAnd). @@ -609,7 +609,7 @@ Чтение кешированных растровых карт… Недостаточно памяти для локальной карты «{0}» Версия локальной карты «{0}» не поддерживается - Автономная навигация OsmAnd является экспериментальной функцией и не работает на длинные расстояния более 20 километров. + Локальная навигация OsmAnd является экспериментальной функцией и не работает на длинные расстояния более 20 километров. \n \nНавигация временно переключена на онлайн-сервис CloudMade. Невозможно найти указанную папку. @@ -1120,10 +1120,10 @@ Стиль карты Эл. почта Восход/закат - Мобильный просмотр и навигация по онлайн и автономным картам OSM всего мира + Мобильный просмотр и навигация по онлайн и локальным картам OSM всего мира OsmAnd (Open Street Maps Automated Navigation Directions) \n -\n OsmAnd — это навигационное приложение с открытым исходным кодом и доступом к картам и данным на основе OSM. Все данные карт (векторные или растровые) могут быть сохранены на карту памяти устройства для использования без подключения к интернету. OsmAnd также предоставляет автономные и онлайн средства построения маршрута, включая голосовые инструкции по маршруту. +\n OsmAnd — это навигационное приложение с открытым исходным кодом и доступом к картам и данным на основе OSM. Все данные карт (векторные или растровые) могут быть сохранены на карту памяти устройства для использования без подключения к интернету. OsmAnd также предоставляет локальные и онлайн средства построения маршрута, включая голосовые инструкции по маршруту. \n \n Некоторые из основных возможностей приложения: \n — работа с векторными и растровыми картами без доступа в интернет (для этого нужно предварительно сохранить карты на карту памяти устройства); @@ -1146,19 +1146,19 @@ OsmAnd — это навигационное приложение для путешествий с открытым исходным кодом OsmAnd+ (OSM Automated Navigation Directions) \n -\n OsmAnd+ — это навигационное приложение с открытым исходным кодом и доступом к широкому спектру глобальных данных OpenStreetMap (OSM). Все данные карт (векторные или растровые/тайловые) могут быть сохранены на карту памяти устройства для автономного использования, без подключения к сети интернет. OsmAnd также предоставляет автономные и онлайн средства построения маршрута, включая пошаговые голосовые подсказки. +\n OsmAnd+ — это навигационное приложение с открытым исходным кодом и доступом к широкому спектру глобальных данных OpenStreetMap (OSM). Все данные карт (векторные или растровые/тайловые) могут быть сохранены на карту памяти устройства для автономного использования, без подключения к сети интернет. OsmAnd также предоставляет локальные и онлайн средства построения маршрута, включая пошаговые голосовые подсказки. \n \n OsmAnd+ — это платная версия приложения, покупая которую вы поддерживаете проект, финансируете разработку новых функций и получаете последние обновления. \n \n Некоторые из основных возможностей приложения: \n — Полностью автономная работа без доступа в сеть интернет (для этого нужно предварительно сохранить карты в память устройства); -\n — Компактные автономные векторные карты для всех стран мира; +\n — Компактные локальные векторные карты для всех стран мира; \n — Неограниченная загрузка карт для страны или региона из самого приложения; -\n — Автономная Википедия (необходимо предварительно загрузить Wikipedia POI), отличный вариант для достопримечательностей; +\n — Локальная Википедия (необходимо предварительно загрузить Wikipedia POI), отличный вариант для достопримечательностей; \n — Наложение на карту дополнительных слоёв, например, GPX-треки или навигационные пути, точки интереса POI, избранные местоположения, контурные линии высот, остановки общественного транспорта, дополнительные карты с настраиваемой прозрачностью; \n -\n — Автономный поиск адресов и точек интереса POI без доступа в интернет; -\n — Автономное построение маршрутов на средние расстояния без доступа в интернет; +\n — Локальный поиск адресов и точек интереса POI без доступа в интернет; +\n — Локальное построение маршрутов на средние расстояния без доступа в интернет; \n — Режимы работы приложения для автомобиля, велосипеда или пешехода с возможностями: \n — автоматического переключения на дневной/ночной режим отрисовки карты; \n — изменения масштабы карты в зависимости от скорости; @@ -1639,7 +1639,7 @@ Зона Остановки транспорта Отклонить - Загрузить автономные карты\? + Загрузить локальные карты\? Загружено карт: %1$s Загрузить новую карту Менеджер загрузок @@ -1687,8 +1687,8 @@ Получить Лыжные карты Морские карты - Для отображения лыжных объектов необходимо загрузить специализированную автономную карту. - Для отображения морских объектов необходимо загрузить специализированную автономную карту. + Для отображения лыжных объектов необходимо загрузить специализированную локальную карту. + Для отображения морских объектов необходимо загрузить специализированную локальную карту. Память устройства Свободно %1$s Только дороги @@ -1697,8 +1697,8 @@ Вернуться на карту Координаты:\n Широта %1$s\n Долгота %2$s - Включён - Выключен + Включено + Выключено Никогда и или @@ -1796,7 +1796,7 @@ Для правильного отображения дорожных знаков и правил, пожалуйста, выберите свой регион вождения: Добро пожаловать Отметить для удаления - OsmAnd обеспечивает глобальный локальный просмотр карт и автономную навигацию. + OsmAnd обеспечивает глобальный локальный просмотр карт и локальную навигацию. OSM изменения добавлены в локальную базу данных Во многих странах (Германия, Франция, Италия и другие) использование предупреждения о камерах контроля скорости не допускается законом. OsmAnd не несёт никакой ответственности, если вы нарушите закон. Пожалуйста, нажмите «Да» только если вы имеете право использовать эту функцию. Информация A-GPS @@ -1861,7 +1861,7 @@ Эстонский Себуанский У вас имеются старые несовместимые данные из Википедии. Заархивировать их? - Остановить автономную запись + Остановить локальную запись Пьемонтский Тагальский Сербохорватский @@ -1918,7 +1918,7 @@ Пропустить OsmAnd Плагины - Автономные карты + Локальные карты \nи Навигация Номер дома Тип лыжной трассы @@ -2611,8 +2611,8 @@ \n• Данные OSM доступны по каждой стране или региону \n• Интересные места (POI) из Википедии прекрасно подходят для осмотра достопримечательностей \n• Неограниченное количество бесплатных скачиваний непосредственно из приложения -\n• Компактные автономные векторные карты, обновляемые как минимум раз в месяц -\n +\n• Компактные локальные векторные карты, обновляемые как минимум раз в месяц +\n \n• Выбор между полными данными региона и только дорожной сетью (например, вся Япония занимает 700 МБ, а только дорожная сеть — 200 МБ) Функции безопасности \n• Возможность автоматического переключения режима день/ночь @@ -2762,9 +2762,9 @@ Покупка в приложении Разовый платёж Купить — %1$s - Автономный Викигид + Локальный Викигид Неограниченные загрузки - Автономная Википедия + Локальная Википедия Разблокировать все функции OsmAnd Обновления карт: ежемесячные @@ -3126,7 +3126,7 @@ Режим: %s Режим пользователя, полученный из: %s Повторяющееся имя - BRouter (автономно) + BRouter (локально) Альпийские/горные лыжи Склоны для катания на альпийских или горных лыжах и доступ к подъёмникам. Лыжные туры @@ -3193,7 +3193,7 @@ Персональный транспортёр Количество изменений Настройте, как долго экран должен быть включён. - При навигации включать экран движением руки над верхней частью. + Включать экран движением руки по нему. Внешние устройства ввода Выберите внешнее устройство управления, например, клавиатуру или WunderLINQ. Нет @@ -3387,7 +3387,7 @@ Разрешить только классические маршруты Маршруты, подготовленные только для классического стиля без конькобежных трасс. Сюда входят маршруты, подготовленные небольшим снегоходом с более свободной лыжнёй и трассами, подготовленные вручную лыжниками. Предпочитать маршруты заданной сложности, хотя прокладка маршрута по более сложным или лёгким трассам всё же возможна, если они короче. - Пробуждаться на повороте + Включать на повороте Класс 1 Класс 2 Класс 3 @@ -3688,7 +3688,7 @@ Справка по символике карты. Избранное Профили навигации - • Новые автономные карты склонов + • Новые локальные карты склонов \n \n • Полная настройка избранных и путевых точек GPX: пользовательские цвета, значки, формы \n @@ -3704,8 +3704,8 @@ \n \n • Исправлены размеры интерфейса на планшетах \n -\n • Исправлены ошибки для языков, пишущихся справа налево -\n +\n • Исправлены ошибки для языков, пишущихся справа налево +\n \n Доступ к этим действиям можно получить, нажав кнопку «%1$s». Скрыть общественный транспорт @@ -3725,19 +3725,17 @@ Мировая обзорная карта (подробная) Неподдерживаемый тип OsmAnd сформировал GPX не совсем правильно, пожалуйста, свяжитесь со службой поддержки для дальнейшего расследования. - Экран автоматически включится за несколько секунд до выполнения инструкций по навигации на указанное в параметре \"Время пробуждения\" время. -\n -\nРаботает только во время навигации. + Каждая навигационная инструкция включает экран. Инструкции по навигации - Если выбран параметр \"%1$s\", время активности будет зависеть от него. - Время работы экрана после пробуждения. Экран не выключится, если выбран параметр \"%1$s\". - Нажатие кнопки питания устройства включит экран с OsmAnd на переднем плане. + Если используется, ограничено «%1$s». + Время работы экрана после включения. («%1$s» отключает выключение экрана.) + Нажатие кнопки питания устройства включит экран с OsmAnd на переднем плане экрана блокировки. Псевдо-проекция Меркатора Каждый тайл в своём файле Изменить онлайн-источник Установите минимальный и максимальный уровни масштабирования, при которых будет отображаться или загружаться онлайн-карта. Всегда - Задержка до отключения экрана + Использовать системную настройку Кнопка питания Датчик приближения Держать экран отключённым @@ -3754,4 +3752,14 @@ \nОдна неделя — 10 080 минут. \nОдин месяц — 43 829 минут. Выберите способ хранения загруженных тайлов. + Экран будет отключаться после периода бездействия, указанного в системных настройках устройства. + Эти параметры влияют на отображение при использовании в качестве карты или подложки. +\n +\n%1$s: карта будет ограничена выбранными масштабами. +\n +\n%2$s: уровни масштабирования, при которых будут видны оригинальные тайлы. Увеличение и уменьшение масштаба может происходить вне этих значений. + Управление экраном + Параметры включения экрана: + Настройки включения экрана (убедитесь, что перед блокировкой устройства OsmAnd находится на переднем плане): + Системная настройка отключения экрана \ No newline at end of file diff --git a/OsmAnd/res/values-sk/strings.xml b/OsmAnd/res/values-sk/strings.xml index efdf90c625..2e0197f8c2 100644 --- a/OsmAnd/res/values-sk/strings.xml +++ b/OsmAnd/res/values-sk/strings.xml @@ -3169,7 +3169,7 @@ Prebudiť pri odbočení Nastavte ako dlho bude obrazovka zapnutá. Použiť senzor priblíženia - Zamávajte rukou ponad hornú stranu obrazovky pre jej zapnutie počas navigácie. + Zamávanie rukou ponad obrazovku ju zapne. Stupeň 1 Stupeň 2 Stupeň 3 @@ -3495,7 +3495,7 @@ Rýchle akcie Profily Poznámka: kontrola na nenulovú rýchlosť: Väčšina čipov GPS hlási hodnotu rýchlosti len ak algoritmus usúdi, že sa pohybujete, inak nevráti žiadnu rýchlosť. Preto použitie nenulového nastavenia v tomto filtri vlastne použije detekciu pohybu v GPS čipe. Ale aj keď nebude rýchlosť filtrovaná tu pri zázname, použijeme túto funkciu pri analýze GPX pre zistenie Opravenej vzdialenosti, teda hodnoty zobrazenej v tomto poli je vzdialenosť zaznamenaná počas pohybu. - Toto zaznamená len body zmerané pri indikovanej minimálnej presnosti (v metroch/stopách, ako ju hlási Android pre vaše zariadenie). Presnosť znamená rozptyl opakovaných meraní a nesúvisí priamo s presnosťou, ktorá určuje ako blízko je vaše meranie k skutočnej polohe. + Toto zaznamená len body zmerané pri indikovanej minimálnej presnosti (v metroch/stopách, ako ju hlási Android pre vaše zariadenie). Presnosť je blízkosť meraní k skutočnej polohe, a nesúvisí priamo s presnosťou, ktorá určuje rozptyl opakovaných meraní. Vedľajší efekt: Následkom filtrovania podľa presnosti môžu celkom chýbať body napr. pod mostami, stromami, medzi vysokými budovami alebo pri niektorých poveternostných podmienkach. Odporúčanie: Je ťažké predpovedať, čo bude zaznamenané a čo nie, preto môže byť vhodné tento filter vypnúť. Poznámka: ak bolo GPS vypnuté tesne pred zaznamenávaním, prvý zmeraný bod môže znížiť presnosť a preto by sme mohli v našom programe chvíľu počkať pred zaznamenaním prvého bodu (alebo zaznamenať najlepší z troch po sebe idúcich bodov), ale toto ešte nie je implementované. @@ -3723,4 +3723,42 @@ Nenašli sa žiadne vhodné profily. Prehľadová mapa sveta (detailná) Nepodporovaný typ + Vždy + Vyberte možnosti prebudenia obrazovky (pri uzamknutí zariadenia sa uistite, že je OsmAnd v popredí): + Limitované \"%1$s\", ak je povolené. + Jeden obrazový súbor na dlaždicu + Použiť systémový časový limit obrazovky + Možnosti prebudenia obrazovky: + Navigačné pokyny + Stlačenie tlačidla napájania zariadenia zapne obrazovku s OsmAndom nad zámkom obrazovky. + Tlačidlo napájania + Snímač priblíženia + Vyberte časový limit vypnutia obrazovky po prebudení. (\"%1$s\" platí bez časového limitu.) + Nechať obrazovku zapnutú + Nechať obrazovku vypnutú + Súbor SQLiteDB + Zadajte názov zdroja online mapy. + Zadajte alebo prilepte URL adresu online zdroja. + Upraviť online zdroj + Čas vypršania platnosti + Formát úložiska + Nastavte minimálnu a maximálnu úroveň priblíženia, pri ktorej sa zobrazí alebo načíta online mapa. + Vyberte spôsob uloženia prevzatých dlaždíc. + GPX OsmAndu nemá správny tvar, prosím kontaktuje tím podpory pre bližšie preverenie. + Ovládanie obrazovky + Vypne obrazovku po systémovom časovom limite. + Každý navigačný pokyn zapne obrazovku. + Pseudo-Mercatorovo zobrazenie + Mercatorovo zobrazenie + Tieto parametre ovplyvňujú zobrazenie keď sa použije ako mapa alebo podkladová/prekryvná vrstva. +\n +\n%1$s: Mapa bude obmedzená na zvolené priblíženia. +\n +\n%2$s: Úrovne priblíženia, pri ktorých budú viditeľné pôvodné dlaždice. Mimo týchto hodnôt nastane prepočítanie bodov obrázkov. + Doba platnosti v minútach. Uložené dlaždice budú znovu načítané z Internetu po tomto čase. Ponechajte toto pole prázdne ak sa pre tento zdroj nemajú dlaždice nikdy obnovovať. +\n +\nJeden deň je 1440 minút. +\nJeden týždeň je 10 080 minút. +\nJeden mesiac je 43 829 minút. + Systémový časový limit obrazovky \ No newline at end of file diff --git a/OsmAnd/res/values-tr/strings.xml b/OsmAnd/res/values-tr/strings.xml index 668e72dbfe..8e4f767ad3 100644 --- a/OsmAnd/res/values-tr/strings.xml +++ b/OsmAnd/res/values-tr/strings.xml @@ -1508,7 +1508,7 @@ Uzunluk birimleri Yalnızca elle ayarlama (oka basın) Navigasyon talimatlarını düzenli aralıklarla yeniden duyurun. - Navigasyon yönergelerini tekrarla + Navigasyon talimatlarını tekrarla özellikle online olarak Diğerleri Haritaları çevrim dışı kullanmak için (\'çevrim dışı\') verilerini indirin. @@ -2675,7 +2675,7 @@ Dönüşte uyan Ekranın ne kadar süre açık kalacağını ayarlayın. Yakınlık sensörü kullan - Navigasyon esnasında açmak için elinizi ekranın üst kısmına doğru sallayın. + Elinizi ekran boyunca salladığınızda açılacaktır. Bu ayarı kullanmak için lütfen en az bir uygulama profilini açın. Kış yolu Buz yolu @@ -3414,7 +3414,7 @@ Yan etki: Kaydedilen yolunuzda en düşük hız kriterinin karşılanmadığı tüm bölümler eksik olacaktır (örn. bisikletinizi dik bir tepeye doğru ittiğiniz yer). Ayrıca, molalar gibi dinlenme süreleri hakkında hiçbir bilgi olmayacaktır. Bunun, seyahatinizin toplam uzunluğunu, hareket zamanını veya ortalama hızınızı belirlemeye çalışırken olduğu gibi herhangi bir inceleme veya sonrasındaki işlemler üzerinde etkileri vardır. Öneri: Önce asgari yer değiştirme kayıt filtresi (B) üzerinden hareket algılamayı kullanmayı deneyin, daha iyi sonuçlar üretebilir ve daha az veri kaybedersiniz. Kaydettiğiniz yollarınız düşük hızlarda gürültülü kalırsa, burada sıfır olmayan değerleri deneyin. Bazı ölçümlerin herhangi bir hız değeri bildirmeyebileceğini (bazı ağ tabanlı yöntemler) unutmayın, bu durumda hiçbir şey kaydetmezsiniz. Not: hız > 0 denetimi: Çoğu GPS yonga seti, sadece algoritma hareket halinde olduğunuzu belirlerse bir hız değeri bildirir ve değilseniz hiçbir şey bildirmez. Dolayısıyla bu filtrede > 0 ayarını kullanmak bir anlamda GPS yonga setinin hareket algılamasını kullanır. Ancak burada kayıt zamanında filtrelenmemiş olsa bile, düzeltilen mesafeyi belirlemek için GPX analizimizde bu özelliği kullanmaya devam ediyoruz, yani bu alanda görüntülenen değer hareket halindeyken kaydedilen mesafedir. - Bu, sadece asgari doğruluk göstergesiyle ölçülen noktaları kaydedecektir (Android tarafından yonga setiniz için bildirildiği gibi metre/feet cinsinden). Doğruluk, ölçümlerinizin gerçek konumunuza ne kadar yakın olduğu anlamına gelir ve tekrarlanan ölçümlerin dağılımı olan hassasiyetle doğrudan ilişkili değildir. + Bu, sadece asgari doğruluk göstergesiyle ölçülen noktaları kaydedecektir (Android tarafından yonga setiniz için bildirildiği gibi metre/feet cinsinden). Doğruluk, ölçümlerin gerçek konuma ne kadar yakın olduğudur ve tekrarlanan ölçümlerin dağılımı olan hassasiyetle doğrudan ilişkili değildir. Yan etki: Doğruluğa göre filtrelemenin bir sonucu olarak, örn. köprülerin altında, ağaçların altında, yüksek binalar arasında veya belirli hava koşullarında noktalar tamamen eksik olabilir. Öneri: Neyin kaydedileceğini ve kaydedilmeyeceğini tahmin etmek zordur, bu filtreyi kapatmak en iyisi olabilir. Not: GPS bir kayıttan hemen önce kapalıysa, ölçülen ilk noktanın doğruluğu azalabilir, bu nedenle kodumuzda bir nokta kaydetmeden önce bir saniye beklemek isteyebiliriz (veya art arda 3 noktanın en iyisini kaydedebiliriz, vs.), ancak bu henüz uygulanmadı. @@ -3447,7 +3447,7 @@ %1$s\'de gün doğumu Android sisteminizde erişilebilirlik modu kapalı. \'Öntanımlılara sıfırla\', sıralama düzenini öntanımlı kurulum durumuna geri döndürecektir. - Sistem ekran zaman aşımını kullan + Sistemin ekran zaman aşımını kullan Öntanımlı olarak devre dışıdır: OsmAnd ön planda çalışırken ekran zaman aşımına uğramayacaktır. \n \nEtkinleştirilirse, OsmAnd sistem zaman aşımı ayarını kullanacaktır. @@ -3680,5 +3680,42 @@ Böyle bir profil bulunamadı. Dünya genel bakış haritası (ayrıntılı) Desteklenmeyen tür - OsmAnd GPX doğru biçimlendirilmemiş, daha derinlemesine incelemek için lütfen destek ekibiyle iletişime geçin + OsmAnd GPX doğru biçimlendirilmemiş, daha derinlemesine incelemek için lütfen destek ekibiyle iletişime geçin. + Her zaman + Ekran denetimi + Sistemin ekran zaman aşımından sonra ekranı kapatır. + Sistemin ekran zaman aşımını kullan + Ekran uyandırma seçenekleri: + Ekran uyandırma seçeneklerini seçin (aygıt kilitlenirken OsmAnd\'ın ön planda olduğundan emin olun): + Her navigasyon talimatı ekranı açacaktır. + Navigasyon talimatları + Aygıtın güç düğmesine basmak, OsmAnd kilit ekranının üstünde olacak şekilde ekranı açacaktır. + Güç düğmesi + Yakınlık sensörü + Uyandıktan sonra ekran zaman aşımını seçin. (\"%1$s\" zaman aşımı uygulamaz.) + Ekranı açık tut + Ekranı kapalı tut + Etkinse \"%1$s\" ile sınırlıdır. + Pseudo-Mercator projeksiyon + Döşeme başına bir görüntü dosyası + SQLiteDB dosyası + Çevrim içi harita kaynağı için bir ad girin. + Çevrim içi kaynağın URL\'sini girin veya yapıştırın. + Çevrim içi kaynağı düzenle + Sona erme zamanı + Mercator Projeksiyonu + Depolama biçimi + Çevrim içi haritanın görüntüleneceği veya yükleneceği en düşük ve en yüksek yakınlaştırma seviyelerini ayarlayın. + Bu parametreler, harita veya üst/alt katman olarak kullanıldığında görüntüyü etkileyecektir. +\n +\n%1$s: Harita seçilen yakınlaştırmalarla sınırlı olacaktır. +\n +\n%2$s: Orijinal döşemelerin görüneceği yakınlaştırma seviyeleri. Ölçeği arttırma veya azaltma, bu değerlerin dışında meydana gelecektir. + Dakika cinsinden geçerliliğin sona erme süresi. Önbelleğe alınan döşemeler belirtilen süreden sonra yeniden yüklenecektir. Bu kaynak için döşemeleri hiçbir zaman yeniden yüklememek için bu alanı boş bırakın. +\n +\nBir gün 1440 dakikadır. +\nBir hafta 10 080 dakikadır. +\nBir ay 43 829 dakikadır. + İndirilen döşemelerin nasıl saklanacağını seçin. + Sistemin ekran zaman aşımı \ No newline at end of file diff --git a/OsmAnd/res/values-uk/phrases.xml b/OsmAnd/res/values-uk/phrases.xml index 2a7e27514e..44457bac27 100644 --- a/OsmAnd/res/values-uk/phrases.xml +++ b/OsmAnd/res/values-uk/phrases.xml @@ -3810,4 +3810,6 @@ Всмоктування Труба Тиск + Стан насосу: відсутній важіль + Підземні води \ No newline at end of file diff --git a/OsmAnd/res/values-uk/strings.xml b/OsmAnd/res/values-uk/strings.xml index 77e3f8e16f..90c1196512 100644 --- a/OsmAnd/res/values-uk/strings.xml +++ b/OsmAnd/res/values-uk/strings.xml @@ -3721,4 +3721,43 @@ Не вдалося знайти жодного профілю. Оглядова карта світу (детальна) Непідтримуваний тип + OsmAnd GPX недостатньо сформований. Зверніться до служби підтримки для подальшого дослідження. + Завжди + Керування екраном + Увімкніть, щоб екран вимкнувся після певного проміжку бездіяльності, буде використано час, визначений у системних налаштуваннях вашого пристрою. + Час очікування екрана + Використовуйте ці параметри, щоб пробудити екран із OsmAnd на передньому плані. + Ці параметри працюватимуть, лише якщо OsmAnd буде на передньому плані, коли пристрій буде заблоковано. + Екран увімкнеться автоматично за кілька секунд до вказівки щодо навігації за визначений час у опції «Час пробудження». +\n +\nПрацює лише під час навігації. + Вказівки з навігації + Натисніть кнопку живлення пристрою, щоб увімкнути екран на передньому плані з OsmAnd. + Кнопка живлення + Датчик наближення + Виберіть час діяльності екрана після пробудження, екран не вимкнеться, якщо ввімкнено \"%1$s\". + Тримати екран увімкненим + Тримати екран вимкненим + Якщо параметр \"%1$s\" увімкнено, час активності буде залежати від нього. + Псевдопроєкція Меркатора + Один файл зображення на плитку + Файл SQLiteDB + Укажіть назву джерела мережевої мапи. + Введіть або вставте URL-адресу для мережевого джерела. + Редагувати мережеве джерело + Строк дії + Проєкція Меркатора + Формат зберігання + Встановіть щонайменший та щонайбільший рівень масштабування, при якому мережева мапа буде відображатися або завантажуватися. + Ці параметри впливатимуть на дисплей як мапи або накладки/підкладки. +\n +\n%1$s: мапа буде обмежена вибраними масштабами. +\n +\n%2$s: рівні масштабу, на яких будуть видні первинні плитки. Масштабування буде відбуватися поза цими значеннями. + Час дії в хвилинах. Кешована плитка буде завантажена через визначений час. Залиште це поле порожнім, щоб ніколи не оновлювати плитки для цього джерела. +\n +\nОдин день - 1440 хвилин. +\nОдин тиждень - 10 080 хвилин. +\nОдин місяць - 43 829 хвилин. + Виберіть спосіб зберігання завантажених плиток. \ No newline at end of file diff --git a/OsmAnd/res/values-zh-rTW/strings.xml b/OsmAnd/res/values-zh-rTW/strings.xml index bdb329d450..bd4bc5c294 100644 --- a/OsmAnd/res/values-zh-rTW/strings.xml +++ b/OsmAnd/res/values-zh-rTW/strings.xml @@ -3169,7 +3169,7 @@ 輪流喚醒 調整螢幕應開啟多久。 使用距離感測器 - 導航時,將您的手在螢幕上方揮一揮以開啟螢幕。 + 將您的手在螢幕上方揮一揮就能開啟螢幕。 等級 1 等級 2 等級 3 @@ -3720,5 +3720,42 @@ 找不到任何這類的設定檔。 全球地圖總覽(詳細) 不支援的類型 - OsmAnd GPX 格式不正確,請聯絡支援團隊以進一步調查 + OsmAnd GPX 格式不正確,請聯絡支援團隊以進一步調查。 + 總是 + 螢幕控制 + 在系統螢幕逾時後關閉螢幕。 + 使用系統螢幕逾時 + 螢幕喚醒選項: + 選取螢幕喚醒選項(確保裝置鎖定時,OsmAnd 在前景): + 每次導航說明都將開啟螢幕。 + 導航說明 + 按下裝置的電源按鈕將會在鎖定畫面上方開啟 OsmAnd。 + 電源按鈕 + 近接感測器 + 選取喚醒後的螢幕逾時。(「%1$s」不適用逾時。) + 保持螢幕開啟 + 保持螢幕關閉 + 若啟用的話則由「%1$s」限制。 + 偽麥卡托投影 + 麥卡托投影 + 每個圖磚一個圖片檔案 + SQLiteDB 檔案 + 提供線上地圖來源的名稱。 + 輸入或貼上線上來源的 URL。 + 編輯線上來源 + 過期時間 + 儲存格式 + 設定線上地圖顯示或載入的最小與最大縮放等級。 + 當用於地圖或覆蓋層/底圖時,這些參數將會影響其顯示。 +\n +\n%1$s:地圖將會受限於選定的區域。 +\n +\n%2$s:可見的原始圖磚縮放等級。在這些值以外的將會升降縮放等級。 + 到期時間(以分鐘為單位)。快取圖磚將會在指定的時間後重新載入。將此欄留空就不會從此來源重新整理圖磚。 +\n +\n一天是1440分鐘。 +\n一週是10080分鐘。 +\n一個月是43829分鐘。 + 選擇要如何儲存下載的圖磚。 + 系統螢幕逾時 \ No newline at end of file diff --git a/OsmAnd/res/values/sizes.xml b/OsmAnd/res/values/sizes.xml index 8f6a9e92ab..66f10ac289 100644 --- a/OsmAnd/res/values/sizes.xml +++ b/OsmAnd/res/values/sizes.xml @@ -195,8 +195,9 @@ 40dp 62dp - 12dp - 72dp + 12dp + 72dp + 18dp 19sp @@ -318,6 +319,7 @@ 52dp 19dp + 48dp 13dp 15dp @@ -383,4 +385,6 @@ 132dp 1.4 + + 92dp \ No newline at end of file diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml index dc05e68561..45367bbd48 100644 --- a/OsmAnd/res/values/strings.xml +++ b/OsmAnd/res/values/strings.xml @@ -11,9 +11,11 @@ Thx - Hardy --> + All time Night map Control visibility of additional details showed on the map + System screen timeout Choose how downloaded tiles will be stored. Expiration time in minutes. Cached tiles will be reloaded after specified time. Leave this field empty to never refresh tiles for this source. @@ -31,19 +33,19 @@ SQLiteDB file One image file per tile Pseudo-Mercator projection - If the \"%1$s\" option is enabled, the activity time will depend on it. + Limited by \"%1$s\", if enabled. Keep screen off Keep screen on - Select the screen activity time after waking up, the screen will not turn off if \"%1$s\" is enabled. + Select the screen timeout after waking up. (\"%1$s\" applies no timeout.) Proximity sensor Power button - Press on the device power button to turn on screen with OsmAnd on the foreground. + Pressing the device power button will turn the screen on with OsmAnd on top of the lock screen. Navigation instructions - Screen will turn on automatically a few seconds before navigation instructions for a specified time in “Wake time” option.\n\nWork only while navigation. - Those options will work, only if OsmAnd will be on the foreground when the device will be locked. - Use these options to wake up screen with OsmAnd on the foreground. - Screen timeout - Enable so the screen turns off after a certain period of inactivity, the time specified in the system settings of your device will be used. + Each navigation instruction will turn the screen on. + Select screen wake-up options (make sure OsmAnd is in the foreground when the device is being locked): + Screen wake-up options: + Use system screen timeout + Turns the screen off after the system\'s screen timeout. Screen control Always OsmAnd GPX is not well formed, please contact the support team to investigate further. @@ -533,7 +535,7 @@ Wake on turn Adjust how long the screen should be on for. Use proximity sensor - Wave your hand over the top of the screen to turn it on while navigating. + Waving your hand across the screen will turn it on. Offroad Set up profile The profile keeps its own settings diff --git a/OsmAnd/res/xml/turn_screen_on.xml b/OsmAnd/res/xml/turn_screen_on.xml index 94b0242ba8..e7a5508d01 100644 --- a/OsmAnd/res/xml/turn_screen_on.xml +++ b/OsmAnd/res/xml/turn_screen_on.xml @@ -58,6 +58,7 @@ diff --git a/OsmAnd/src/net/osmand/plus/activities/MapActivity.java b/OsmAnd/src/net/osmand/plus/activities/MapActivity.java index 1abb37b1e4..e19af7c3e5 100644 --- a/OsmAnd/src/net/osmand/plus/activities/MapActivity.java +++ b/OsmAnd/src/net/osmand/plus/activities/MapActivity.java @@ -66,13 +66,11 @@ import net.osmand.map.MapTileDownloader.IMapDownloaderCallback; import net.osmand.plus.AppInitializer; import net.osmand.plus.AppInitializer.AppInitializeListener; import net.osmand.plus.AppInitializer.InitEvents; -import net.osmand.plus.settings.backend.ApplicationMode; import net.osmand.plus.GpxSelectionHelper.GpxDisplayItem; import net.osmand.plus.HuaweiDrmHelper; import net.osmand.plus.MapMarkersHelper.MapMarker; import net.osmand.plus.MapMarkersHelper.MapMarkerChangedListener; import net.osmand.plus.OnDismissDialogFragmentListener; -import net.osmand.plus.settings.backend.OsmAndAppCustomization.OsmAndAppCustomizationListener; import net.osmand.plus.OsmAndConstants; import net.osmand.plus.OsmAndLocationSimulation; import net.osmand.plus.OsmandApplication; @@ -89,6 +87,7 @@ import net.osmand.plus.chooseplan.OsmLiveCancelledDialog; import net.osmand.plus.dashboard.DashboardOnMap; import net.osmand.plus.dashboard.DashboardOnMap.DashboardType; import net.osmand.plus.dialogs.CrashBottomSheetDialogFragment; +import net.osmand.plus.dialogs.ImportGpxBottomSheetDialogFragment; import net.osmand.plus.dialogs.RateUsBottomSheetDialogFragment; import net.osmand.plus.dialogs.SendAnalyticsBottomSheetDialogFragment; import net.osmand.plus.dialogs.WhatsNewDialogFragment; @@ -101,7 +100,6 @@ import net.osmand.plus.firstusage.FirstUsageWizardFragment; import net.osmand.plus.helpers.AndroidUiHelper; import net.osmand.plus.helpers.DiscountHelper; import net.osmand.plus.helpers.ImportHelper; -import net.osmand.plus.dialogs.ImportGpxBottomSheetDialogFragment; import net.osmand.plus.helpers.IntentHelper; import net.osmand.plus.helpers.LockHelper; import net.osmand.plus.helpers.LockHelper.LockUIAdapter; @@ -134,6 +132,8 @@ import net.osmand.plus.routing.TransportRoutingHelper.TransportRouteCalculationP import net.osmand.plus.search.QuickSearchDialogFragment; import net.osmand.plus.search.QuickSearchDialogFragment.QuickSearchTab; import net.osmand.plus.search.QuickSearchDialogFragment.QuickSearchType; +import net.osmand.plus.settings.backend.ApplicationMode; +import net.osmand.plus.settings.backend.OsmAndAppCustomization.OsmAndAppCustomizationListener; import net.osmand.plus.settings.backend.OsmandSettings; import net.osmand.plus.settings.fragments.BaseSettingsFragment; import net.osmand.plus.settings.fragments.BaseSettingsFragment.SettingsScreenType; @@ -192,7 +192,7 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven private static final int ZOOM_LABEL_DISPLAY = 16; private static final int MIN_ZOOM_LABEL_DISPLAY = 12; private static final int SECOND_SPLASH_TIME_OUT = 8000; - + private static final int SMALL_SCROLLING_UNIT = 1; private static final int BIG_SCROLLING_UNIT = 200; @@ -1968,9 +1968,7 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven } public void changeKeyguardFlags() { - boolean turnScreenOnEnabled = getRoutingHelper().isFollowingMode(); - int turnScreenOnTime = settings.TURN_SCREEN_ON_TIME_INT.get(); - boolean enabled = turnScreenOnEnabled && (turnScreenOnTime > 0 || turnScreenOnTime == -1); + boolean enabled = settings.TURN_SCREEN_ON_TIME_INT.get() >= 0; boolean keepScreenOn = !settings.USE_SYSTEM_SCREEN_TIMEOUT.get(); changeKeyguardFlags(enabled, keepScreenOn); } @@ -1979,11 +1977,10 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven if (enable) { getWindow().setFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD | WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED, WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD | WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED); - setKeepScreenOn(true); } else { getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD | WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED); - setKeepScreenOn(forceKeepScreenOn); } + setKeepScreenOn(forceKeepScreenOn); } @Override diff --git a/OsmAnd/src/net/osmand/plus/audionotes/AudioNotesLayer.java b/OsmAnd/src/net/osmand/plus/audionotes/AudioNotesLayer.java index 627450665e..6e9938f4ef 100644 --- a/OsmAnd/src/net/osmand/plus/audionotes/AudioNotesLayer.java +++ b/OsmAnd/src/net/osmand/plus/audionotes/AudioNotesLayer.java @@ -59,11 +59,11 @@ public class AudioNotesLayer extends OsmandMapLayer implements pointAltUI.setColor(0xa0FF3344); pointAltUI.setStyle(Style.FILL); - audio = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_note_audio); - video = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_note_video); - photo = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_note_photo); + audio = BitmapFactory.decodeResource(view.getResources(), R.drawable.ic_note_audio); + video = BitmapFactory.decodeResource(view.getResources(), R.drawable.ic_note_video); + photo = BitmapFactory.decodeResource(view.getResources(), R.drawable.ic_note_photo); - pointSmall = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_note_small); + pointSmall = BitmapFactory.decodeResource(view.getResources(), R.drawable.ic_note_small); paintIcon = new Paint(); diff --git a/OsmAnd/src/net/osmand/plus/base/FavoriteImageDrawable.java b/OsmAnd/src/net/osmand/plus/base/FavoriteImageDrawable.java index 486e64b86d..f0eaf64273 100644 --- a/OsmAnd/src/net/osmand/plus/base/FavoriteImageDrawable.java +++ b/OsmAnd/src/net/osmand/plus/base/FavoriteImageDrawable.java @@ -88,10 +88,10 @@ public class FavoriteImageDrawable extends Drawable { if (point != null) { int iconId = point.getBackgroundType().getIconId(); String iconName = ctx.getResources().getResourceEntryName(iconId); - return ctx.getResources().getIdentifier("map_" + iconName + "_" + layer + return ctx.getResources().getIdentifier("ic_" + iconName + "_" + layer , "drawable", ctx.getPackageName()); } - return R.drawable.map_white_favorite_shield; + return R.drawable.ic_white_favorite_shield; } @Override diff --git a/OsmAnd/src/net/osmand/plus/download/ui/SearchDialogFragment.java b/OsmAnd/src/net/osmand/plus/download/ui/SearchDialogFragment.java index a6486f8594..0fa52dc2b7 100644 --- a/OsmAnd/src/net/osmand/plus/download/ui/SearchDialogFragment.java +++ b/OsmAnd/src/net/osmand/plus/download/ui/SearchDialogFragment.java @@ -157,7 +157,7 @@ public class SearchDialogFragment extends DialogFragment implements DownloadEven progressBar = (ProgressBar) view.findViewById(R.id.searchProgressBar); clearButton = (ImageButton) view.findViewById(R.id.clearButton); - clearButton.setColorFilter(iconColorResId); + clearButton.setColorFilter(ContextCompat.getColor(getMyApplication(), iconColorResId)); clearButton.setVisibility(View.GONE); searchEditText.addTextChangedListener(new TextWatcher() { diff --git a/OsmAnd/src/net/osmand/plus/helpers/LockHelper.java b/OsmAnd/src/net/osmand/plus/helpers/LockHelper.java index fb61f1f915..a7dcf6b011 100644 --- a/OsmAnd/src/net/osmand/plus/helpers/LockHelper.java +++ b/OsmAnd/src/net/osmand/plus/helpers/LockHelper.java @@ -10,20 +10,26 @@ import android.hardware.SensorManager; import android.os.Handler; import android.os.PowerManager; import android.os.PowerManager.WakeLock; +import android.provider.Settings; import androidx.annotation.NonNull; import androidx.annotation.Nullable; +import net.osmand.PlatformUtil; import net.osmand.plus.OsmandApplication; import net.osmand.plus.routing.VoiceRouter.VoiceMessageListener; import net.osmand.plus.settings.backend.OsmAndAppCustomization.OsmAndAppCustomizationListener; import net.osmand.plus.settings.backend.OsmandSettings; import net.osmand.plus.settings.backend.OsmandSettings.CommonPreference; +import org.apache.commons.logging.Log; + import java.util.List; public class LockHelper implements SensorEventListener { + private static final Log LOG = PlatformUtil.getLog(LockHelper.class); + private static final int SENSOR_SENSITIVITY = 4; @Nullable @@ -33,6 +39,8 @@ public class LockHelper implements SensorEventListener { private OsmandApplication app; private CommonPreference turnScreenOnTime; private CommonPreference turnScreenOnSensor; + private CommonPreference useSystemScreenTimeout; + private CommonPreference turnScreenOnPowerButton; private CommonPreference turnScreenOnNavigationInstructions; @Nullable @@ -53,6 +61,8 @@ public class LockHelper implements SensorEventListener { OsmandSettings settings = app.getSettings(); turnScreenOnTime = settings.TURN_SCREEN_ON_TIME_INT; turnScreenOnSensor = settings.TURN_SCREEN_ON_SENSOR; + useSystemScreenTimeout = settings.USE_SYSTEM_SCREEN_TIMEOUT; + turnScreenOnPowerButton = settings.TURN_SCREEN_ON_POWER_BUTTON; turnScreenOnNavigationInstructions = settings.TURN_SCREEN_ON_NAVIGATION_INSTRUCTIONS; lockRunnable = new Runnable() { @@ -75,6 +85,8 @@ public class LockHelper implements SensorEventListener { OsmandSettings settings = app.getSettings(); turnScreenOnTime = settings.TURN_SCREEN_ON_TIME_INT; turnScreenOnSensor = settings.TURN_SCREEN_ON_SENSOR; + useSystemScreenTimeout = settings.USE_SYSTEM_SCREEN_TIMEOUT; + turnScreenOnPowerButton = settings.TURN_SCREEN_ON_POWER_BUTTON; turnScreenOnNavigationInstructions = settings.TURN_SCREEN_ON_NAVIGATION_INSTRUCTIONS; } }; @@ -107,15 +119,13 @@ public class LockHelper implements SensorEventListener { private void lock() { releaseWakeLocks(); int unlockTime = turnScreenOnTime.get(); - if (lockUIAdapter != null && isFollowingMode() && unlockTime != -1) { - lockUIAdapter.lock(); + if (lockUIAdapter != null) { + if (!(useSystemScreenTimeout.get() && turnScreenOnPowerButton.get()) && unlockTime != 0) { + lockUIAdapter.lock(); + } } } - private boolean isFollowingMode() { - return app.getRoutingHelper().isFollowingMode(); - } - private void timedUnlock(final long millis) { uiHandler.removeCallbacks(lockRunnable); if (wakeLock == null) { @@ -134,14 +144,29 @@ public class LockHelper implements SensorEventListener { } private void unlockEvent() { - int unlockTime = turnScreenOnTime.get(); + int unlockTime = getUnlockTime(); if (unlockTime > 0) { timedUnlock(unlockTime * 1000L); - } else if (unlockTime == -1) { - timedUnlock(-1); + } else { + timedUnlock(0); } } + private int getUnlockTime() { + int unlockTime = turnScreenOnTime.get(); + if (useSystemScreenTimeout.get()) { + try { + int screenOffTimeout = Settings.System.getInt(app.getContentResolver(), Settings.System.SCREEN_OFF_TIMEOUT, 0); + if (screenOffTimeout > 0) { + unlockTime = screenOffTimeout / 1000; + } + } catch (Exception e) { + LOG.error(e.getMessage(), e); + } + } + return unlockTime; + } + @Override public void onAccuracyChanged(Sensor sensor, int accuracy) { @@ -156,14 +181,6 @@ public class LockHelper implements SensorEventListener { } } - private void switchSensorOn() { - switchSensor(true); - } - - private void switchSensorOff() { - switchSensor(false); - } - private void switchSensor(boolean on) { SensorManager sensorManager = (SensorManager) app.getSystemService(Context.SENSOR_SERVICE); if (sensorManager != null) { @@ -176,23 +193,18 @@ public class LockHelper implements SensorEventListener { } } - private boolean isSensorEnabled() { - return turnScreenOnSensor.get() && isFollowingMode(); - } - public void onStart(@NonNull Activity activity) { - switchSensorOff(); + switchSensor(false); } public void onStop(@NonNull Activity activity) { lock(); - if (!activity.isFinishing() && isSensorEnabled()) { - switchSensorOn(); + if (!activity.isFinishing() && turnScreenOnSensor.get()) { + switchSensor(true); } } public void setLockUIAdapter(@Nullable LockUIAdapter adapter) { lockUIAdapter = adapter; } - } \ No newline at end of file diff --git a/OsmAnd/src/net/osmand/plus/settings/bottomsheets/WakeTimeBottomSheet.java b/OsmAnd/src/net/osmand/plus/settings/bottomsheets/WakeTimeBottomSheet.java index 5cf26a5060..149aa5b0a4 100644 --- a/OsmAnd/src/net/osmand/plus/settings/bottomsheets/WakeTimeBottomSheet.java +++ b/OsmAnd/src/net/osmand/plus/settings/bottomsheets/WakeTimeBottomSheet.java @@ -53,8 +53,8 @@ public class WakeTimeBottomSheet extends BasePreferenceBottomSheet { keepScreenOnEnabled = savedInstanceState.getBoolean(KEEP_SCREEN_ON_ENABLED); } else { int savedValIndex = listPreference.getValueIndex(); - keepScreenOnEnabled = savedValIndex == 0; - selectedEntryIndex = savedValIndex != 0 ? savedValIndex : 1; + keepScreenOnEnabled = savedValIndex <= 0; + selectedEntryIndex = savedValIndex > 0 ? savedValIndex : 1; } items.add(new TitleItem(listPreference.getDialogTitle())); @@ -66,7 +66,7 @@ public class WakeTimeBottomSheet extends BasePreferenceBottomSheet { items.add(preferenceDescription); final String on = getString(R.string.keep_screen_on); - final String off = getString(R.string.keep_screen_off); + final String off = getString(R.string.keep_screen_on); // also needs to say 'on' the way the dialog is designed. final BottomSheetItemWithCompoundButton[] preferenceBtn = new BottomSheetItemWithCompoundButton[1]; preferenceBtn[0] = (BottomSheetItemWithCompoundButton) new BottomSheetItemWithCompoundButton.Builder() .setChecked(keepScreenOnEnabled) @@ -98,7 +98,7 @@ public class WakeTimeBottomSheet extends BasePreferenceBottomSheet { Context themedCtx = UiUtilities.getThemedContext(ctx, nightMode); TextView tvSliderTitle = sliderView.findViewById(android.R.id.title); - tvSliderTitle.setText(getString(R.string.shared_string_time)); + tvSliderTitle.setText(getString(R.string.wake_time)); final TextView tvSliderSummary = sliderView.findViewById(android.R.id.summary); tvSliderSummary.setText(listPreference.getEntries()[selectedEntryIndex]); diff --git a/OsmAnd/src/net/osmand/plus/settings/fragments/TurnScreenOnFragment.java b/OsmAnd/src/net/osmand/plus/settings/fragments/TurnScreenOnFragment.java index 96e462c32e..40aea7d75b 100644 --- a/OsmAnd/src/net/osmand/plus/settings/fragments/TurnScreenOnFragment.java +++ b/OsmAnd/src/net/osmand/plus/settings/fragments/TurnScreenOnFragment.java @@ -1,6 +1,5 @@ package net.osmand.plus.settings.fragments; -import android.widget.ImageView; import android.widget.TextView; import androidx.fragment.app.FragmentManager; @@ -32,11 +31,9 @@ public class TurnScreenOnFragment extends BaseSettingsFragment implements OnPref super.onBindPreferenceViewHolder(preference, holder); String prefId = preference.getKey(); if (settings.TURN_SCREEN_ON_TIME_INT.getId().equals(prefId) && preference instanceof ListPreferenceEx) { - Object currentValue = ((ListPreferenceEx) preference).getValue(); - ImageView imageView = (ImageView) holder.findViewById(android.R.id.icon); - if (imageView != null && currentValue instanceof Integer) { - boolean enabled = preference.isEnabled() && (Integer) currentValue != 0; - imageView.setEnabled(enabled); + TextView summaryView = (TextView) holder.findViewById(android.R.id.summary); + if (summaryView != null && !preference.isEnabled()) { + summaryView.setText(R.string.default_screen_timeout); } } else if ("turn_screen_on_info".equals(prefId) || "turn_screen_on_options_info".equals(prefId)) { TextView titleView = (TextView) holder.findViewById(android.R.id.title); @@ -70,12 +67,11 @@ public class TurnScreenOnFragment extends BaseSettingsFragment implements OnPref } private void setupTurnScreenOnTimePref() { - Integer[] entryValues = new Integer[] {-1, 0, 5, 10, 15, 20, 30, 45, 60}; + Integer[] entryValues = new Integer[] {0, 5, 10, 15, 20, 30, 45, 60}; String[] entries = new String[entryValues.length]; - entries[0] = getString(R.string.shared_string_always); - entries[1] = getString(R.string.shared_string_never); - for (int i = 2; i < entryValues.length; i++) { + entries[0] = getString(R.string.keep_screen_on); + for (int i = 1; i < entryValues.length; i++) { entries[i] = entryValues[i] + " " + getString(R.string.int_seconds); } @@ -100,9 +96,13 @@ public class TurnScreenOnFragment extends BaseSettingsFragment implements OnPref } private void setupTurnScreenOnPowerButtonPref() { + ApplicationMode appMode = getSelectedAppMode(); + boolean enabled = settings.TURN_SCREEN_ON_TIME_INT.getModeValue(appMode) == 0 || settings.USE_SYSTEM_SCREEN_TIMEOUT.getModeValue(appMode); SwitchPreferenceEx turnScreenOnPowerButton = (SwitchPreferenceEx) findPreference(settings.TURN_SCREEN_ON_POWER_BUTTON.getId()); - turnScreenOnPowerButton.setIcon(getPersistentPrefIcon(R.drawable.ic_action_power_button)); + turnScreenOnPowerButton.setEnabled(enabled); turnScreenOnPowerButton.setDescription(R.string.turn_screen_on_power_button_descr); + turnScreenOnPowerButton.setIcon(getPersistentPrefIcon(R.drawable.ic_action_power_button)); + turnScreenOnPowerButton.setChecked(enabled && settings.TURN_SCREEN_ON_POWER_BUTTON.getModeValue(appMode)); } @Override diff --git a/OsmAnd/src/net/osmand/plus/views/ContextMenuLayer.java b/OsmAnd/src/net/osmand/plus/views/ContextMenuLayer.java index 18ccf6117b..ecc71dcfe2 100644 --- a/OsmAnd/src/net/osmand/plus/views/ContextMenuLayer.java +++ b/OsmAnd/src/net/osmand/plus/views/ContextMenuLayer.java @@ -146,8 +146,8 @@ public class ContextMenuLayer extends OsmandMapLayer { contextMarker.layout(0, 0, minw, minh); paint = new Paint(); - pressedBitmap = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_shield_tap); - pressedBitmapSmall = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_shield_tap_small); + pressedBitmap = BitmapFactory.decodeResource(view.getResources(), R.drawable.ic_shield_tap); + pressedBitmapSmall = BitmapFactory.decodeResource(view.getResources(), R.drawable.ic_shield_tap_small); outlinePaint = new Paint(); outlinePaint.setStyle(Paint.Style.STROKE); diff --git a/OsmAnd/src/net/osmand/plus/views/POIMapLayer.java b/OsmAnd/src/net/osmand/plus/views/POIMapLayer.java index 411eaf3d6c..56424ee634 100644 --- a/OsmAnd/src/net/osmand/plus/views/POIMapLayer.java +++ b/OsmAnd/src/net/osmand/plus/views/POIMapLayer.java @@ -178,8 +178,8 @@ public class POIMapLayer extends OsmandMapLayer implements ContextMenuLayer.ICon poiSize = app.getResources().getDimensionPixelSize(R.dimen.poi_icon_size); poiColorFilter = new PorterDuffColorFilter(Color.WHITE, PorterDuff.Mode.SRC_IN); paintIconBackground = new Paint(); - poiBackground = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_white_orange_poi_shield); - poiBackgroundSmall = BitmapFactory.decodeResource(view.getResources(), R.drawable.map_white_orange_poi_shield_small); + poiBackground = BitmapFactory.decodeResource(view.getResources(), R.drawable.ic_white_orange_poi_shield); + poiBackgroundSmall = BitmapFactory.decodeResource(view.getResources(), R.drawable.ic_white_orange_poi_shield_small); mapTextLayer = view.getLayerByClass(MapTextLayer.class); }