<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>I have mapnik installed on my Windows PC, and have been successfully generating OSM-style tiles.</div><div><br></div><div>I also wanted to generate tiles using the MapQuest open style .xml files (the US versions): http://developer.mapquest.com/web/products/open/map/style</div><div><br></div><div>I believe I have all the .inc.template files set up correctly (i.e., I have created what I think is a valid .inc files for each .inc.template file).</div><div><br></div><div>But I'm getting the following type of error:<br><span></span></div><div><br><span></span></div><div><span>RuntimeError: Failed to parse filter expression:<br>[highway] = 'pedestrian' or [highway]='footway' or ([highway]='path' and !([bicycle]='designated')) or [highway]='track'<br>Parsing aborted at '(' in style
 'pedestrian-walkways'</span></div><div><br><span></span></div><div><span>I believe this is happening because my version of mapnik is not recent enough to handle various </span><span>syntax/</span><span>logic structures the MapQuest .xml files are using.</span></div><div><br><span></span></div><div><span>I installed mapnik from HOTOSM using </span>https://github.com/hotosm/installer/downloads</div><div><br></div><div>I also installed it (and got the same results) from the "win32 binaries" button on http://mapnik.org/download/, which installs mapnik-0.7.1 (which I believe is the same version as is installed by HOTOSM, even though I don't see any version labeling on the HOTOSM download page or install).</div><div><br></div><div>So do I need a version better than mapnik-0.7.1 to use the MapQuest .xml files? If so, what's the best way to get that installed on Windows?<br></div><br></div></body></html>