Commit graph

2628 commits

Author SHA1 Message Date
renderexpert
cddfc2e891 Add developer sandbox desktop app
Signed-off-by: renderexpert <expert@renderconsulting.co.uk>
2025-03-13 07:14:16 +03:00
fced7be257 [indexer] Remove android tests
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
2025-02-23 20:07:14 +00:00
David Martinez
abdb58ba62 [debug] Add ?all-types debug command to show all internal types
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2025-02-18 06:05:00 +03:00
9a02f4e3fd [indexer] Add comms tower, cross and emergency=* to IsPoiChecker
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-02-15 16:08:46 +03:00
David Martinez
b3a56d8b6c Treat "only" as "yes" instead of "unknown" in YesNoUnknownFromString
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2025-02-01 18:51:19 +03:00
efcadd6f25 Refactor Editor storage to use diff based approach
Signed-off-by: map-per <map-per@gmx.de>
2025-01-31 17:46:04 -03:00
659af4bf1d Separate quarter and neighbourhood
Signed-off-by: map-per <map-per@gmx.de>
2025-01-30 22:12:16 +03:00
3c8ef18ba8 [search] Make peaks, saddles and towers more searchable
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-01-02 15:42:31 +03:00
Ferenc Géczi
1d8bfb75cd [indexer] Fix the suppression of deprecated-declarations
Fixes the ~40, GCC 14 warnings in the CI job:

````
generated_message_table_driven.h:159:20: warning: 'is_pod<google::protobuf::internal::AuxillaryParseTableField>'
is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
  159 | static_assert(std::is_pod<AuxillaryParseTableField>::value, "");
````

Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-12-22 12:00:23 -03:00
Ferenc Géczi
1360ca3db6 Use CHECK instead of ASSERT for unexpectedly reached case
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-12-18 21:23:27 +03:00
Ferenc Géczi
2c65f4ca90 [qt] Add Night Mode to preferences dialog
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-12-18 21:23:27 +03:00
c7f11a16ec [search] Update list of features skipped from search
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-12-18 19:53:49 +03:00
Ferenc Géczi
8d2d8d3c80 Fix review comments
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-12-15 20:11:29 +03:00
Ferenc Géczi
1a5def70b5 [qt] Add Outdoors layer
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-12-15 20:11:29 +03:00
Alexander Borsuk
a68ddd5124 [search] Enabled Latvian in categories.txt
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-12-15 00:17:44 +01:00
07ac13431c [strings] Serbian translations (strings and categories)
Signed-off-by: Ognjen Blagojevic <ognjen.d.blagojevic+om@gmail.com>
2024-12-14 11:50:49 +01:00
e10afa843e Revert "[android] Remove a referral code from “Photos, reviews, booking”"
This reverts commit ee7e87fa1e.

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-12-13 00:50:06 +03:00
b79bc732b5 Add alternative Argentinian post code format
Signed-off-by: map-per <map-per@gmx.de>
2024-12-05 23:23:59 -03:00
b7ad7fdf54 fix X link validation
Signed-off-by: map-per <map-per@gmx.de>
2024-12-01 12:12:28 -03:00
Kiryl Razhdzestvenski
99075d76ef Issue 391. Add setting for change map language.
Signed-off-by: Kiryl Razhdzestvenski <kirill.rozh@gmail.com>
2024-11-06 16:14:24 -03:00
0a713506c7 Improved DE type translations and added missing search categories
Signed-off-by: map-per <map-per@gmx.de>
2024-10-26 15:03:15 -03:00
David Martinez
1330e60b82 [search] Only use address as name when feature is address
[core] Add IsAddressChecker

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-10-23 21:39:25 -03:00
Viktor Govako
eb53e65cda [search] Treat "taxi" as Transport.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-10-20 20:59:21 -03:00
865fefe57d [Core] link to the Commons media viewer for single files
Signed-off-by: Harry Bond <me@hbond.xyz>
2024-10-18 23:08:48 -03:00
David Martinez
b2906cb858 [core] Add more types to IsOperatorOthersPoiChecker
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-10-02 13:44:26 -03:00
David Martinez
a3ff5651de [categories] Add missing amenity-arts_centre
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-09-30 20:52:13 -03:00
David Martinez
91b2542fe0 [core] Add FMD_NETWORK metadata
[strings] Add "network"

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>

network
2024-08-19 11:00:49 -03:00
Alexander Borsuk
ed45ee0ee5 Update indexer/brands_holder.hpp
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
2024-08-13 20:49:16 -03:00
Alexander Borsuk
20b0954aaf Avoid temporary std::string for brands searching
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-13 20:49:16 -03:00
Sireesh Kodali
e0e5830381 [indexer] Add Indian route shield parser
The Indian route shield parser handles National Expressways (NE),
Nataional Highways (NH), and State Highways (SH).

Signed-off-by: Sireesh Kodali <sireesh@siruknown.net>
2024-08-13 09:52:11 -03:00
Arthur-GYT
bb8d36cff3 [generator] Add support for outdoor_seating key
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-08-04 11:01:00 -03:00
Arthur-GYT
a4cc5db809 [generator] Add self_service tag support
Signed-off-by: Arthur-GYT <a.gayot@posteo.com>
2024-08-03 19:29:29 -03:00
Alexander Borsuk
b478f12371 [qt] Add transliteration enable/disable setting
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-07-30 09:20:21 +02:00
Alexander Borsuk
67cbee77a6 [3party] Update ICU to 75-1
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-07-29 18:48:41 +02:00
David Martinez
5249ac9830
[placepage] Use WiFi emoji symbol 🛜 in PP preview (#8631)
* [placepage] Use localized WiFi string

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>

* [placepage] Use WiFi emoji symbol 🛜

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>

---------

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-07-25 18:14:58 +02:00
Viktor Govako
9766f6ffa2 Minor fixes.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-07-06 22:48:41 -03:00
Viktor Govako
bfdf975171 [meta] Use IsPoiChecker for 'operator' tag.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-07-06 22:48:41 -03:00
Viktor Govako
87bf6ad8f1 Unify IsPoiChecker.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-07-06 22:48:41 -03:00
Viktor Govako
1274fd45e0 Minor comments.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-07-06 22:48:41 -03:00
Viktor Govako
180bb8cf29 [generator][tiger] New GetNormalizedStreetName matching function.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-07-01 13:58:24 -03:00
Viktor Govako
1f07473232 [search][generator] Added AddressEnricher.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-07-01 13:58:24 -03:00
Viktor Govako
19df9af3a1 [search] GetStreetNameAsKey now processes directions (North, East, ...).
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-07-01 13:58:24 -03:00
David Martinez
35b3233007 [tests] Add tests for GetLocalizedAllTypes
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-07-01 12:10:12 -03:00
David Martinez
f16bf61607 [placepage] Show secondary types when name is empty
[placepage] Only discard level=1 amenity, but show others like shop...

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-07-01 12:10:12 -03:00
David Martinez
80ff58e67b [placepage] Show all types
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-06-27 22:47:47 +02:00
Viktor Govako
7c7e0910fb [generator] Combine post office, post box, parcel locker into IsPostPoiChecker selector.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-06-26 06:38:36 -03:00
Alexander Borsuk
3c7884a141 [C++20] Fixed warning
warning: arithmetic between enumeration type 'feature::Layer' and floating-point type 'const double' is deprecated [-Wdeprecated-enum-float-conversion]

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-06-09 14:45:39 +02:00
Alexander Borsuk
296ce69fe0 [C++20] Use starts_with and ends_with
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-06-07 13:11:00 -03:00
4ed22bd8d1 Revert "[placepage] Show all types"
This reverts commit 10b01c93d8.

Signed-off-by: Harry Bond <me@hbond.xyz>
2024-05-31 23:12:19 +02:00
Alexander Borsuk
31f82f32cf Fixed non-working Wikipedia links with ? character in a title
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-30 07:49:03 +02:00