Artem Pavlenko
|
12072606d6
|
+ fixed bounding box calculation to use transform (#808)
|
2011-09-23 15:52:32 +00:00 |
|
Dane Springmeyer
|
00e8f06f13
|
ensure the experimental svg_renderer compiles
|
2011-09-16 16:18:10 +00:00 |
|
Alberto Valverde
|
36dcffd2de
|
forgot to add warp.cpp as a source
|
2011-09-16 14:57:40 +00:00 |
|
Alberto Valverde
|
43dd7978cf
|
improved comments
|
2011-09-16 14:38:36 +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
|
e41abb0e12
|
add a label attribute to colorizer_stop
|
2011-09-16 13:32:16 +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 |
|
Hermann Kraus
|
e877b6197a
|
Support new Shield/TextSymbolizer syntax.
|
2011-09-16 00:02:42 +00:00 |
|
Hermann Kraus
|
f08f8ce008
|
Update upgrade_map scripts to support new Text/ShieldSymbolizer syntax.
|
2011-09-15 23:22:55 +00:00 |
|
Dane Springmeyer
|
49f28cad40
|
switch back to less agressive usage of scons caching basically allowing scons to check depedencies more at the cost of startup time
|
2011-09-15 22:15:04 +00:00 |
|
Dane Springmeyer
|
f1b8452794
|
sqlite: report rtree index creation failure - patch from kkaefer - closes #884
|
2011-09-15 21:58:20 +00:00 |
|
Dane Springmeyer
|
8e7950c318
|
+reflect native c++ core register_fonts function - that works recursively
|
2011-09-15 20:13:15 +00:00 |
|
Dane Springmeyer
|
da5f283c9e
|
support mixed case file extentions when loading fonts via python wrapper function
|
2011-09-15 20:11:30 +00:00 |
|
Dane Springmeyer
|
547db300a0
|
match nodejs bindings for kwarg args when encoding grids
|
2011-09-15 20:09:28 +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 |
|
Dane Springmeyer
|
937134430a
|
only output the total layer rendering time after processing all styles
|
2011-09-14 22:58:08 +00:00 |
|
Dane Springmeyer
|
256937bd4e
|
expose the painted boolean on images and grids to allow api users to know if any features were processed and likely rendered
|
2011-09-14 19:31:57 +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
|
5e001cef17
|
Test that fails unless r3341 is applied
|
2011-09-14 16:17:47 +00:00 |
|
Alberto Valverde
|
8096c1eecb
|
tentaiove fix for #880
|
2011-09-14 15:37:14 +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 |
|
Artem Pavlenko
|
d5e57afac0
|
+ move compositing into core lib
|
2011-09-13 15:31:07 +00:00 |
|
Artem Pavlenko
|
c1a12f65c0
|
+ use 'stroke-dashoffset' to match SVG/CSS specs
|
2011-09-13 14:51:51 +00:00 |
|
Artem Pavlenko
|
2cde0ac66e
|
+ add reading WKB test
|
2011-09-13 14:06:17 +00:00 |
|
Artem Pavlenko
|
7eeaf63356
|
+ fix unicode test issue
|
2011-09-13 13:41:36 +00:00 |
|
Artem Pavlenko
|
9d6d842879
|
+ update and improve python tests to use new wkt interface
|
2011-09-13 13:32:42 +00:00 |
|
Artem Pavlenko
|
703240cf40
|
+ update to reflect interface changes
|
2011-09-13 13:23:30 +00:00 |
|
Artem Pavlenko
|
12b6aceeee
|
+ add __len__ method
|
2011-09-13 13:23:23 +00:00 |
|
Artem Pavlenko
|
810b494b60
|
+ reflect valid() method
|
2011-09-13 13:23:15 +00:00 |
|
Artem Pavlenko
|
c1929716a0
|
+ don't link to LIBMAPNIK_LIBS
|
2011-09-13 11:54:27 +00:00 |
|
Artem Pavlenko
|
5476e8410b
|
+ amend input plug-ins to use new wkb interface
|
2011-09-13 11:54:20 +00:00 |
|
Artem Pavlenko
|
1fa78f32e0
|
+ add unified interface to mapnik2.Feature:
add_geometries_from_wkt
add_geometries_from_wkb
and mapnik2.Path :
from_wkt
from_wkb
TODO: integrate mapnik2.Path with mapnik2.Feature (mapnik 2.1)
|
2011-09-13 11:54:12 +00:00 |
|
Artem Pavlenko
|
fad2d7739b
|
+ change wkb interface to work directly on ptr_vector<geometry_type>
+ expose ptr_vector<geometry_type> in feature
|
2011-09-13 11:54:04 +00:00 |
|
Dane Springmeyer
|
6968adaf40
|
remove unneeded clip
|
2011-09-13 01:44:08 +00:00 |
|
Dane Springmeyer
|
fe9a303e6b
|
support south sudanese independence (and ensure tests now pass after sqlite fix)
|
2011-09-13 00:59:35 +00:00 |
|
Dane Springmeyer
|
436df62f3b
|
proper order of api calls in sqlite - #refs 872
|
2011-09-13 00:00:35 +00:00 |
|
Dane Springmeyer
|
91565b7f7a
|
manually fix sqlite/spatialite db test case that had trailing NULL bytes - fixes #872
|
2011-09-13 00:00:12 +00:00 |
|
Dane Springmeyer
|
19ee3ae8af
|
provide fix for #807 in upgrading map xml script
|
2011-09-12 20:28:35 +00:00 |
|
Dane Springmeyer
|
cd8baba3be
|
match css exactly for alignment names - fixes #807
|
2011-09-12 20:15:13 +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 |
|