Bryan Housel
7f1cd34492
Move post office items from 'operators' back to 'brands'
2021-10-31 14:49:43 -04:00
Bryan Housel
f3afc00b49
Add new category amenity/training for code ninjas
...
(closes #5483 )
2021-10-12 10:03:31 -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
9d3b41cb17
Remove debugging comment
2021-09-07 16:06:40 -04:00
Bryan Housel
43d953c14f
Fix the Twitter rate limit check, npm run wikidata
2021-09-07 13:36:36 -04:00
Bryan Housel
e5e0b10917
Hacky setup/restore scripts for special osmium environment
...
(re: #5311 )
`npm run osmium:setup` - switch to osmium mode
`npm run osmium:restore` - switch back
2021-09-03 12:43:42 -04:00
Bryan Housel
6e204083fa
Add some things to create an old but functioning osmium environment
...
(re: #5311 )
2021-09-02 17:57:52 -04:00
Bryan Housel
490be8fa71
Collect operators for offices
...
(re: #5291 )
2021-09-02 10:27:36 -04:00
Bryan Housel
33bfca7fab
Only consider an item dissolved if it has an actual date value
...
(closes #5260 )
2021-09-01 17:10:57 -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
8c24f44e49
Fix the code to skip "en:%25Arabica"
2021-07-30 15:13:53 -04:00
Bryan Housel
781d855391
Leave "en:%25Arabica" urlencoded, "en:%Arabica" is worse
2021-07-29 23:44:49 -04:00
Bryan Housel
5df2a2dac9
Leave "en:%25Arabica" urlencoded, "en:%Arabica" is worse
2021-07-28 11:36:43 -04:00
Bryan Housel
1a9d0894de
Add guard code around decodeURIComponent for "en:%Arabica"
2021-07-28 10:46:23 -04:00
Bryan Housel
c12d124974
Adjust console message from "gathered" to "collected"
...
(more consistent with phrasing we use elsewhere)
2021-07-24 16:04:50 -04:00
Bryan Housel
5d2cc5ea0f
Ensure that the secrets file is not stored in config/ anymore
...
We publish config/ now, but we dont want to publish people's credentials
2021-06-24 16:31:17 -04:00
Bryan Housel
e2bfcf3913
Make the Matcher a class
...
This makes using it a bit more idiomatic: `const matcher = new Matcher();`
2021-06-22 16:56:21 -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
4f6951d5f1
Add new_york_city.geojson
2021-05-27 12:22:19 -04:00
Bryan Housel
b78c2eda59
Update geojson-rewind to avoid security issue with minimist
...
(re: 53d4b1ddb
, ca162ce2ad
)
2021-04-21 16:33:30 -04:00
Bryan Housel
f1a9e8db28
Replace some very small geojsons with circular areas, simplify
2021-04-15 15:37:49 -04:00
Bryan Housel
8758ccec31
Warn if user created a geojson for a small feature that can be a point
2021-04-15 14:01:08 -04:00
Bryan Housel
6f7f05c2e8
Avoid cleaning up old claims at the end of execution if !_wbEdit
...
(closes #5007 )
2021-04-05 11:27:41 -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
Bryan Housel
21f5b4e838
In trees schema, name tag patterns do not need to be Arrays
2021-03-15 11:36:34 -04:00
Bryan Housel
7da3cc5c8b
npm run dist
2021-03-13 15:57:06 -05:00
Bryan Housel
c1816bc76a
Add documentation
2021-03-11 13:54:01 -05:00
Bryan Housel
66392c9fc6
Fix field list for brand vs operator, setup for bus stops
2021-03-11 11:58:52 -05:00
Bryan Housel
b59f93b168
Expand templates when building/checking the index
...
(this takes a few ms, but gives us more accurate counts of what the index contains
2021-03-11 11:32:58 -05:00
Bryan Housel
beb27f88ab
Don't warn that the Wiphala flag is missing a subject
2021-03-10 11:49:33 -05:00
Bryan Housel
bd1e0f9981
Workaround for ETIMEDOUT response from node-fetch
...
Use connection pooling agent as described here:
https://americastestkitchen.github.io/node/2017/01/17/http-keep-alive/
(closes #4948 )
2021-03-09 14:42:03 -05:00
Bryan Housel
bc4663cddf
Special rule for "name" field for iD presets
...
If we're preserving the `name` tag, make sure both "name" and "brand" fields are shown.
This triggers iD to lock the "brand" field but allow edits to the "name" field.
2021-03-08 17:16:11 -05:00
Bryan Housel
96a90be9e1
Remove temp code
2021-03-08 16:24:23 -05:00
Bryan Housel
14e4da9483
In transit tree, remove the operator if it is the same as network
...
Many of these were added incorrectly
(closes #4944 )
2021-03-08 16:13:44 -05:00
Bryan Housel
643787af4f
Fetch P8972 "small logo or icon" if available
...
(closes #4936 )
2021-03-04 12:32:02 -05:00
Bryan Housel
cccc32bc16
Have the matcher handle generic/common words too
...
(closes #4924 )
2021-02-26 11:18:23 -05:00
Bryan Housel
551de0a47b
Remove redundant brand tags from operators
...
(closes #4925 )
2021-02-24 17:58:42 -05:00
Bryan Housel
762da4f62d
Uncomment the lines to update keep/discard files
2021-02-22 17:10:29 -05:00
Bryan Housel
58d638f4fe
Restore the filtering in build script,
...
Add skipCollection for categories which should not do it
(re: #4906 )
2021-02-18 15:20:53 -05:00
Bryan Housel
e5bb924bc1
Store in trees.json which source tags we are collecting from OSM
2021-02-18 13:13:02 -05:00
Bryan Housel
ea9d441ffb
Wrap category properties in a properties
object
2021-02-18 12:30:42 -05:00
Bryan Housel
3e10bb0009
Rewrite the keep/discard filtering code to not use keepKV/discardKVN
...
But leave commented out, as it will introduce some changes in what gets kept/discarded
2021-02-18 00:13:34 -05:00
Bryan Housel
b939ae2af4
Remove temp code, use ES6 Map for the itemID lookup
2021-02-17 15:10:27 -05:00
Bryan Housel
953b5531e0
Relax schamas, start refactor of cache and tree structures
...
This moves towards storing more information about categories in the data/* files
(re: #4906 )
2021-02-17 09:48:25 -05:00
Bryan Housel
f73ed5f1ab
npm run wikidata
2021-02-10 13:55:17 -05:00