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

Accept multi-line SQL queries in table parameter #173

Closed
artemp opened this issue Oct 11, 2011 · 4 comments
Closed

Accept multi-line SQL queries in table parameter #173

artemp opened this issue Oct 11, 2011 · 4 comments

Comments

@artemp
Copy link
Member

artemp commented Oct 11, 2011

Currently, it seems necessary to pre-process SQL by removing line breaks.

@artemp
Copy link
Member Author

artemp commented Oct 11, 2011

[springmeyer] Migurski, I'm interested in looking into this.

What error's do you get currently, or does mapnik fail silently to render when postgres queries fail?

@artemp
Copy link
Member Author

artemp commented Oct 11, 2011

[migurski] I don't see an error, but I see behavior consistent with mapnik ignoring any parts of the query after the first line break.

@artemp
Copy link
Member Author

artemp commented Oct 11, 2011

[springmeyer] Hmm, mike even with crazy multiline queries like in this test mapfile: http://mapnik-utils.googlecode.com/svn/sandbox/multiline_tests/ the mapnik postgis plugin seems to render fine.

Any chance you could post a query gone wrong?

Also, would be great if you could rebuild mapnik with DEBUG=True and then check out the query that mapnik outputs...

ie, based on that example above this is one query that mapnik prints in debug output and it works for me:
{{{
select asbinary(the_geom) as geom from (select * from world where
cntry_name
= 'Germany') as

  world

where the_geom && setSRID('BOX3D(-180 -90,180 83.62359619140619)'::box3d,4326)
}}

@artemp
Copy link
Member Author

artemp commented Oct 11, 2011

[artem] fixed in r862

@artemp artemp closed this as completed Oct 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant