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
4244de00f3
Update dependencies, move some projects from ideditor -> rapideditor
2023-03-13 10:28:56 -04: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
Peter Newman
166d459049
Revert "Ship the countryReplacements dist file too"
...
This reverts commit aac4fa1c7ec6464d9c93e7e945399e57779eb1f2.
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
arch0345
f3f9556824
Refine locationSets, add Wikidata QIDs
...
Also added `tower:type` to tryKeys
2022-06-17 11:29:25 -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
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
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
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
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
de4b47d74e
Any tags in tags
need to also be in addTags
...
(closes #5375 )
2021-09-30 23:04:10 -04:00
Bryan Housel
99005a4817
Take the collected names '@ideditor/nsi-collector' project
...
(closes #5311 )
2021-09-19 11:41:09 -04:00
Bryan Housel
b755bbd1d6
Have the build_wikidata script generate a dist/warnings.json file
...
(re: #4815 )
2021-09-17 16:59:43 -04:00
Bryan Housel
24f0c957a8
Generate iD presets for both Ferry (way) and Ferry (relation)
2021-08-03 11:23:23 -04:00
Bryan Housel
b21ac2eb66
Enable --experimental-json-modules so we can import json files
...
https://nodejs.org/docs/latest-v14.x/api/esm.html#esm_experimental_json_modules
This was something that we did a lot of with require()
2021-06-22 15:17:54 -04:00
Bryan Housel
1c4fc70e3b
WIP Modernize
...
- switch to type: module
- replace all CJS require/module.exports with ES6 import/expor
2021-06-22 00:04:52 -04:00
Bryan Housel
d2ad70733b
Upgrade to location-conflation v1.0.1
...
(closes #5124 )
Note: The ergonomics of how we "require" defualt export from the CJS package is
_weird_ and different from what rollup previously built for us. That's ok.
(This is https://github.com/evanw/esbuild/issues/1182 )
This will be less weird when I switch this project over to ESM and we
instead "import" the ESM package of location-conflation.
2021-06-18 14:55:28 -04:00
Bryan Housel
25973eb614
5.0.20210322
2021-03-22 13:59:44 -04:00
Bryan Housel
93fa35c7ef
Drop the -pre, automatically add datestamp to the version patch
...
Also cleanup some of the scripts
2021-03-15 12:53:43 -04:00