mirror of
https://github.com/oDinZu/natural-earth-vector.git
synced 2025-02-22 00:04:57 -05:00
110m poly spelling
This commit is contained in:
parent
3bc5cf8c97
commit
de7ff099d5
2
Makefile
2
Makefile
@ -363,7 +363,7 @@ zips/110m_physical/110m_physical.zip: \
|
||||
110m_physical/ne_110m_geography_marine_polys.shp: 10m_physical/ne_10m_geography_marine_polys.shp 10m_physical/ne_10m_geography_marine_polys.dbf
|
||||
ogr2ogr -overwrite -lco ENCODING=UTF-8 -sql "SELECT * FROM ne_10m_geography_marine_polys WHERE scalerank <= 1 ORDER BY scalerank" $@ 10m_physical/ne_10m_geography_marine_polys.shp
|
||||
|
||||
110m_physical/ne_110m_geography_regions_plys.shp: 10m_physical/ne_10m_geography_regions_polys.shp 10m_physical/ne_10m_geography_regions_polys.dbf
|
||||
110m_physical/ne_110m_geography_regions_polys.shp: 10m_physical/ne_10m_geography_regions_polys.shp 10m_physical/ne_10m_geography_regions_polys.dbf
|
||||
ogr2ogr -overwrite -lco ENCODING=UTF-8 -sql "SELECT * FROM ne_10m_geography_regions_polys WHERE scalerank <= 1 ORDER BY scalerank" $@ 10m_physical/ne_10m_geography_regions_polys.shp
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user