Dane Springmeyer
|
3e3bdf6607
|
compile rundemo even during install
|
2012-04-04 15:18:28 -07:00 |
|
Dane Springmeyer
|
b5af9e3639
|
use default env compiler
|
2012-04-04 15:17:52 -07:00 |
|
Dane Springmeyer
|
d6c4e7f7fc
|
fix encoding of rundemo.cpp (windows1 -> utf8) and correctly declare the encoding of the boundaries shapefile (fixing white background to be green)
|
2012-04-04 15:17:37 -07:00 |
|
Dane Springmeyer
|
0e64cc157e
|
tests: allow the visual tests to be run in quiet mode
|
2012-04-04 14:54:07 -07:00 |
|
Dane Springmeyer
|
bd7b07d3f9
|
add missing test files
|
2012-04-04 14:37:27 -07:00 |
|
Dane Springmeyer
|
4dbadaa7cd
|
ensure proper reprojection of unbuffered bbox used for geometry clipping - closes #1138
|
2012-04-04 12:43:32 -07:00 |
|
Dane Springmeyer
|
d29ae14104
|
make it possible to set the map.maximum_extent back to None/uninitialized from python
|
2012-04-04 12:07:15 -07:00 |
|
Dane Springmeyer
|
d3cc8f9294
|
update changelog with cairo markers work
|
2012-04-04 11:47:20 -07:00 |
|
Dane Springmeyer
|
8c41bdc040
|
remove unused variables
|
2012-04-04 10:30:37 -07:00 |
|
Dane Springmeyer
|
40e8ceca55
|
add missing set_color_to_alpha impl - TODO - add advanced algo that supports tolerance - refs #1018
|
2012-04-03 16:49:05 -07:00 |
|
Dane Springmeyer
|
c88fcc8f04
|
revert unintended change to sqlite in a7e150a593
|
2012-04-03 16:33:06 -07:00 |
|
Dane Springmeyer
|
46b16c917e
|
support nodata for paletted images and allow user to set nodata on-the-fly - closes #1160 and #1161 - refs #688 and refs #730 and refs #50 and refs #1018
|
2012-04-03 16:06:36 -07:00 |
|
Artem Pavlenko
|
46b3594000
|
+ fix compilation with i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
|
2012-04-03 22:19:36 +01:00 |
|
Artem Pavlenko
|
e7f0e8aac0
|
+ support configurable vertex converter
|
2012-04-03 19:49:57 +01:00 |
|
Artem Pavlenko
|
6236a63156
|
+ make clip_poly converter optional (default: true)
|
2012-04-03 16:31:01 +01:00 |
|
Artem Pavlenko
|
030650f949
|
+ impl converter_traits for 'transform_tag'
+ support proj_transform and CoordTransform as args
|
2012-04-03 16:29:27 +01:00 |
|
Artem Pavlenko
|
347fce4db2
|
+ add 'clip' property
|
2012-04-03 16:28:49 +01:00 |
|
Artem Pavlenko
|
55ed40cbc2
|
attach proj_trans and tr at later stage (to work with vertex_converters interface).
|
2012-04-03 16:26:18 +01:00 |
|
Artem Pavlenko
|
cbcb8d6aad
|
+ use fusion::vector to pass arguments
|
2012-04-03 13:40:51 +01:00 |
|
Artem Pavlenko
|
603a6e133b
|
+ use agg::pixfmt_rgba32
|
2012-04-03 13:13:37 +01:00 |
|
Artem Pavlenko
|
81566a8f80
|
+ use pre-multiplied pixel format in agg_renderer
(de-multiply in end_map_processing())
+ support for compositing at style level
+ image blur (TODO)
|
2012-04-03 13:10:30 +01:00 |
|
Artem Pavlenko
|
c9a83837a1
|
+ add start/end style processing handlers
|
2012-04-03 13:09:08 +01:00 |
|
Artem Pavlenko
|
2e7ed0f589
|
+ format/correct doc string
|
2012-04-03 13:08:10 +01:00 |
|
Artem Pavlenko
|
1bc2af9104
|
+ expose pixel_format_type
|
2012-04-03 13:03:59 +01:00 |
|
Artem Pavlenko
|
84cb7b4c54
|
vertex converter dispatch - intial impl
|
2012-04-03 13:01:06 +01:00 |
|
Dane Springmeyer
|
a7e150a593
|
tests: add simple tests for postgis 'bbox' token replacement
|
2012-04-02 19:29:06 -07:00 |
|
Dane Springmeyer
|
d9cb76f7a1
|
postgis: support mixed case table names - closes #1159
|
2012-04-02 19:21:14 -07:00 |
|
Dane Springmeyer
|
253a1e4b4b
|
occi: fix invalid concatenation uncovered by latest clang++
|
2012-04-02 19:20:09 -07:00 |
|
Dane Springmeyer
|
10848f9d04
|
postgis: warn in the unlikely case of a numeric primary key
|
2012-04-02 18:13:27 -07:00 |
|
Dane Springmeyer
|
f99db72e5a
|
update changelog after fixing #804
|
2012-04-02 16:23:08 -07:00 |
|
Dane Springmeyer
|
763e84a6e9
|
postgis: add support for auto-detection of primary key field - closes #804 - refs #753
|
2012-04-02 16:20:41 -07:00 |
|
Dane Springmeyer
|
f6a0f80f32
|
make note of need for 64bit int support in code comments for postgis plugin - refs #895
|
2012-04-02 15:42:52 -07:00 |
|
Dane Springmeyer
|
9d6c47844c
|
use more robust transform method in map.zoom_all
|
2012-04-02 11:33:29 -07:00 |
|
kunitoki
|
4a7966498c
|
- postgis resultset cosmetics
|
2012-03-31 22:24:32 +02:00 |
|
kunitoki
|
14bc344898
|
- cosmetics in postgis datasource
|
2012-03-28 22:10:48 +02:00 |
|
kunitoki
|
7dbe1279bf
|
- reorder constructor initialization list to avoid warnings in raster datasource
|
2012-03-28 22:01:45 +02:00 |
|
kunitoki
|
1ee4255195
|
- updated linux project files
|
2012-03-28 22:01:26 +02:00 |
|
kunitoki
|
d516cf9f46
|
- cosmetics
|
2012-03-28 21:59:40 +02:00 |
|
Artem Pavlenko
|
8038561984
|
+ move renderer to agg_helpers
|
2012-03-28 12:02:03 +01:00 |
|
Dane Springmeyer
|
2edaefd0d6
|
cairo: match AGG functionality, adding support for dynamic ellipse drawing and loading from svg icons - closes #1071 (refs #952 - this is stopgap until we refactor and merge with point_symbolizer)
|
2012-03-27 19:21:11 -04:00 |
|
Dane Springmeyer
|
e22e47dfcc
|
scons: when statically linking: link extra icu libs needed by regex
|
2012-03-27 19:14:01 -04:00 |
|
Dane Springmeyer
|
9d1afbbfc6
|
Merge branch 'master' of https://github.com/mapnik/mapnik
|
2012-03-27 18:56:52 -04:00 |
|
Dane Springmeyer
|
67f6d0f672
|
fixup pycairo rendering test
|
2012-03-27 18:55:33 -04:00 |
|
Dane Springmeyer
|
dbd4258079
|
more markers_symbolizer test maps
|
2012-03-27 18:54:59 -04:00 |
|
Artem Pavlenko
|
9840c7df4c
|
Merge branch 'master' into compositing
Conflicts:
include/mapnik/util/dasharray_parser.hpp
src/agg/process_line_symbolizer.cpp
src/image_compositing.cpp
|
2012-03-26 09:05:02 +01:00 |
|
Dane Springmeyer
|
6e52e50f53
|
Revert "add proj 4.7 mutex change to changelog - refs #1072"
This reverts commit 6824b87aff .
|
2012-03-24 08:03:28 -07:00 |
|
Dane Springmeyer
|
7c529600eb
|
Revert "avoid mutex locks on pj_transform for proj 4.7 and above - closes #1072"
This reverts commit 0748d2beea .
|
2012-03-24 08:03:15 -07:00 |
|
Dane Springmeyer
|
3f26c439c9
|
fix marker width/height to mean pixels - which it should have all along - closes #1134
|
2012-03-23 20:28:12 -07:00 |
|
Dane Springmeyer
|
18774354a6
|
support case insensitive booleans - closes #1141
|
2012-03-23 20:08:47 -07:00 |
|
Dane Springmeyer
|
d6c2071ec3
|
add more test targets
|
2012-03-23 20:07:57 -07:00 |
|