Dane Springmeyer
|
4c4bfc8fc5
|
remove all usage of lexical_cast in postgis plugin - refs #1055
|
2012-02-21 11:03:33 -08:00 |
|
Dane Springmeyer
|
1c07372a13
|
postgis: make sure to add key_field to feature context
|
2012-02-14 14:58:09 -08:00 |
|
Dane Springmeyer
|
6dfb3604a4
|
postgis: remove last usage of deprecated functions - fully supporting postgis 2.0 - closes #1083
|
2012-02-14 13:07:05 -08:00 |
|
Dane Springmeyer
|
77c58e487d
|
whitespace fixes
|
2012-02-01 17:37:35 -08:00 |
|
Dane Springmeyer
|
60f1dadcd8
|
add code comment
|
2012-02-01 16:17:59 -08:00 |
|
Dane Springmeyer
|
62cf7cb2fe
|
no need for collecting size in postgis plugin
|
2012-01-23 23:50:50 -08:00 |
|
Artem Pavlenko
|
7601095e24
|
move context's typedef inside to avoid poluting global namespace
|
2012-01-19 17:36:27 -05:00 |
|
Dane Springmeyer
|
820b9a2b25
|
merge master with feature_impl
|
2012-01-17 17:47:27 -05:00 |
|
Dane Springmeyer
|
b0d0d06564
|
finish refactor, moving to separate method off datasources to get_geometry_type and using enums all around
|
2012-01-17 01:09:46 -05:00 |
|
Artem Pavlenko
|
5011cee98c
|
+ upgrade postgis.input to work with feature_impl
|
2012-01-16 13:19:31 -05:00 |
|
Dane Springmeyer
|
834310f2d8
|
refactor
|
2012-01-14 22:35:40 -08:00 |
|
Dane Springmeyer
|
e716d6f440
|
Merge branch 'master' of github.com:mapnik/mapnik into geometry_type_descriptor
|
2012-01-12 18:48:53 -08:00 |
|
Dane Springmeyer
|
95c7e4a076
|
plugins/
pass by value
|
2012-01-12 14:05:03 -08:00 |
|
Dane Springmeyer
|
7be62e594a
|
ensure all plugins report best guess at top level geometry_type using new descriptor attribute
|
2012-01-11 20:03:23 -08:00 |
|
Artem Pavlenko
|
cc60b74921
|
Simplify geometry model to support: Point/LineString/Polygon
Multi geometries are collections of single geometries
Remove multiple_geometries parameter
|
2011-12-06 12:53:16 +00:00 |
|
Dane Springmeyer
|
de673c6d12
|
postgis: for an empty table (with null results for extent) return early rather than allowing and printing a lexical cast failure
|
2011-11-20 16:41:47 -08:00 |
|
Dane Springmeyer
|
5b94e637a6
|
postgis: support PostGIS 2.x - always use ST prefix (removing old testing code) and fixup other debug output - closes #893 and closes #956
|
2011-11-20 14:29:51 -08:00 |
|
Dane Springmeyer
|
ce9e44b5f2
|
plugin code formatting based on emacs format in utils/format_source_files
|
2011-11-13 19:37:50 -08:00 |
|
Dane Springmeyer
|
d965bcbeae
|
sqlite: futher refactoring of sqlite plugin, allowing all tests to pass
|
2011-11-03 19:51:37 -04:00 |
|
kunitoki
|
290ca729ba
|
- copyright fixes in postgis plugin
|
2011-10-23 21:23:04 +02:00 |
|
Dane Springmeyer
|
7c72c31951
|
postgis: expose min/max scale controls on datasource to direct when mapnik should pull features by bbox intersection, or the more accurate (and likely to fetch more correct features) approach of Intersection with geometries - addresses part of original problem in #876
|
2011-09-11 19:46:09 +00:00 |
|
Dane Springmeyer
|
57c8d5edd8
|
postgis: actually pass num_attr to ensure that feature attribute count takes into account a custom supplied key_field
|
2011-09-06 13:42:16 +00:00 |
|
Dane Springmeyer
|
1dc3d279c1
|
postgis: dont' report being bound unless the connection succedded such that we actually are
|
2011-09-01 21:10:09 +00:00 |
|
Dane Springmeyer
|
d03ffeb60f
|
postgis: remove reference to unused timer
|
2011-09-01 00:56:40 +00:00 |
|
Dane Springmeyer
|
0493b5086d
|
formatting
|
2011-08-12 19:55:04 +00:00 |
|
Dane Springmeyer
|
0613439c0d
|
refactor postgis unique id support via 'key_field' keyword moving validation to datasource bind() and fixing attribute count to ensure 'key_field' also shows up in the attributes
|
2011-07-29 19:57:45 +00:00 |
|
Dane Springmeyer
|
560f5718c3
|
support boolean type reporting in postgis plugin
|
2011-07-12 01:45:49 +00:00 |
|
Dane Springmeyer
|
c093d2ad4d
|
add ability to supply a key_field (attribute name) to be used for feature ids + fix potential table alias quoting failure
|
2011-06-13 21:58:11 +00:00 |
|
Dane Springmeyer
|
14bc0be880
|
postgis: make sure to report boolean fields
|
2011-05-31 23:30:59 +00:00 |
|
Dane Springmeyer
|
49fd1f93d1
|
use boost::make_shared across plugins to avoid explicit new and ensure fast and exception safe allocation
|
2011-05-16 23:41:34 +00:00 |
|
Artem Pavlenko
|
ec0436fcd9
|
+ consistent [h,c]pp files naming
|
2011-05-10 14:22:47 +00:00 |
|