1
0
Fork 0
mirror of https://github.com/mapnik/mapnik.git synced 2025-09-10 22:32:54 +02:00

Commit graph

  • e10b471a90 +reflect 'plugin_names()' method in python Dane Springmeyer 2009-06-22 07:04:07 +00:00
  • 14ef2b36f0 expose list of registered plugins as a 'plugin_names()' method of DatasourceCache similar to the FontEngine.face_names() - closes #246 Dane Springmeyer 2009-06-22 06:59:56 +00:00
  • 8c60753db6 Fix reduce_4() to make it consistent with reduce_8(). This was breaking tiles which were compressing down to a 16 entry colormap. All the pixels were being set to the alpha index. Jon Burgess 2009-06-13 18:27:44 +00:00
  • e8d8530f9a lessen float checking in projections test fixing test failure Dane Springmeyer 2009-06-11 21:31:06 +00:00
  • fd252e202e update from autotools Andreas Volz 2009-06-09 23:52:57 +00:00
  • 7eb01c0be4 +make cairo compilation conditional on CFLAG (as well as Scons) like bindings/python/python_cairo.cpp Dane Springmeyer 2009-06-08 19:43:49 +00:00
  • 1af2f6b77f scons: revert testing code Dane Springmeyer 2009-06-08 09:23:59 +00:00
  • c03357ebc7 increment boost version to 1.34 - resolves #252 Dane Springmeyer 2009-06-08 08:56:44 +00:00
  • b2c295c259 scons: increment boost version required Dane Springmeyer 2009-06-08 08:53:54 +00:00
  • 9bcdda31d2 shape input: before boost 1_36 use convenience.hpp Dane Springmeyer 2009-06-08 08:22:02 +00:00
  • bc463c2a75 use BOOST_BIG_ENDIAN instead of WORDS_BIGENDIAN Dane Springmeyer 2009-06-08 07:08:30 +00:00
  • e61a8119da shape input: use more flexible (boost::filesystem) method of stripping ext names Dane Springmeyer 2009-06-08 07:07:10 +00:00
  • 91a0f35b19 apply patch via River Tarnell from http://www.nabble.com/-Property-Tree--Compilation-issue-with-Boost-1.37.0-Beta-1-issue-td20162992.html Dane Springmeyer 2009-06-03 06:22:13 +00:00
  • 06f740615d apply patch from River Tarnell <river@loreley.flyingparchment.org.uk> for Sun CC (Solaris) compile support Dane Springmeyer 2009-06-03 06:10:35 +00:00
  • e7aff375db std namespacing Dane Springmeyer 2009-06-03 05:26:46 +00:00
  • 07597bc594 fix interpretation of SheildSymbolizer displacement values as doubles in load_map.cpp- closes #353 Dane Springmeyer 2009-06-01 02:13:32 +00:00
  • 8d6c5dac6b fix interpretation of TextSymbolizer displacement values as doubles in load_map.cpp- closes #353 Dane Springmeyer 2009-06-01 02:11:07 +00:00
  • e7457a139a +add pickle support to text_symbolizer, improve support for stroke, and add tests for stroke and text pickling via python - see: #345 Dane Springmeyer 2009-05-26 01:50:58 +00:00
  • dadd64519b +add pickle support for proj_transform and view/coord_transform - see #345 Dane Springmeyer 2009-05-24 06:31:32 +00:00
  • 92ca0a8ac9 +expose parameters as python list and dict, and add pickle support by taking advantage of boost visitation - needs further review - see #345 Dane Springmeyer 2009-05-24 06:12:32 +00:00
  • 5aa1fda60e +add partial pickle support for strokes - see #345 Dane Springmeyer 2009-05-24 06:08:21 +00:00
  • e7e0dd9045 +add pickle support to line_symbolizer - see #345 Dane Springmeyer 2009-05-24 06:03:23 +00:00
  • def1c709ce +add pickle support to projection class - see #345 Dane Springmeyer 2009-05-24 06:02:33 +00:00
  • 8b854a1bb2 +add pickle support for shield_symbolizer - see #345 Dane Springmeyer 2009-05-24 05:55:35 +00:00
  • 1218b4c034 +add pickle support for polygon_symbolizer - see #345 Dane Springmeyer 2009-05-24 05:52:54 +00:00
  • 91876c9863 +add support for pickling a mapnik query - see #345 Dane Springmeyer 2009-05-24 05:49:03 +00:00
  • bd1407b7c5 +add pickle support for pattern symbolizers - see #345 Dane Springmeyer 2009-05-24 05:45:07 +00:00
  • ff36980723 +add pickle support for raster_symbolizer - see #345 Dane Springmeyer 2009-05-24 05:34:18 +00:00
  • a45a434f65 formatting Dane Springmeyer 2009-05-24 05:31:31 +00:00
  • 7fcc462a8f apply patch from mishok13 to allow proper checking for pycairo support compiled into mapnik - closes #284 Dane Springmeyer 2009-05-24 04:25:51 +00:00
  • b2570bd866 apply patch from mishok13 from #wherecamp to expose dash array list in python along with a small test case - closes #317 Dane Springmeyer 2009-05-24 04:14:35 +00:00
  • 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 Dane Springmeyer 2009-05-20 00:26:44 +00:00
  • 6825541057 fix pickling for styles since they have state and no initial args Dane Springmeyer 2009-05-20 00:21:29 +00:00
  • 424980d92b via a layer object pickle datasource params rather than the datasource object itself - see #345 Dane Springmeyer 2009-05-20 00:18:46 +00:00
  • 9a2894dc3c +copy/pickle support for Coord objects - see #345 Dane Springmeyer 2009-05-20 00:08:18 +00:00
  • 7d9ac2a094 add missing include Dane Springmeyer 2009-05-19 22:59:56 +00:00
  • fd98a4a49a shuffle guess_type to image_utils for logical re-use Dane Springmeyer 2009-05-19 22:43:54 +00:00
  • 88765bb582 add MAPNIK_DECL to symbolizer_with_image - closes #94 Dane Springmeyer 2009-05-15 23:56:06 +00:00
  • 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) Lucio Asnaghi 2009-05-15 10:31:49 +00:00
  • 13fa57e61f expose setting of symbolizer_with_image filename Dane Springmeyer 2009-05-14 22:54:36 +00:00
  • b905e81fbe formatting Dane Springmeyer 2009-05-14 22:53:03 +00:00
  • 2b3e675ef8 fix revision # in changelog for postgis schemas patch thanks *2 dodobas Dane Springmeyer 2009-05-14 20:02:33 +00:00
  • 9b02e6ced4 + reflect raster symbolizer options in python (may need to eventually switch to ENUMS) Dane Springmeyer 2009-05-13 20:28:51 +00:00
  • 106a82cf40 remove unused boost filesystem header Dane Springmeyer 2009-05-12 22:51:15 +00:00
  • 31d6475655 allow compilation of ogrindex and ogr plugin on mac osx Dane Springmeyer 2009-05-12 04:32:42 +00:00
  • ebe9cc1bfe + fixed version for ogrindex Lucio Asnaghi 2009-05-11 22:21:19 +00:00
  • 2d5a1810da + added ogrindex utility (needs some scons wizard to add it to main SConstruct) Lucio Asnaghi 2009-05-11 22:19:02 +00:00
  • 539f1bcf9b + added index facility by using a *.index file to OGR layers (10-15% faster than internal OGR spatial filter) Lucio Asnaghi 2009-05-11 22:06:48 +00:00
  • e4aab13cb7 kismet: avoid compiler errors due to unused variable Dane Springmeyer 2009-05-08 23:38:42 +00:00
  • 1f39b05923 + add GDALDereferenceDataset when used with GDALOpenShared (instead of freeing brutally the dataset) Lucio Asnaghi 2009-05-08 21:45:19 +00:00
  • 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) Lucio Asnaghi 2009-05-08 21:15:05 +00:00
  • 474dd54900 + applying fix for ogr (springmeyer) as reported in #336 and #337 Lucio Asnaghi 2009-05-08 21:12:53 +00:00
  • e71d90728d + improve error reporting of gdal plugin and avoid boost filesystem check - reverts r1044 and addresses #337 Dane Springmeyer 2009-05-08 18:23:58 +00:00
  • 6c8a5f805a xml: make sure to explicitly declare the default relative_paths option as true - thanks Ldp Dane Springmeyer 2009-05-06 23:42:28 +00:00
  • 904f1d6899 add python wrapper and docstring for kismet plugin - closes #293 Dane Springmeyer 2009-05-04 21:40:48 +00:00
  • 4e1e6c6c1d ogcserver: upgrade GetFeatureInfo based on changes in r1121 Dane Springmeyer 2009-05-01 02:27:56 +00:00
  • 02cf20e8eb allow kismet plugin to compile on os x Dane Springmeyer 2009-05-01 02:16:58 +00:00
  • 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) Dane Springmeyer 2009-05-01 01:59:01 +00:00
  • 00b2dbb26f add more tests for r1121 Dane Springmeyer 2009-05-01 01:42:58 +00:00
  • c8ee43110a add test for new ds.fields() method added in r1121 Dane Springmeyer 2009-05-01 01:24:12 +00:00
  • 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 Dane Springmeyer 2009-05-01 01:21:29 +00:00
  • e2fd9c8329 don't prompt panic, use yellow warning color for optional skipped dependencies - closes #329 Dane Springmeyer 2009-04-30 23:33:48 +00:00
  • 263674d3d9 fix compiler warnings after r1111 (adding png256 alpha support) Dane Springmeyer 2009-04-30 17:38:32 +00:00
  • 618fa0d2c0 restore compilation to shapeindex on mac os x after r1113 Dane Springmeyer 2009-04-29 00:06:10 +00:00
  • eaa49ca028 + applying patch proposed by dane that add explicit_defaults selection when saving maps (closes #327) Lucio Asnaghi 2009-04-28 21:44:34 +00:00
  • 158989fc56 + fix text_symbolizer support for vertical_alignment in save_map() (closes #328) Lucio Asnaghi 2009-04-28 21:23:43 +00:00
  • eefd9f0350 + added SConscript file for the kismet plugin so now should be compilable like any other plugin (should close #293) Lucio Asnaghi 2009-04-28 20:20:41 +00:00
  • 979d1da49e + osm: surround printed output by #ifdef MAPNIK_DEBUG to eliminate unwanted console characters in release mode (closes #282) Lucio Asnaghi 2009-04-28 20:07:18 +00:00
  • 58132598f9 + shapeindex: gracefully exit when a shape file doesn't exists (closing #321) Lucio Asnaghi 2009-04-28 19:54:34 +00:00
  • 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) Lucio Asnaghi 2009-04-28 14:06:35 +00:00
  • 201461e8c9 +png256 alpha support from Marcin - closes #202 Dane Springmeyer 2009-04-28 07:29:48 +00:00
  • f190ea501d add some small test data (polygon shapefile) Dane Springmeyer 2009-04-28 03:55:23 +00:00
  • be1d437e8b trim tokens when parsing extent Artem Pavlenko 2009-04-27 18:39:33 +00:00
  • 4226f293b2 Add ABI info to os x dylib - closes #322 Dane Springmeyer 2009-04-26 04:28:00 +00:00
  • 3dd616007d Add FULL_LIB_PATH option for OS X to link in the full path to libmapnik.dylib in the library itself Dane Springmeyer 2009-04-26 03:33:29 +00:00
  • 57f995b0cc ogcserver: apply fix for dynamic script name in mod_server (from tmcw, closes #277) Dane Springmeyer 2009-04-20 15:32:22 +00:00
  • 9ac7204cd2 Adding more object tests. Beau Gunderson 2009-04-17 04:10:45 +00:00
  • d03540faf3 Properly return exit code from nose. Beau Gunderson 2009-04-16 17:59:38 +00:00
  • 321d4ce27c Add more tests, cleanup existing tests and add TODO functionality to the test runner. Beau Gunderson 2009-04-16 17:22:38 +00:00
  • 4b60da2fec Adding tests for common mapnik classes. Beau Gunderson 2009-04-15 23:06:18 +00:00
  • 3c13918ce8 Add run_tests.py, a utility for running the test framework (useful for buildbot). Some formatting in the tests. Beau Gunderson 2009-04-15 21:42:25 +00:00
  • 364b6f72c5 scons: provide option to avoid color printed terminal output Dane Springmeyer 2009-04-14 00:01:21 +00:00
  • d0b3ecdaa8 rename and make non-executable for ease of use with nosetests Dane Springmeyer 2009-04-13 23:34:38 +00:00
  • b46996ff8b catch error and raise UserWarning if an input plugin cannot be found during load_map() - closes #302 Dane Springmeyer 2009-04-13 23:22:00 +00:00
  • 17acd92c43 rename python tests directory to allow for autodetection of tests when running 'nosetests' from root directory Dane Springmeyer 2009-04-12 23:22:37 +00:00
  • 9adc320755 fix missing usage of LIB_DIR_NAME - closes #312 Dane Springmeyer 2009-04-12 23:15:26 +00:00
  • b38634429c + switch to nose as testing framework - thanks to Beau for patch and motivation (see #300) Dane Springmeyer 2009-04-12 22:38:46 +00:00
  • 52166debe6 + update python api docs Dane Springmeyer 2009-04-12 21:37:42 +00:00
  • 4429958816 minor formatting to render_to_file docstring Dane Springmeyer 2009-04-12 21:36:45 +00:00
  • 48dea30184 slight formatting fixes to docstrings in layer class Dane Springmeyer 2009-04-12 20:57:08 +00:00
  • 7617fc643f update the viewer to use the new DejaVu fonts in trunk and make the paths in 'main.cpp' easier to configure Dane Springmeyer 2009-04-10 16:37:41 +00:00
  • d100cb7587 + this change was needed to avoid raster tiles alignment problems TODO: Review raster handling pipeline to ensure correct alignments across all sources. Artem Pavlenko 2009-04-10 12:07:13 +00:00
  • 47c3bc515d + add 'tiled' policy to avoid loading very large rasters into memory if (width*height > 1024*1024) : load raster in 1024x1024 chunks else : use single_file_policy Artem Pavlenko 2009-04-10 12:05:31 +00:00
  • 8d963e4270 + use separate x/y scales - important for raster Artem Pavlenko 2009-04-10 12:00:51 +00:00
  • 9cdc8951ca + pass parameter by const ref Artem Pavlenko 2009-04-10 11:47:46 +00:00
  • 36886d697c formatting Dane Springmeyer 2009-04-09 18:42:27 +00:00
  • 82c6e87578 Support xml lib fallback and GetFeatureInfo on all layers - closes #303 and #304 Dane Springmeyer 2009-04-09 18:40:39 +00:00
  • c9a9fcf287 named docstring arguments only supported in boost python >= 1.35 Dane Springmeyer 2009-04-08 22:25:38 +00:00
  • 000dcab3c9 Maintain support for boost version before 1.34 when writing argument signatures and add docstring for buffered_envelope Dane Springmeyer 2009-04-08 20:11:45 +00:00
  • 512029bfa4 update docstrings based on jpeg quality controls (#198) Dane Springmeyer 2009-04-08 00:27:36 +00:00