Skip to content

Instantly share code, notes, and snippets.

@gka
Created August 23, 2012 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gka/3434486 to your computer and use it in GitHub Desktop.
Save gka/3434486 to your computer and use it in GitHub Desktop.
United States, w/o Great Lakes
proj:
id: laea
lon0: -100
layers:
usa:
src: shp/ne/10m_admin_1_states_provinces_shp.shp
filter:
and:
- ISO: USA
- ['Postal', 'not in', ['AK', 'HI']] # without Alaska and Hawaii
simplify: 1
lakes:
src: shp/ne/50m-lakes.shp
filter:
ScaleRank: 0
simplify: 1
subtract-from: usa
export:
round: 1
width: 870
#usa {
fill: #F5F4F4;
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment