Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no content, no error ... #27

Open
a2800276 opened this issue Sep 10, 2013 · 0 comments
Open

no content, no error ... #27

a2800276 opened this issue Sep 10, 2013 · 0 comments

Comments

@a2800276
Copy link

... further along in my trials of kartograph, I tried the "ne_50m_admin_0_countries" example with a file of my own that I am interested in:

 http://www.offenedaten-koeln.de/offene-daten/?did=48

which also contains POLYGONs as the ne_50m... shapefile. I only changed the 'src' attribute in the configuration JSON. Output is an svg containing only metadata, but no error or indication why the actual shapes are not in the file... :

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN'
'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
<svg enable_background="new 0 0 1000 808" height="808px"
pretty_print="False"
style="stroke-linejoin: round; stroke:#000; fill: none;"
version="1.1" viewBox="0 0 1000 808" width="1000px"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <style type="text/css">
      <![CDATA[path { fill-rule: evenodd; }]]>
</style>
  </defs>
  <metadata>
    <views>
      <view h="808.83411363" padding="0" w="1000">
        <proj flip="auto" id="robinson" lon0="6.98500063343" />
        <bbox h="4.12" w="5.1" x="86.41" y="-852.78" />
      </view>
    </views>
  </metadata>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant