1
0
Fork 0
mirror of https://github.com/mapnik/mapnik.git synced 2025-09-09 12:34:45 +02:00

Commit graph

  • 79c350678a The final line_to is not required in the WKB reader since the last and first points of the polygon geometry will be the same Jon Burgess 2009-02-07 23:43:53 +00:00
  • d62fe5eb1a Scons: refine the usage of distutils by respecting site-packages location for specific arch's, use the get_python_version() helper, and normpath() to avoid double '/' - addresses #219 and furthers #209 Dane Springmeyer 2009-02-07 16:57:42 +00:00
  • d11654895b Utilise color alpha information when rendering. Multiplies the color alpha with the rendering opacity. Fixes 221. Jon Burgess 2009-02-07 14:09:23 +00:00
  • 5a3ce5a7ca + occi-input-plugin-4.patch (kunitoki) Artem Pavlenko 2009-02-07 11:38:09 +00:00
  • 6ced52bedf Guard against missing paths. Fixes #220. Jon Burgess 2009-02-07 11:12:38 +00:00
  • 220bb3e99a Revert the patch to add a show_page flag to the cairo renderer and replace it with support for rendering to a cairo context rather than a cairo surface. Tom Hughes 2009-02-06 00:46:29 +00:00
  • 51293f64ba + apply show_page.patch (thanks Berteun) (closes #201) Dane Springmeyer 2009-02-05 18:09:14 +00:00
  • 5b0c59428e + apply PostgisImprovements.diff (rcoup) for record_limit and cursur_size support (#140) Dane Springmeyer 2009-02-05 17:41:44 +00:00
  • 6503dcfc40 + apply ogr_6th_revision.patch to allow unicode support Dane Springmeyer 2009-02-05 17:32:03 +00:00
  • 0fbfbd445a + ogr_5th_revision.patch (kunitoki rocks!) Artem Pavlenko 2009-02-05 16:47:07 +00:00
  • a45e93b79a + more property goodness on the TextSymbolizer from Python (springmeyer) Artem Pavlenko 2009-02-05 11:54:07 +00:00
  • fb98b98e64 Include boost/algorithm/string.hpp to get access to string algorithms. Tom Hughes 2009-02-05 11:41:10 +00:00
  • 425dea32a4 + occi-input-plugin-3.patch (kunitoki) Artem Pavlenko 2009-02-05 11:17:27 +00:00
  • c3ff9c842d + scons_python_usability_improvements2 (springmeyer) Artem Pavlenko 2009-02-03 23:00:03 +00:00
  • 1fb229d035 + apply occi-input-plugin-2.patch (kunitoki) (#212) Dane Springmeyer 2009-02-03 22:23:33 +00:00
  • e7adc3b8ba Fixed typo Dane Springmeyer 2009-02-03 21:20:09 +00:00
  • 54334dbbb5 + scons: work towards more modular lists of which plugins to build, and switch new occi plugin lib names - revised commit based on #213 Dane Springmeyer 2009-02-03 21:14:45 +00:00
  • 60a956f260 + allow multi-line SQL queries in table parameter (#173) Artem Pavlenko 2009-02-03 20:09:26 +00:00
  • 868d43408b + ogr.patch (kunitoki) Artem Pavlenko 2009-02-03 18:30:06 +00:00
  • 72ff58ab57 Remove gigabase reference - not an active plugin Dane Springmeyer 2009-02-03 17:07:40 +00:00
  • fbe4c41700 + apply patch for Oracle 10g support from kunitoki - see #212 Dane Springmeyer 2009-02-03 17:06:23 +00:00
  • 29cc79b9cf Fix compiler warnings introduced in r855 by moving allow_overlap below has_dimensions Dane Springmeyer 2009-02-03 03:10:18 +00:00
  • d165da4271 + add Marcin Rudowski to authors list for patchs applied in r854 and r855 Dane Springmeyer 2009-02-03 02:58:59 +00:00
  • ffef15e22e + reflect buffered_envelope method + fix view_transform to return ctrans (TODO) Artem Pavlenko 2009-02-02 23:39:20 +00:00
  • e27a71cc39 + mapnik_text_overlap.patch (Marcin Rudowski) Artem Pavlenko 2009-02-02 23:37:16 +00:00
  • 760d82f511 + mapnik_png256_reduce.patch (Marcin Rudowski) Artem Pavlenko 2009-02-02 23:35:57 +00:00
  • 10481f8403 + use 'buffered' extent in bbox query Artem Pavlenko 2009-02-02 23:08:28 +00:00
  • 866f5f98eb + implement buffered_extent method on Map object Artem Pavlenko 2009-02-02 23:07:18 +00:00
  • 6a86e239b1 + always clip bbox to layer extent Artem Pavlenko 2009-02-01 23:25:05 +00:00
  • d61b3e4918 + remove unused header Artem Pavlenko 2009-02-01 23:23:37 +00:00
  • 9063d06f24 Added jburgess to committers list Dane Springmeyer 2009-02-01 23:11:57 +00:00
  • cc91460a01 Filter parsing: Allow numbers in the filter field name. This allows for shapefiles with columns like '1970'. Jon Burgess 2009-02-01 23:07:37 +00:00
  • 2ecd01e1e4 Fixed tabs and irc link in INSTALL document Dane Springmeyer 2009-02-01 20:54:55 +00:00
  • 443f2d864b Updated install guide for trunk, specifically noting proj as required dependency, libxml2 as default xml, and removing path options from document since the Scons changes in #186 should guide users more easily (starts to addres #115) Dane Springmeyer 2009-02-01 20:32:23 +00:00
  • fbb102b975 + changed operator* and operator/ behaviour as per #206 Artem Pavlenko 2009-02-01 12:15:30 +00:00
  • 5f0385b80a Make true boolean whether we save and read from user 'config.py' file, and clean up messages Dane Springmeyer 2009-01-30 23:08:25 +00:00
  • c29ef70b0b Adding Berteun to the AUTHORS list for his patches to the Cairo support Dane Springmeyer 2009-01-29 21:55:07 +00:00
  • 4085e1cb16 third ogr patch from kunitoki! (fixes labels and implements feature_at_point)(ogr_4th_revision.patch) Dane Springmeyer 2009-01-29 16:20:30 +00:00
  • f657a2dfe4 + Alpha background patch for Cairo (Berteun) Artem Pavlenko 2009-01-29 15:27:27 +00:00
  • e9799003e5 + third revision of patch for ogr plugin with better handling of wkb and multigeometries (kunitoki) Dane Springmeyer 2009-01-29 04:20:34 +00:00
  • f5127d6ee4 Remove reference to CAIRO_HAS_IMAGE_SURFACE macro since this is not supported until cairo 1.8 release Dane Springmeyer 2009-01-28 21:11:10 +00:00
  • f414843c4f + First implementation of OGR(vector) input plugin. Patch from kunitoki. Thanks! Closes #170 Dane Springmeyer 2009-01-28 20:16:31 +00:00
  • f787128459 Add Randomjunk and Andreas to credits for patches and basic contributions to committers Dane Springmeyer 2009-01-27 22:12:59 +00:00
  • 4009c31649 SCons: When configure fails print message about looking in the 'config.log' Dane Springmeyer 2009-01-27 20:25:27 +00:00
  • 98875e392b + fix compiler warning Artem Pavlenko 2009-01-27 10:18:06 +00:00
  • 07c94a1acc + fix typos in SConstruct Dane Springmeyer 2009-01-27 01:34:22 +00:00
  • e7014c2b7e + SCons_usabilty_improvements2.patch (springmeyer) (see #186 ticket for details) Artem Pavlenko 2009-01-26 22:58:55 +00:00
  • eeb759d9e1 + normalize rgb color ranges to 0-255, + clip alpha to 0.0 - 1.0 range Artem Pavlenko 2009-01-26 15:59:10 +00:00
  • 9b1c4b2413 + cast to unsigned int to avoid compiler warnings Artem Pavlenko 2009-01-26 14:25:05 +00:00
  • e346025cab Fix r # for last commit note Dane Springmeyer 2009-01-25 19:04:34 +00:00
  • 2d47f24a7e + added ability to transform Envelopes in addition to Coords in new python ProjTransform, closes #117 Dane Springmeyer 2009-01-25 19:02:07 +00:00
  • 6f98c95c1f + mapnik-fix-cairo-polygon-patterns.patch (jonb) Artem Pavlenko 2009-01-24 18:02:33 +00:00
  • 2c317f7706 + mapnik-write-colors-using-rgba-not-hex.patch (jonb) Artem Pavlenko 2009-01-21 15:43:49 +00:00
  • 78f10770ec mapnik-polygon-symbolizer-wants-fill-opacity.patch (jonb) Artem Pavlenko 2009-01-21 15:41:44 +00:00
  • a0cbbaaec0 + mapnik-roundup-alpha-conversion.patch (jonb) Artem Pavlenko 2009-01-21 15:39:54 +00:00
  • 6c0977099d + mapnik-use-rgba-in-color-to-string.patch (jonb) Artem Pavlenko 2009-01-21 15:37:55 +00:00
  • cca28d702f + issue a warning if boost_program_options is not available Artem Pavlenko 2009-01-19 23:12:19 +00:00
  • 5b5eb9d2ee + support building with < 1.34 (e.g. 1.33.1) boost libraries Artem Pavlenko 2009-01-19 22:53:05 +00:00
  • 8b298729bf + mapnik-centralise-image-tostring-functions.patch (jonb) (moves Image.tostring() to core c++ code) Artem Pavlenko 2009-01-19 22:51:55 +00:00
  • 97ad49c067 + mapnik-load-map-checks.patch (jonb) Artem Pavlenko 2009-01-17 23:53:04 +00:00
  • fbb8b5da3e + added specializations for mapnik::color to avoid to/from stream conversions Artem Pavlenko 2009-01-17 23:45:19 +00:00
  • e6ab076a4c + init alpha to 255 in actions Artem Pavlenko 2009-01-17 21:44:01 +00:00
  • bf598cf487 + mapnik-check-fonts-during-load-map.patch from jonb This patch adds some extra exceptions for missing fontsets. Without this checking, you only notice the error at rendering time when it first needs to render a missing font. Artem Pavlenko 2009-01-17 20:52:24 +00:00
  • 7d6a21dfeb + mapnik-fix-threaded-python-exceptions.patch from jonb Artem Pavlenko 2009-01-17 20:45:53 +00:00
  • 391ae4c4be + mapnik-image-from-cairo-in-python.patch from jonb adds a method to the python bindings to create an Image from a Cairo.ImageSurface(). Artem Pavlenko 2009-01-17 20:34:58 +00:00
  • 387ff213ef + mapnik-serialize-fontset.patch from jonb This adds the fontset support into save_xml - Adds fontset_name into the text attributes - Adds the fontset definitions - glue to read fontsets from map Artem Pavlenko 2009-01-17 20:18:41 +00:00
  • cad0a839b6 + mapnik-load-map-from-string.patch (jonb) Artem Pavlenko 2009-01-15 23:51:07 +00:00
  • c22295c766 + use fully qualified name in global.hpp Artem Pavlenko 2009-01-15 23:16:15 +00:00
  • 32d21d7c80 + use fully qualified names from stl Artem Pavlenko 2009-01-15 23:12:56 +00:00
  • a3c5308b06 + mapnik-rundemo-with-cairo.patch (jonb) Artem Pavlenko 2009-01-15 22:53:29 +00:00
  • e3658a7a1a + applied mapnik-image32-from-cairo.patch (jonb) Artem Pavlenko 2009-01-15 22:51:12 +00:00
  • 3199a49d2d + applied mapnik-improve-scons-search-paths.patch (jonb) Artem Pavlenko 2009-01-15 22:37:07 +00:00
  • 7395363258 + applied mapnik-image-data-setrow-size.patch (jonb) Artem Pavlenko 2009-01-15 00:56:56 +00:00
  • a3f1e664be + updated Artem Pavlenko 2009-01-14 12:43:26 +00:00
  • a448b7b889 + update to current trunk Artem Pavlenko 2009-01-14 12:41:37 +00:00
  • fe20652629 + removed unused parameter from has_point_placement Artem Pavlenko 2009-01-14 12:34:56 +00:00
  • a07767ef3d + (c++) renamed mapnik::Color to mapnik::color + (c++) added mapnik::color ctor from named colours (TODO: consider not to export color_factory) + (Python) fixed pickling + (Python) added to_hex_string method Artem Pavlenko 2009-01-14 12:10:24 +00:00
  • 3e62698751 Add scale_denominator note Dane Springmeyer 2009-01-14 06:14:47 +00:00
  • 689b1eb018 Made Scale Denominator available as a property of the Map Dane Springmeyer 2009-01-14 06:12:55 +00:00
  • f0d58a99f3 + expose map resize and remove_all methods as well as view_transform property in python Dane Springmeyer 2009-01-14 04:52:04 +00:00
  • fd194e2ba6 + reflect mapnik::proj_transform in Python (#117) Artem Pavlenko 2009-01-13 15:49:26 +00:00
  • 54f4d3bc51 + corrected init order Artem Pavlenko 2009-01-13 01:35:27 +00:00
  • 9a75034a88 + applied python_point_datasource.patch from lwu Artem Pavlenko 2009-01-13 00:56:09 +00:00
  • a11cc119e4 + applied intersection patch from randomjunk - #127 Artem Pavlenko 2009-01-13 00:35:45 +00:00
  • a97bbb52af Avoid serialization of maxzoom if value is infinity (default) Dane Springmeyer 2009-01-11 20:09:32 +00:00
  • 68e784dfdd + add load_map() and save_map() support for reading and writing of abstract, title, minzoom, maxzoom, and queryable attributes Dane Springmeyer 2009-01-11 18:55:29 +00:00
  • 14fa35fb18 + enable multiple python threads with Cairo rennderer patch from jonb Artem Pavlenko 2009-01-10 23:30:33 +00:00
  • bb284d0cfc + enable multiple python threads patch from jonb Artem Pavlenko 2009-01-10 17:57:59 +00:00
  • d8226945d4 + improved pkg-config logic Artem Pavlenko 2009-01-10 12:08:55 +00:00
  • dd12ac8e36 + fixed unused paramater warning Artem Pavlenko 2009-01-10 11:42:17 +00:00
  • 8687dd795d + Scons updated to latest stable version 1.2 Artem Pavlenko 2009-01-06 10:52:43 +00:00
  • 8977683c0d Fixed date Dane Springmeyer 2008-12-07 22:59:50 +00:00
  • b792218691 Adding a CHANGELOG stub to begin keeping synthesis of changes Dane Springmeyer 2008-12-07 22:58:48 +00:00
  • 8c81b688a2 + don't link to iconv on OSX Artem Pavlenko 2008-12-07 16:27:06 +00:00
  • 65ea5bca98 + applied mapnik-skip-projection-if-equal.patch (jonb) Artem Pavlenko 2008-12-07 16:23:57 +00:00
  • a3e81dd344 + more complete docstrings for the boost::python Layer class Dane Springmeyer 2008-12-04 23:33:18 +00:00
  • 48a13f8cbc appled boost_append_osx_patch_v3 from jbronn Artem Pavlenko 2008-12-04 23:20:44 +00:00
  • 65a966eb66 Add dodobas to the contributors list for work on the postgis plugin Dane Springmeyer 2008-11-22 21:53:49 +00:00
  • c4b003f568 + applied postgis_schema patch from dodobas Artem Pavlenko 2008-11-21 13:21:41 +00:00
  • c95002a0e3 + minor formatting Artem Pavlenko 2008-11-21 13:12:27 +00:00