Le Sun, May 16, 2021 at 08:20:03AM -0400, Josh Grosse a écrit : > The attached patch updates mapnik from 3.0.10 to 3.1.0. > > * This resolves the undefined unicode string that broke > earlier releases of mapnik. > > * I am unable to figure out how to set the XMLPARSER to > libxml2 so that OpenStreetMap map files can be parsed > by mapnik-render. I've tried setting it in MODSCONS_FLAGS, > and in this patch set it is currently set in MODSCONS_ENV. > The XML parsing issue is described at:
Fwiw setting XMLPARSER=libxml2 in MODSCONS_FLAGS seems to work here, at least that's what ends up in the generated config.py. Dunno if support for osm files works at runtime though. pretty sure MODGCC4_ARCHS can go :) not sure about py2 by default too.. im looking a bit at this update, seems proj>6 support is not there yet (cf https://github.com/mapnik/mapnik/issues/4036) but i wont block the fix for that :D as for SHARED_LIBS bump im unsure a minor is enough.. will do a bit more tests, thanks for that work ! Landry