Dane Springmeyer
|
b2570bd866
|
apply patch from mishok13 from #wherecamp to expose dash array list in python along with a small test case - closes #317
|
2009-05-24 04:14:35 +00:00 |
|
Dane Springmeyer
|
80a5bdf6e3
|
revert pickling support on datsources since they can't be created directly from python - we now dump and load in the layer object via params as of r1149 - see #345
|
2009-05-20 00:26:44 +00:00 |
|
Dane Springmeyer
|
6825541057
|
fix pickling for styles since they have state and no initial args
|
2009-05-20 00:21:29 +00:00 |
|
Dane Springmeyer
|
424980d92b
|
via a layer object pickle datasource params rather than the datasource object itself - see #345
|
2009-05-20 00:18:46 +00:00 |
|
Dane Springmeyer
|
9a2894dc3c
|
+copy/pickle support for Coord objects - see #345
|
2009-05-20 00:08:18 +00:00 |
|
Dane Springmeyer
|
7d9ac2a094
|
add missing include
|
2009-05-19 22:59:56 +00:00 |
|
Dane Springmeyer
|
fd98a4a49a
|
shuffle guess_type to image_utils for logical re-use
|
2009-05-19 22:43:54 +00:00 |
|
Dane Springmeyer
|
88765bb582
|
add MAPNIK_DECL to symbolizer_with_image - closes #94
|
2009-05-15 23:56:06 +00:00 |
|
Lucio Asnaghi
|
3805ee0fab
|
+ added a "shared" parameter to select if you want to open the dataset in shared mode (causing problems when multiple accesses to the same file)
+ introduced some more code for supporting overviews (still commented out as default, need revision)
|
2009-05-15 10:31:49 +00:00 |
|
Dane Springmeyer
|
13fa57e61f
|
expose setting of symbolizer_with_image filename
|
2009-05-14 22:54:36 +00:00 |
|
Dane Springmeyer
|
b905e81fbe
|
formatting
|
2009-05-14 22:53:03 +00:00 |
|
Dane Springmeyer
|
2b3e675ef8
|
fix revision # in changelog for postgis schemas patch thanks *2 dodobas
|
2009-05-14 20:02:33 +00:00 |
|
Dane Springmeyer
|
9b02e6ced4
|
+ reflect raster symbolizer options in python (may need to eventually switch to ENUMS)
|
2009-05-13 20:28:51 +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
|
ebe9cc1bfe
|
+ fixed version for ogrindex
|
2009-05-11 22:21:19 +00:00 |
|
Lucio Asnaghi
|
2d5a1810da
|
+ added ogrindex utility (needs some scons wizard to add it to main SConstruct)
|
2009-05-11 22:19:02 +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 |
|
Dane Springmeyer
|
e4aab13cb7
|
kismet: avoid compiler errors due to unused variable
|
2009-05-08 23:38:42 +00:00 |
|
Lucio Asnaghi
|
1f39b05923
|
+ add GDALDereferenceDataset when used with GDALOpenShared (instead of freeing brutally the dataset)
|
2009-05-08 21:45:19 +00:00 |
|
Lucio Asnaghi
|
9de066e035
|
+ make use of GDALOpenShared instead of GDALOpen, which could be better performing when using multiple equal datasource reads (no need to open multiple datasources, and yes it is still thread safe)
|
2009-05-08 21:15:05 +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
|
e71d90728d
|
+ improve error reporting of gdal plugin and avoid boost filesystem check - reverts r1044 and addresses #337
|
2009-05-08 18:23:58 +00:00 |
|
Dane Springmeyer
|
6c8a5f805a
|
xml: make sure to explicitly declare the default relative_paths option as true - thanks Ldp
|
2009-05-06 23:42:28 +00:00 |
|
Dane Springmeyer
|
904f1d6899
|
add python wrapper and docstring for kismet plugin - closes #293
|
2009-05-04 21:40:48 +00:00 |
|
Dane Springmeyer
|
4e1e6c6c1d
|
ogcserver: upgrade GetFeatureInfo based on changes in r1121
|
2009-05-01 02:27:56 +00:00 |
|
Dane Springmeyer
|
02cf20e8eb
|
allow kismet plugin to compile on os x
|
2009-05-01 02:16:58 +00:00 |
|
Dane Springmeyer
|
404a43f5f0
|
+ensure relative paths to symbols and datasources in xml are based on working directory of xml file, added 'paths_from_xml' parameter that is true by default but can be made false to maintain previous behavior - closes #326 (has no effect on load_map_from_string)
|
2009-05-01 01:59:01 +00:00 |
|
Dane Springmeyer
|
00b2dbb26f
|
add more tests for r1121
|
2009-05-01 01:42:58 +00:00 |
|
Dane Springmeyer
|
c8ee43110a
|
add test for new ds.fields() method added in r1121
|
2009-05-01 01:24:12 +00:00 |
|
Dane Springmeyer
|
196b01c16c
|
+ make interface to datasource attributes, featuresets, and features more pythonicby adding feature.envelope() method returning combined extent of geometries, ds.fields() method returning list of names, and featureset.features() which returns list of all features in featurset - now accessible via datasource.all_features()- closes #283, #280, #171
|
2009-05-01 01:21:29 +00:00 |
|
Dane Springmeyer
|
e2fd9c8329
|
don't prompt panic, use yellow warning color for optional skipped dependencies - closes #329
|
2009-04-30 23:33:48 +00:00 |
|
Dane Springmeyer
|
263674d3d9
|
fix compiler warnings after r1111 (adding png256 alpha support)
|
2009-04-30 17:38:32 +00:00 |
|
Dane Springmeyer
|
618fa0d2c0
|
restore compilation to shapeindex on mac os x after r1113
|
2009-04-29 00:06:10 +00:00 |
|
Lucio Asnaghi
|
eaa49ca028
|
+ applying patch proposed by dane that add explicit_defaults selection when saving maps (closes #327)
|
2009-04-28 21:44:34 +00:00 |
|
Lucio Asnaghi
|
158989fc56
|
+ fix text_symbolizer support for vertical_alignment in save_map() (closes #328)
|
2009-04-28 21:23:43 +00:00 |
|
Lucio Asnaghi
|
eefd9f0350
|
+ added SConscript file for the kismet plugin so now should be compilable like any other plugin (should close #293)
|
2009-04-28 20:20:41 +00:00 |
|
Lucio Asnaghi
|
979d1da49e
|
+ osm: surround printed output by #ifdef MAPNIK_DEBUG to eliminate unwanted console characters in release mode (closes #282)
|
2009-04-28 20:07:18 +00:00 |
|
Lucio Asnaghi
|
58132598f9
|
+ shapeindex: gracefully exit when a shape file doesn't exists (closing #321)
|
2009-04-28 19:54:34 +00:00 |
|
Lucio Asnaghi
|
1fcabec480
|
+ occi: added row_limit parameter (like any other database input plugin)
+ occi: added row_prefetch parameter to control how many rows the driver has to prefetch (default to 100)
|
2009-04-28 14:06:35 +00:00 |
|
Dane Springmeyer
|
201461e8c9
|
+png256 alpha support from Marcin - closes #202
|
2009-04-28 07:29:48 +00:00 |
|
Dane Springmeyer
|
f190ea501d
|
add some small test data (polygon shapefile)
|
2009-04-28 03:55:23 +00:00 |
|
Artem Pavlenko
|
be1d437e8b
|
trim tokens when parsing extent
|
2009-04-27 18:39:33 +00:00 |
|
Dane Springmeyer
|
4226f293b2
|
Add ABI info to os x dylib - closes #322
|
2009-04-26 04:28:00 +00:00 |
|
Dane Springmeyer
|
3dd616007d
|
Add FULL_LIB_PATH option for OS X to link in the full path to libmapnik.dylib in the library itself
|
2009-04-26 03:33:29 +00:00 |
|
Dane Springmeyer
|
57f995b0cc
|
ogcserver: apply fix for dynamic script name in mod_server (from tmcw, closes #277)
|
2009-04-20 15:32:22 +00:00 |
|
Beau Gunderson
|
9ac7204cd2
|
Adding more object tests.
|
2009-04-17 04:10:45 +00:00 |
|
Beau Gunderson
|
d03540faf3
|
Properly return exit code from nose.
|
2009-04-16 17:59:38 +00:00 |
|
Beau Gunderson
|
321d4ce27c
|
Add more tests, cleanup existing tests and add TODO functionality to the test runner.
|
2009-04-16 17:22:38 +00:00 |
|
Beau Gunderson
|
4b60da2fec
|
Adding tests for common mapnik classes.
|
2009-04-15 23:06:18 +00:00 |
|