[editor] Improvements in editor.config #4050
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
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/organicmaps-tmp#4050
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix_editor"
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?
Signed-off-by: Jean-Baptiste CHARRON jeanbaptiste.charron@outlook.fr
This PR following work started in #4034 :
LGTM if it runs and works on a device.
Tested on Pixel 6 - Android 13
Field in editor is show following type of POI
I have add internet field for more POI, but i am not sure it's a good idea to show this field for all POI.
I have just add this field for all shop and POI about education and some type of office POI.
For example, i'm not sure, it's a good idea to show this field for government building or POI about health (some hospitals ask to enable airplane mode on phone).
Many governments and hospitals have wifi. The worst situation is not showing it in the editor when there is no wifi, but hiding it in the editor when there is wifi in a POI.
@ -213,84 +223,68 @@
<include field="website" />
</type>
<type id="amenity-casino">
Add field_group poi_internet (same as poi or poi_noname) to avoid copy-paste.
I afraid that we can break existing user's edits file with this change.
@vng how? The new file is bundled and will overwrite the old one. Only a few people who manually override it may see some errors. We can support their case also, of course, but it may be easier for them to edit the file.
This is the user edits file, not config. See Editor::LoadEdits()
If you want i can doing more tests on device, for example install older OM version and after install this version to check if we have some problems ?
Here is edits.xml after adding dummy POI:
Workflow failed because i have replace group field poi by poi_interet on somes type, i guess i need to update tests here https://github.com/organicmaps/organicmaps/blob/master/editor/editor_tests/editor_config_test.cpp
@vng can you help me :)
Ok, I am not an expert in development,
If you want i can remove this commit and add a commentary in editor.config, to just tell don't replace mapsme in tag
It can be replaced, but the old one should also be supported for the Load operation. @vng thanks for pointing to that. Let's leave this change for a separate PR, it's more complex than I thought.
@Jean-BaptisteC I will update your branch if you don't mind?
Yes :), i have try to remove commit about mapsme but it's not perfect
Can you tell me if list of POI with group field poi_internet is OK for you ?
@vng Tests are failing on Mac
I saw it. Will get back later to check what is going on ..
@biodranik Please, check that POIs are correctly marked as poi_internet from your perspective ..
@ -539,3 +520,3 @@
</type>
<type id="place-farm" can_add="no">
<include group="poi" />
<include group="poi_internet" />
How do we set the subtypes of recycling containers now? Don't we have to add them to the editor?
@ -667,3 +622,3 @@
<include field="internet" />
<include group="poi_internet" />
</type>
<type id="shop-dairy" group="shop">
Why only some craft= are marked with "shop"?
@ -717,3 +660,2 @@
<type id="shop-gift" group="shop">
<include group="poi" />
<include field="internet" />
<include group="poi_internet" />
Why some are marked can_add="no"?
@ -911,21 +816,19 @@
<include field="opening_hours" />
</type>
<type id="amenity-biergarten" group="food">
leisure-swimming_pool below should be poi_internet
@ -1063,3 +963,2 @@
<type id="shop-wholesale" group="shop">
<include group="poi" />
<include field="internet" />
<include group="poi_internet" />
railway_station above should be poi_internet
What is the difference between "ele" vs "height" editable fields?
poi_internet for the sauna below
Fix poi_internet for some commented types below.
@ -539,3 +520,3 @@
</type>
<type id="place-farm" can_add="no">
<include group="poi" />
<include group="poi_internet" />
I think for now, it's not supported, maybe we can implement by add list with different elements allow in container ?
@ -667,3 +622,3 @@
<include field="internet" />
<include group="poi_internet" />
</type>
<type id="shop-dairy" group="shop">
🤷♂️ I don't know.
Where are used groups in OM ? Is it groups from Wiki OSM ?
@ -717,3 +660,2 @@
<type id="shop-gift" group="shop">
<include group="poi" />
<include field="internet" />
<include group="poi_internet" />
Maybe this organicmaps/organicmaps#2747 (comment)
ele field is elevation in meters of POI (used for a mountains), height (in meters) field is used more for height of buildings
@ -667,3 +622,3 @@
<include field="internet" />
<include group="poi_internet" />
</type>
<type id="shop-dairy" group="shop">
Groups are collections of some tags, they are defined at the beginning of this file.
Does it make sense to mark remaining shop-like crafts with "shop"?
@ -539,3 +520,3 @@
</type>
<type id="place-farm" can_add="no">
<include group="poi" />
<include group="poi_internet" />
Let's create an issue for it.
Existing files with mapsme in them should also be loaded:
@ -539,3 +520,3 @@
</type>
<type id="place-farm" can_add="no">
<include group="poi" />
<include group="poi_internet" />
Done :)
@ -667,3 +622,3 @@
<include field="internet" />
<include group="poi_internet" />
</type>
<type id="shop-dairy" group="shop">
group=shop, accomodation, ... is not defined in the start of the file but we can add this group=shop for all craft POI :)
Normally each crafters have shops or part of her house dedicated for her work
We need to be able to read both tags: the old one and the new one. But only the new one should be written/saved back.
To speed everything up, I suggest splitting changes into two commits/PRs, and moving mapsme => omaps renaming into a separate PR. Then we can safely merge everything else and test/fix the renaming properly.
Please return back this line, it breaks the XML file.
And make sure that validator runs well:
xmllint -noout -schema data/config.xsd data/editor.config