mapnik/plugins/input/postgis
Artem Pavlenko 7cae55f73f * trim leading and trailing whitespace from all strings before
rendering them as labels when using the text or shield symbolisers
  (blame my horrible datasets)
* correctly recognise the Postgis "text" data type (it was in
  postgisfs.cpp just not postgis.cpp) - my initial workaround to the
  above was "SELECT trim(from label) AS label ..." which failed
  miserably because it returned a text data type. 

Thanks to Robert Coup for the patch!
2006-10-19 09:24:26 +00:00
..
connection.hpp wrap C headers with : 2006-08-31 21:32:07 +00:00
connection_manager.hpp Use <mapnik/*.hpp> includes. Thanks to Vince Spader from 10east.com 2006-10-05 09:00:36 +00:00
postgis.cpp * trim leading and trailing whitespace from all strings before 2006-10-19 09:24:26 +00:00
postgis.hpp added yet to be implemented features_at_point 2006-10-16 21:30:58 +00:00
postgisfs.cpp treat oid=25 (TEXT) types as string 2006-10-17 21:36:11 +00:00
property_index.hpp changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
resultset.hpp changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
SConscript 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00