Commit graph

8 commits

Author SHA1 Message Date
eec89184cb
Add local Goodwill affiliates as operators (#5734)
* Added local Goodwill affiliates as operators

* Remove Goodwill from brands tree

Also added some more Goodwill organizations

Put operator in front of name for operators tree in idgen.js

Co-authored-by: archpdx <archpdx@pm.me>
2022-10-30 19:44:10 -07: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
3e6cd9d295 Add a flags tree
(re: #4745)
2020-12-01 13:31:02 -05:00
Bryan Housel
18fc66efc9 Add collected fire, police, ambulance operators
(re: #4714)
2020-11-18 22:58:20 -05:00
Bryan Housel
0b91e23310 Support 'operators' as a tree, move amenity/post_office.json there
(re: #4638)
2020-11-03 15:10:18 -05:00
Bryan Housel
f3728a061a For transit, prioritize network over operator, and ignore name
(re: https://github.com/osmlab/name-suggestion-index/pull/4239#issuecomment-702412085 )
2020-10-01 17:43:26 -04:00
Bryan Housel
0ab3406f8a Generate identifiers that conform to /^\w+$/
to avoid unicode or right-to-left surprises.
Also split out the id generation into its own function.
(re: #3995)

This now exposed a bunch of brands that were duplicate in the index
so the duplicates have been removed.
(e.g. an item in English and an item in Thai for the same thing, but
both with same `name:en` and same locationSet)

The duplicate removal just happened to close #4106 also.
2020-09-18 10:52:00 -04:00