diff --git a/10m_cultural/ne_10m_time_zones.dbf b/10m_cultural/ne_10m_time_zones.dbf index 3d657931..3c4f9955 100644 Binary files a/10m_cultural/ne_10m_time_zones.dbf and b/10m_cultural/ne_10m_time_zones.dbf differ diff --git a/10m_cultural/ne_10m_time_zones.shp b/10m_cultural/ne_10m_time_zones.shp index c0aea218..40788b88 100644 Binary files a/10m_cultural/ne_10m_time_zones.shp and b/10m_cultural/ne_10m_time_zones.shp differ diff --git a/10m_cultural/ne_10m_time_zones.shx b/10m_cultural/ne_10m_time_zones.shx index 2b8bcbcc..0960f30e 100644 Binary files a/10m_cultural/ne_10m_time_zones.shx and b/10m_cultural/ne_10m_time_zones.shx differ diff --git a/110m_physical/ne_110m_geographic_lines.shp b/110m_physical/ne_110m_geographic_lines.shp index 25682a83..1d247537 100644 Binary files a/110m_physical/ne_110m_geographic_lines.shp and b/110m_physical/ne_110m_geographic_lines.shp differ diff --git a/110m_physical/ne_110m_geographic_lines.shx b/110m_physical/ne_110m_geographic_lines.shx index 298c86e6..ec36913a 100644 Binary files a/110m_physical/ne_110m_geographic_lines.shx and b/110m_physical/ne_110m_geographic_lines.shx differ diff --git a/50m_cultural/ne_50m_admin_0_pacific_groupings.dbf b/50m_cultural/ne_50m_admin_0_pacific_groupings.dbf index 766a5ac0..c68933b7 100644 Binary files a/50m_cultural/ne_50m_admin_0_pacific_groupings.dbf and b/50m_cultural/ne_50m_admin_0_pacific_groupings.dbf differ diff --git a/50m_cultural/ne_50m_admin_0_pacific_groupings.shp b/50m_cultural/ne_50m_admin_0_pacific_groupings.shp index db54ef69..f3df32ee 100644 Binary files a/50m_cultural/ne_50m_admin_0_pacific_groupings.shp and b/50m_cultural/ne_50m_admin_0_pacific_groupings.shp differ diff --git a/50m_cultural/ne_50m_admin_0_pacific_groupings.shx b/50m_cultural/ne_50m_admin_0_pacific_groupings.shx index 5fb7034d..9e8aa496 100644 Binary files a/50m_cultural/ne_50m_admin_0_pacific_groupings.shx and b/50m_cultural/ne_50m_admin_0_pacific_groupings.shx differ diff --git a/50m_physical/ne_50m_geographic_lines.shp b/50m_physical/ne_50m_geographic_lines.shp index 25682a83..1d247537 100644 Binary files a/50m_physical/ne_50m_geographic_lines.shp and b/50m_physical/ne_50m_geographic_lines.shp differ diff --git a/50m_physical/ne_50m_geographic_lines.shx b/50m_physical/ne_50m_geographic_lines.shx index 298c86e6..ec36913a 100644 Binary files a/50m_physical/ne_50m_geographic_lines.shx and b/50m_physical/ne_50m_geographic_lines.shx differ diff --git a/Makefile b/Makefile index 07f89d62..149b1c41 100644 --- a/Makefile +++ b/Makefile @@ -325,6 +325,9 @@ zips/110m_physical/110m_physical.zip: \ # 50m +50m_physical/ne_50m_geographic_lines.shp: 10m_physical/ne_10m_geographic_lines.shp 10m_physical/ne_10m_geographic_lines.dbf + ogr2ogr -overwrite $@ 10m_physical/ne_10m_geographic_lines.shp + 50m_physical/ne_50m_geography_regions_points.shp: 10m_physical/ne_10m_geography_regions_points.shp 10m_physical/ne_10m_geography_regions_points.dbf ogr2ogr -overwrite -sql "SELECT * FROM ne_10m_geography_regions_points WHERE scalerank <= 5 ORDER BY scalerank" $@ 10m_physical/ne_10m_geography_regions_points.shp @@ -340,6 +343,9 @@ zips/110m_physical/110m_physical.zip: \ # 110m +110m_physical/ne_110m_geographic_lines.shp: 10m_physical/ne_10m_geographic_lines.shp 10m_physical/ne_10m_geographic_lines.dbf + ogr2ogr -overwrite $@ 10m_physical/ne_10m_geographic_lines.shp + 110m_physical/ne_110m_geography_regions_points.shp: 10m_physical/ne_10m_geography_regions_points.shp 10m_physical/ne_10m_geography_regions_points.dbf ogr2ogr -overwrite -sql "SELECT * FROM ne_10m_geography_regions_points WHERE scalerank <= 2 ORDER BY scalerank" $@ 10m_physical/ne_10m_geography_regions_points.shp