[generator] World lines: adjust short lines filtering, merge motorways into trunks #5655

Merged
root merged 4 commits from pastk-generator-world-roads-merge into master 2023-12-03 17:24:06 +00:00
Member

It'll allow for more efficient lines merging.

It'll allow for more efficient lines merging.
vng (Migrated from github.com) reviewed 2023-11-30 12:00:57 +00:00
vng (Migrated from github.com) left a comment

Remove "Discard metadata for World areas" ?

Remove "Discard metadata for World areas" ?
vng (Migrated from github.com) commented 2023-11-30 11:54:03 +00:00

This will not work as expected. Return pr here and replace greater with less on the caller side.

DBL_MAX - 1.0E5 == DBL_MAX

This will not work as expected. Return pr here and replace greater with less on the caller side. DBL_MAX - 1.0E5 == DBL_MAX
vng (Migrated from github.com) commented 2023-11-30 11:59:09 +00:00

I doubt that we need this change

I doubt that we need this change
pastk reviewed 2023-11-30 12:10:35 +00:00
Author
Member

Why not? Why keep unnecessary data?
(I don't expect any major savings of course)

Why not? Why keep unnecessary data? (I don't expect any major savings of course)
vng (Migrated from github.com) reviewed 2023-11-30 12:15:08 +00:00
vng (Migrated from github.com) commented 2023-11-30 12:15:08 +00:00
  • I don't like the way it is made
  • I suspect we should store meta for area at least in future
- I don't like the way it is made - I suspect we should store meta for area at least in future
pastk reviewed 2023-11-30 12:39:49 +00:00
Author
Member
  1. what is the problem exactly? before my change the metadata removal was "hidden" in the lines specific feature merger code, now its in a more logical and visible place
  2. then we can easily change it if needed (and we should keep only used metadata, not all metadata)
1. what is the problem exactly? before my change the metadata removal was "hidden" in the lines specific feature merger code, now its in a more logical and visible place 2. then we can easily change it if needed (and we should keep only **used** metadata, not **all** metadata)
vng (Migrated from github.com) reviewed 2023-11-30 12:44:42 +00:00
vng (Migrated from github.com) commented 2023-11-30 12:44:42 +00:00

I don't like this.

I don't like this.
pastk reviewed 2023-11-30 14:54:19 +00:00
Author
Member

me too :) any idea how to make it better?

me too :) any idea how to make it better?
pastk reviewed 2023-11-30 14:55:30 +00:00
Author
Member

probably have to change the interface in many places to remove const :/

probably have to change the interface in many places to remove `const` :/
vng (Migrated from github.com) reviewed 2023-11-30 14:59:35 +00:00
vng (Migrated from github.com) commented 2023-11-30 14:59:35 +00:00

Let's remove this change in PR :)

Let's remove this change in PR :)
pastk reviewed 2023-11-30 16:43:23 +00:00
vng (Migrated from github.com) approved these changes 2023-11-30 16:47:36 +00:00
biodranik (Migrated from github.com) reviewed 2023-11-30 17:52:48 +00:00
biodranik (Migrated from github.com) left a comment

Did you test it?

Did you test it?
@ -57,1 +56,3 @@
if (scales::IsGoodForLevel(scales::GetUpperWorldScale(), fb.GetLimitRect()))
static const uint32_t ferryType = classif().GetTypeByPath({"route", "ferry"});
static const uint32_t boundaryType = classif().GetTypeByPath({"boundary", "administrative"});
static const uint32_t highwayType = classif().GetTypeByPath({"highway"});
biodranik (Migrated from github.com) commented 2023-11-30 17:52:22 +00:00

constexpr

constexpr
biodranik (Migrated from github.com) commented 2023-11-30 17:52:09 +00:00

constexpr

constexpr
pastk reviewed 2023-11-30 18:41:51 +00:00
Author
Member
generator/world_map_generator.hpp:126:50: error: no matching function for call to ‘FeatureTypesProcessor::SetMappingTypes(char* const [2], char* const [2])’
     m_typesCorrector.SetMappingTypes(marr1, marr2);
``` generator/world_map_generator.hpp:126:50: error: no matching function for call to ‘FeatureTypesProcessor::SetMappingTypes(char* const [2], char* const [2])’ m_typesCorrector.SetMappingTypes(marr1, marr2); ```
pastk reviewed 2023-11-30 18:42:37 +00:00
@ -57,1 +56,3 @@
if (scales::IsGoodForLevel(scales::GetUpperWorldScale(), fb.GetLimitRect()))
static const uint32_t ferryType = classif().GetTypeByPath({"route", "ferry"});
static const uint32_t boundaryType = classif().GetTypeByPath({"boundary", "administrative"});
static const uint32_t highwayType = classif().GetTypeByPath({"highway"});
Author
Member

GetTypeByPath() is not constexpr

GetTypeByPath() is not constexpr
biodranik (Migrated from github.com) reviewed 2023-11-30 22:33:24 +00:00
biodranik (Migrated from github.com) commented 2023-11-30 22:33:24 +00:00
https://medium.com/@samathy_barratt/constantly-confusing-c-const-and-constexpr-pointer-behaviour-7eddb041e15a
biodranik (Migrated from github.com) reviewed 2023-11-30 22:34:31 +00:00
@ -57,1 +56,3 @@
if (scales::IsGoodForLevel(scales::GetUpperWorldScale(), fb.GetLimitRect()))
static const uint32_t ferryType = classif().GetTypeByPath({"route", "ferry"});
static const uint32_t boundaryType = classif().GetTypeByPath({"boundary", "administrative"});
static const uint32_t highwayType = classif().GetTypeByPath({"highway"});
biodranik (Migrated from github.com) commented 2023-11-30 22:34:31 +00:00

Right! It would be great to make these expressions constexpr in the future...

Right! It would be great to make these expressions constexpr in the future...
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps-tmp#5655
No description provided.