Outdoors map style support #4247
Labels
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
3 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/organicmaps-tmp#4247
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "pastk-outdoors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a compiled outdoors map style (changes and screenshots are same as in #2804) into android apk.
There is no UI switcher yet.
To switch into outdoors use a search command
?olight
, issue?light
to switch back to normal style.The style will be applied full only after maps regeneration (due to features' zoom level visibility changes). Or compile with a patch #2798 to be able to test the full style without maps regen.
Tested on Android and desktop only.
Might break iOS (as new style files should be added to the project files, etc.) - need help here!
TODO (probably best in separate PRs):
Needed-for: organicmaps/organicmaps#2356
На сколько увеличился размер данных в этом PR по сравнению с мастером, на примере какой-то отдельной страны/региона, где много хайков?
Эти файлы полностью дублируют остальные стили? Хотелось бы иметь максимально общую базу, и в разных стилях хранить только оверрайды базы, иначе замучаемся с поддержкой, добавив ещё 3-4 стиля.
olight/odark?
Yeap, its in plans.
I don't know, as I don't have a map gen pipeline setup.
It would be better (much quicker at least) if someone else could regen maps with a new style and check.
Maybe we can start with these plans first, to avoid unnecessary copy-paste?
Yeap I'm going to try it asap.
Suspicious that first commit organicmaps/organicmaps#4247/commits/bff0ea9004ecd169edf175268566bd06dc1e71dd, adding outdoor style switch into the code, has data/colors.txt modifications like removing a bunch of colors ..
I suspect that this file should be in the regenerated commit, or something goes wrong ..
Made *.mapcss files of the new style contain only changes to the base style.
I had to copy some "eval" sections still due to #4258.
Also copied some unchanged rules in case they belong to a logical block when the most of it was changed, e.g. isolines (all rules are changed somewhat except
[isoline=step_10]
).Is there a way to "validate" mapcss and report some issues/fail on errors if necessary?
I think we don't have such a tool. @vng ?
TBH our style files are full of duplicate and overriding rules, not working rules etc.
Tested it on desktop - works well.
Removed copy-pasted eval()s sections.