Hi I'm coming across a possible bug If I use
highway=* & name ~ '.*[Ss]traße' [0x12 road_class=1 road_speed=1 resolution 24 continue] I get understandably the following error: Error in style: Error: (lines:80): Bad character in input, file probably not in utf-8 Could not open style default However, if I put a # infront of this line I still get the same error. #highway=* & name ~ '.*[Ss]traße' [0x12 road_class=1 road_speed=1 resolution 24 continue] The error only disappears if I remove the line r Nick -- View this message in context: http://gis.19327.n5.nabble.com/ignored-tp5824917.html Sent from the Mkgmap Development mailing list archive at Nabble.com. _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
