Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Oct 16, 2024
1 parent fbff785 commit 0e0bb26
Show file tree
Hide file tree
Showing 42 changed files with 25,980 additions and 27,679 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,43 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# Unreleased (2.31.0-dev)

#### :sparkles: Usability & Accessibility
#### :scissors: Operations
#### :camera: Street-Level
#### :white_check_mark: Validation
#### :bug: Bugfixes
#### :earth_asia: Localization

* Update Sinitic languages in the Multilingual Names field ([#10488], thanks [@winstonsung])
* Update the list of languages in the Wikipedia field ([#10489])

#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
#### :rocket: Presets
#### :hammer: Development

[#10488]: https://github.com/openstreetmap/iD/pull/10488
[#10489]: https://github.com/openstreetmap/iD/pull/10489
[@winstonsung]: https://github.com/winstonsung/

# 2.30.4
##### 2024-Oct-07

* Refresh background imagery dataset ([#10486])

[#10486]: https://github.com/openstreetmap/iD/issues/10486


# 2.30.3
##### 2024-Oct-02

* Refresh background imagery dataset ([#10483])


[#10483]: https://github.com/openstreetmap/iD/issues/10483


# 2.30.2
##### 2024-Aug-21
Expand Down Expand Up @@ -85,6 +122,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
[#7582]: https://github.com/openstreetmap/iD/issues/7582
[#8994]: https://github.com/openstreetmap/iD/issues/8994
[#9993]: https://github.com/openstreetmap/iD/issues/9993
[#9941]: https://github.com/openstreetmap/iD/issues/9941
[#10181]: https://github.com/openstreetmap/iD/pull/10181
[#10255]: https://github.com/openstreetmap/iD/pull/10255
[#10257]: https://github.com/openstreetmap/iD/pull/10257
Expand Down Expand Up @@ -164,6 +202,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Allow to search for OSM notes by id in search bar ([#10062], thanks [@NaVis0mple])
* Add support for coordinates in `<degree> <minutes>[ <seconds>]` format to search bar ([#10066], thanks [@NaVis0mple])
* Improve styling of combobox dopdown list to give entries with long labels more room for better readability ([#10127], thanks [@tordans])
* Add button(s) to open website URLs in fields for semicolon separated tags ([#9974], thanks [@lefuturiste])
#### :camera: Street-Level
* Fetch Microsoft Bing Streetlevel imagery layer via the Bing Maps API (from the previously used undocumented internal API endpoints), fixing reliability issues with the service's integration ([#10074])
#### :white_check_mark: Validation
Expand All @@ -187,6 +226,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
[#9422]: https://github.com/openstreetmap/iD/issues/9422
[#9876]: https://github.com/openstreetmap/iD/issues/9876
[#9891]: https://github.com/openstreetmap/iD/pull/9891
[#9974]: https://github.com/openstreetmap/iD/pull/9974
[#9983]: https://github.com/openstreetmap/iD/issues/9983
[#9992]: https://github.com/openstreetmap/iD/issues/9992
[#10035]: https://github.com/openstreetmap/iD/pull/10035
Expand All @@ -201,6 +241,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@mangerlahn]: https://github.com/mangerlahn
[@NaVis0mple]: https://github.com/NaVis0mple
[@mtmail]: https://github.com/mtmail
[@lefuturiste]: https://github.com/lefuturiste


# 2.27.3
Expand Down
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Contributing to iD

Thinking of contributing to iD? High five! There are plenty of ways to get involved.
You don't need to know the first thing about programming (though it's always a
great time to learn!)
You don't need to know anything about programming (though it's always a great time to learn!).

Everyone involved in the iD project is subject to the [Code of Conduct](CODE_OF_CONDUCT.md).
Please take a moment to read it before proceeding, it's short and simple. We want
Expand All @@ -12,7 +11,7 @@ everyone to feel comfortable contributing to iD.
## Submitting Issues

We'd love to hear your feedback about iD. Please [search existing issues](https://github.com/search?l=&q=repo%3Aopenstreetmap%2FiD&type=Issues)
before [opening a new one](https://github.com/openstreetmap/iD/issues/new). Many bugs and ideas have already been posted.
before [opening a new one](https://github.com/openstreetmap/iD/issues/new/choose). Many bugs and ideas have already been posted.

When reporting a bug:

Expand All @@ -37,7 +36,7 @@ When requesting a feature:

### Issue Labels

We use GitHub labels to keep track of issues. Some guidelines:
We use GitHub labels to keep track of issues. Some guidelines:

Green labels are for **action items**. Jump in and start working!
* <sub>[![good-first-issue][good-first-issue]][good-first-issue_link]</sub> -
Expand Down Expand Up @@ -231,7 +230,7 @@ The translations for presets, [maintained in the id-tagging-schema repository](h
preset fields, and lists of search terms. You do _not_ need to translate the
search terms literally -- use a set of synonyms and related terms appropriate
to the target language, separated by commas.
For more information on translating the presets [please see this id-tagging-schema contribution guide](https://github.com/openstreetmap/id-tagging-schema/blob/main/CONTRIBUTING.md#translating).
For more information on translating the presets [please see this id-tagging-schema contribution guide](https://github.com/openstreetmap/id-tagging-schema/blob/main/CONTRIBUTING.md#translating).

You can check your translations on the [development preview site](https://ideditor.netlify.app),
which is updated every time we change the `develop` branch.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* iD is a JavaScript [OpenStreetMap](https://www.openstreetmap.org/) editor.
* It's intentionally simple. It lets you do the most basic tasks while not breaking other people's data.
* It supports all popular modern desktop browsers: Chrome, Firefox, Safari, Opera, and Edge.
* iD is not yet designed for mobile browsers, but this is something we hope to add!
* Data is rendered with [d3.js](https://d3js.org/).

## Participate!
Expand Down
4 changes: 2 additions & 2 deletions config/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ const defaultOsmApiConnections = {
live: {
url: 'https://www.openstreetmap.org',
apiUrl: 'https://api.openstreetmap.org',
client_id: '0tmNTmd0Jo1dQp4AUmMBLtGiD9YpMuXzHefitcuVStc'
client_id: 'qMoWHp_3M7QjZqr5Sw1JieVSibGB5p71T_QU6fiRUok'
},
dev: {
url: 'https://api06.dev.openstreetmap.org',
client_id: 'Ee1wWJ6UlpERbF6BfTNOpwn0R8k_06mvMXdDUkeHMgw'
client_id: 'qk6Xvnl2vNfBhuzVbLcUz4P67s5qJRlDppb2uaHd370'
}
};
const osmApiConnections = [];
Expand Down
3 changes: 3 additions & 0 deletions css/70_fills.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
.fill-partial path.area.fill.tag-indoor {
stroke-width: 20px;
}
.fill-partial path.area.fill.tag-amenity-parking_space {
stroke-width: 30px;
}
.ideditor.mode-browse .fill-partial path.area.fill,
.ideditor.mode-select .fill-partial path.area.fill,
.ideditor.mode-select-data .fill-partial path.area.fill,
Expand Down
32 changes: 26 additions & 6 deletions data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
"cay": {},
"cch": {"nativeName": "Atsam"},
"ccp": {"nativeName": "𑄌𑄋𑄴𑄟𑄳𑄦"},
"cdo": {"nativeName": "閩東語"},
"cdo-Hans": {"base": "cdo", "script": "Hans", "nativeName": "闽东语(简化汉字)"},
"cdo-Hant": {"base": "cdo", "script": "Hant", "nativeName": "閩東語(傳統漢字)"},
"cdo-Latn": {"base": "cdo", "script": "Latn", "nativeName": "Mìng-dĕ̤ng-ngṳ̄ (Bàng-uâ-cê)"},
"ce": {"nativeName": "нохчийн"},
"ceb": {"nativeName": "Cebuano"},
"cgg": {"nativeName": "Rukiga"},
Expand All @@ -120,6 +124,10 @@
"co": {"nativeName": "corsu"},
"cop": {},
"cps": {},
"cpx": {"nativeName": "莆仙語"},
"cpx-Hans": {"base": "cpx", "script": "Hans", "nativeName": "莆仙语(简体)"},
"cpx-Hant": {"base": "cpx", "script": "Hant", "nativeName": "莆仙語(繁體)"},
"cpx-Latn": {"base": "cpx", "script": "Latn", "nativeName": "Pó-sing-gṳ̂ (Báⁿ-uā-ci̍)"},
"cr": {},
"crg": {},
"crh": {},
Expand Down Expand Up @@ -199,7 +207,9 @@
"ga": {"nativeName": "Gaeilge"},
"gaa": {"nativeName": ""},
"gag": {},
"gan": {},
"gan": {"nativeName": "贛語"},
"gan-Hans": {"base": "gan", "script": "Hans", "nativeName": "赣语(简体)"},
"gan-Hant": {"base": "gan", "script": "Hant", "nativeName": "贛語(繁體)"},
"gay": {},
"gba": {},
"gbz": {},
Expand All @@ -226,7 +236,10 @@
"gwi": {},
"ha": {"nativeName": "Hausa"},
"hai": {},
"hak": {},
"hak": {"nativeName": "客家語"},
"hak-Hans": {"base": "hak", "script": "Hans", "nativeName": "客家语(简体)"},
"hak-Hant": {"base": "hak", "script": "Hant", "nativeName": "客家語(繁體)"},
"hak-Latn": {"base": "hak", "script": "Latn", "nativeName": "Hak-kâ-ngî (Pha̍k-fa-sṳ)"},
"haw": {"nativeName": "ʻŌlelo Hawaiʻi"},
"hax": {},
"hdn": {},
Expand All @@ -242,7 +255,7 @@
"ho": {},
"hr": {"nativeName": "hrvatski"},
"hsb": {"nativeName": "hornjoserbšćina"},
"hsn": {},
"hsn": {"nativeName": "湘語"},
"ht": {},
"hu": {"nativeName": "magyar"},
"hup": {},
Expand Down Expand Up @@ -397,6 +410,8 @@
"ml": {"nativeName": "മലയാളം"},
"mn": {"nativeName": "монгол"},
"mnc": {},
"mnc-Latn": {"base": "mnc", "script": "Latn", "nativeName": "manju gisun"},
"mnc-Mong": {"base": "mnc", "script": "Mong", "nativeName": "ᠮᠠᠨᠵᡠ ᡤᡳᠰᡠᠨ"},
"mni": {"nativeName": "মৈতৈলোন্"},
"mni-Beng": {"base": "mni", "script": "Beng"},
"mni-Mtei": {"base": "mni", "script": "Mtei"},
Expand All @@ -417,7 +432,10 @@
"myv": {"nativeName": "эрзянь кель"},
"mzn": {"nativeName": "مازرونی"},
"na": {},
"nan": {},
"nan": {"nativeName": "閩南語"},
"nan-Hant": {"base": "nan", "script": "Hant", "nativeName": "閩南語(傳統漢字)"},
"nan-Latn-pehoeji": {"base": "nan", "script": "Latn", "nativeName": "Bân-lâm-gú (Pe̍h-ōe-jī)"},
"nan-Latn-tailo": {"base": "nan", "script": "Latn", "nativeName": "Bân-lâm-gú (Tâi-lô)"},
"nap": {},
"naq": {"nativeName": "Khoekhoegowab"},
"nb": {"nativeName": "norsk bokmål"},
Expand Down Expand Up @@ -661,7 +679,9 @@
"wbl": {"nativeName": "وخی"},
"wbp": {"nativeName": "Warlpiri"},
"wo": {"nativeName": "Wolof"},
"wuu": {},
"wuu": {"nativeName": "吳語"},
"wuu-Hans": {"base": "wuu", "script": "Hans", "nativeName": "吴语(简体)"},
"wuu-Hant": {"base": "wuu", "script": "Hant", "nativeName": "吳語(正體)"},
"xal": {},
"xh": {"nativeName": "IsiXhosa"},
"xmf": {},
Expand All @@ -686,7 +706,7 @@
"zh": {"nativeName": "中文"},
"zh-Hans": {"base": "zh", "script": "Hans", "nativeName": "简体中文"},
"zh-Hant": {"base": "zh", "script": "Hant", "nativeName": "繁體中文"},
"zh_pinyin": {"base": "zh", "script": "Latn"},
"zh-Latn-pinyin": {"base": "zh", "script": "Latn", "nativeName": "Zhōngwén (Hànyǔ Pīnyīn)"},
"zu": {"nativeName": "isiZulu"},
"zun": {},
"zza": {}
Expand Down
Loading

0 comments on commit 0e0bb26

Please sign in to comment.