-
-
Notifications
You must be signed in to change notification settings - Fork 23
FeaturePanel: Add operator dropdown and hiding editor tags #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi @whubsch, thanks for the contribution. I will be glad to merge the collapsing. Regarding the hidden tags, i very much prefer to show the user all information from OSM. All these tags are our gold, so i would prefer not hiding any. Even for end-user browsing the map, seeing And as @Flohhhhh mentioned, this |
Ok, no worries, I didn't realize the tag table is getting removed. I do personally think it is worth hiding the more editor-focused tags if the goal is to make a general purpose map application. There are a lot of OSM renderers for editors, but not too many for non-editors, so I see that as a nice lane this application could fill. I'm intrigued by this project so I'll look around with what else I can help with, although I don't have much experience with Javascript. |
* iD Tagging scheme exploration * fix build * fix build2 * show only unique fields * add typescript types * y lintfix * find Field for rest of tags * move schema to Feature + add UI * translate values in semiCombo * titles * hack address:* in * remove tags which are already covered by Preset name * experiment - clear sessionstorage * typeCombo is usually cleared by preset.tags * We need typeCombo after all, eg node/7002486683 * move units from label to value * finalize first prototype * allow language switching * fix buildAddress a little * extract PoiDescription.tsx * extract field helpers to fields.ts * refactoring restKeys->keysTodo, added publishDbgObject(), added test * fix access key - covers multiple tags * Use `@openstreetmap/id-tagging-schema` pkg Committed in-flight 5J814 :) * fix keysTodo (never commit 30k ft above ground) * y lintfix * fix [object object] in `subject:wikidata` * update osmApi.test.ts * hide under advanced mode * add Details above TagsTable
This reverts commit 5a492a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reverted the cherrypicked commit, because github somehow messed up the "Files changed". Even though it is aleady in master branch.
Thanks for your first contribution. It should be deployed in a minute. 👍 |
Hi, just poking around, I noticed that
operator
tags are not collapsed likebrand
andnetwork
tags were. I also added a filter to hide tags in the FeaturePanel that are primarily for OSM editors:source
,check_date
,fixme
,comment
, andnote
. Those tags are still viewable and available to edit in the edit window.