Dane Springmeyer
|
adb44a6ec2
|
account for scaling and alpha of bitmap images in grid_renderer
|
2011-05-02 22:33:11 +00:00 |
|
Dane Springmeyer
|
e69f17eb35
|
add ability to pass a scaling ratio just to the affine scaling - needed by grid_renderer
|
2011-05-02 22:30:50 +00:00 |
|
Dane Springmeyer
|
c413d67b82
|
sync cairo's text rendering with agg
|
2011-04-30 00:07:03 +00:00 |
|
Dane Springmeyer
|
157d52e38f
|
add option to collect the total extent of all placement bboxs to enable passing along to metawriters - modified patch from kevin.kreaiser - closes #755
|
2011-04-30 00:06:27 +00:00 |
|
Dane Springmeyer
|
ab94fd43d8
|
add test for grid generation, and make sure point_datasource feature id starts at 1 (as datasources should)
|
2011-04-29 19:25:00 +00:00 |
|
Dane Springmeyer
|
e9e88e0481
|
remove uneeded includes
|
2011-04-29 17:40:15 +00:00 |
|
Dane Springmeyer
|
b072de4769
|
create layer descriptor when memory_datasource is created - TODO - gather attribute descriptors as features are added
|
2011-04-28 17:36:36 +00:00 |
|
Dane Springmeyer
|
31eea84d85
|
get iterator type right after r2843
|
2011-04-27 21:06:07 +00:00 |
|
Hermann Kraus
|
6650f999b9
|
char is to short for unicode chars. Replace it with unsigned int. Should fix #746.
|
2011-04-27 20:28:53 +00:00 |
|
Dane Springmeyer
|
5eea164b5a
|
add grid_renderer backend
|
2011-04-26 21:44:52 +00:00 |
|
Dane Springmeyer
|
9da2d701a5
|
further template the svg_renderer based on pixfmt
|
2011-04-26 17:38:18 +00:00 |
|
Dane Springmeyer
|
7d394f3d09
|
load_map: report and check transform in all cases
|
2011-04-26 17:33:41 +00:00 |
|
Dane Springmeyer
|
5bbc89674e
|
update comments
|
2011-04-19 00:20:04 +00:00 |
|
Dane Springmeyer
|
f8b3a4b946
|
add serialization of all markers_symbolizer attributes
|
2011-04-18 01:17:57 +00:00 |
|
Dane Springmeyer
|
7d08f76e50
|
add missing 'base' parameter to parse_shield_symbolizer and correct spelling of 'filter-factor' for parse_raster_symbolizer - closes #752
|
2011-04-18 01:11:38 +00:00 |
|
Dane Springmeyer
|
e00702cd79
|
touchup error message if zoom_all() fails
|
2011-04-15 22:46:53 +00:00 |
|
Dane Springmeyer
|
e79e7a1413
|
box2d: when copying actually copy exactly rather than using init to enforce validity - closes #749
|
2011-04-14 19:26:49 +00:00 |
|
Dane Springmeyer
|
7570cb5d73
|
load and save the new map 'maximum-extent' attribute
|
2011-04-14 02:32:51 +00:00 |
|
Dane Springmeyer
|
8998296f7b
|
add 'maximum-extent' attribute to map and use this, if set, in place of calculated layer extents in zoom_all()
|
2011-04-14 02:20:33 +00:00 |
|
Dane Springmeyer
|
ac3488efb6
|
fix return from proj_transform when coordinates cannot be reprojected
|
2011-04-13 21:03:15 +00:00 |
|
Dane Springmeyer
|
9b1080e72e
|
don't warn if mmap's file is missing (shapefile does not have an index)
|
2011-04-13 20:09:52 +00:00 |
|
Dane Springmeyer
|
383d8a3f15
|
add proj_transform forward/backward box2d implementation
|
2011-04-13 19:40:44 +00:00 |
|
Dane Springmeyer
|
903d1b49ef
|
add a clip method to mapnik::box2d
|
2011-04-13 19:19:23 +00:00 |
|
Artem Pavlenko
|
7191d56a16
|
+ throw image_reader_exception if we can't read tiff file
+ catch image_reader_exceptions in raster.input
+ re-throw in bind()
|
2011-04-11 21:17:10 +00:00 |
|
Artem Pavlenko
|
0e0b7a578c
|
+ implement memory mapping using boost::interprocess
+ cache mapped memory regions for re-use
|
2011-04-06 13:02:31 +00:00 |
|
Dane Springmeyer
|
2699ba42d0
|
avoid unused parameter compiler warnings
|
2011-04-04 04:35:28 +00:00 |
|
Dane Springmeyer
|
33f6cbf13d
|
jpeg reader: make to sure call jpeg_finish_decompress if scanlines have been read
|
2011-04-04 04:03:03 +00:00 |
|
Dane Springmeyer
|
2d1e2ef998
|
add valid() method to box2d, and comment subtraction override as it does not have any function currently
|
2011-04-04 03:50:09 +00:00 |
|
Dane Springmeyer
|
27cc2f0dc5
|
catch errors in build time pkg-config parsing - closes #738
|
2011-04-02 03:11:42 +00:00 |
|
Dane Springmeyer
|
8f4386b7b2
|
use dynamically allocated, scoped array instead of variable-size array, which ISO C++ forbids
|
2011-04-02 03:07:45 +00:00 |
|
Dane Springmeyer
|
470f48beab
|
avoid compiler warning of 'cast between pointer-to-function and pointer-to-object is an extension' with clang/gcc
|
2011-04-02 00:43:20 +00:00 |
|
Dane Springmeyer
|
d0e98eb3f1
|
handle return of fread
|
2011-04-01 23:54:58 +00:00 |
|
Dane Springmeyer
|
c1a6a54060
|
remove tabs
|
2011-04-01 20:47:26 +00:00 |
|
Dane Springmeyer
|
b65c932ac0
|
avoid -pedantic warnings
|
2011-04-01 07:20:41 +00:00 |
|
Dane Springmeyer
|
84ea9e6101
|
avoid clang++ -pedantic compiler warnings
|
2011-04-01 06:24:57 +00:00 |
|
Dane Springmeyer
|
eafac7fc7b
|
comment out currently unused agg renderer headers
|
2011-04-01 06:14:55 +00:00 |
|
Dane Springmeyer
|
14068cad23
|
move segment y_order sort to header that can be used by each renderer
|
2011-03-22 00:02:50 +00:00 |
|
Artem Pavlenko
|
ec4ef1bb34
|
+ add missing files from 735_metawriter_inmem.patch
|
2011-03-16 16:50:02 +00:00 |
|
Artem Pavlenko
|
e580078d26
|
+ apply MetaWriter patch from zerebubuth
( see #735 for details )
|
2011-03-16 13:32:04 +00:00 |
|
Artem Pavlenko
|
b543d7f1f4
|
+ add optional length parameter to allow
passing not-null terminated char strings
|
2011-03-16 13:31:56 +00:00 |
|
Robert Coup
|
8ace5b7e6b
|
position shield symbolizer symbols centered (ie. with text), rather than top-left in cairo output. re #737 - thanks @jburgess for testing and @Ldp for the patch.
|
2011-03-15 22:25:37 +00:00 |
|
Dane Springmeyer
|
c93984f06f
|
fix spelling
|
2011-03-15 20:50:30 +00:00 |
|
Hermann Kraus
|
f9040c6026
|
Show error message when invalid placement algorithm is selected.
|
2011-03-11 14:18:34 +00:00 |
|
Dane Springmeyer
|
4079fd7d08
|
make feature caching optional, and disabled by default (to avoid std::bad_alloc in low memory environments). Can be set as new layer property 'cache-features' - closes #657
|
2011-03-01 17:09:29 +00:00 |
|
Dane Springmeyer
|
efb19dea6c
|
make the requirement of boost_regex unicode support optional by detecting if boost_regex was itself built with ICU support
|
2011-02-28 20:00:56 +00:00 |
|
Dane Springmeyer
|
2ea0340e2d
|
avoid unintialized variable warnings in g++
|
2011-02-28 18:30:38 +00:00 |
|
Hermann Kraus
|
714f918332
|
Fix indentation.
|
2011-02-28 13:29:39 +00:00 |
|
Hermann Kraus
|
4af0696b9d
|
Add support for multiple placements.
NOTE: In some places indention is not updated to keep this patch readable. This will be fixed in the next revision.
|
2011-02-28 13:17:46 +00:00 |
|
Dane Springmeyer
|
4206c46f58
|
revert unintended change
|
2011-02-25 21:02:33 +00:00 |
|
Dane Springmeyer
|
03ee4570be
|
make sure to install svg and wkt include files - thanks kiorky for initial patch - closes #718
|
2011-02-25 21:00:05 +00:00 |
|