Commit graph

232 commits

Author SHA1 Message Date
Bryan Housel
cdc38b8021 Remove one more place we were looking for a Twitter logo
(re: #7750)
2023-04-27 10:22:47 -04:00
Bryan Housel
fc370cb535 Remove Twitter API 🔪
(closes #7750)
2023-04-27 09:55:51 -04:00
arch0345
b007fa2868 Add support for TikTok username Wikidata property 2023-04-10 23:01:06 -07:00
Tommylung
7a312bddeb Social link support Weixin (WeChat) 2023-04-11 11:16:33 +08:00
arch0345
69efb0696d npm run wikidata 2023-04-10 11:34:50 -07:00
Tommylung
11f756d0f4 typo 2023-04-03 11:16:29 +08:00
Tommylung
b0a3cdeb51 Social Links support weibo 2023-04-03 10:59:13 +08:00
Bryan Housel
4244de00f3 Update dependencies, move some projects from ideditor -> rapideditor 2023-03-13 10:28:56 -04:00
Bryan Housel
c3cbf47534 Try to stably sort the features by id
re: 800ca866f5 (commitcomment-102754478)
2023-03-02 09:27:09 -05:00
Bryan Housel
800ca866f5 Update dependencies, npm run build 2023-03-01 17:59:30 -05:00
arch0345
3143190c97 Add park_ride to tryKeys 2023-02-05 11:30:11 -08:00
Bryan Housel
cc849d7d15 Don't set instanceof claim for subject:wikidata items
(closes #7661)
2023-01-17 10:43:34 -05:00
Bryan Housel
8450326e78 Ignore markdown/readme files
(closes #7292)
2022-10-31 09:13:20 -04:00
Peter Newman
443ce3b78b Pull the countryReplacement data back into the build script 2022-10-27 10:29:27 -04:00
Peter Newman
166d459049 Revert "Ship the countryReplacements dist file too"
This reverts commit aac4fa1c7ec6464d9c93e7e945399e57779eb1f2.
2022-10-27 10:29:27 -04:00
Peter Newman
bdf1215c05 Revert "Finish file-based support for now"
This reverts commit 0a798422dac0d9c03b164637bebd80b1c6abd1eb.
2022-10-27 10:29:27 -04:00
Peter Newman
668e2b58cf Finish file-based support for now 2022-10-27 10:29:27 -04:00
Peter Newman
b2980f3f38 Fix the syntax and make sure it's all done as lower case 2022-10-27 10:29:27 -04:00
Peter Newman
ca4c7d2e35 Ship the countryReplacements dist file too 2022-10-27 10:29:27 -04:00
Peter Newman
2dbee4c3bf Tidy locationSet during build
We should use gb consistently, firstly because its the correct/actual location, secondly to make it easier and better compatibility for external tools and finally because it makes searches on nsi.guide more consistent too.
2022-10-27 10:29:27 -04:00
Bryan Housel
03b3934591 Only copy a main value to a local value if the local value not set
re: https://github.com/osmlab/name-suggestion-index/issues/6788#issuecomment-1188024213
2022-07-18 14:27:43 -04:00
Bryan Housel
4b263f86a2 Fallback to fetch P94 Coat of Arms image
(closes #6781)
2022-07-18 12:35:16 -04:00
arch0345
f3f9556824 Refine locationSets, add Wikidata QIDs
Also added `tower:type` to tryKeys
2022-06-17 11:29:25 -07:00
Bryan Housel
82b4751e6c Remove all code related to managing the *:wikipedia tags
(re: #6481)
2022-04-21 12:59:18 -04:00
arch0345
538db72798 check sport for odd puncuation 2022-04-17 22:40:57 -07:00
arch0345
0454002840 Add Portland Loo, npm run build
Also added key flush:disposal to tryKeys to choose a more specific iD preset for toilets
2022-03-27 00:58:23 -07:00
Bryan Housel
6fa7d8edde Try to avoid adding a name that is empty or only punctuation
re: aa36ed289f (commitcomment-66339219)
2022-02-27 14:46:53 -05:00
Bryan Housel
ac4c0d7c02
Merge pull request #6186 from osmlab/arch0345-government
Choose a more specific iD preset for govt offices
2022-02-27 13:41:37 -05:00
Bryan Housel
85015fe18b Use import assertions syntax for importing JSON files
(closes #6014)
2022-02-16 11:40:10 -05:00
archpdx
3c8c17dc5b
Remove warning for missing government tag
Some of the operators cover multiple types of government offices so some of these won't have one
2022-02-13 01:14:55 -08:00
arch0345
63d7d0d9ad Choose a more specific iD preset for govt offices
Also added warning if `office=government` is missing `government=*` or the value contains odd punction/spacing
2022-02-12 18:11:34 -08:00
Bryan Housel
33e2007c7c Remove hack for vending=parcel_pickup;parcel_mail_in
(closes #6026)
2022-01-18 15:58:34 -05:00
Bryan Housel
dad1ce5b21 Generate an NSI preset even if we don't match an iD preset
re: https://github.com/openstreetmap/id-tagging-schema/issues/352
2022-01-18 15:56:08 -05:00
Bryan Housel
d6d8b5acef s/colors/chalk
(re: #6039)
2022-01-10 23:40:27 -05:00
Max Erickson
7e08ce1b6c Revert "Add json type assertions for node 17."
This reverts commit f4a11709e3.

Undo last change.
2022-01-05 18:14:19 -05:00
Max Erickson
f4a11709e3 Add json type assertions for node 17. 2022-01-05 17:20:27 -05:00
Bryan Housel
e3e9496663 Use Special:FilePath for .svg instead of generating our own urls
(closes #5928)

The P145 claim on Q6109362 contained 'wetherspoon logo.svg' (lowercase)
but the actual url should be 'Wetherspoon logo.svg' (uppercase)

Apparently this mismatch can happen sometimes because the filenames get
normalized, but claims aren't updated to match the true filename.

We can use Special:FilePath to redirect the user to the real file.
Thanks @jleedev for the solution!

https://osmus.slack.com/archives/CUP8V1Z61/p1641313622080700
2022-01-04 12:22:36 -05:00
Bryan Housel
26879d45a3 Create data/operators/amenity/recycling, but keep a few under brands
(closes #5210)
2022-01-03 16:29:05 -05:00
arch0345
4c488872c4 Fix typo in the build script
Comment and Wikipedia shows that the old ISO code for Hebrew was `iw`, not `il`
2021-12-29 19:09:30 -08:00
Bryan Housel
15c4fbb483 Remove the warning about small geojsons, npm run build 2021-12-27 11:42:32 -05:00
Bryan Housel
b297ce2ca9 When adding new items, add only the most popular spelling
(closes #5898)
2021-12-19 15:08:26 -05:00
Bryan Housel
f2993fa7f5 Choose a better preset type when generating JOSM presets
(closes #5784)
2021-12-03 16:10:09 -05:00
Bryan Housel
a0a3505ba0 Generate non-searchable presets for dissolved items
(closes #5758, re #5762, re #5763)
2021-12-02 10:49:52 -05:00
Bryan Housel
5e1cb70d3a Improve how we check the nsi-collector version number
(re #5519)

Before: Look at what name-suggestion-index's `package.json` says
Now:  Look at what nsi-collector's `package.json` says

This fixes the situation where nsi-collector gets updated and published
but I just haven't run `npm update` in name-suggestion-index repo yet.
2021-11-10 09:56:27 -05:00
Bryan Housel
1deb874338 pacify eslint 2021-11-03 17:14:16 -04:00
Bryan Housel
365919bee3 Refresh metadata on filtered/ files when doing npm run dist
(re: #5519)
2021-11-03 17:08:32 -04:00
Bryan Housel
e401e96d1a Put metadata into dist/filtered files, avoid overwriting newer data
(closes #5634, closes #5519)
2021-11-03 16:05:55 -04:00
Bryan Housel
983308090f Raise a warning if a same-named item exists in several trees
(re: #5625)
2021-11-02 16:36:34 -04:00
Bryan Housel
ddec36994b Revert #5613 - categories may exist in multiple trees 2021-11-01 15:42:23 -04:00
Bryan Housel
effa41e965 Comment out the post office operator->brand switchover code
(re: #5613)
2021-10-31 16:17:58 -04:00