Artem Pavlenko
|
c6a091937f
|
+ add get_optional to mapnik::feature_impl
returns -> boost::optional<mapnik::value const&>
+ use get_optional in feature_kv_iterator to avoid
throwing exceptions
|
2012-02-17 10:46:29 +00:00 |
|
Hermann Kraus
|
7b22d69932
|
Revert "+ fix shield/text positioning - we still need to floor both text and shield"
floor is removed from position calculation now, resulting in better marker and text matching.
Refs #1078.
This reverts commit 009a1e45a7 .
|
2012-02-17 00:59:20 +01:00 |
|
Hermann Kraus
|
465a7621bc
|
Merge pull request #1091 from kkaefer/character-spacing
Support character-spacing along a line.
Closes #721.
|
2012-02-16 15:08:56 -08:00 |
|
Hermann Kraus
|
44beaf1bdf
|
Make ShieldSymbolizer variables doubles.
Refs #1078.
|
2012-02-17 00:03:46 +01:00 |
|
Konstantin Käfer
|
9ad113d724
|
naïvely replace ci.width with ci.width + ci.format->character_spacing
|
2012-02-16 23:46:44 +01:00 |
|
Artem Pavlenko
|
63735982ee
|
+ remove const from parameters passed by-value
|
2012-02-16 15:35:27 +00:00 |
|
Artem Pavlenko
|
ab56a63f2f
|
Merge remote-tracking branch 'origin/master'
|
2012-02-15 23:31:38 +00:00 |
|
Artem Pavlenko
|
009a1e45a7
|
+ fix shield/text positioning - we still need to floor both text and shield
position for consistent rendering.
|
2012-02-15 23:27:33 +00:00 |
|
Hermann Kraus
|
819ee98041
|
Rename properties=>defauls, default_format=>format.
|
2012-02-16 00:17:22 +01:00 |
|
Hermann Kraus
|
4602338e0c
|
Add ExpressionFormat: Allow changing text format based on expressions.
Closes #1036.
Refs #1048.
|
2012-02-15 21:38:24 +01:00 |
|
Artem Pavlenko
|
c83ab1d14e
|
Merge remote-tracking branch 'origin/master'
|
2012-02-15 19:20:17 +00:00 |
|
Hermann Kraus
|
a2c2ad40e2
|
Make markers_placement a bit simpler and add sanity checks.
refs #974.
|
2012-02-15 20:06:50 +01:00 |
|
Artem Pavlenko
|
01497bfc36
|
+ add typedef size_type to mapnik::vertex_vector
+ remove set_capacity() method - no longer required
|
2012-02-15 15:16:33 +00:00 |
|
Artem Pavlenko
|
6495ea8996
|
+ clip polygons
|
2012-02-14 18:39:36 +00:00 |
|
Artem Pavlenko
|
58b51b208e
|
use standard_wide::space
|
2012-02-14 18:33:05 +00:00 |
|
Hermann Kraus
|
be464f0c5b
|
Move code for makers placement from hpp to cpp.
|
2012-02-13 20:20:09 +01:00 |
|
Dane Springmeyer
|
e2385178f4
|
install new headers fixing broken node-mapnik compile: https://github.com/mapnik/node-mapnik/issues/85 - refs #1079
|
2012-02-12 20:53:48 -08:00 |
|
Hermann Kraus
|
1fd7f9d543
|
Fix spelling error.
|
2012-02-12 22:48:44 +01:00 |
|
Hermann Kraus
|
afb2eedbb9
|
Merge branch 'textplacement-rename'
|
2012-02-12 14:03:57 +01:00 |
|
Hermann Kraus
|
52702d3a20
|
Rename filter_factory to expression.
|
2012-02-12 13:06:39 +01:00 |
|
Hermann Kraus
|
57b835419b
|
Fix font-set handling for ShieldSymbolizer. Closes #1077.
Was the same problem as #1064.
|
2012-02-12 11:39:39 +01:00 |
|
Hermann Kraus
|
69f153bf8f
|
Fix all includes.
|
2012-02-12 03:55:13 +01:00 |
|
Hermann Kraus
|
fbe929810b
|
Fix most includes.
|
2012-02-12 02:47:26 +01:00 |
|
Hermann Kraus
|
7ef1c3544e
|
Bugfix: Collect expressions for formating::format_node.
|
2012-02-11 11:24:33 +01:00 |
|
Dane Springmeyer
|
0acd2137b8
|
restore agg renderer clip_box, accidentally disabled in 21d05444 - refs #1075
|
2012-02-10 15:14:15 -08:00 |
|
Dane Springmeyer
|
75e264a594
|
only form up ostringstream if needed
|
2012-02-10 12:15:23 -08:00 |
|
Dane Springmeyer
|
bfd79276a7
|
only encode if image has dimensions (avoid abort in png writer on zero size width or height)
|
2012-02-10 12:14:53 -08:00 |
|
Dane Springmeyer
|
a682212266
|
small optimization by avoiding repeated case sensitive checks
|
2012-02-10 11:20:00 -08:00 |
|
Dane Springmeyer
|
32ac2e464c
|
restore compile for boost 1.42
|
2012-02-10 10:20:26 -08:00 |
|
Artem Pavlenko
|
6a015dcd59
|
Merge remote-tracking branch 'origin/master'
|
2012-02-10 11:59:12 +00:00 |
|
Artem Pavlenko
|
602264d368
|
+ implement 'in situ' boost::spirit::qi based geojson parser
|
2012-02-10 11:56:53 +00:00 |
|
Dane Springmeyer
|
0748d2beea
|
avoid mutex locks on pj_transform for proj 4.7 and above - closes #1072
|
2012-02-09 17:28:31 -08:00 |
|
Dane Springmeyer
|
656436d971
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-02-08 15:45:31 -08:00 |
|
Dane Springmeyer
|
fec0750fcf
|
remove usage of boost::lexical_cast during image encoding - refs #1055
|
2012-02-08 15:45:08 -08:00 |
|
Hermann Kraus
|
1d50aa1b85
|
Make interface consistent with similar classes.
|
2012-02-08 01:16:37 +01:00 |
|
Dane Springmeyer
|
8e61d9a6d2
|
remove used typedefs
|
2012-02-07 13:42:45 -08:00 |
|
Dane Springmeyer
|
a00af6faf8
|
fix debug output name
|
2012-02-07 13:42:22 -08:00 |
|
Artem Pavlenko
|
958097600c
|
add wkt_parser class for grammar re-usage
implement from_wkt in terms of wkt_parser
|
2012-02-06 22:49:47 +00:00 |
|
Hermann Kraus
|
18d24983b6
|
Fix font-name checking when font-set is available. Fixes #1064.
|
2012-02-06 11:47:35 +01:00 |
|
Hermann Kraus
|
e298d141da
|
Improve expression handling.
|
2012-02-05 03:11:00 +01:00 |
|
Hermann Kraus
|
9c92bf713d
|
Easier syntax by hiding internal data type.
|
2012-02-03 00:34:14 +01:00 |
|
Dane Springmeyer
|
17d13cff67
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
|
Dane Springmeyer
|
21d05444f7
|
manual whitespace fix
|
2012-02-01 17:48:56 -08:00 |
|
Dane Springmeyer
|
07d7d7d537
|
convert to using feature_ptr rather than const& for renderers
|
2012-02-01 16:37:05 -08:00 |
|
Dane Springmeyer
|
cf8e036574
|
warn if non bitmap (svg) files are used for pattern symbolizers as this is not currently supported - refs #1010 and #1045
|
2012-02-01 12:27:57 -08:00 |
|
Hermann Kraus
|
30bef5c955
|
Fast math.
@de94a3e: Yes, we need them. :-)
|
2012-02-01 12:49:16 +01:00 |
|
Artem Pavlenko
|
de94a3e82f
|
comment out unused variables
|
2012-01-31 18:01:19 +00:00 |
|
Hermann Kraus
|
cc886d1688
|
Merge branch 'feature-text-merge'
|
2012-01-31 16:52:28 +01:00 |
|
Hermann Kraus
|
06ce3f7eec
|
Merge remote-tracking branch 'herm/textplacement-merge'
|
2012-01-31 16:37:37 +01:00 |
|
Hermann Kraus
|
72f061b75a
|
Revert 0c5fc9f246 .
For new text placment branch a different solution is needed.
|
2012-01-31 16:36:40 +01:00 |
|