mirror of
https://github.com/oDinZu/natural-earth-vector.git
synced 2025-02-22 00:04:57 -05:00
adjusted geographic lines per new IDL and matched time zones to those, new hacky Makefile for 50m and 110m versions of same
This commit is contained in:
parent
74362fb9ff
commit
cc4c127475
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6
Makefile
6
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user