Artem Pavlenko
|
2c5f723344
|
+ oops, corrected:)
|
2011-09-01 19:21:03 +00:00 |
|
Artem Pavlenko
|
9a9e5fb2e3
|
Iterate unusedPool until we get 'valid' connection or
create a new one if usedPool.size() < maxSize_.
|
2011-09-01 19:20:26 +00:00 |
|
Dane Springmeyer
|
964cfdd423
|
newline
|
2011-09-01 05:19:13 +00:00 |
|
Dane Springmeyer
|
c61decc3e8
|
more includes for timer
|
2011-09-01 04:48:09 +00:00 |
|
Dane Springmeyer
|
f9358f005f
|
ensure the timer compiles on osx with clang++ - patch from rcoup
|
2011-09-01 04:33:39 +00:00 |
|
Dane Springmeyer
|
5f548cbe26
|
new timer.hpp that includes both cpu and wall clock output - patch from rcoup - refs #780
|
2011-09-01 01:06:33 +00:00 |
|
Dane Springmeyer
|
b2dc2fa6d2
|
move feature_style_processor to cpp
|
2011-09-01 00:44:27 +00:00 |
|
Dane Springmeyer
|
106173914c
|
avoid compiler warning
|
2011-09-01 00:42:23 +00:00 |
|
Dane Springmeyer
|
a013cd5032
|
add support for fixed color palettes when encoding to png
|
2011-08-31 02:28:14 +00:00 |
|
Dane Springmeyer
|
00d059b39c
|
expose blend pixel methods for grid renderer
|
2011-08-30 22:26:59 +00:00 |
|
Dane Springmeyer
|
9e87c9f914
|
apply patch from Peter Körner adding AlsoFilter functionality - closes #820
|
2011-08-30 17:38:27 +00:00 |
|
Dane Springmeyer
|
caf541d87e
|
add support for controlling zlib compression level and strategy when encoding to png - patch from kkaefer - closes #841
|
2011-08-26 05:58:21 +00:00 |
|
Dane Springmeyer
|
4a0ed78cb7
|
add ability to discard a timer without it later printing
|
2011-08-24 23:15:22 +00:00 |
|
Dane Springmeyer
|
ae41899152
|
simply and cleanup the wall clock timer
|
2011-08-24 22:02:07 +00:00 |
|
Dane Springmeyer
|
d3211372a4
|
sqlite: support both single and double quoted table names
|
2011-08-16 23:24:02 +00:00 |
|
Dane Springmeyer
|
d5035d0474
|
remove const from setter
|
2011-08-11 22:58:53 +00:00 |
|
Dane Springmeyer
|
81bf8b3d06
|
expose the name2file mapping of font family/style and font file publically so apps can ask mapnik where a given font face was found on the filesystem
|
2011-07-29 18:03:45 +00:00 |
|
Hermann Kraus
|
53e0b22c2b
|
Added metawriter helper function.
|
2011-07-28 22:59:05 +00:00 |
|
Dane Springmeyer
|
da337036d4
|
avoid compiler warning re intialization order
|
2011-07-27 04:34:02 +00:00 |
|
Dane Springmeyer
|
f14fc9dcf7
|
improve code comments around transforms and intersection checks
|
2011-07-21 21:53:39 +00:00 |
|
Dane Springmeyer
|
c5c729b17c
|
fix typo (map_ext.intersects(map_ext) -> map_ext.intersects(layer_ext)) and add small optimization so that if projections are equal we don't check intersection twice before returning no hit
|
2011-07-21 21:14:06 +00:00 |
|
Hermann Kraus
|
8bb6df1a07
|
Optionally output JSON data with pixel coordinates.
|
2011-07-16 12:24:52 +00:00 |
|
Dane Springmeyer
|
3d862034cd
|
allow '[field] is null' syntax to work with the understanding this may have unintended consequences and we should likely ultimately replace with proper 'is' equality support for nulls - track issue at http://trac.mapnik.org/ticket/794
|
2011-07-12 01:48:36 +00:00 |
|
Dane Springmeyer
|
a726787a40
|
add mapnik::Boolean type so we can report attributes with boolean type - closes #795
|
2011-07-11 22:34:08 +00:00 |
|
Dane Springmeyer
|
4356144e4a
|
shuffle attribute_descriptor class to its own header, previously extant but unused
|
2011-07-11 21:03:39 +00:00 |
|
Dane Springmeyer
|
aab601da64
|
comment unused struct that trips up clang++
|
2011-07-09 01:05:52 +00:00 |
|
Dane Springmeyer
|
161d978fb4
|
support hsl colors for boost versions 1.42 - 1.45
|
2011-07-01 18:54:01 +00:00 |
|
Dane Springmeyer
|
eab80c5a91
|
fixup proj_init error message
|
2011-06-30 17:59:27 +00:00 |
|
Dane Springmeyer
|
476e04c4c7
|
add gamma to polygon-pattern-symbolizer, useful for avoiding AA affects at tile edges so that global patterns can have seamless alignment
|
2011-06-28 22:37:35 +00:00 |
|
Dane Springmeyer
|
4e229ac516
|
more sql utility functions for handling quoting
|
2011-06-13 21:43:37 +00:00 |
|
Artem Pavlenko
|
9bc45c9ca1
|
+ addd boost::equality_comparable<box2d<T>
|
2011-06-07 21:16:03 +00:00 |
|
Artem Pavlenko
|
1d2abb8206
|
+ add support for CSS3 HSL colors: http://www.w3.org/TR/css3-color/#hsl-color
|
2011-06-07 16:14:11 +00:00 |
|
Artem Pavlenko
|
4a72a7d680
|
+ fix color(std::string const& ) ctor to initialize r,g,b,a.
+ impl eq ops using boost::equality_comparable.
+ output alpha in to_hex_string if not 255.
|
2011-06-07 16:14:02 +00:00 |
|
Artem Pavlenko
|
bc3d784b85
|
+ change ingterface to work with std::string
|
2011-06-07 16:13:54 +00:00 |
|
Dane Springmeyer
|
3d81a07f06
|
support for png 1.5.x, should work fine with 1.4.x - closes #772
|
2011-06-05 21:02:55 +00:00 |
|
Dane Springmeyer
|
ef6af65f17
|
remove debug output
|
2011-06-03 22:11:51 +00:00 |
|
Dane Springmeyer
|
e93bfa7a5a
|
add a grid_view class to allow subsetting of grids for metatiling
|
2011-06-03 05:55:28 +00:00 |
|
Dane Springmeyer
|
001f38fc57
|
expose get/set of key and resolution on grid renamed from join_field/step
|
2011-06-03 01:55:26 +00:00 |
|
Dane Springmeyer
|
3654e92ee4
|
nearest neighbor resampling impl for grid array
|
2011-06-01 17:22:56 +00:00 |
|
Dane Springmeyer
|
2bec001a44
|
add missing change to header for r2942
|
2011-05-31 22:44:48 +00:00 |
|
Dane Springmeyer
|
fcdf033004
|
restore boost 1.41 -> 1.44 compatibility
|
2011-05-31 17:34:09 +00:00 |
|
Hermann Kraus
|
8474976353
|
Prepare for merging "text_placement_info" and "placement".
|
2011-05-30 01:16:21 +00:00 |
|
Hermann Kraus
|
de089f0d68
|
Add alignment to text_placement_info.
|
2011-05-29 22:33:41 +00:00 |
|
Dane Springmeyer
|
8322a96575
|
code cleanup
|
2011-05-27 21:00:19 +00:00 |
|
Artem Pavlenko
|
b6f02e6d4d
|
+ adapt mapnik::color as fusion sequence to avoid intermediate data structure
|
2011-05-26 10:07:37 +00:00 |
|
Dane Springmeyer
|
7a17c7e597
|
load_map_from_string has always accepted a base path argument to drive the interpretation of relative paths in the stylesheet when loaded in memory- this really should be a full map property so that it can be known on the map object after parsing and changed if the map is saved to a new location
|
2011-05-25 23:48:07 +00:00 |
|
Dane Springmeyer
|
e4329847d2
|
shape.input: re-assign feature id's once we know their correct value after reading geometry up to the dbf link - TODO - we should be able to look ahead to avoid this re-assign
|
2011-05-20 01:41:28 +00:00 |
|
Dane Springmeyer
|
ba15947a4f
|
add Projection.expanded() function to ask proj4 what its internal, normalized definition looks like (useful only for debugging)
|
2011-05-17 19:05:15 +00:00 |
|
Dane Springmeyer
|
b578c02c54
|
make renderer type a template argument of agg svg renderer
|
2011-05-17 06:18:06 +00:00 |
|
Dane Springmeyer
|
b3c258c9a8
|
allow usage of boost::make_shared in gdal featureset construction by passing const reference - #760
|
2011-05-16 22:17:50 +00:00 |
|