Hermann Kraus
|
2bf9d9dbdf
|
Fix handling of empty XML nodes.
Closes #1106.
|
2012-03-03 01:12:23 +01:00 |
|
Hermann Kraus
|
cc547385e6
|
Avoid adding the same text to detector twice.
|
2012-03-02 12:39:38 +01:00 |
|
Artem Pavlenko
|
726724b3c7
|
pass by ref
move conversions impl into .cpp
|
2012-03-01 18:36:13 +00:00 |
|
Hermann Kraus
|
9e397ae55e
|
Add iterator increment which I forgot in 96d8dfb356 .
|
2012-02-28 02:05:44 +01:00 |
|
Hermann Kraus
|
df4eae2f71
|
Merge branch 'master' of github.com:mapnik/mapnik
Conflicts:
src/symbolizer_helpers.cpp
|
2012-02-28 01:48:26 +01:00 |
|
Hermann Kraus
|
66ef7a450a
|
Add marker to collision detector.
Refs #1106.
|
2012-02-28 01:47:24 +01:00 |
|
Dane Springmeyer
|
82bd78d9a5
|
use boost::make_shared instead of new as per mapnik coding conventions
|
2012-02-27 16:39:34 -08:00 |
|
Dane Springmeyer
|
a5d7239cfc
|
fix minor spelling in code comments
|
2012-02-27 16:15:36 -08:00 |
|
Hermann Kraus
|
96d8dfb356
|
Improve code a bit.
size() can be O(n) but empty() is always O(1).
|
2012-02-28 00:52:02 +01:00 |
|
Dane Springmeyer
|
1ed193728d
|
add missing update_detector() - refs #1106
|
2012-02-27 15:15:27 -08:00 |
|
Dane Springmeyer
|
2f134657b4
|
speed up xml loading by avoiding repeated grammar creation - refs #1028 (TODO - still need to handle text/shield expressions)
|
2012-02-24 16:34:39 -08:00 |
|
Hermann Kraus
|
1906cddf04
|
Improve error messages.
|
2012-02-25 00:57:05 +01:00 |
|
Dane Springmeyer
|
a917b7b410
|
fix the ability of external libraries to link mapnik on windows
|
2012-02-24 11:32:16 -08:00 |
|
Artem Pavlenko
|
917e684bdd
|
dummy decrement() and advance(p) to compile with vc10 (untested)
|
2012-02-24 18:07:13 +00:00 |
|
Hermann Kraus
|
99a3c9fec9
|
Remove multiple consecutive empty <xmltext> nodes.
|
2012-02-24 12:37:23 +01:00 |
|
Dane Springmeyer
|
6db1ba176b
|
fix compile on windows by including round() from global.hpp
|
2012-02-23 11:46:53 -08:00 |
|
Hermann Kraus
|
2955983264
|
Fix #1095.
|
2012-02-23 18:10:50 +01:00 |
|
Dane Springmeyer
|
56aeae1b52
|
fix broken python linking after 6a0ce99e22
|
2012-02-22 16:45:02 -08:00 |
|
Dane Springmeyer
|
4a192c319b
|
ensure mean_sort_cmp adheres to strict weak ordering requirement - more properly fixes #1087
|
2012-02-22 14:54:10 -08:00 |
|
Dane Springmeyer
|
f17031084c
|
use new conversions header - refs #1055
|
2012-02-21 10:59:11 -08:00 |
|
Dane Springmeyer
|
8568c62e8e
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-02-20 22:54:09 -08:00 |
|
Dane Springmeyer
|
9213dd5426
|
fixup multi-symbolizer processing function
|
2012-02-20 22:53:54 -08:00 |
|
Dane Springmeyer
|
6a0ce99e22
|
maintain compile with boost <= 1.47
|
2012-02-20 17:09:14 -08:00 |
|
Hermann Kraus
|
a05faceb11
|
Fix ShieldSymbolizer line placement.
Refs #1078, https://github.com/MapQuest/MapQuest-Mapnik-Style/issues/8.
|
2012-02-21 00:06:54 +01:00 |
|
Hermann Kraus
|
46f80cc6aa
|
Use double instead of int and avoid rounding when possible.
Closes #1078.
|
2012-02-20 19:32:34 +01:00 |
|
Artem Pavlenko
|
6f5d16bfe3
|
+ make feature_collection_parser a template so we can
instantiate with different iterator types
e.g std::string::const_iterator and
boost::spirit::multi_pass<std::istreambuf_iterator<char> >
|
2012-02-20 16:23:31 +00:00 |
|
Artem Pavlenko
|
6e498ad062
|
+ update to use new names
+ add geometry_generator
|
2012-02-20 12:03:56 +00:00 |
|
Artem Pavlenko
|
3953a94636
|
+ geojson generator interface
|
2012-02-20 10:53:58 +00:00 |
|
Hermann Kraus
|
2ea6ab216c
|
Fix text height calculation.
Closes #1078.
|
2012-02-18 16:43:05 +01:00 |
|
Hermann Kraus
|
6efdb3969e
|
Handle text position differently.
Should fix part of the ShieldSymbolizer problems.
Refs #1078.
|
2012-02-18 14:39:13 +01:00 |
|
Hermann Kraus
|
2843ff3da8
|
Fix placement_finder.hpp includes.
|
2012-02-18 14:03:21 +01:00 |
|
Hermann Kraus
|
bb3ad18c95
|
Rename starting_{x,y} to center to reflect actual meaning.
|
2012-02-18 13:07:23 +01:00 |
|
Hermann Kraus
|
980cdd9e92
|
Use text_placements registry.
|
2012-02-18 00:39:14 +01:00 |
|
Hermann Kraus
|
6db956ca83
|
Split file.
|
2012-02-17 20:53:00 +01:00 |
|
Hermann Kraus
|
481e172b8e
|
Add placement registry.
|
2012-02-17 20:15:16 +01:00 |
|
Hermann Kraus
|
2c6502e791
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-02-17 19:52:38 +01:00 |
|
Hermann Kraus
|
7c98b8c9c0
|
Add XML name registry.
Allows users to add new types to XML styles.
|
2012-02-17 19:45:13 +01:00 |
|
Hermann Kraus
|
f06bda1c1c
|
Split file.
|
2012-02-17 15:50:24 +01:00 |
|
Artem Pavlenko
|
b5bc17304c
|
Merge remote-tracking branch 'origin/master'
|
2012-02-17 10:48:49 +00:00 |
|
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 |
|
Hermann Kraus
|
1a16e9c5ab
|
Remove class text_processor.
|
2012-01-31 16:24:58 +01:00 |
|
Artem Pavlenko
|
a395f974f3
|
small fix
|
2012-01-31 12:00:36 +00:00 |
|
Artem Pavlenko
|
e00e8f98aa
|
if geometries are polygons, default to 'largest_box' only
for label placement.
TODO: expose settings in XML
|
2012-01-31 11:52:43 +00:00 |
|
Artem Pavlenko
|
b90de4874c
|
Merge branch 'textplacement-merge' into feature-text-merge
Conflicts:
docs/textrendering.gv
include/mapnik/building_symbolizer.hpp
include/mapnik/placement_finder.hpp
include/mapnik/symbolizer_helpers.hpp
include/mapnik/text_placements.hpp
include/mapnik/text_placements_list.hpp
include/mapnik/text_placements_simple.hpp
include/mapnik/text_processing.hpp
plugins/input/shape/shape_utils.hpp
src/agg/process_shield_symbolizer.cpp
src/agg/process_text_symbolizer.cpp
src/cairo_renderer.cpp
src/grid/process_shield_symbolizer.cpp
src/grid/process_text_symbolizer.cpp
src/load_map.cpp
src/placement_finder.cpp
src/shield_symbolizer.cpp
src/text_placements.cpp
src/text_processing.cpp
src/text_symbolizer.cpp
tests/visual_tests/clean.sh
tests/visual_tests/test.py
Merge herm/textplacement-merge
|
2012-01-31 11:09:55 +00:00 |
|
Hermann Kraus
|
49225d7468
|
Handle additional boxes from ShieldSymbolizer.
|
2012-01-29 20:28:32 +01:00 |
|
Hermann Kraus
|
16e5fefb4d
|
Remove text_placement_info::initialize() to avoid incorrect usage of this object.
|
2012-01-29 20:04:31 +01:00 |
|
Hermann Kraus
|
49a3b3c52c
|
Make code easier to read by using std::pair instead of boost::tuple for position.
|
2012-01-29 17:33:43 +01:00 |
|
Hermann Kraus
|
822786e41c
|
Remove no-text attribute. One can simply leave the text empty if one wants this.
|
2012-01-29 13:10:14 +01:00 |
|
Hermann Kraus
|
4a3a3fd82c
|
ShieldSymbolizer for Cairo.
|
2012-01-29 05:03:38 +01:00 |
|
Hermann Kraus
|
3e59503e25
|
ShieldSymbolizer for Grid renderer.
|
2012-01-29 04:57:56 +01:00 |
|
Hermann Kraus
|
09459683e9
|
Update symbolizer helpers for ShieldSymbolizer.
Correctly handle point placement for TextSymbolizer. (Tries each possible placement for each point).
|
2012-01-29 04:49:02 +01:00 |
|
Hermann Kraus
|
a3871e52b7
|
Rename set_values_from_xml to from_xml.
|
2012-01-28 17:13:41 +01:00 |
|
Hermann Kraus
|
ff07b4bce0
|
placement_element => text_path
|
2012-01-28 00:09:58 +01:00 |
|
Hermann Kraus
|
d6b8209a9d
|
Rewrote text processing to use a tree structure.
Reduces the number of classes and simplifies extension.
|
2012-01-27 23:15:12 +01:00 |
|
Artem Pavlenko
|
84b948687d
|
Merge branch 'master' into feature-text-merge
|
2012-01-27 13:27:27 +00:00 |
|
Artem Pavlenko
|
fc7e07137d
|
removing as it doesn't belong in here.
|
2012-01-27 13:23:15 +00:00 |
|
Hermann Kraus
|
dbc1280731
|
Process more than one geometry.
Start work on ShieldSymbolizer.
|
2012-01-26 20:05:38 +01:00 |
|
Artem Pavlenko
|
5ebdd84940
|
format
|
2012-01-26 16:24:48 +00:00 |
|
Artem Pavlenko
|
5c6fdc780f
|
return member variable by const reference
|
2012-01-26 13:07:28 +00:00 |
|
Artem Pavlenko
|
36a23367a6
|
+ fix compilation issues
|
2012-01-26 13:05:41 +00:00 |
|
Artem Pavlenko
|
d1f16bb227
|
merge textplacement-merge into feature_impl
|
2012-01-26 13:04:08 +00:00 |
|
Hermann Kraus
|
1106dcb445
|
Support for cairo + grid renderer.
|
2012-01-25 16:17:38 +01:00 |
|
Hermann Kraus
|
bdc20f766b
|
Complete symbolizer_helpers.hpp for TextSymbolizer.
|
2012-01-25 15:44:19 +01:00 |
|
Artem Pavlenko
|
d146bcc380
|
Merge branch 'master' into feature_impl
|
2012-01-25 10:04:03 +00:00 |
|
Tony Young
|
d0d692cb82
|
Add text placements to Python API.
|
2012-01-25 12:57:26 +13:00 |
|
Hermann Kraus
|
3b887972b8
|
Start work on new symbolizer helpers.
|
2012-01-23 19:02:35 +01:00 |
|
Artem Pavlenko
|
4b22636f3b
|
initial implementation of multipolygon labeling strategy
based on ordering by bounding box.
TODO : sync with https://github.com/herm/mapnik/tree/textplacement
|
2012-01-23 16:00:55 +00:00 |
|
Hermann Kraus
|
2eb3662d87
|
Add all files to build.py.
|
2012-01-23 00:20:15 +01:00 |
|
Hermann Kraus
|
1549fd92c3
|
Float font sizes.
|
2012-01-22 21:19:35 +01:00 |
|
Hermann Kraus
|
31fd5647f2
|
Use font manager and char properties in text engine.
|
2012-01-22 20:51:09 +01:00 |
|
Hermann Kraus
|
fb0c9d6d9c
|
Fix text_placements.cpp.
|
2012-01-22 20:04:13 +01:00 |
|
Hermann Kraus
|
b945dff774
|
Fix metawriters.
|
2012-01-22 19:57:32 +01:00 |
|
Hermann Kraus
|
02eca0825f
|
Fix set_displacement().
|
2012-01-22 19:17:59 +01:00 |
|
Hermann Kraus
|
581d35987e
|
Disable ShieldSymbolizer in cairo_renderer.cpp (see fdd58903f9 ).
|
2012-01-22 18:47:23 +01:00 |
|
Hermann Kraus
|
9d2a6088b1
|
New placement finder.
|
2012-01-22 18:41:04 +01:00 |
|
Hermann Kraus
|
78c4464ad7
|
Remove next_position_only().
|
2012-01-22 18:29:55 +01:00 |
|
Hermann Kraus
|
fdd58903f9
|
Disable rendering of TextSymbolizer and ShieldSymbolizer.
This avoids breaking compiles with the next changes.
|
2012-01-22 18:24:28 +01:00 |
|
Hermann Kraus
|
e66712d722
|
Update font engine.
|
2012-01-22 18:13:08 +01:00 |
|
Hermann Kraus
|
67eb73eab9
|
Return correct size information from font engine.
|
2012-01-22 17:53:45 +01:00 |
|
Hermann Kraus
|
2f02e2f4c5
|
Update text symbolizer to use new locations.
|
2012-01-22 17:27:52 +01:00 |
|
Hermann Kraus
|
4490e1afaf
|
Add missing get_positions() function.
|
2012-01-22 16:25:19 +01:00 |
|
Hermann Kraus
|
af42e2decf
|
Update save_map.cpp.
|
2012-01-22 16:06:28 +01:00 |
|
Hermann Kraus
|
6ce55a0e94
|
Update parse_shield_symbolizer().
|
2012-01-22 04:21:01 +01:00 |
|
Hermann Kraus
|
8244cd0a05
|
Add code using new functions in parse_text_symbolizer().
|
2012-01-22 03:56:00 +01:00 |
|
Hermann Kraus
|
06ec0c377b
|
Remove code using old functions in parse_text_symbolizer().
|
2012-01-22 03:53:05 +01:00 |
|
Hermann Kraus
|
a9ca2f0c40
|
Add list placement support to load_map.
|
2012-01-22 03:39:59 +01:00 |
|
Hermann Kraus
|
7fd9fb0c88
|
Small fixes.
|
2012-01-22 03:32:21 +01:00 |
|
Hermann Kraus
|
cae0c31ee8
|
Update text_placement_info_simple to use new functions and locations.
|
2012-01-22 03:23:27 +01:00 |
|
Hermann Kraus
|
7d01f509ab
|
Add text_placement_info_list functions.
|
2012-01-22 03:11:55 +01:00 |
|
Hermann Kraus
|
2b26044adb
|
Complete text_placement_info functions.
|
2012-01-22 03:04:37 +01:00 |
|
Hermann Kraus
|
c407d8340f
|
Add default get_all_expressions function.
|
2012-01-22 03:01:34 +01:00 |
|
Hermann Kraus
|
6695fa0f5f
|
Add functions to read and write text_symbolizer_properties and char_properties from/to XML.
|
2012-01-22 02:56:28 +01:00 |
|
Hermann Kraus
|
b7f8e356f4
|
Make text_path use char_info.
|
2012-01-22 01:43:13 +01:00 |
|
Hermann Kraus
|
5fd7035527
|
Move font engine functions from .hpp to .cpp.
|
2012-01-21 01:47:02 +01:00 |
|
Hermann Kraus
|
34405a5d9e
|
Replace dimension_t by char_info.
|
2012-01-21 00:35:24 +01:00 |
|
Hermann Kraus
|
533b95f0e6
|
Enable XML parser to return multiple <xmltext> nodes.
|
2012-01-21 00:02:44 +01:00 |
|
Hermann Kraus
|
e177cd52a7
|
Rename opacity to image_opacity.
|
2012-01-20 22:45:47 +01:00 |
|
Hermann Kraus
|
21a58b7b7a
|
Add missing includes.
|
2012-01-20 22:43:05 +01:00 |
|
Hermann Kraus
|
6a50f91a10
|
Add text_processing.hpp/cpp
|
2012-01-20 22:30:12 +01:00 |
|
Hermann Kraus
|
6efb7a863d
|
Add default constructor for shield symbolizer.
|
2012-01-20 00:56:20 +01:00 |
|
Artem Pavlenko
|
bae5bd292f
|
move building_symbolizer into separate hpp/cpp
|
2012-01-19 18:26:15 -05:00 |
|
Hermann Kraus
|
e977df778a
|
Remove unused "anchor" attribute from Text/ShieldSymbolizer.
|
2012-01-20 00:09:25 +01:00 |
|
Artem Pavlenko
|
096082ba9b
|
Merge branch 'master' into feature_impl
|
2012-01-19 16:11:03 -05:00 |
|
Hermann Kraus
|
537231f60e
|
Remove glyph symbolizer.
|
2012-01-19 20:34:09 +01:00 |
|
Artem Pavlenko
|
ed40291b88
|
+ add missing *.cpp file
|
2012-01-19 12:54:56 -05:00 |
|
Artem Pavlenko
|
ccb75e0dfb
|
+ add missing *.cpp file
|
2012-01-19 12:54:56 -05:00 |
|
Artem Pavlenko
|
63563da28f
|
+ add missing .cpp file
|
2012-01-19 12:52:58 -05:00 |
|
Artem Pavlenko
|
ab314b44a4
|
+ use mapnik::gamma_method_e for all symbolizers
+ fixes #1042 : avoid pushin duplcaite name into boost.python registry
|
2012-01-19 12:45:24 -05:00 |
|
Artem Pavlenko
|
0f002077e1
|
+ use mapnik::gamma_method_e for all symbolizers
+ fixes #1042 : avoid pushin duplcaite name into boost.python registry
|
2012-01-19 12:45:24 -05:00 |
|
Artem Pavlenko
|
a6a540cb68
|
Merge branch 'master' into feature_impl
|
2012-01-18 09:40:55 -05:00 |
|
Artem Pavlenko
|
de402b2450
|
+ update colorizer call
|
2012-01-18 09:39:06 -05:00 |
|
Artem Pavlenko
|
034b270eb4
|
Merge pull request #1023 from tarnowsc/master
Making the gamma-method for polygon symbolizer
|
2012-01-18 06:35:54 -08:00 |
|
Artem Pavlenko
|
8fd505790e
|
Merge pull request #1023 from tarnowsc/master
Making the gamma-method for polygon symbolizer
|
2012-01-18 06:35:54 -08:00 |
|
Artem Pavlenko
|
f44c3e300d
|
add feature_type_style.cpp
|
2012-01-18 09:17:39 -05:00 |
|
Artem Pavlenko
|
43fafa6ca0
|
+ move feature_kv_iterotor into *.cpp to avoid cyclic deps
+ expose kv iterator directly on feature_impl
|
2012-01-18 09:15:52 -05:00 |
|
Dane Springmeyer
|
820b9a2b25
|
merge master with feature_impl
|
2012-01-17 17:47:27 -05:00 |
|
Artem Pavlenko
|
c594595603
|
update to work with new feature_impl
|
2012-01-17 14:19:38 -05:00 |
|
Artem Pavlenko
|
fbbd1d4dcf
|
re-enable colorizer support
|
2012-01-17 14:16:03 -05:00 |
|
Artem Pavlenko
|
c8c7000551
|
+ update to new feature_impl
|
2012-01-17 13:41:37 -05:00 |
|
Artem Pavlenko
|
1de253d3d2
|
update to use new feature_impl interface
|
2012-01-17 13:33:01 -05:00 |
|
Artem Pavlenko
|
b838d17680
|
remove extra empty lines
|
2012-01-17 13:32:26 -05:00 |
|
Dane Springmeyer
|
136239f88b
|
remove mapnik::point_datasource from c++ and mapnik.PointDatasource from python bindings
|
2012-01-17 09:58:45 -05:00 |
|
Dane Springmeyer
|
63891cec15
|
finish refactor, moving to separate method off datasources to get_geometry_type and using enums all around
|
2012-01-17 01:09:46 -05:00 |
|
Dane Springmeyer
|
b0d0d06564
|
finish refactor, moving to separate method off datasources to get_geometry_type and using enums all around
|
2012-01-17 01:09:46 -05:00 |
|
Dane Springmeyer
|
66a0cfc81f
|
refactor
|
2012-01-14 22:35:40 -08:00 |
|
Dane Springmeyer
|
834310f2d8
|
refactor
|
2012-01-14 22:35:40 -08:00 |
|
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
|
53fc770495
|
#1023 making gamma power default, making gamma-method awailable for polygon pattern symolizer and stroke
|
2012-01-13 18:20:03 +01:00 |
|
Artem Pavlenko
|
ede232d2c1
|
+ apply mapnik coding convention
|
2012-01-13 16:30:03 +00:00 |
|
Cezary Tarnowski
|
e7a751987d
|
Merge remote-tracking branch 'upstream/master'
|
2012-01-13 14:49:59 +01:00 |
|
Cezary Tarnowski
|
afa8ecefc4
|
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 |
|
Cezary Tarnowski
|
c7cfdef8d4
|
Adding gamma-method to polygon symbolizer
|
2012-01-12 16:58:10 +01:00 |
|
Artem Pavlenko
|
0eb8e2d246
|
temp fix to compile FIXME
|
2012-01-12 10:04:49 +00:00 |
|
Artem Pavlenko
|
46619c17c2
|
feature impl update
|
2012-01-12 09:33:43 +00:00 |
|
Artem Pavlenko
|
ff386e686e
|
Merge remote-tracking branch 'origin/master'
Conflicts:
src/feature_style_processor.cpp
|
2012-01-10 21:38:43 +00:00 |
|
Artem Pavlenko
|
ec8661b5d4
|
Merge remote-tracking branch 'origin/master'
Conflicts:
src/feature_style_processor.cpp
|
2012-01-10 21:38:43 +00:00 |
|
Artem Pavlenko
|
4bf5ff57b1
|
+ fix typo
|
2012-01-10 21:32:51 +00:00 |
|
Artem Pavlenko
|
3011d53e34
|
+ fix typo
|
2012-01-10 21:32:51 +00:00 |
|
Artem Pavlenko
|
3f0fdeadf0
|
Merge pull request #1014 from tmcw/unbuffered_extent
Unbuffered extent
|
2012-01-10 13:31:29 -08:00 |
|
Artem Pavlenko
|
8652bfdae8
|
Merge pull request #1014 from tmcw/unbuffered_extent
Unbuffered extent
|
2012-01-10 13:31:29 -08:00 |
|
Dane Springmeyer
|
344f855bb6
|
fix compile with RENDERING_STATS
|
2012-01-10 13:27:41 -08:00 |
|
Dane Springmeyer
|
c734c516ae
|
fix compile with RENDERING_STATS
|
2012-01-10 13:27:41 -08:00 |
|
Hermann Kraus
|
cbcb545b65
|
Fix the problem reported in #1003 (NE, NW, SE not working for text-placement=simple).
Add test cases for this problem.
Conflicts:
src/text_placements.cpp
tests/data/placement/clean.sh
tests/data/placement/test.py
|
2012-01-09 23:30:22 +01:00 |
|
Hermann Kraus
|
f4f1e84420
|
Fix the problem reported in #1003 (NE, NW, SE not working for text-placement=simple).
Add test cases for this problem.
Conflicts:
src/text_placements.cpp
tests/data/placement/clean.sh
tests/data/placement/test.py
|
2012-01-09 23:30:22 +01:00 |
|
Tom MacWright
|
54ecfdbe9f
|
Merge branch 'master' into unbuffered_extent
|
2012-01-09 13:13:09 -05:00 |
|
Tom MacWright
|
1640252b69
|
Merge branch 'master' into unbuffered_extent
|
2012-01-09 13:13:09 -05:00 |
|
Artem Pavlenko
|
e8541e1685
|
Merge branch 'master' of https://github.com/tarnowsc/mapnik
|
2012-01-09 13:10:55 +00:00 |
|
Artem Pavlenko
|
ba03c5a28f
|
Merge branch 'master' of https://github.com/tarnowsc/mapnik
|
2012-01-09 13:10:55 +00:00 |
|
Artem Pavlenko
|
e9cb534ee3
|
+ store face index for faster access
+ avoid memory leaks
|
2012-01-09 13:09:19 +00:00 |
|
Artem Pavlenko
|
1ad6e107d3
|
+ store face index for faster access
+ avoid memory leaks
|
2012-01-09 13:09:19 +00:00 |
|