Commit graph

  • 7c398909f4 - Apply recent changes to WMS 1.1.1 Jean-Francois Doyon 2006-10-17 01:18:54 +0000
  • 6e41d4cb1f - Remove the import of pyprojection - Delete pyprojection - Modify the WMS to use the new Projection class provided by Mapnik. Jean-Francois Doyon 2006-10-17 01:11:00 +0000
  • 9170b57041 Reorder headers to prevent a warning. Jean-Francois Doyon 2006-10-16 23:26:57 +0000
  • 5e9fe74999 layer.name is now a property instead of a method ... Jean-Francois Doyon 2006-10-16 23:25:54 +0000
  • 9570a819df 1. added convinience factory methods Artem Pavlenko 2006-10-16 22:25:11 +0000
  • 1b7e1b421e added missing header Artem Pavlenko 2006-10-16 21:57:27 +0000
  • 2351cb38d0 1.added Describe() to Datasource, return list of attributes/types. 2.modified WMS to work with new Projection Artem Pavlenko 2006-10-16 21:34:09 +0000
  • c195e1d24d added yet to be implemented features_at_point Artem Pavlenko 2006-10-16 21:30:58 +0000
  • 2e73fe0841 1.added features_at_point to datasource interface Artem Pavlenko 2006-10-16 21:29:54 +0000
  • 2392565a4d removed commented out code Artem Pavlenko 2006-10-16 16:04:57 +0000
  • bb235fa316 1.added projection transformation support based on proj4 (new dependency!!!) Map and Layer objects both have a new parameter 'srs', initialized to "+proj=latlong +datum=WGS84" by default. Artem Pavlenko 2006-10-16 13:44:52 +0000
  • 52033ad4e8 added operators +,-,*,/ Artem Pavlenko 2006-10-16 13:32:45 +0000
  • 1988181bd7 added operators +,-,*,/ Artem Pavlenko 2006-10-16 13:31:52 +0000
  • 78f2b64f5c check if can extract std::string from dict. Artem Pavlenko 2006-10-09 22:07:39 +0000
  • 459f43b39c 1. use more precise coord values in SQL statements. 2. added extra parameter 'estimate_extent'. By default, exact extent will be calulated e.g : select extent(geom) from table_name; Sometimes it is more practical (faster!) to use estimated extent select estimated_extent('table_name','geom'); but it is somewhere around 95% accurate. Usage: .... params["estimate_extent"]="true"; .... Artem Pavlenko 2006-10-09 20:57:04 +0000
  • 72e296945f added <ElseFilter/> tag support in map loader. Artem Pavlenko 2006-10-09 20:49:56 +0000
  • d349c5f0c9 just help compiler a little bit Artem Pavlenko 2006-10-09 20:48:42 +0000
  • 4b9222f053 Bugfix for PostGIS plugin. vspader 2006-10-09 20:09:46 +0000
  • 9cc2237290 in remove_all clear all styles as well! Artem Pavlenko 2006-10-09 10:29:57 +0000
  • 514f500bfb use boost::shared_ptr<datasource> Artem Pavlenko 2006-10-09 10:28:48 +0000
  • e2d645ad80 simplified coord transformation interface. Artem Pavlenko 2006-10-09 09:52:15 +0000
  • 18ef498140 don't rely on feature id column name. Artem Pavlenko 2006-10-09 09:45:45 +0000
  • 10cffb9174 added remove_all Artem Pavlenko 2006-10-09 09:43:43 +0000
  • b2ce94166b added remove_all Artem Pavlenko 2006-10-09 09:43:09 +0000
  • d2838011d9 Use <mapnik/*.hpp> includes. Thanks to Vince Spader from 10east.com Artem Pavlenko 2006-10-05 09:00:36 +0000
  • c8042c959f removed boost::foreach.hpp Artem Pavlenko 2006-10-04 18:54:27 +0000
  • a71c36ec2e BOOST_FOREACH is not released yet, revert to std::const_iterator Artem Pavlenko 2006-10-04 13:57:08 +0000
  • 992af4747d 1. move include to mapnik/include 2. update demos,bibdibgs etc. Artem Pavlenko 2006-10-04 11:22:18 +0000
  • 6a6c794c22 added copyleft header Artem Pavlenko 2006-10-03 10:06:38 +0000
  • c1cce2742f added missing header Artem Pavlenko 2006-10-03 10:04:28 +0000
  • 0c32c2bf4a update build system to include map_{load,save} Artem Pavlenko 2006-10-03 10:03:31 +0000
  • 5a2e437e21 reflect load/save map methods in python Artem Pavlenko 2006-10-03 10:02:14 +0000
  • 88688433ab opps, may be not. merging back to -r305 Artem Pavlenko 2006-10-03 09:06:13 +0000
  • e8e4f682b1 move property tree one level up Artem Pavlenko 2006-10-03 08:52:24 +0000
  • e29e2472b1 move property tree one level up Artem Pavlenko 2006-10-03 08:52:07 +0000
  • efdc5d6f08 This is boost::property headers only library. It was accepted into main boost ditribution, but for now we use our own copy. Artem Pavlenko 2006-10-03 08:49:51 +0000
  • 8328424af5 1. datasource is now a property of Layer object. 2. modified python/c++ demos to reflect the above. 3. removed large 'blobby' mapnik.hpp (compilation times!!!) Artem Pavlenko 2006-10-03 08:44:04 +0000
  • 88892c196b added save/load functionality based on boost::property_tree (aka ElementTree in c++) Artem Pavlenko 2006-10-03 08:39:43 +0000
  • 86c4443f10 Apparently, we need this check on some systems (??) Artem Pavlenko 2006-10-03 08:37:34 +0000
  • c0fa1a6004 * create_filter moved to core lib * modified demo/c++/rundemo.cpp to reflect the above Artem Pavlenko 2006-09-17 19:45:01 +0000
  • 02d95a7ba2 added write access to alpha property. Artem Pavlenko 2006-09-15 08:20:09 +0000
  • 8a72060fad added alpha to to_string method. rgb ( R, B, G, A) Artem Pavlenko 2006-09-15 08:19:03 +0000
  • 2d04ce0360 This patch: * Adds set_alpha() * Reorders the get/set color functions to be red() green() blue() alpha() (code tidyness) * Changes the internal color variable to be named abgr_ instead of rgba_ since that is the order the colors are stored in it. Artem Pavlenko 2006-09-15 07:56:35 +0000
  • 2f360a6549 1.removed map width/height from query interface 2.small cleanups Artem Pavlenko 2006-09-12 14:29:22 +0000
  • 93740b5dec refactored #includes to reduce compilation times added mapnik_query skeleton Artem Pavlenko 2006-09-11 09:48:27 +0000
  • 31d04c3131 added support for building on x86_64 platform e.g. /usr/lib64 etc. Artem Pavlenko 2006-09-06 09:14:41 +0000
  • 26a406706e wrap C headers with : Artem Pavlenko 2006-08-31 21:32:07 +0000
  • 494556f0de added zoom_all method Artem Pavlenko 2006-08-23 20:35:01 +0000
  • 4ae66cef36 small cleanup Artem Pavlenko 2006-08-23 20:34:24 +0000
  • 8dd7798c1c added envelope() method to map object Artem Pavlenko 2006-08-23 20:17:16 +0000
  • 00ef5d1c96 addded missing <string> Artem Pavlenko 2006-08-21 21:25:25 +0000
  • 9ee055718c removed unused headers Artem Pavlenko 2006-08-21 15:00:59 +0000
  • 72fae1daa1 1. removed dependency on boost_serialization ( we don't really need it) at this time. 2. coord and envelope operator<< to use 16 digit precision. 3. added 'inside polygon' method impl. Artem Pavlenko 2006-08-20 18:49:22 +0000
  • 0bb121a747 formatting mostly Artem Pavlenko 2006-07-24 20:08:32 +0000
  • d11153ccf8 use fully qualified names Artem Pavlenko 2006-07-24 20:06:09 +0000
  • 6f7d9eab8a - Fix bug in WMS 1.1.1 re: STYLES support. Jean-Francois Doyon 2006-07-23 19:56:13 +0000
  • 9d9d441239 Added support for associating multiple named styles to a layer and specifying one using the STYLES= WMS request argument. Jean-Francois Doyon 2006-07-23 19:50:52 +0000
  • 1c8aca919f - Added support for complete service metadata - refactored some code for optimization - cusomtized the config parser Jean-Francois Doyon 2006-07-22 18:54:53 +0000
  • ad79c5a4fd applied patch from Shaun Walbridge - make dl module work on x86_64 Artem Pavlenko 2006-06-27 19:47:20 +0000
  • 9980d406fc removed wms.py - was causing checkupt problems on win32 (WMS.py == wms.py on win32) Artem Pavlenko 2006-06-07 17:02:56 +0000
  • 65587c3894 - make sure the proj bindings only get built if the python bindings also are. Jean-Francois Doyon 2006-05-31 23:49:25 +0000
  • 024f501903 1. exposed fill_opacity property in PolygonSymbolizer 2. added default ctors to {Point,Line,Polygon}Symbolizers Artem Pavlenko 2006-05-31 21:25:21 +0000
  • 1cacabdc2b corrected operator= Artem Pavlenko 2006-05-30 21:59:47 +0000
  • dfeaeaa16b converted to unix Artem Pavlenko 2006-05-30 21:59:06 +0000
  • 7d57b4d957 corrected WMSFactory example Artem Pavlenko 2006-05-30 21:58:22 +0000
  • 50416422e0 replaced tabs with spaces Artem Pavlenko 2006-05-30 13:41:15 +0000
  • ffe47e4816 1. return shared_ptr from point_symbolizer 2. small cleanup Artem Pavlenko 2006-05-26 13:11:31 +0000
  • 53193826a8 added MAPNIK_DECL Artem Pavlenko 2006-05-26 13:08:48 +0000
  • aec33499b2 export symbols from wkb Artem Pavlenko 2006-05-25 14:19:21 +0000
  • 10b7debd72 oops..layer.cpp got broken by mistake, reverting back. Artem Pavlenko 2006-05-24 22:15:04 +0000
  • ec92236c1f small cleanup Artem Pavlenko 2006-05-24 15:17:16 +0000
  • ba2514398a implemented to_hex_color() method that returns #RRGGBB color representation. Artem Pavlenko 2006-05-24 15:13:51 +0000
  • b73ca350fb added const Style iterators to Map Artem Pavlenko 2006-05-23 17:23:20 +0000
  • d99f6b4455 replace tabs with spaces Artem Pavlenko 2006-05-23 16:53:38 +0000
  • d0ddc88253 1. move parameters to datasource 2. general cleanup Artem Pavlenko 2006-05-23 16:52:10 +0000
  • 3ae046ebe2 tagging release 0.3.0 v0.3.0 release-0.3.0 Artem Pavlenko 2006-05-22 19:38:53 +0000
  • 11079272d6 Minor edit to the ogcserver docs. Jean-Francois Doyon 2006-05-22 17:07:47 +0000
  • 799d5d9691 - Fix a bug with missing version. - Add support for layer title and asbtract to c++ and python - Make WMS server use above changes, edit docs Jean-Francois Doyon 2006-05-22 17:00:35 +0000
  • a3eeef77de Remove an overly restrictive bit of "checking" that did not allow clients to feed non-WMS parameters to the server. Jean-Francois Doyon 2006-05-22 14:45:52 +0000
  • ef5931d915 added default point_symbolizer 4x4px black square Artem Pavlenko 2006-05-22 10:30:55 +0000
  • 8154e2104b tagging release 0.3.0 Artem Pavlenko 2006-05-22 09:38:46 +0000
  • 0c745b9d3a corrected ctor Artem Pavlenko 2006-05-21 19:17:15 +0000
  • 453b714580 1.added default ctor in polygon_symbolizer (grey fill - RGB (128,128,128) 2.replaced tabs Artem Pavlenko 2006-05-19 16:11:59 +0000
  • f59a949464 replaced tabs with spaces Artem Pavlenko 2006-05-19 16:09:32 +0000
  • ed4195ad5a explicit black colour in default ctor Artem Pavlenko 2006-05-19 16:08:42 +0000
  • d3a8570a78 added set_name method Artem Pavlenko 2006-05-19 16:07:13 +0000
  • bf218a46b9 oops! added missing bits Artem Pavlenko 2006-05-19 12:50:40 +0000
  • 46fea7cee2 use boost::lexical_cast for conversions ( thanks to John Leslie <jleslie@placebase.com> ) Artem Pavlenko 2006-05-19 12:26:23 +0000
  • 1daa91e07f added set_name method Artem Pavlenko 2006-05-19 08:59:50 +0000
  • 6c9fd45234 replaced tabs with spaces Artem Pavlenko 2006-05-17 16:41:28 +0000
  • 4a5a1580c4 fixed Artem Pavlenko 2006-05-12 16:35:36 +0000
  • 46f9b02394 - Rigidified parameter validation - Fixed BLANK exception handling bug - Added STYLES/LAYERS correlation check - Finalized ogcserver readme.txt - Got rid of a compiler warning with PyProjection - Some coding style edits Jean-Francois Doyon 2006-05-11 04:24:51 +0000
  • 80af11ba3a Finalized ogcserver docs. Jean-Francois Doyon 2006-05-11 00:44:20 +0000
  • 1cca95add9 Remove GIF support. Jean-Francois Doyon 2006-05-11 00:29:39 +0000
  • dad97c6476 added readme.txt with build instructions Artem Pavlenko 2006-05-08 20:34:30 +0000
  • 3c200bd00e added c++ demo Artem Pavlenko 2006-05-08 20:29:13 +0000
  • 2db18565b2 reorder #include Artem Pavlenko 2006-05-05 14:29:01 +0000
  • c879591630 Make the background property of an Image available to Python. Jean-Francois Doyon 2006-05-04 00:00:20 +0000
  • 4705e9526e Oops, that previous problem was from local modifications, setting everything back to normal. Jean-Francois Doyon 2006-05-03 23:56:47 +0000
  • 5775a9be0e Switched from <fstream.h> to <fstream> as per the warning the compiler gave me, and the C++ standard. Jean-Francois Doyon 2006-05-03 23:46:32 +0000