Skip to content

Commit

Permalink
Remove a few more improveOSM references
Browse files Browse the repository at this point in the history
- From AssetSystem (new)
- Generated en strings and FontAwesome icon (from running `npm run build`)
  • Loading branch information
bhousel committed Jul 16, 2024
1 parent 30094cd commit 905cd57
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
40 changes: 1 addition & 39 deletions data/l10n/core.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1062,10 +1062,6 @@
"tooltip": "Data issues detected by keepright.at",
"title": "KeepRight Issues"
},
"improveOSM": {
"tooltip": "Missing data detected by improveosm.org",
"title": "ImproveOSM Issues"
},
"osmose": {
"tooltip": "Data issues detected by osmose.openstreetmap.fr",
"title": "Osmose Issues"
Expand Down Expand Up @@ -1538,40 +1534,6 @@
"fix_title": "Fix Guidelines",
"trap_title": "Common Mistakes"
},
"improveOSM": {
"title": "ImproveOSM Detection",
"geometry_types": {
"path": "paths",
"parking": "parking",
"road": "roads",
"both": "roads and parking"
},
"directions": {
"east": "east",
"north": "north",
"northeast": "northeast",
"northwest": "northwest",
"south": "south",
"southeast": "southeast",
"southwest": "southwest",
"west": "west"
},
"error_types": {
"ow": {
"title": "Missing One-way",
"description": "Along this section of {highway}, {percentage}% of {num_trips} recorded trips travel from {from_node} to {to_node}. There may be missing a \"oneway\" tag."
},
"mr": {
"title": "Missing Geometry",
"description": "{num_trips} recorded trips in this area suggest there may be unmapped {geometry_type} here.",
"description_alt": "Data from a 3rd party suggests there may be unmapped {geometry_type} here."
},
"tr": {
"title": "Missing Turn Restriction",
"description": "{num_passed} of {num_trips} recorded trips (travelling {travel_direction}) make a turn from {from_way} to {to_way} at {junction}. There may be a missing \"{turn_restriction}\" restriction."
}
}
},
"keepRight": {
"title": "KeepRight",
"detail_description": "Description",
Expand Down Expand Up @@ -2218,7 +2180,7 @@
"title": "Quality Assurance",
"intro": "*Quality Assurance* (Q/A) tools can find improper tags, disconnected roads, and other issues with OpenStreetMap, which mappers can then fix. To view existing Q/A issues, open the {data_icon} **{map_data}** panel and enable a specific Q/A layer.",
"tools_h": "Tools",
"tools": "The following tools are currently supported: [KeepRight](https://www.keepright.at/), [ImproveOSM](https://improveosm.org/en/) and [Osmose](https://osmose.openstreetmap.fr/).",
"tools": "The following tools are currently supported: [KeepRight](https://www.keepright.at/) and [Osmose](https://osmose.openstreetmap.fr/).",
"issues_h": "Handling Issues",
"issues": "Handling Q/A issues is similar to handling notes. Select a marker to view the issue details in the sidebar. Each tool has its own capabilities, but generally you can comment and/or close an issue."
},
Expand Down
2 changes: 1 addition & 1 deletion modules/core/AssetSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class AssetSystem extends AbstractSystem {
c.languages = { languages: { de: { nativeName: 'Deutsch' }, en: { nativeName: 'English' } } };
c.locales = { locales: { en: { rtl: false } } };
c.phone_formats = { phoneFormats: {} };
c.qa_data = { improveOSM: {}, keepRight: {}, osmose: {} };
c.qa_data = { keepRight: {}, osmose: {} };
c.shortcuts = { shortcuts: [] };
c.territory_languages = { territoryLanguages: {} };
c.tagging_deprecated = [{ old: { highway: 'no' } }, { old: { highway: 'ford' }, replace: { ford: '*' } }];
Expand Down
1 change: 0 additions & 1 deletion svg/fontawesome/fas-long-arrow-alt-right.svg

This file was deleted.

0 comments on commit 905cd57

Please sign in to comment.