unknown
|
91f15d9e30
|
add missing overload
# Please enter the commit message for your changes. Lines starting
|
2011-10-28 10:52:29 +01:00 |
|
Dane Springmeyer
|
06040d5847
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2011-10-25 15:08:19 -07:00 |
|
kunitoki
|
9a251e972d
|
- small cosmetics
|
2011-10-23 16:36:51 +02:00 |
|
kunitoki
|
eb13c8c6be
|
- another bunch of coding style fixes in includes
|
2011-10-23 16:09:47 +02:00 |
|
kunitoki
|
4a2151acec
|
- fix copyright repeats
|
2011-10-23 15:23:14 +02:00 |
|
kunitoki
|
f1fb0c1939
|
- fix copyright to 2011 (script to do this will follow)
|
2011-10-23 15:04:25 +02:00 |
|
Dane Springmeyer
|
2f7d85e6d8
|
touchup feature.to_string() operator to display id differently than attributes
|
2011-10-22 17:27:02 -07:00 |
|
Dane Springmeyer
|
cad0c600cc
|
add a new, experimental coord_transform impl to support offsetting line verticies - closes #180 - next task of exposing functionality refs #927
|
2011-10-21 17:39:20 -07:00 |
|
Dane Springmeyer
|
e0e47f50dd
|
remove area as it is unused (not needed by anything yet) - closes #846
|
2011-10-21 15:55:58 -07: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 |
|
Artem Pavlenko
|
f762059d5c
|
use static_cast
|
2011-10-21 20:02:34 +01:00 |
|
Artem Pavlenko
|
2fadf1f2d3
|
Merge pull request #922 from xificurk/ctrans-cleanup
code cleanup
|
2011-10-21 09:55:23 -07:00 |
|
Artem Pavlenko
|
480f8a390d
|
revert back bool logic
update urls -> https://github.com/mapnik/mapnik/issues/794
|
2011-10-20 14:38:04 +01:00 |
|
Petr Morávek [Xificurk]
|
27c65de120
|
code cleanup
|
2011-10-19 23:45:24 +02:00 |
|
Artem Pavlenko
|
2bb37b15a9
|
use make_shared
|
2011-10-19 17:34:09 +01:00 |
|
Artem Pavlenko
|
978cb50d41
|
use M_PI from <mapnik/global.hpp>
|
2011-10-19 15:32:25 +01:00 |
|
Artem Pavlenko
|
911981aefd
|
+ various win32 fixes, mainly adding extra namespace qualifiers
for vc++10, MAPNIK_DECL ...
|
2011-10-19 15:29:24 +01:00 |
|
Artem Pavlenko
|
001d79903e
|
qualify attribute -> mapnik::attribute (vc10)
|
2011-10-19 15:19:55 +01:00 |
|
Artem Pavlenko
|
9dbedacdda
|
add round() and M_PI support for windows builds
|
2011-10-19 15:17:48 +01:00 |
|
Artem Pavlenko
|
fa7efc9390
|
remove operator-= from box2d
|
2011-10-19 15:14:01 +01:00 |
|
kunitoki
|
2372a60ff7
|
- cosmetics changes to sqlite datasource plugin
- added initial wkbAuto to auto determine WKB type in sqlite
|
2011-10-18 22:19:03 +02:00 |
|
Dane Springmeyer
|
1fe029c6e9
|
Merge pull request #908 from MapQuest/shield-placement-bug
Fixed bug in shield line placement
|
2011-10-17 14:08:50 -07:00 |
|
Dane Springmeyer
|
3c14ada217
|
enable contruction of a memory_featureset from a std::vector<feature_ptr>
|
2011-10-11 17:29:42 -07: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 |
|
Dane Springmeyer
|
f8e2a3ed1b
|
fix compile on ppc (big endian) systems
|
2011-10-10 14:03:43 -07:00 |
|
Artem Pavlenko
|
c97399b0f6
|
+ move <unicode> includes to .cpp
+ disble 'ubidi_getBaseDirection' check for ICU < 4.6
|
2011-09-26 08:58:33 +00:00 |
|
Artem Pavlenko
|
3d6ea00c66
|
+ linewrap-patch-r3362.patch from dimka (#189)
|
2011-09-25 19:43:02 +00:00 |
|
Dane Springmeyer
|
00e8f06f13
|
ensure the experimental svg_renderer compiles
|
2011-09-16 16:18:10 +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
|
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
|
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
|
67df69834f
|
allow reprojection of batches of points - patch cherry picked from albertov's work on optimizing raster reprojection performance (upcoming) - closes #877
|
2011-09-12 18:30:34 +00:00 |
|
Dane Springmeyer
|
ac3e43e5a4
|
support faster wgs84->merc transforms, a very common reprojection scenario in web mapping - added benefit of this approach is easy clipping for robust handling of out of bounds mercator coords - closes #839
|
2011-09-12 02:10:58 +00:00 |
|
Dane Springmeyer
|
0ec7ef6d46
|
renderers can now report to image if any features have been rendered via im.painted(), and im.background now uses boost optional to allow easy detection of whether a background has been set - closes #875
|
2011-09-11 06:24:26 +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 |
|
Artem Pavlenko
|
a59c961c1f
|
+ add missing save_to_file overloads
+ remove dummy rgba_palette args
|
2011-09-09 12:40:30 +00:00 |
|
Artem Pavlenko
|
aba5f21936
|
+ applied patch from itayperl (bidi-mirroring-SVN-r3110.patch)
|
2011-09-08 15:08:17 +00:00 |
|
Artem Pavlenko
|
53b50c871c
|
+ modify WKT parser to work with ptr_vector<geometry_type>
+ fix memory leaks in wkt_grammar
+ add support for GEOMETRYCOLLECTION
|
2011-09-08 11:52:51 +00:00 |
|
Artem Pavlenko
|
e5de1ac285
|
+ looks like it has been pasted twice,
removing duplicates.
|
2011-09-08 07:57:37 +00:00 |
|
Dane Springmeyer
|
d9e09e1221
|
add fastmath.hpp
|
2011-09-08 03:50:22 +00:00 |
|
Artem Pavlenko
|
02c143895d
|
+ refactor palette stuff a bit
TODO: We need to change save_to_file|string interface
to avoid passing dummy rgba_palette objects.
|
2011-09-07 15:01:25 +00:00 |
|
Dane Springmeyer
|
25196e3a8e
|
revise png palette api by removing default arguments to ensure no temporary references
|
2011-09-07 00:45:18 +00:00 |
|
Dane Springmeyer
|
aa5cfad4b7
|
add minimum-path-length to text_symbolizer - closes #865
|
2011-09-04 17:33:48 +00:00 |
|
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 |
|