Dane Springmeyer
|
05fdb5424b
|
more fully disable the svg_renderer backend - refs #1438
|
2012-08-23 10:10:18 -07:00 |
|
Dane Springmeyer
|
bf3efbeab8
|
move image filter grammar to cpp and re-use in load map by attaching to xml_tree - closes #1435
|
2012-08-23 08:13:22 -07:00 |
|
artemp
|
9810557cdc
|
+ geojson geometry parser implementation
|
2012-08-17 12:47:41 +01:00 |
|
artemp
|
21f86761a7
|
+ json: split feature_grammar into geometry and feature grammars
|
2012-08-17 11:25:21 +01:00 |
|
Konstantin Käfer
|
22150f908f
|
add facilities to choose the simplification algorithm
|
2012-08-16 16:53:38 +02:00 |
|
Dane Springmeyer
|
9aa0eec63d
|
fix naming of wkt_generator
|
2012-08-15 16:44:23 -07:00 |
|
artemp
|
aecf0531f5
|
+ remove metawriters for the upcoming 2.1 release
|
2012-08-15 09:47:03 +01:00 |
|
Dane Springmeyer
|
9d9c525de0
|
revert 1dfde78 and properly avoid clipping for point type geometries in markers_symbolizer while moving markers_placement to cpp file to avoid overhead of declaring all possible permutations of vertex convertors - closes #1341
|
2012-07-31 17:27:52 -07:00 |
|
Hermann Kraus
|
f3326115ac
|
Add debug symbolizer.
|
2012-08-01 01:16:48 +02:00 |
|
artemp
|
f0ada2b284
|
+ remove colorizer (@springmeyer - was it intentional?)
|
2012-07-25 10:00:08 +01:00 |
|
Dane Springmeyer
|
1dfde7846b
|
default to not clipping for markers_symbolizer as a temporarily workaround for #1341
|
2012-07-24 19:56:08 -07:00 |
|
Dane Springmeyer
|
ebf87969e4
|
move css_color and path_expression grammars to cpp
|
2012-07-24 15:43:32 -07:00 |
|
Dane Springmeyer
|
3f444302f0
|
move wkb_generator.cpp to cpp to reduce grammar compilation burden in the python bindings
|
2012-07-24 15:04:39 -07:00 |
|
Dane Springmeyer
|
29deca8db8
|
shave off 4 seconds from xml_node.cpp compile time (16 -> 12) by moving transform grammar to cpp - refs #1267
|
2012-07-23 18:12:10 -07:00 |
|
Dane Springmeyer
|
348dfff0c7
|
move feature_grammar to cpp file reducing compile time mem usage for feature_collection_parser.cpp - refs #1267
|
2012-07-23 17:03:06 -07:00 |
|
Dane Springmeyer
|
8f803b9897
|
reduce build time of xml_tree by half and memory usage by 1/3 - refs #1267
|
2012-07-23 16:15:27 -07:00 |
|
Dane Springmeyer
|
c58cbe0341
|
remove reference to arrow.cpp
|
2012-07-10 18:12:06 -07:00 |
|
Dane Springmeyer
|
3823890b40
|
rollback 34c3128b0c , move 'scaling' to proper enum, and move image_scaling functions to new cpp/hpp
|
2012-07-06 16:45:58 -07:00 |
|
Artem Pavlenko
|
cec9b5798e
|
Revert "cleaner approach to a compile time magic alpha number for grid buffers"
(doesn't link : clang version 3.2 (trunk 158601))
This reverts commit 98753db9fd .
|
2012-06-26 16:53:07 +01:00 |
|
Dane Springmeyer
|
98753db9fd
|
cleaner approach to a compile time magic alpha number for grid buffers
|
2012-06-25 17:57:52 -07:00 |
|
Dane Springmeyer
|
5b61c093e5
|
initialize grid buffers to std::numeric_limits<int>::min() and use that value to mean no-hit or non-interactive pixels - closes #1065
|
2012-06-23 22:41:07 -04:00 |
|
Mickey Rose
|
bd9609c370
|
new feature: transform expressions are now dynamic
(cherry picked from commit 173c402b5c142310087246b0ea54dbec54edcac8)
Conflicts:
include/mapnik/vertex_converters.hpp
src/agg/process_markers_symbolizer.cpp
src/agg/process_point_symbolizer.cpp
src/agg/process_polygon_pattern_symbolizer.cpp
src/load_map.cpp
|
2012-06-06 17:34:26 +02:00 |
|
Dane Springmeyer
|
eb779b1580
|
only link libjpeg if we are building with jpeg support
|
2012-06-04 15:23:08 -07:00 |
|
Dane Springmeyer
|
09426bf324
|
remove option to link againt external AGG - our local copy has critical fixes and is required
|
2012-05-24 17:05:51 -07:00 |
|
Dane Springmeyer
|
3ded9e06bd
|
ensure libmapnik is built before python bindings are linked
|
2012-04-23 17:38:01 -07:00 |
|
Dane Springmeyer
|
674f7bc238
|
fix syntax error - refs #1189
|
2012-04-23 11:33:59 -07:00 |
|
Dane Springmeyer
|
c3004e7a01
|
scons: ensure compiles only happen if actually installing - closes #1189
|
2012-04-23 11:29:50 -07:00 |
|
kunitoki
|
4ef7343416
|
- added severity to logger (global variable for now)
- added a logger class for each severity level
|
2012-04-08 03:59:47 +02:00 |
|
Dane Springmeyer
|
d55ad5a4d2
|
check which cairo surfaces are supported
|
2012-03-21 15:34:59 -07:00 |
|
Dane Springmeyer
|
4843572e1b
|
move image_compositing to cpp file
|
2012-03-19 15:42:30 -07:00 |
|
Dane Springmeyer
|
926404d9ae
|
properly format abi versions in a few more placesa
|
2012-03-15 02:03:33 +00:00 |
|
Dane Springmeyer
|
2abe02bd96
|
make available MAPNIK_VERSION_STRING in c++ header (not just in python) and add MAPNIK_VERSION_IS_RELEASE define that indicates if the code is released
|
2012-03-14 18:30:32 -07:00 |
|
Hermann Kraus
|
150de2aac5
|
Add rapidxml parser.
|
2012-03-13 09:02:53 +01:00 |
|
Hermann Kraus
|
cd8cfc6527
|
Improve error messages.
|
2012-03-08 18:52:53 +01:00 |
|
Hermann Kraus
|
481271cb76
|
Add new XML data structure and modify XML parser to work with this structure.
|
2012-03-05 16:49:54 +01:00 |
|
Artem Pavlenko
|
726724b3c7
|
pass by ref
move conversions impl into .cpp
|
2012-03-01 18:36:13 +00:00 |
|
Artem Pavlenko
|
3953a94636
|
+ geojson generator interface
|
2012-02-20 10:53:58 +00: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
|
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 |
|
Hermann Kraus
|
4602338e0c
|
Add ExpressionFormat: Allow changing text format based on expressions.
Closes #1036.
Refs #1048.
|
2012-02-15 21:38:24 +01: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
|
52702d3a20
|
Rename filter_factory to expression.
|
2012-02-12 13:06:39 +01:00 |
|
Artem Pavlenko
|
602264d368
|
+ implement 'in situ' boost::spirit::qi based geojson parser
|
2012-02-10 11:56:53 +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
|
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 |
|
Artem Pavlenko
|
d1f16bb227
|
merge textplacement-merge into feature_impl
|
2012-01-26 13:04:08 +00:00 |
|
Hermann Kraus
|
2eb3662d87
|
Add all files to build.py.
|
2012-01-23 00:20:15 +01:00 |
|
Artem Pavlenko
|
bae5bd292f
|
move building_symbolizer into separate hpp/cpp
|
2012-01-19 18:26:15 -05: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
|
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
|
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
|
a6a540cb68
|
Merge branch 'master' into feature_impl
|
2012-01-18 09:40:55 -05:00 |
|
Artem Pavlenko
|
f44c3e300d
|
add feature_type_style.cpp
|
2012-01-18 09:17:39 -05:00 |
|
Cezary Tarnowski
|
afa8ecefc4
|
Merge remote-tracking branch 'upstream/master'
|
2012-01-13 14:49:59 +01:00 |
|
Cezary Tarnowski
|
e7a751987d
|
Merge remote-tracking branch 'upstream/master'
|
2012-01-13 14:49:59 +01:00 |
|
Cezary Tarnowski
|
c7cfdef8d4
|
Adding gamma-method to polygon symbolizer
|
2012-01-12 16:58:10 +01:00 |
|
Cezary Tarnowski
|
c007a608ff
|
Adding gamma-method to polygon symbolizer
|
2012-01-12 16:58:10 +01:00 |
|
Dane Springmeyer
|
e9bb5666e7
|
scons: fully workaround potential compile error with gcc/boost 1.42/ubuntu relating to interprocess bug - refs #1001 and #950
|
2012-01-08 17:21:04 -08:00 |
|
Dane Springmeyer
|
1b3d2324de
|
scons: fully workaround potential compile error with gcc/boost 1.42/ubuntu relating to interprocess bug - refs #1001 and #950
|
2012-01-08 17:21:04 -08:00 |
|
Artem Pavlenko
|
b3b330bcb7
|
add poor man's deepcopy method :
'''
mapnik::util::deepcopy(map_in,map_out);
'''
|
2011-12-20 16:26:30 +00:00 |
|
Artem Pavlenko
|
c71a02e24d
|
add poor man's deepcopy method :
'''
mapnik::util::deepcopy(map_in,map_out);
'''
|
2011-12-20 16:26:30 +00:00 |
|
Dane Springmeyer
|
e1d0795617
|
remove special ltdl dladvise usage - no longer needed after #790
|
2011-12-06 18:23:01 -08:00 |
|
Dane Springmeyer
|
556bc2c869
|
remove special ltdl dladvise usage - no longer needed after #790
|
2011-12-06 18:23:01 -08:00 |
|
Artem Pavlenko
|
1627046943
|
add include/mapnik/util target
|
2011-12-02 16:33:07 +00:00 |
|
Artem Pavlenko
|
938d29018d
|
add include/mapnik/util target
|
2011-12-02 16:33:07 +00:00 |
|
Artem Pavlenko
|
b689670ffd
|
switch back from mapnik2 to mapnik
add mapnik2 module which redirects to mapnik and issues DeprecationWarning
|
2011-11-23 11:33:58 +00:00 |
|
Artem Pavlenko
|
14700dba16
|
switch back from mapnik2 to mapnik
add mapnik2 module which redirects to mapnik and issues DeprecationWarning
|
2011-11-23 11:33:58 +00:00 |
|
Dane Springmeyer
|
0787fa242e
|
fix logic around icudata linking
|
2011-11-02 18:52:31 -04:00 |
|
Dane Springmeyer
|
b354e5e838
|
fix logic around icudata linking
|
2011-11-02 18:52:31 -04:00 |
|
Dane Springmeyer
|
4f9c10fb05
|
scons: link icudata if linking statically to deps
|
2011-11-02 13:55:18 -04:00 |
|
Dane Springmeyer
|
06ea13fe3c
|
scons: link icudata if linking statically to deps
|
2011-11-02 13:55:18 -04:00 |
|
Dane Springmeyer
|
e3b0e56ff4
|
always link to boost system - closes #931
|
2011-10-25 19:29:51 -07:00 |
|
Dane Springmeyer
|
d8f19fab05
|
always link to boost system - closes #931
|
2011-10-25 19:29:51 -07:00 |
|
Dane Springmeyer
|
285591f370
|
move bundled agg sources into depedencies subdirectory (as we may bundle other deps there too to reduce clutter) and remove all traces of unused tinyxml (ptree now uses rapidxml header-only library internally) - refs #913
|
2011-10-11 20:22:49 -07:00 |
|
Alberto Valverde
|
36dcffd2de
|
forgot to add warp.cpp as a source
|
2011-09-16 14:57:40 +00:00 |
|
Dane Springmeyer
|
ae9dedeb27
|
add line_symbolizer cpp
|
2011-09-09 23:46:39 +00:00 |
|
Dane Springmeyer
|
a966dfd7f9
|
scons: ensure cairo flags are set before any special handling of libmapnik env source compile flags
|
2011-09-01 21:04:41 +00:00 |
|
Dane Springmeyer
|
8e94bf9188
|
expose first pass at rendering statistics via build option 'RENDERING_STATS' - refs #780
|
2011-09-01 05:14:25 +00:00 |
|
Dane Springmeyer
|
b2dc2fa6d2
|
move feature_style_processor to cpp
|
2011-09-01 00:44:27 +00:00 |
|
Dane Springmeyer
|
a013cd5032
|
add support for fixed color palettes when encoding to png
|
2011-08-31 02:28:14 +00:00 |
|
Dane Springmeyer
|
22c39d91ba
|
scons: rename all SConscript files to more friendly name of 'build' with a python extension for quick syntax detection in editors
|
2011-08-30 05:32:01 +00:00 |
|