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
Mapnik XML can have linebreaks in strings, especially common in things like the sql subselects often used in the postgres 'table' parameter. These are ultimately stripped by mapnik before sending to postgres to avoid any issues: http://trac.mapnik.org/browser/trunk/include/mapnik/sql_utils.hpp#L58
Cascadenik uses XML for the mml and supports linebreaks as well:
Mapnik XML can have linebreaks in strings, especially common in things like the sql subselects often used in the postgres 'table' parameter. These are ultimately stripped by mapnik before sending to postgres to avoid any issues: http://trac.mapnik.org/browser/trunk/include/mapnik/sql_utils.hpp#L58
Cascadenik uses XML for the mml and supports linebreaks as well:
But json need them to be escaped.
Also " can appear in sql selects, so those also need to be escaped.
The text was updated successfully, but these errors were encountered: