You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My usage of Mapnik uses schemas extensively. I've noticed that the postgis_datasource::envelope() method was throwing errors which caused my renders to fail.
Attached to this ticket will be the quick patch that I made to allow my tiles to render, again.
The text was updated successfully, but these errors were encountered:
[springmeyer] Mak, thanks and nice catch. As you obv. saw given the 'TODO', I noticed this problem as well and missed following up on it. Shame this was not caught before release as we don't currently plan on a 0.7.1.
AFAICT the envelope() method has always failed with custom schema's and the workaround has been to manually set the 'extent' so that the call would be skipped. That should still be possible.
Anyway, thanks for the patch, which looks good. Can you imagine other scenarios where we would need to support multiple schemas? I sense proper schema support needs some more thought.
My usage of Mapnik uses schemas extensively. I've noticed that the postgis_datasource::envelope() method was throwing errors which caused my renders to fail.
Attached to this ticket will be the quick patch that I made to allow my tiles to render, again.
The text was updated successfully, but these errors were encountered: