Skip to content

Instantly share code, notes, and snippets.

@gka
Created July 6, 2012 07:04
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/3058534 to your computer and use it in GitHub Desktop.
Save gka/3058534 to your computer and use it in GitHub Desktop.
YAML descriptor for Bella Italia showcase on kartograph.org
proj:
id: satellite
lat0: 33
lon0: 15
dist: 1.1
up: 11
layers:
- special: graticule
latitudes: [30,32,34,36,38,40,42,44,46,48,50]
longitudes: [5,7.5,10,12.5,15,17.5,20]
- id: land
src: ../shp/naturalearth/land/10m_land.shp
- id: context
src: ../shp/naturalearth/10m-admin0-countries/ne_10m_admin_0_countries.shp
attributes:
ISO_A3: iso
filter: [ISO_A3,is not,ITA]
- id: ITA
src: ../shp/naturalearth/admin1-states-provinces/1.4.0/ne_10m_admin_1_states_provinces_shp.shp
filter: [ISO,is,ITA]
bounds:
mode: polygons
data:
layer: ITA
attribute: ISO
values: ITA
padding: 0.04
export:
width: 700
round: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment