Skip to content

Instantly share code, notes, and snippets.

@timfernando
Created November 7, 2012 01:49
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 timfernando/4029060 to your computer and use it in GitHub Desktop.
Save timfernando/4029060 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "country_shape_generator.py", line 67, in <module>
K.generate(config, outfile='./mymap.svg', stylesheet=stylesheet)
File "/Users/timfernando/.virtualenvs/kartograph/src/kartograph/kartograph/kartograph.py", line 46, in generate
_map = Map(opts, self.layerCache, format=format)
File "/Users/timfernando/.virtualenvs/kartograph/src/kartograph/kartograph/map.py", line 73, in __init__
me._crop_layers()
File "/Users/timfernando/.virtualenvs/kartograph/src/kartograph/kartograph/map.py", line 377, in _crop_layers
% crop_at_layer)
kartograph.errors.KartographError: Kartograph-Error: you want to substract from layer "countries" which cannot be found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment