Hi all,
I've installed Mapnik 2.1.0 on my OS X 10.6 system using the dmg installer here: http://mapnik.org/download/. I can successfully render simple styles, but from time to time map rendering fails with the following:
"RuntimeError: Could not initialize ICU resources"
I've narrowed the problem a little. If my xml contains a TextSymbolizer such as...
<TextSymbolizer face-name="Arial"><![CDATA[[name]]]> </TextSymbolizer>
...the script runs fine. If, however, I include something like:
<TextSymbolizer face-name="Arial"><![CDATA[[name].replace('a','b')]]> </TextSymbolizer>
...I hit the above error message.
The xml files I usually have problems with are generated by Tilemill (0.10.1), which is installed on the same system. Any help on how to proceed would be much appreciated.
Dan
Worked perfectly – thank you!
Also, having built mapnik from source on various systems over the last few years, thank you for the work on the installer!
Dan