-
Notifications
You must be signed in to change notification settings - Fork 120
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
Update to use new WOF domain #1489
Conversation
docs/attribution.md
Outdated
|
||
``` | ||
Data from Who's On First. <a href="https://whosonfirst.mapzen.com#License">License</a> | ||
Data from Who's On First. <a href="https://www.whosonfirst.org">License</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL is better to link to: https://www.whosonfirst.org/docs/licenses/.
Though this is the ultimate truth: https://github.com/whosonfirst/whosonfirst-sources/blob/master/sources/README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/data-sources.md
Outdated
@@ -45,4 +45,4 @@ More details can be found at: http://www.naturalearthdata.com/about/terms-of-use | |||
|
|||
`source:whosonfirst` | |||
|
|||
[Who's On First](http://whosonfirst.mapzen.com) is Mapzen's place gazetteer, and is used to source neighbourhood labels. | |||
[Who's On First](http://www.whosonfirst.org/) is an open place gazetteer created by Mapzen and is used to source neighbourhood labels. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created
> initiated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor text changes.
We also need to update RAWR Tiles generation: |
From tilezen/raw_tiles#21 (comment); we probably need to update tilequeue as well: |
With the tilequeue change in I re-ran the CI and it passes! Merging :) |
Thanks for re-running! |
Should be `whosonfirst.org` to match changes made in tilezen/vector-datasource#1489 and tilezen/tilequeue#333. This was causing occasional errors, since tilequeue no longer understands the previous `whosonfirst.mapzen.com` value and raises an exception.
Fixes #1488.