Hermann Kraus
|
c3cd50ff57
|
Complete new XML structure.
|
2012-03-07 19:16:41 +01:00 |
|
Dane Springmeyer
|
74502b9d15
|
remove uneeded default cases
|
2012-02-24 18:56:58 -08:00 |
|
Dane Springmeyer
|
77c58e487d
|
whitespace fixes
|
2012-02-01 17:37:35 -08:00 |
|
Artem Pavlenko
|
54941d2893
|
+ refactor attribute validating
+ fix context in feature_at_point
|
2012-01-20 12:29:17 -05:00 |
|
Artem Pavlenko
|
1f98e0ce4e
|
+ fix context init
+ cleanup
|
2012-01-20 11:07:29 -05:00 |
|
Dane Springmeyer
|
fb80de8dfe
|
ogr plugin: for geometry type inspection support older gdal/ogr versions - fixes compile on ubuntu oneiric
|
2012-01-17 18:43:01 -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 |
|
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 |
|
Dane Springmeyer
|
89a09208e8
|
finish geometry cleanup work by ensuring proper behavior in the ogr plugin with multigeometries
|
2011-12-21 12:22:05 -08:00 |
|
Dane Springmeyer
|
70a191e8d7
|
ogr plugin: throw if non-existant fields are queried - refs #792
|
2011-12-05 13:57:00 -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
|
988567e040
|
add option to ogr driver to force usage of a single driver when attempting to open files - can shave very slightly off of load times if ogr is built with a lot of drivers
|
2011-10-28 15:16:34 -07:00 |
|
kunitoki
|
a061562866
|
- again forgot a refactoring that breaks the previous 2 commits. hopefully should compile now.
|
2011-10-24 12:05:01 +02:00 |
|
kunitoki
|
088561bd5e
|
- implemented sql query in OGR plugin (closes #472)
|
2011-10-24 11:53:33 +02:00 |
|
kunitoki
|
10d35add23
|
- fix indentation and trailing spaces (generally coding style) in ogr plugin partially related to #911
|
2011-10-22 02:27:06 +02:00 |
|
Dane Springmeyer
|
4dd2e9eda5
|
large potential performance boost for ogr datasources
|
2011-05-26 07:30:49 +00:00 |
|
Dane Springmeyer
|
5a1842aad1
|
remove tabs
|
2011-04-02 03:45:50 +00:00 |
|
Lucio Asnaghi
|
cda9089ddf
|
+ ogr logging cosmetics
|
2010-11-18 22:59:21 +00:00 |
|
Lucio Asnaghi
|
03ce43f805
|
+ make a proper bind (no ogr calls outside)
+ implement dane suggestion about using string for json datasource
+ small cosmetics
|
2010-11-16 17:14:22 +00:00 |
|
Lucio Asnaghi
|
9e0c5b0769
|
cosmetics
|
2010-11-13 20:20:38 +00:00 |
|
Robert Coup
|
1dce437120
|
#622 add optional late-binding of datasources
|
2010-10-24 06:34:18 +00:00 |
|
Dane Springmeyer
|
1d7afcec89
|
make sure the user does not request a layer by index greater than exists in the dataset
|
2010-08-20 21:59:48 +00:00 |
|
Dane Springmeyer
|
2de597d961
|
tweak to error formatting of layers available in ogr dataset
|
2010-08-20 21:24:58 +00:00 |
|
Dane Springmeyer
|
930b2cc7b6
|
better handling and error reporting around ogr layer names and indexes, renamed ogr plugins index file to 'ogrindex' to avoid collision with shape plugins index (when using common shapefile between each as the indexes appear incompatible)
|
2010-08-20 21:20:55 +00:00 |
|
Dane Springmeyer
|
a6da1d95ba
|
tidy
|
2010-06-19 15:19:08 +00:00 |
|
Dane Springmeyer
|
7e2a2aab5a
|
+ability to choose ogr layer by index number
|
2010-06-19 15:13:47 +00:00 |
|
Lucio Asnaghi
|
d4a334341e
|
- fixed OGR input plugin problem when using boost mapped_file (needs linkage to libboost_iostreams.so)
- cosmetics
|
2010-06-17 10:38:23 +00:00 |
|
Artem Pavlenko
|
47dc1e197b
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
|
Dane Springmeyer
|
5e2e6a76ad
|
apply fixes from David Eastcott originally applied to 0.7 branch
|
2009-12-13 23:30:36 +00:00 |
|
Dane Springmeyer
|
106a82cf40
|
remove unused boost filesystem header
|
2009-05-12 22:51:15 +00:00 |
|
Dane Springmeyer
|
31d6475655
|
allow compilation of ogrindex and ogr plugin on mac osx
|
2009-05-12 04:32:42 +00:00 |
|
Lucio Asnaghi
|
539f1bcf9b
|
+ added index facility by using a *.index file to OGR layers (10-15% faster than internal OGR spatial filter)
|
2009-05-11 22:06:48 +00:00 |
|
Lucio Asnaghi
|
474dd54900
|
+ applying fix for ogr (springmeyer) as reported in #336 and #337
|
2009-05-08 21:12:53 +00:00 |
|
Dane Springmeyer
|
e7c9d02fd3
|
add 'base' path option to sql,gdal, and ogr plugins and touchup handling of missing files with boost filesystem - closes #263
|
2009-03-30 20:19:57 +00:00 |
|
Andreas Volz
|
01b6d77509
|
std::string
|
2009-02-18 22:50:12 +00:00 |
|
Dane Springmeyer
|
6503dcfc40
|
+ apply ogr_6th_revision.patch to allow unicode support
|
2009-02-05 17:32:03 +00:00 |
|
Artem Pavlenko
|
0fbfbd445a
|
+ ogr_5th_revision.patch (kunitoki rocks!)
|
2009-02-05 16:47:07 +00:00 |
|
Artem Pavlenko
|
868d43408b
|
+ ogr.patch (kunitoki)
|
2009-02-03 18:30:06 +00:00 |
|
Dane Springmeyer
|
4085e1cb16
|
third ogr patch from kunitoki! (fixes labels and implements feature_at_point)(ogr_4th_revision.patch)
|
2009-01-29 16:20:30 +00:00 |
|
Dane Springmeyer
|
e9799003e5
|
+ third revision of patch for ogr plugin with better handling of wkb and multigeometries (kunitoki)
|
2009-01-29 04:20:34 +00:00 |
|
Dane Springmeyer
|
f414843c4f
|
+ First implementation of OGR(vector) input plugin. Patch from kunitoki. Thanks! Closes #170
|
2009-01-28 20:16:31 +00:00 |
|