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

PostGIS/osm example error #112

Open
cledantec opened this issue Oct 1, 2014 · 0 comments
Open

PostGIS/osm example error #112

cledantec opened this issue Oct 1, 2014 · 0 comments

Comments

@cledantec
Copy link

I've installed all the required pieces and gotten things close to up and running for rending svg maps from and postgis osm dump. But, when I run things, kartograph crunchs for a while then dumps with this error:

cli.py, in render_map()
71: K.generate(cfg, args.output, preview=args.preview, format=format, stylesheet=css) kartograph.py, in generate()
46: _map = Map(opts, self.layerCache, format=format) map.py, in init()
61: layer.get_features() maplayer.py, in get_features()
81: charset=layer.options['charset'] layersource/postgislayer.py, in get_features()
64: cur.execute('SELECT "%s" FROM %s WHERE %s' % ('", "'.join(fields), self.table, query))
Operation on mixed SRID geometries

Is this a kartograph bug? A Postgres/PostGIS issue? This error occurs whether I try rendering the map I want or following the example provided on line.

Any help appreciated.

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