-
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
add island labels (#399, #646, #703) #737
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
77e5983
[filter] remove continent place labels from places layer
nvkelso 3949c71
[filter] init earth YAML filter, add continent place label to earth l…
nvkelso 1306fb5
[query] add earth queary JINJA
nvkelso e287f5d
[migration] add custom migration for new earth layer features, includ…
nvkelso 841fdaf
[query] hook up schema prefunction for new earth layer
nvkelso ed2f448
[query] hook up create sql functions and sql.jinja to new earth layer
nvkelso 933c809
[apply] hook up data/apply functions, set new fields for new earth layer
nvkelso 478d994
[tests] add full set of island label tests
nvkelso a32f242
[filter] adjust island, islet zoom ranges
nvkelso a3bf4af
improve legibility
nvkelso b3efd26
improve legibility
nvkelso a9f760c
correct typo
nvkelso 34e47eb
rename way_area to test, since it is a fakeout
nvkelso 0046ec4
[docs] add new earth kinds (label placements)
nvkelso 18b4ef1
use else, drop unused label_placement & etc in selects
nvkelso 17944dc
remove junk & add comments
nvkelso ffccbbe
calculate label placement for islands as a transform, drop the src
nvkelso 3bd9499
add island names to tests, reformatting, fix z17 tests to z16
nvkelso 0d3e119
update migrations
nvkelso 9a6fb43
update data/apply
nvkelso 5f58f70
target shp table type
nvkelso 6a01957
fids (like gids) are ints
nvkelso dd1e417
remove junk left over from rebase
nvkelso 484e730
allow points in EARTH layer, and apply normal transforms
nvkelso 85b422a
null names, sum the way area when grouping, and allow OSM features to…
nvkelso f9179b1
add label_placement: yes
nvkelso 183516f
comment out failing tests
nvkelso 98cc13d
restore failing tests
nvkelso 3225802
Merge remote-tracking branch 'origin/master' into nvkelso/399-add-isl…
zerebubuth dd27f86
Fix whitespace.
zerebubuth d2eca3d
Clean up migrations, add new columns for earth.
zerebubuth 2e8055f
Revert some whitespace changes to make the diff readable.
zerebubuth 3782656
Land tables should have earth column, not water.
zerebubuth 0bf0a87
Undoing more whitespace changes.
zerebubuth 26dbf47
Fix up zoom levels to match tests. Don't use way_area on tables that …
zerebubuth 6403cb2
Remove unnecessary synthetic columns now that way_area has been removed.
zerebubuth 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
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
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
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
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
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
Oops, something went wrong.
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.
Do these also need a
UPDATE table SET mz_earth_min_zoom = mz_calculate_min_zoom_earth(table.*)
?