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

Commit graph

  • 72c2f903ca We should actually use 'self' as the term for first argument/instance Dane Springmeyer 2009-04-07 23:26:33 +00:00
  • 47822d578e Add argument aliases to __init__ method for easier/more understandable introspection - addresses #29 Dane Springmeyer 2009-04-07 23:17:57 +00:00
  • 544cbb249a Apply patch from Marcin to handle smooth transitions between raster layers for both gdal and raster plugin - closed #295 Dane Springmeyer 2009-04-07 23:06:51 +00:00
  • 4276ae24fe allow customization of JPEG output image quality using syntax similar to png256, but using 0-100 as suffix, e.g. render_to_file(m,'image.jpeg','jpeg80') - closes #198 - patch from Dennis Luxen Dane Springmeyer 2009-04-07 15:48:51 +00:00
  • 39bdab7762 forget to escape path Andreas Volz 2009-04-05 21:02:12 +00:00
  • 286f0f8d9c fixes Ticket #291 - make build fails due to -lagg not being found (I hope...) Andreas Volz 2009-04-05 19:43:26 +00:00
  • 49cef4cdca wrong header names -> make dist failed Andreas Volz 2009-04-05 07:49:23 +00:00
  • 5380b52832 fix segfault in ogr plugin by skipping empty geoms - closes #292 Dane Springmeyer 2009-04-04 20:55:56 +00:00
  • 9fe3c15795 utils support Andreas Volz 2009-04-04 18:18:12 +00:00
  • 42d659a19f compile utils with autotools Andreas Volz 2009-04-04 16:33:25 +00:00
  • d134de3008 new added file Andreas Volz 2009-04-04 12:24:45 +00:00
  • 1fd4ed0a55 fix missing const - thanks Denis - closes #273 and #287 Dane Springmeyer 2009-04-02 16:35:08 +00:00
  • af5a5b61ed formatting Dane Springmeyer 2009-04-01 18:37:05 +00:00
  • c88e03436f port scons fix from trunk to 0.6.0 (allow a user to switch back from FAST=True to FAST=False) v0.6.0 release-0.6.0 Dane Springmeyer 2009-04-01 15:12:18 +00:00
  • d7429f75a1 scons: allow a user to switch back from FAST=True to FAST=False Dane Springmeyer 2009-04-01 15:08:56 +00:00
  • fd339f924f Tagging 0.6.0 release Artem Pavlenko 2009-04-01 12:43:25 +00:00
  • 08669a08fb scons: add an option to turn on XML spirit debug output in addition to debug mode (note earlier commit added part of this patch http://trac.mapnik.org/changeset/1027/trunk/include/mapnik/filter_parser.hpp) - closes #150 Dane Springmeyer 2009-04-01 03:31:24 +00:00
  • 72734cbda5 update changelog for 0.6.0 release - closes #278 Dane Springmeyer 2009-04-01 01:18:14 +00:00
  • 03e7dc35ad missed this one Dane Springmeyer 2009-04-01 01:17:32 +00:00
  • 35d38f9b0d refresh python api docs Dane Springmeyer 2009-04-01 00:47:05 +00:00
  • 3b26f6b01a add docstring and factory method for osm plugin - closes #275 Dane Springmeyer 2009-04-01 00:43:08 +00:00
  • 6268f4fb80 + oops, fixed Artem Pavlenko 2009-04-01 00:11:14 +00:00
  • ce45f8dec3 + fix UChar to wchar_t conversion Artem Pavlenko 2009-03-31 22:59:34 +00:00
  • 57a18dc6ca ogcserver: quick update of docs for 0.6.0 release - closes #266 Dane Springmeyer 2009-03-31 22:23:18 +00:00
  • 6f58b2c63b update version number Dane Springmeyer 2009-03-31 21:39:24 +00:00
  • 946fa51f4f Patch to cure recursion by aborting if the co-ordinates are to big to handle (jburgess) Artem Pavlenko 2009-03-31 19:50:55 +00:00
  • 1a03c2d655 touch up INSTALL doc Dane Springmeyer 2009-03-31 17:46:05 +00:00
  • c8340e7161 ogcserver: use PATH_INFO to contruct the request 'onlineresource' since SCRIPT_NAME will be emtpy in a WSGI app - fixes #243 for the WSGI wrapper Dane Springmeyer 2009-03-31 17:18:41 +00:00
  • a7d8e7b240 fix axis ordering for epsg codes >=4000 and <5000 - based on patch from crschmidt (thanks) - closes #241 Dane Springmeyer 2009-03-31 17:09:36 +00:00
  • 4a3a9128ec + move compositing modes implementation out of Image class Artem Pavlenko 2009-03-31 10:08:33 +00:00
  • e4f305620f + use 'byte' (boost::uint8_t) Artem Pavlenko 2009-03-31 09:42:20 +00:00
  • 0b20e2a768 + removed specializations for text renderer Artem Pavlenko 2009-03-31 09:23:23 +00:00
  • 8c775a6da3 + added "encoding" datasource parameter to occi plugin + added factory methods with docstrings for occi plugin (closes #274) Lucio Asnaghi 2009-03-31 07:53:29 +00:00
  • a9f353de05 improve up front error checking of shapefile existence with boost, and allow shapefile plugin to accept filename with or without '.shp' extension - closes #199 and #174 Dane Springmeyer 2009-03-30 23:51:58 +00:00
  • 5d976513b8 scons: remove print statement of PREFIX introduced in r1043 Dane Springmeyer 2009-03-30 23:32:36 +00:00
  • 8f610a71d9 add boost filesystem checks (for filename existance) to gdal and raster plugins Dane Springmeyer 2009-03-30 21:56:03 +00:00
  • 10f55a678b + add support for vertical_alignment (text_symbolizer) valid values are : top, middle, bottom default to middle which can now center multi-line text Artem Pavlenko 2009-03-30 20:47:26 +00:00
  • e7c9d02fd3 add 'base' path option to sql,gdal, and ogr plugins and touchup handling of missing files with boost filesystem - closes #263 Dane Springmeyer 2009-03-30 20:19:57 +00:00
  • 6166da7c22 scons: make sure to respect options in 'config.py' over defaults stored in opts, fix up permissions and flush the .sconsign.dblite when switching to FAST build - closes #261 and #264 Dane Springmeyer 2009-03-30 16:52:31 +00:00
  • db7b0edd58 revise handling of featureset returned from GetFeatureInfo 'query_map_point' - closes #271: Todo GetFeatureInfo support still depends on addressing #272 Dane Springmeyer 2009-03-30 14:59:42 +00:00
  • 13709f4ed9 removed non-usable doxygen files until proper api docs can be rebuilt Dane Springmeyer 2009-03-30 06:14:39 +00:00
  • 67fec94d7a set html mime-type on new python api docs so we can view them at: http://svn.mapnik.org/trunk/docs/api_docs/python/ Dane Springmeyer 2009-03-30 05:22:49 +00:00
  • eb492f01e7 replaced 'epydocs' folder with 'api_docs/python' using revised api docstrings and custom css with epydoc Dane Springmeyer 2009-03-30 05:20:00 +00:00
  • aaf6fca823 add docstring for Datasource wrapper Dane Springmeyer 2009-03-30 05:10:00 +00:00
  • 7540ef409a add docstrings to top of file and factory methods in __init__.py and harmonize indentation to 4 spaces Dane Springmeyer 2009-03-30 04:37:28 +00:00
  • c9b4d71b1a add docstrings to main boost python functions Dane Springmeyer 2009-03-30 04:32:23 +00:00
  • a87acb13d5 ogcserver: add module level docstrings for remaining ogcserver files Dane Springmeyer 2009-03-30 04:25:01 +00:00
  • a40bcc2571 ogcserver: in relation to load_XML() rename and break apart methods for copying layer and style objects and avoid attempting to register a style > 1 time if found in aggregate styles of a layer Dane Springmeyer 2009-03-30 04:24:01 +00:00
  • 358f087057 fix scale_denominator to be a method (not property) and shuffle alphabetically Dane Springmeyer 2009-03-30 04:17:03 +00:00
  • 2f04dc753c scons: normalize paths written to 'paths.py' to avoid double '//' Dane Springmeyer 2009-03-30 04:15:11 +00:00
  • df7a5b8429 scons: add module docstring to 'paths.py' Dane Springmeyer 2009-03-29 19:05:42 +00:00
  • e9a0f020b4 + applied patch from numenor Artem Pavlenko 2009-03-29 11:32:22 +00:00
  • 2eec236fc2 + applied "hill shading" patch from Marcin Rudowski a) Raster opacity b) Raster merging modes (TODO:add more modes, consider agg impl) c) Raster scaling algos: fast,bilinear,bilinear8 (TODO: add alpha support in bilinear8) d) improvements to png256 Artem Pavlenko 2009-03-29 11:05:20 +00:00
  • 2c878b52cf + reflect CoordTransform in Python (TODO: rename to ViewTransform in core lib) Artem Pavlenko 2009-03-29 10:26:44 +00:00
  • ae568d3223 make text_symbolizer behave like shield_symbolizer Artem Pavlenko 2009-03-29 09:46:02 +00:00
  • e598348e56 + only allow LINE_PLACEMENT for geometries with more than one point Artem Pavlenko 2009-03-29 09:37:51 +00:00
  • 689cfa45d5 A start at updating the ogcserver docs, clarifying dependencies and adding more detail to installation section - TODO: add docs for load_map() Dane Springmeyer 2009-03-28 01:51:59 +00:00
  • 5994b51620 changed logging Andreas Volz 2009-03-27 21:38:10 +00:00
  • e04a9cddda - added paths.py.in -> a template to generate paths.py with automake - added ax_boost_program_options.m4 to detect boost library needed to utils - print out at configure script end the build configuration Andreas Volz 2009-03-27 00:17:52 +00:00
  • 887518fc57 - install plugins in lib/mapnik/input - Fix: no sqlite3 for kismet - python files compile and install Andreas Volz 2009-03-25 23:11:49 +00:00
  • 7bb3354f61 - compile python binding c++ code - check for python Andreas Volz 2009-03-25 20:16:48 +00:00
  • 845441a1b8 support for different icon types (uncrypted, crypted, WEP) Andreas Volz 2009-03-24 20:55:18 +00:00
  • b0069ca4c7 no longer conversation to mercator needed Andreas Volz 2009-03-22 23:22:55 +00:00
  • cab469eefb - added new et input plugin - add missing files to plugins Makefile.am - split debugging and tracing - documentation Andreas Volz 2009-03-22 22:26:42 +00:00
  • 570fe611f4 + qualify 'value' to avoid names clashing + use _enumeration helper wrapper Artem Pavlenko 2009-03-21 12:39:06 +00:00
  • afaf2df3ec + update CHANGELOG + formatting Artem Pavlenko 2009-03-21 11:25:07 +00:00
  • 24174d68e9 + reflect aspect_fix_mode in Python Artem Pavlenko 2009-03-21 11:22:10 +00:00
  • 9af3e9d9f6 minor fix in revision number for scale_denominator map property Dane Springmeyer 2009-03-17 23:52:55 +00:00
  • 9970766461 formatting Artem Pavlenko 2009-03-15 23:33:46 +00:00
  • fb186a5269 disable libtiff warning handler Artem Pavlenko 2009-03-15 23:32:36 +00:00
  • 058a70583d + add support 'schema' + more postgresql types Artem Pavlenko 2009-03-11 23:40:44 +00:00
  • bad446da1d + check if *.sqlite file exists and avoid creating a new one Artem Pavlenko 2009-03-11 23:39:26 +00:00
  • 0e8b0a0668 scons: exit with proper return code indicating an error if we are missing required dependencies Dane Springmeyer 2009-03-09 05:00:46 +00:00
  • ed695f6aae scons: avoid skipping configure if --clean is requested since it will bork scons given the need for the configured/pickled dictionary to populate env variables in Sconscript files - thanks rcoup for noticing this Dane Springmeyer 2009-03-09 04:59:23 +00:00
  • fd50ef8400 scons: force configure stage if the user supplies commandline arguments, and make sure not to save out custom variables for gdal and postgres if the config failed Dane Springmeyer 2009-03-09 04:45:09 +00:00
  • 9cf64111c2 scons: fix brain fade - need to return gdal lib name to populate env['LIBS'] if gdal libname is successfully parsed Dane Springmeyer 2009-03-09 00:27:06 +00:00
  • 40ef82f225 ogcserver: Fix syntax errors accidentally introduced in r986 - patch from rcoup (closes #256) Dane Springmeyer 2009-03-09 00:15:03 +00:00
  • 3f8b646289 scons: remove accidentally added pdb trace Dane Springmeyer 2009-03-06 17:02:39 +00:00
  • 5c426d08f9 scons: add postgres lib manually after switch to using pg_config for libs and includes (nice catch podolsir) Dane Springmeyer 2009-03-06 16:12:39 +00:00
  • ff30cfd121 updated CHANGELOG back to r628 pre Cairo support, threading variants, and the OSM plugin (closes #123) Dane Springmeyer 2009-03-05 06:39:52 +00:00
  • b70dad35ae updated CHANGELOG back to r733 with notable commits affecting usability Dane Springmeyer 2009-03-05 06:20:46 +00:00
  • 277f9a9e45 add mapnik::Color change Dane Springmeyer 2009-03-05 05:39:12 +00:00
  • 4fb1eb6c0e Add missing include Dane Springmeyer 2009-03-05 04:44:34 +00:00
  • 37837db4c1 move the boost::python namespace back to original location Dane Springmeyer 2009-03-05 03:47:15 +00:00
  • d60a918fb8 + accept empty bboxes for point geom Artem Pavlenko 2009-03-04 22:27:22 +00:00
  • f50f908546 scons: fix typo Dane Springmeyer 2009-03-04 06:31:36 +00:00
  • 727b2ee9b9 scons: add fallback for contructing python install environment if distutils is not available Dane Springmeyer 2009-03-04 05:11:21 +00:00
  • c6a48bfdb2 scons: add the paths specified for ICU_LIBS/INCLUDES Dane Springmeyer 2009-03-04 01:50:19 +00:00
  • 4012ce0dd4 revert accidental change to pgsql2sqlite Jamroot Dane Springmeyer 2009-03-03 19:48:53 +00:00
  • 7418806450 scons: explicitly link against libmapnik for command line programs to be built Dane Springmeyer 2009-03-03 19:44:36 +00:00
  • fa5a2195d7 scons: add boolean options to build the rundemo and pgsql2sqlite programs - off by default Dane Springmeyer 2009-03-03 19:31:05 +00:00
  • d365924997 Update the sample ogcserver config based on patch from tmcw Dane Springmeyer 2009-03-03 19:29:51 +00:00
  • a79714f6e2 Add a SCons build script for the c++ rundemo sample program, and touchup code and readme, closes #197 Dane Springmeyer 2009-03-03 19:28:26 +00:00
  • ea2e39b81b ogcserver: Add content-length to cgi, wsgi, and mod-python handlers and max_age to wsgi and mod_python - thanks tmcw, closes #251 Dane Springmeyer 2009-03-03 17:08:19 +00:00
  • 44aa40a610 ogcserver: remove unused import Dane Springmeyer 2009-03-03 17:04:58 +00:00
  • 8f56b0d5dc scons: warn if the SYSTEM_FONTS directory does not exist Dane Springmeyer 2009-03-02 23:53:28 +00:00
  • 194093d719 doxygen docs for some functions and classes Andreas Volz 2009-03-01 21:09:09 +00:00
  • 2ac636dc31 scons: add build script for pgsql2sqlite Dane Springmeyer 2009-03-01 07:07:47 +00:00
  • fb1def644b scons: fix up handling of plugin dependencies by making optional but warning after configure if not found Dane Springmeyer 2009-03-01 06:45:59 +00:00
  • 0ec29dfe3b scons: typo fix Dane Springmeyer 2009-03-01 00:03:50 +00:00