Cezary Tarnowski
|
93ff232ca2
|
#1023 making gamma power default, making gamma-method awailable for polygon pattern symolizer and stroke
|
2012-01-13 18:20:03 +01:00 |
|
Cezary Tarnowski
|
e7a751987d
|
Merge remote-tracking branch 'upstream/master'
|
2012-01-13 14:49:59 +01:00 |
|
Cezary Tarnowski
|
c007a608ff
|
Adding gamma-method to polygon symbolizer
|
2012-01-12 16:58:10 +01:00 |
|
Artem Pavlenko
|
30839b4d17
|
Merge branch 'master' of https://github.com/tarnowsc/mapnik
|
2012-01-09 12:20:07 +00:00 |
|
Cezary Tarnowski
|
23631d31a8
|
bugfix - a proper bugfix for rewinding geometry in building symbolizer
|
2012-01-09 13:17:03 +01:00 |
|
Artem Pavlenko
|
544d834cee
|
Merge pull request #999 from tarnowsc/master
Bugfix for building symbolizer
|
2012-01-02 04:37:36 -08:00 |
|
Cezary Tarnowski
|
68febbdbfb
|
bugfix - if geometry is used twice from cache it will be missing walls in building symbolizer
|
2011-12-30 12:35:28 +01:00 |
|
Dane Springmeyer
|
d0e3f683ed
|
Revert "text rendering: only create objects once rather than per geometry part/placement attempt - refs #162"
This reverts commit eaf8d50422 .
|
2011-12-22 15:01:41 -08:00 |
|
Dane Springmeyer
|
eaf8d50422
|
text rendering: only create objects once rather than per geometry part/placement attempt - refs #162
|
2011-12-22 14:48:40 -08:00 |
|
Artem Pavlenko
|
726cea7ba4
|
Merge branch 'master' into geometry_cleanup
|
2011-12-14 14:04:30 +00:00 |
|
Cezary Tarnowski
|
4250e5de58
|
Changing the gamma for better visual effect
|
2011-12-13 15:40:47 +01:00 |
|
Cezary Tarnowski
|
b438a56ada
|
refactoring following comment on pull request
|
2011-12-13 15:28:18 +01:00 |
|
Cezary Tarnowski
|
8bf359451d
|
Adding support for height as expression for building symbolizer
|
2011-12-09 12:08:50 +01:00 |
|
Artem Pavlenko
|
7209988fb0
|
Simplify geometry model to support: Point/LineString/Polygon
Multi geometries are collections of single geometries
Remove multiple_geometries parameter
|
2011-12-06 12:53:16 +00:00 |
|
Dane Springmeyer
|
efa1b95cb8
|
add support for rendering svg icons with point placement in markers symbolizer (originally markers just supported special line placement) - closes #953 - refs #952
|
2011-11-16 09:56:35 -08:00 |
|
Dane Springmeyer
|
6257ac57c9
|
sqlite: futher refactoring of sqlite plugin, allowing all tests to pass
|
2011-11-03 19:51:37 -04:00 |
|
Artem Pavlenko
|
a35b9c4eaa
|
add support for fractional text size
( use FT_Set_Char_Size )
NOTE: ensure it works as expected, currently
I see different results from different fonts.
|
2011-10-28 11:24:08 +01:00 |
|
kunitoki
|
f1fb0c1939
|
- fix copyright to 2011 (script to do this will follow)
|
2011-10-23 15:04:25 +02:00 |
|
Artem Pavlenko
|
986edc3c6e
|
Merge pull request #909 from MapQuest/expose-label-collision-detector
Exposed the label collision detector
|
2011-10-21 12:20:21 -07:00 |
|
Matt Amos
|
a2b4f9db59
|
Use make_shared as suggested by coding guidelines.
|
2011-10-13 19:34:28 +01:00 |
|
Matt Amos
|
b5c4bb77de
|
Exposed the label collision detector outside the agg_render object
and via Python, allowing detectors to be re-used across renderings.
|
2011-10-12 01:05:35 +01:00 |
|
Matt Amos
|
3f47de0e81
|
Fixed bug in shield line placement when dx/dy are used to shift
the label relative to the placement point.
|
2011-10-12 01:02:28 +01:00 |
|
Artem Pavlenko
|
a88a49960d
|
+ update shield-symbolizer to use 'transformed' label extent (#808)
|
2011-09-25 17:58:13 +00:00 |
|
Artem Pavlenko
|
12072606d6
|
+ fixed bounding box calculation to use transform (#808)
|
2011-09-23 15:52:32 +00:00 |
|
Alberto Valverde
|
4ff5404a57
|
added includes for config.hpp (PROJ_ENEVLOPE_POINTS)
|
2011-09-16 14:35:47 +00:00 |
|
Alberto Valverde
|
4444907855
|
ported warer warping functionallity to cairo renderer. Closes #887
|
2011-09-16 14:34:14 +00:00 |
|
Alberto Valverde
|
97431c8de4
|
made mesh_size configurable
|
2011-09-16 12:21:21 +00:00 |
|
Alberto Valverde
|
dd5713740d
|
support for other filters other than bilinear when warping rasters. default near scaling is about 20% faster than before. However, for some reason, bilinear is nor about 300% slower
|
2011-09-16 11:09:08 +00:00 |
|
Alberto Valverde
|
ec11ba8311
|
fixed calculation of target polygon when warping rasters. Shrinked rasterizer window back to pre r3344 size since it was to mask artifacts due to the badly calculated polygon
|
2011-09-15 08:29:59 +00:00 |
|
Alberto Valverde
|
e6cb8eb8b3
|
slightly larger rasterizer window for better quality
|
2011-09-14 16:25:10 +00:00 |
|
Alberto Valverde
|
66b66d0754
|
using define for PROJ_ENVELOPE_POINTS
|
2011-09-14 16:22:23 +00:00 |
|
Alberto Valverde
|
85c165d327
|
reverted to old calculation of scale_method
|
2011-09-14 12:36:09 +00:00 |
|
Alberto Valverde
|
a7c12a3765
|
removed redundant bounds checks (I asuume AGG already makes sure not to write outside the buffer). Moved object creation from inside loop
|
2011-09-14 11:50:06 +00:00 |
|
Alberto Valverde
|
ad31aa717a
|
better bounds checking
|
2011-09-14 00:13:46 +00:00 |
|
Alberto Valverde
|
785303f2dc
|
not using coords of center of pixel since it is now in origin coordinates
|
2011-09-13 23:55:04 +00:00 |
|
Alberto Valverde
|
1edc6ceceb
|
using AGG for interpolating when warping (for real now)
|
2011-09-13 23:48:55 +00:00 |
|
Alberto Valverde
|
226e382214
|
projecting map extent before calculating resolution in order to obtain sensible values. Commented out AGG interpolating when warping because it doesn't work. I must have been linking against the wrong thing when developing, sorry, will fix tomorrow
|
2011-09-13 23:20:51 +00:00 |
|
Alberto Valverde
|
5508af6b76
|
typo
|
2011-09-13 17:14:36 +00:00 |
|
Alberto Valverde
|
6ffbd07174
|
use AGG for interpolation when warping rasters
|
2011-09-13 15:41:39 +00:00 |
|
Dane Springmeyer
|
6968adaf40
|
remove unneeded clip
|
2011-09-13 01:44:08 +00:00 |
|
Dane Springmeyer
|
9bda9c7019
|
support raster reprojection - adapted from work at https://github.com/albertov/mapnik2/ - nice work alberto and meteogrid - closes #663
|
2011-09-12 18:41:44 +00:00 |
|
Dane Springmeyer
|
3ad234bce8
|
early return from rendering text labels if polygon width does not meet minimum threashold - refs #840
|
2011-09-10 08:50:07 +00:00 |
|
Dane Springmeyer
|
67d7a3a6f0
|
add alternative line rasterizer that can be enabled to draw faster lines at the expense of dropping short geometries - for thin lines has nicer look but should not be used with think lines - refs #873
|
2011-09-09 23:45:49 +00:00 |
|
Dane Springmeyer
|
6003a647f3
|
add needed include for evaluating expressions to prepare for moving feature_style_processor to cpp file
|
2011-09-01 00:43:46 +00:00 |
|
Dane Springmeyer
|
abcba2bc34
|
#759 is fixed, revert r3008
|
2011-07-16 00:25:30 +00:00 |
|
Robert Coup
|
8e8f43e50f
|
Fix incorrect blending of rasters with alpha channel. Use pixfmt_rgba32_plain rather than pixfmt_rgba32, and undo old changes to blender_rgba<>::blender_pix which aren't needed anymore. Thanks @rfw, @cdestigter, @albertov [fixes #759]
|
2011-07-15 03:59:44 +00:00 |
|
Dane Springmeyer
|
f156e147d3
|
rollback to using pre r2543 methods for bilinear scaling (non agg) - to be used until #759 is resolved
|
2011-07-07 21:24:17 +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
|
4dde8e8d9e
|
warning if non svg file passed to markers_symbolizer
|
2011-06-24 20:34:21 +00:00 |
|
Hermann Kraus
|
8474976353
|
Prepare for merging "text_placement_info" and "placement".
|
2011-05-30 01:16:21 +00:00 |
|