-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge changes - switch from all views to tables via centroid (#341)
* Add shop tests (#338) Add tests for shop point/polygon counts. Includes moving test docs to main docs page, and overall improvements to the examples. * Change "all" views to tables loaded via Flex style (#337) * Changing vbuilding_all view to building_combined_point table * Create PK, move helper into style folder * Starting to convert vshop_all. Current version has test errors due to moving code into shop_helper. Need to add more tests on original to help find the cause of the problem with this change. * Fix loading of shop polygons. Reset shop_polygon test output to actual. * Add detailed POI tests * Restructure POI loading in prep to migrate all view * Moving from vpoi_all mat view to poi_combined_point table * still failing on poi_combined_point * Fixed import problem by setting up ID column properly * Cleanup RE #320 (#340) * Remove refresh of MV that no longer exists. Make comments on new tables more consistent * Add missing comments. Install PgDD extension
- Loading branch information
1 parent
229c009
commit 3b505eb
Showing
43 changed files
with
1,834 additions
and
570 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
[layerset] | ||
amenity=false | ||
building=true | ||
building_combined_point=true | ||
landuse=true | ||
leisure=false | ||
natural=false | ||
place=true | ||
poi=false | ||
poi_combined_point=true | ||
road_major=true | ||
unitable=true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
[layerset] | ||
amenity=true | ||
building=true | ||
building_combined_point=false | ||
indoor=true | ||
infrastructure=true | ||
landuse=true | ||
leisure=true | ||
natural=true | ||
place=true | ||
poi=true | ||
poi_combined_point=false | ||
public_transport=true | ||
road=true | ||
shop=true | ||
shop_combined_point=false | ||
tags=true | ||
traffic=true | ||
water=true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[layerset] | ||
place=true | ||
poi=true | ||
poi_combined_point=true | ||
road_major=true |
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.