-
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
Move to NE 5.1.2 - Add Config for new POVs #2078
Merged
tgrigsby-sc
merged 17 commits into
master
from
travisg/20220428-add-NE-support-for-new-POVs
May 17, 2022
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e853595
updating to newest date in assets.yaml
tgrigsby-sc fc1f2c6
updating assets.yaml
tgrigsby-sc 776ff67
updating assets.yaml to pull from 5.1.0 now
tgrigsby-sc b05b25d
split lookup depending on whether it's a country (#2075)
tgrigsby-sc b810954
return fclass_iso, fclass_tlc, and label_x, label_y for OSM features …
tgrigsby-sc b51e372
adding TLC POV to NE export, YAML files and transform.py (#2081)
tgrigsby-sc e0fa3de
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a4b218a
updating comment
tgrigsby-sc 1a8a020
updating prj for admin_0 countries assets
tgrigsby-sc 3ba8648
update .gitignore
tgrigsby-sc 31a5b4a
PR feedback
tgrigsby-sc 761ae3c
adding tests
tgrigsby-sc 2635448
updating assets file to 5.1.1, removing projection spec
tgrigsby-sc 2e59334
disambiguate
tgrigsby-sc 1185427
adding disadmbiguation
tgrigsby-sc 24c86c9
upgrading to 5.1.2
tgrigsby-sc 8fb9226
updating shapefile again
tgrigsby-sc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
These files aren't web mercator (3857). Instead they need to be re-projected and clipped into web mercator from WGS84 lat/lng.
That's usually a later step in the (mostly?) automated build assets scripting. Doesn't look like that part ran in the ZIP you posted.
(Like the other NE files here, the
prj: 3857
line is both not needed and in this case wrong and should be removed.)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.
updated here: 2635448