Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update curated shapefiles.
When deployed, will fix #1257.
  • Loading branch information
Matt Amos committed Dec 1, 2017
1 parent ae28b55 commit 3f06faa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -18,7 +18,10 @@ data/*.cpg
data/*.dbf
data/*.prj
data/*.shx
data/*.qpj
data/wof_neighbourhoods.pgdump
data/*.README.html
data/*.VERSION.txt

# python compiled bytecode and development files
*.pyc
Expand Down
8 changes: 4 additions & 4 deletions data/assets.yaml
@@ -1,5 +1,5 @@
bucket: mapzen-tiles-assets
datestamp: 20161110
datestamp: 20171201

shapefiles:

Expand All @@ -22,9 +22,9 @@ shapefiles:
shapefile-name: land-polygons-split-3857/land_polygons.shp

- name: buffered_land
url: http://s3.amazonaws.com/mapzen-tiles-assets/curated/buffered_land_10272016.zip
url: http://s3.amazonaws.com/mapzen-tiles-assets/curated/buffered_land_05232017.zip
prj: 3857
shapefile-name: buffered_land_10272016.shp
shapefile-name: buffered_land_05232017.shp
tile: true

- name: ne_110m_lakes
Expand Down Expand Up @@ -103,7 +103,7 @@ shapefiles:
- name: ne_50m_admin_1_states_provinces_lines
url: http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/cultural/ne_50m_admin_1_states_provinces_lines.zip
prj: 4326
shapefile-name: ne_50m_admin_1_states_provinces_lines_shp.shp
shapefile-name: ne_50m_admin_1_states_provinces_lines.shp

- name: ne_10m_admin_1_states_provinces_lines
url: http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces_lines.zip
Expand Down

0 comments on commit 3f06faa

Please sign in to comment.