-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
category scoring #106
category scoring #106
Conversation
helper/category_weights.js -This should now make a record like "Newark Airport" appear above, say, "Newark Airport Station".
@hkrishna , @dianashk , @missinglink , did this merit more discussion before getting merged? I can revert so that we get a chance to collectively look it over. |
Currently, yes, and no, it isn't. Could either move those into the Groovy scripts, but that stops us from injecting and thus easily configuring them. Since they're virtually all currently set to |
helper/category_weights.js -Address @missinglink's comment: #106 (comment) -Remove category weights with default values, since they're unnecessary.
OK that sounds better, thanks. |
Weights are all hardcoded to 10 currently - requires to be tweaked
uses https://github.com/pelias/scripts/pull/6
fixes #105