* Postgis plug-in determines encoding by querying 'client_encoding' parameter (libpq). * Shapfiles (dbf!) don't store character encoding information. Users can apply 'encoding' parameter at datasource creation stage (defaults to Latin1 (ISO-8859-1)) * Raster plug-in utf-8
fs = m.query_map_point(x,y) # Map (screen) coordinates for feature in fs: print feature TODO: provide interface to feature in Python, at the moment only __str__ implemented which dumps attributes