Hermann Kraus
|
eb682c1f4f
|
Fix visual_tests/test.py.
|
2012-07-03 23:39:34 +02:00 |
|
Dane Springmeyer
|
e93c5604a6
|
use detector extent for shields that is also sensitive to buffer_size - refs #1283
|
2012-07-03 13:32:27 -07:00 |
|
artemp
|
290bf735da
|
+ use BOOST_FOREACH
|
2012-07-03 13:38:07 +01:00 |
|
artemp
|
4b9346ab5f
|
+ better name for boolean member to avoid clashing with object name.
|
2012-07-03 12:45:07 +01:00 |
|
artemp
|
a6784270bb
|
+ pass args by const ref
|
2012-07-03 11:16:10 +01:00 |
|
artemp
|
700b5978d8
|
+ check bounding box intersections if use_spatial_index=false (#971)
|
2012-07-02 18:15:18 +01:00 |
|
artemp
|
4b4cfdd462
|
+ link to boost_system if boost_version >= 1.50
|
2012-07-02 18:10:48 +01:00 |
|
artemp
|
e69c44e3d3
|
+ use ST_xxx
|
2012-07-02 17:59:47 +01:00 |
|
artemp
|
134dc5bbf1
|
Merge branch 'master' into transform-rename
Conflicts:
src/load_map.cpp
|
2012-07-02 15:37:13 +01:00 |
|
artemp
|
7d2c695849
|
+ remove unused font_manager_
|
2012-07-02 13:28:40 +01:00 |
|
Hermann Kraus
|
959ff260dd
|
Fix RTL bug.
|
2012-07-02 02:06:07 +02:00 |
|
Hermann Kraus
|
228263727f
|
Fix offsets.
|
2012-07-02 01:59:29 +02:00 |
|
Hermann Kraus
|
6e4915ef83
|
Use shared pointers for text_layout.
|
2012-07-02 01:06:30 +02:00 |
|
Hermann Kraus
|
aecd6820c2
|
Use char_properties_ptr everywhere.
|
2012-07-02 00:10:55 +02:00 |
|
Hermann Kraus
|
47dea8ed52
|
Use char_properties_ptr in more files.
|
2012-07-01 23:14:35 +02:00 |
|
Hermann Kraus
|
993395c510
|
Add test case with mixed text.
|
2012-07-01 23:13:54 +02:00 |
|
Hermann Kraus
|
7d241c5353
|
Use shared pointer to track char_properties.
Store positions instead of strings in text_item.
|
2012-07-01 22:35:20 +02:00 |
|
Hermann Kraus
|
e537b0e8dd
|
Remove old code.
|
2012-07-01 02:47:39 +02:00 |
|
Hermann Kraus
|
ead99b1411
|
Calculate glyph dimensions.
|
2012-06-30 21:40:41 +02:00 |
|
Hermann Kraus
|
bf66b71f3e
|
Add copyright message.
|
2012-06-30 19:50:05 +02:00 |
|
Hermann Kraus
|
91d80dc7c1
|
Use UTF16 directly to avoid reencoding and allow easy mapping of chars to glyphs.
|
2012-06-30 18:32:59 +02:00 |
|
Hermann Kraus
|
89b727d2fc
|
Correctly set script and direction.
|
2012-06-30 18:03:31 +02:00 |
|
Hermann Kraus
|
2e50936b13
|
Use mapnik's face_manager instead of loading the font on our own.
|
2012-06-30 17:09:46 +02:00 |
|
Hermann Kraus
|
63e8b6d6db
|
Some changes to make testing easier.
|
2012-06-30 10:04:18 +02:00 |
|
Dane Springmeyer
|
757816a1b8
|
respect scale_factor in affine transform used for collision detector in point_symbolizer - refs #1274
|
2012-06-29 17:25:34 -07:00 |
|
Dane Springmeyer
|
9888ff0d50
|
remove geometry type tests for postgis that are not longer valid with postgis 2.0
|
2012-06-29 16:52:54 -07:00 |
|
Dane Springmeyer
|
8412fdbbe6
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-06-29 16:36:55 -07:00 |
|
Dane Springmeyer
|
da53af5c98
|
avoid passing empty file attributes into the renderer - closes #1277
|
2012-06-29 16:36:43 -07:00 |
|
Hermann Kraus
|
512a9af53f
|
Fix font scaling.
Refs #1273.
|
2012-06-30 01:28:56 +02:00 |
|
Dane Springmeyer
|
f866ab1f80
|
no need to catch image_reader_exception any more during load map because all errors are now at runtime due to path expressions
|
2012-06-29 16:21:52 -07:00 |
|
Dane Springmeyer
|
5c9186017b
|
rename 'image-transform' to just 'transform' (for backward compatibility) and call transforms applied to geometries 'view-transform'
|
2012-06-29 15:59:56 -07:00 |
|
Dane Springmeyer
|
531a25bbb7
|
keep running even if visual tests experience failures
|
2012-06-29 13:07:41 -07:00 |
|
Dane Springmeyer
|
7f531498c6
|
pass scale_factor to text_renderer in order to scale up halo_radius - refs #1273 and refs #695
|
2012-06-29 13:05:28 -07:00 |
|
Dane Springmeyer
|
ef893b5b5f
|
comment on why we use center for justify_alignment
|
2012-06-29 11:43:37 -07:00 |
|
artemp
|
caa50402dc
|
+ apply scale_factor to raster markers (bilinear)
|
2012-06-29 12:31:41 +01:00 |
|
artemp
|
34c3128b0c
|
+ use Map::scale_factor_
|
2012-06-29 12:30:36 +01:00 |
|
artemp
|
bf60dd9299
|
+ don't call 'set_character_sizes' - alredy set in processed_text.cpp:L77
|
2012-06-29 10:36:10 +01:00 |
|
artemp
|
8849ba7d4d
|
Merge remote-tracking branch 'origin/master'
|
2012-06-29 08:57:11 +01:00 |
|
Dane Springmeyer
|
523a57441c
|
update changelog re: #1102
|
2012-06-28 19:58:40 -07:00 |
|
Dane Springmeyer
|
67e9b0d616
|
move marker width/height to expressions - closes #1102 and replaces #1255
|
2012-06-28 19:54:25 -07:00 |
|
Hermann Kraus
|
d9afce16c2
|
Revert "Add tests for international text."
This reverts commit 0caebc52ae .
|
2012-06-29 01:01:58 +02:00 |
|
Hermann Kraus
|
62ccc7d313
|
Send processed text directly to text_layout.
|
2012-06-29 00:48:04 +02:00 |
|
Dane Springmeyer
|
cd644ac24f
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-06-28 15:11:35 -07:00 |
|
Hermann Kraus
|
1c9babf9e2
|
Merge branch 'master' into harfbuzz
|
2012-06-28 23:01:34 +02:00 |
|
Hermann Kraus
|
7c7dd0fa80
|
Add files from https://github.com/herm/harfbuzz-test.
|
2012-06-28 23:01:23 +02:00 |
|
Hermann Kraus
|
0caebc52ae
|
Add tests for international text.
|
2012-06-28 20:49:41 +02:00 |
|
Artem Pavlenko
|
36d5a20a8a
|
Merge remote-tracking branch 'mirecta/line-offset'
|
2012-06-28 13:05:04 +01:00 |
|
Artem Pavlenko
|
5519648989
|
+ inflate extent to match agg renderer
|
2012-06-28 11:58:54 +01:00 |
|
Dane Springmeyer
|
28ba3ae308
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-06-27 13:08:06 -07:00 |
|
Artem Pavlenko
|
bfa7052e84
|
+ markers: fix stock arrow's transformations
|
2012-06-27 13:46:52 +01:00 |
|