Hi! I've been converting a Mapnik XML export which I created with TileMill on my desktop. I have now implemented it into renderd/mapnik, but when rendering some parts of the map it triggers the error below.
I assume this is as a result of a part of the map requiring some font which fails. Does anyone have a tip to hw I should address finding what causes this error? I've tried searching through the config for font-faces which could contain an error, but I haven't found anything. EDIT: It seems like when removing all font-face references it works. Is there a wrong way to reference fonts? EDIT2: http://pastebin.com/8VzRTbRz This would be a relevant example of using fonts in Mapnik XML and Carto. asked 18 Jul '14, 11:37 JoMs |
User error of dimensions! The problem was that the fonts called Italic in the XML should be Oblique. answered 18 Jul '14, 17:11 JoMs |
You'll need to provide either the relevant part of the CartoCSS or the relevant part of the mapnik XML file for anyone to be able to figure out what's going on.
http://pastebin.com/8VzRTbRz This would be a relevant example of using fonts.
You haven't provided either the definition for @sans_italic nor the <fontset> sections of the xml!
Sorry about that. Here's the definition for the fonts http://pastebin.com/0Xr1BRgU