Robert Coup
|
1dce437120
|
#622 add optional late-binding of datasources
|
2010-10-24 06:34:18 +00:00 |
|
Dane Springmeyer
|
523b09701e
|
Add the ability to pass custom CXXFLAGS and LDFLAGS that will be prioritized above other compiler and linker flags
|
2010-09-18 18:02:15 +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
|
c7f136db91
|
avoid segfault if geometry is so invalid that no reference is returned and we cannot check if it is empty - closes #574
|
2010-08-20 21:14:14 +00:00 |
|
Dane Springmeyer
|
267b48de49
|
add ability to uninstall all tracked scons targets using an 'uninstall' argument like 'scons uninstall' - closes #311
|
2010-07-18 20:39:05 +00:00 |
|
Dane Springmeyer
|
2a9d2e8192
|
place built plugin targets in input/ directory to make local registration easier
|
2010-07-13 23:26:05 +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 |
|
Artem Pavlenko
|
b0b6daa6cb
|
+ fixed: append to the libraries
|
2010-06-18 15:38:37 +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
|
e7bfba10fe
|
+ enanble installation of mapnik2 side by side with mapnik
|
2010-03-17 21:03:02 +00:00 |
|
Dane Springmeyer
|
07186fc6bb
|
ensure shapeindex links against boost system if available (boost >=1.35) to avoid potential problems in indirect linking on linux (essentially directly dynamically linking like we previously only did on os x) - closes #517
|
2010-02-21 01:00:09 +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
|
a82a930a66
|
explode point geometries if multi* in ogr driver - workaround until we have actual fix for #458
|
2009-12-06 23:12:56 +00:00 |
|
Dane Springmeyer
|
b104253d9c
|
Add ability to link to custom icu lib name, and remove the unneeded linking to icudata on osx, while offering compiler flags required for compiling against libicucore provided by Apple
|
2009-11-24 20:32:41 +00:00 |
|
Andreas Volz
|
fd252e202e
|
update from autotools
|
2009-06-09 23:52:57 +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
|
5380b52832
|
fix segfault in ogr plugin by skipping empty geoms - closes #292
|
2009-04-04 20:55:56 +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
|
887518fc57
|
- install plugins in lib/mapnik/input
- Fix: no sqlite3 for kismet
- python files compile and install
|
2009-03-25 23:11:49 +00:00 |
|
Andreas Volz
|
cab469eefb
|
- added new et input plugin
- add missing files to plugins Makefile.am
- split debugging and tracing
- documentation
|
2009-03-22 22:26:42 +00:00 |
|
Dane Springmeyer
|
383ef59289
|
scons: switch to using pg_config and gdal-config for checking and adding libs using reworked config parsing that also applies to xml2-config and freetype-config
|
2009-02-28 21:18:32 +00:00 |
|
Dane Springmeyer
|
90f3703505
|
scons: add option called 'LIB_DIR_NAME' to control the relative directory where input plugins are installed and where python looks to register them
|
2009-02-23 00:47:01 +00:00 |
|
Andreas Volz
|
01b6d77509
|
std::string
|
2009-02-18 22:50:12 +00:00 |
|
Andreas Volz
|
c64269e1e3
|
support for sqlite3 and ogr
|
2009-02-18 22:17:00 +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 |
|