Commit Graph

102 Commits

Author SHA1 Message Date
Martin Raifer
024c3f2dc4 replace unmaintained static-server with serve 2025-02-25 14:07:53 +01:00
Kyℓe Hensel
e123ec99a8 add indigenous languages not in CLDR (#10684) 2025-01-22 15:19:23 +01:00
Martin Raifer
04776ea2f9 Ladin language (lld) is now included in CLDR, no need to special case it anymore 2025-01-16 15:03:45 +01:00
Martin Raifer
e6f60247bd add Ladin (ISO 639-3: lld) language
https://en.wikipedia.org/wiki/Ladin_language

common in certain regions in northern Italy, see
https://wiki.openstreetmap.org/wiki/Multilingual_names#S%C3%BCdtirol_-_Alto_Adige_(South_Tyrol)_and_Trentino
2024-10-16 14:19:27 +02:00
Winston Sung
4dcb7f2f51 Update language data for Sinitic languages
Bug: #10488
Change-Id: I0ca3cd8b2a82a7edeff70b4be7678e0699214ccc
2024-10-09 09:33:06 -07:00
Martin Raifer
ba8d52e3c9 update interim source for presets
see https://github.com/openstreetmap/id-tagging-schema/pull/1307
2024-08-08 17:21:48 +02:00
Martin Raifer
211b6dde5f upgrade to eslintv9 (config format, lint to updated rules) 2024-04-12 18:44:04 +02:00
Martin Raifer
6f0e87ea44 use nodejs's built-in fetch in build scripts 2024-03-14 15:56:49 +01:00
Martin Raifer
41b9cb5da3 Merge branch 'eli-modern-api' into develop 2023-11-17 10:54:49 +01:00
0xAnon0602
555363f3b8 use regular expressions in imagery discard list (#9975) 2023-11-13 21:42:21 +01:00
Kai Michael Poppe
4908ab0729 Add eox.at 2022 to discard list in update_imagery script (#9945) 2023-11-08 10:55:08 +01:00
Kyle Hensel
e350e71ab1 migrate to ELI's modern json format 2023-10-12 22:04:54 +13:00
archpdx
0199f96a47 Discard eox.at 2019-2021 (#9807) 2023-08-03 11:33:30 +02:00
Martin Raifer
ef5e6c1032 lint 2023-07-12 13:02:01 +02:00
Martin Raifer
1d47aea365 npm run translations 2023-07-12 12:50:27 +02:00
Martin Raifer
faef090002 clean up background imagery list by discarding some layers
* regional osm basemaps
* cyclosm
* "Stamen Terrain": too coarse to be used for mapping in iD

.
2023-07-07 15:21:44 +02:00
dependabot[bot]
9b5f168575 Bump glob from 9.2.1 to 10.2.6 (#9668)
Bumps [glob](https://github.com/isaacs/node-glob) from 9.2.1 to 10.2.6.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v9.2.1...v10.2.6)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Raifer <martin@raifer.tech>
2023-05-31 19:48:42 +02:00
dependabot[bot]
a18de6b5c3 Bump cldr-core and cldr-localenames-full (#9662)
Bumps [cldr-core](https://github.com/unicode-cldr/cldr-json) and [cldr-localenames-full](https://github.com/unicode-cldr/cldr-json). These dependencies needed to be updated together.

Updates `cldr-core` from 41.0.0 to 43.0.0
- [Release notes](https://github.com/unicode-cldr/cldr-json/releases)
- [Commits](https://github.com/unicode-cldr/cldr-json/compare/41.0.0...43.0.0)

Updates `cldr-localenames-full` from 41.0.0 to 43.0.0
- [Release notes](https://github.com/unicode-cldr/cldr-json/releases)
- [Commits](https://github.com/unicode-cldr/cldr-json/compare/41.0.0...43.0.0)

---
updated-dependencies:
- dependency-name: cldr-core
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: cldr-localenames-full
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Raifer <martin@raifer.tech>
2023-05-26 12:55:00 +02:00
Martin Raifer
a15f6ff338 also lint mjs files and config directory 2023-03-27 19:45:47 +02:00
Martin Raifer
4c6842d820 allow processing preset icons data from files in npm run build:data 2023-03-27 18:57:29 +02:00
Martin Raifer
e826dc45e5 build icons from configured presets source
and also process field value `icons`
2023-03-27 18:34:20 +02:00
Kyℓe Hensel
cfca929ded don't symlink land.html (#9523)
for easier first-time installation on Windows
2023-03-06 14:01:28 +01:00
dependabot[bot]
8b9ee46f7a Bump glob from 8.1.0 to 9.2.1 (#9527)
* Bump glob from 8.1.0 to 9.2.1

Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.2.1.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v8.1.0...v9.2.1)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update build script to glob v9

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Raifer <martin@raifer.tech>
2023-03-06 13:44:52 +01:00
Martin Raifer
adcbdae6e8 implement date field, for #9477 2023-01-27 17:03:28 +01:00
Martin Raifer
afa4d4db9c replace mapbox imagery with dedicated api tokens 2023-01-27 17:03:27 +01:00
Martin Raifer
8215c2283d remove code which is not needed anymore
this is now handled in the id-tagging-schema repo
2022-11-18 16:57:17 +01:00
Martin Raifer
17a1ab2e29 lint 2022-11-15 18:22:42 +01:00
Martin Raifer
88d7d7f050 upgrade translation fetcher to transifex API v3
see https://www.transifex.com/blog/2020/transifex-api-version-3/
2022-11-15 17:21:50 +01:00
Martin Raifer
af69bf91a9 override/extend languages data, thanks @bgo-eiu
closes #9241
closes #9242
2022-09-16 14:12:23 +02:00
Bryan Housel
97ed56bc3a s/colors/chalk
https://www.bleepingcomputer.com/news/security/dev-corrupts-npm-libs-colors-and-faker-breaking-thousands-of-apps/
2022-01-10 23:52:29 -05:00
Milos Brzakovic
d7c772c8ea Fix for translation - YAML.load 2021-07-09 15:27:29 +02:00
Bryan Housel
bd3562d9a3 Switch from Travis CI to GitHub Action build.yml 2020-12-18 10:07:26 -05:00
Quincy Morgan
cb7f1c2b3c Update to id-tagging-schema v3.0.0
Add UI for translatable combo fields
2020-12-08 15:23:51 -05:00
Quincy Morgan
bc9679d627 Remove trailing whitespace 2020-12-08 13:39:44 -05:00
Quincy Morgan
96d7631a3a Fetch id-tagging-schema icons from the bleeding edge as well as the release versions when building data 2020-12-07 15:45:26 -05:00
Quincy Morgan
c4b61ebc99 fix spelling 2020-12-01 11:32:45 -05:00
Quincy Morgan
baabd81987 Unbundle id-tagging-schema data and translations
Update for id-tagging-schema 2.0.0
2020-12-01 11:14:14 -05:00
Quincy Morgan
df043d3979 Merge branch 'develop' into decouple-presets 2020-11-06 18:02:10 -05:00
Quincy Morgan
cc1e512f44 Include languages in the Multilingual Name field dropdown even if they don't have native labels in CLDR
Don't bundle translated names for languages that won't be shown in the multilingual name field
2020-11-06 17:40:38 -05:00
Quincy Morgan
ea0e5a9a32 Write the languages.json file in build_data.js instead of update_locales.js (re: #8165) 2020-11-06 17:38:41 -05:00
Quincy Morgan
db12fc5f57 Depend on id-tagging-schema for presets 2020-11-06 10:38:43 -05:00
Quincy Morgan
83df29ccf2 Add warning about unused fields to build_data script 2020-10-16 10:33:04 -04:00
Quincy Morgan
808eb21102 Remove call to request (re: #7959) 2020-09-28 15:29:12 -04:00
Quincy Morgan
f9fcc03e20 Update to temaki v4.2.0
Drop the noun project (close #8030)
Drop request (close #7959)
2020-09-28 13:58:27 -04:00
Quincy Morgan
4c85e1664c Switch to node-request for transifex (re: #7959) 2020-09-27 20:27:36 -04:00
Quincy Morgan
f163722c9a Create a new manyCombo field type for the public transport vehicles field instead of using multiCombo in a new way (re: #6142) 2020-09-24 09:21:59 -04:00
Quincy Morgan
a51b82b546 Add check to make sure presets share geometry with all their fields 2020-09-21 17:00:46 -04:00
Quincy Morgan
f141d1a77d Show Telephone and Website fields by default on more POI presets (close #7877) 2020-09-21 15:25:14 -04:00
Quincy Morgan
98bea69947 Add Vehicles field for public_transport presets (close #6142, re: #7970)
Enable variant type of `multiCombo` field that works for any listed keys, not ones under a prefix
2020-09-16 15:15:10 -04:00
Quincy Morgan
7ab9f268d9 Don't fetch the English strings if the preferred locale has 100% coverage (close #7994) 2020-09-15 16:09:08 -04:00