Blake Thompson
|
f715f9cf22
|
Updated the name of methods in grids from properties to fields because they are an array rather then a map.
|
2015-03-10 19:59:46 -05:00 |
|
artemp
|
333965b588
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
|
Dane Springmeyer
|
83588937b9
|
silence boost warnings
|
2014-10-21 16:37:27 -07:00 |
|
Dane Springmeyer
|
dcd21e75d9
|
be able to pass down scale_factor to python grid renderering
|
2014-09-18 14:44:38 -07:00 |
|
artemp
|
95cea92a4a
|
convert all boost::variant to util::variant
apart from topojson (TODO)
|
2014-08-12 13:40:45 +01:00 |
|
Dane Springmeyer
|
2901860cee
|
fix iterator type
|
2014-07-30 23:54:27 -07:00 |
|
artemp
|
fe215a684e
|
c++11 style : replace (almost) all typedef with type alias's
|
2014-07-07 18:23:15 +01:00 |
|
artemp
|
99bbb10290
|
c++11 : use int types from <cstdint>
|
2014-05-06 18:06:47 +01:00 |
|
Dane Springmeyer
|
f3a824c2cc
|
grid renderer: remove old method and fix tests
|
2014-04-24 22:18:36 -07:00 |
|
Dane Springmeyer
|
08fa9fd8ec
|
Merge branch '2.3.x' of github.com:mapnik/mapnik
Conflicts:
bindings/python/mapnik_building_symbolizer.cpp
bindings/python/mapnik_debug_symbolizer.cpp
bindings/python/mapnik_line_pattern_symbolizer.cpp
bindings/python/mapnik_line_symbolizer.cpp
bindings/python/mapnik_markers_symbolizer.cpp
bindings/python/mapnik_point_symbolizer.cpp
bindings/python/mapnik_polygon_symbolizer.cpp
bindings/python/mapnik_python.cpp
bindings/python/mapnik_raster_symbolizer.cpp
bindings/python/mapnik_shield_symbolizer.cpp
bindings/python/mapnik_symbolizer.cpp
|
2013-11-07 09:21:05 -08:00 |
|
Dane Springmeyer
|
fe5b3713ba
|
python bindings: reduce compile times by consolidating code in fewer cpp files
|
2013-11-05 15:11:23 -08:00 |
|
artemp
|
10196f35b4
|
Merge branch 'c++11' into c++11-revised
Conflicts:
bindings/python/python_grid_utils.cpp
include/mapnik/font_engine_freetype.hpp
include/mapnik/value.hpp
src/agg/process_building_symbolizer.cpp
src/cairo_renderer.cpp
src/grid/process_building_symbolizer.cpp
|
2013-09-23 08:53:36 +01:00 |
|
artemp
|
0eada70845
|
+ use const std::unique_ptr< []> instead of boost::scoped_array
|
2013-09-20 15:01:58 +01:00 |
|
Dane Springmeyer
|
5d12a345ae
|
start using c++11 features: auto/for/unique_ptr/variadic args - refs #1972
|
2013-09-19 20:19:01 -07:00 |
|
artemp
|
4f4e2b001e
|
Merge branch 'master' into c++11
Conflicts:
SConstruct
benchmark/run.cpp
bindings/python/mapnik_datasource.cpp
bindings/python/mapnik_feature.cpp
bindings/python/python_optional.hpp
include/mapnik/css_color_grammar.hpp
include/mapnik/expression_grammar.hpp
include/mapnik/feature.hpp
include/mapnik/feature_style_processor_impl.hpp
include/mapnik/image_filter_types.hpp
include/mapnik/image_util.hpp
include/mapnik/json/geometry_generator_grammar.hpp
include/mapnik/json/geometry_grammar.hpp
include/mapnik/processed_text.hpp
include/mapnik/tiff_io.hpp
include/mapnik/util/geometry_svg_generator.hpp
include/mapnik/util/geometry_wkt_generator.hpp
include/mapnik/utils.hpp
include/mapnik/webp_io.hpp
include/mapnik/wkt/wkt_grammar.hpp
plugins/input/shape/shape_datasource.cpp
plugins/input/shape/shapefile.hpp
src/expression_grammar.cpp
src/expression_string.cpp
src/image_util.cpp
src/json/feature_collection_parser.cpp
src/json/feature_parser.cpp
src/miniz.c
src/symbolizer_helpers.cpp
src/tiff_reader.cpp
src/webp_reader.cpp
tests/cpp_tests/geometry_converters_test.cpp
tests/cpp_tests/image_io_test.cpp
tests/cpp_tests/map_request_test.cpp
tests/python_tests/image_test.py
tests/visual_tests/test.py
|
2013-08-30 09:46:09 +01:00 |
|
Dane Springmeyer
|
ef4dfeb747
|
make it possible to disable compilation of grid_renderer - closes #1962
|
2013-07-23 19:37:25 -04:00 |
|
Dane Springmeyer
|
3b2bdba7b0
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
|
artemp
|
58927b404c
|
c++11
+ replace BOOST_FOREACH with for( : )
+ remove boost/foreach.hpp
+ fix benchmarks (17,18)
|
2013-04-24 16:40:35 +01:00 |
|
XinGang Li
|
7bb5676f11
|
Let template parameter type same as declaration in hpp file.
|
2013-02-22 23:59:01 +08:00 |
|
Dane Springmeyer
|
4efb6ea234
|
round up array length to fix edge case memory corruption in utf grid encoding - closes #1584 and 1585
|
2012-11-21 19:24:45 -08:00 |
|
Dane Springmeyer
|
ad2250a4b5
|
back compatibility for raster-mode values using _ and shield-no-text
|
2012-08-16 19:20:29 -07:00 |
|
Dane Springmeyer
|
62e039d2c9
|
double grid encoding performance in python - closes #1315
|
2012-08-16 18:39:11 -07:00 |
|
Dane Springmeyer
|
58d848ae8e
|
c++ style
|
2012-08-16 18:25:06 -07:00 |
|
Dane Springmeyer
|
25a1643d54
|
partial revert of e6e32fc and general cleanup to match node-mapnik grid api - refs #1325 and 1315
|
2012-08-16 17:51:36 -07:00 |
|
artemp
|
8bba93d299
|
+ don't pass std::string arg by value - use const&
|
2012-08-16 12:05:31 +01:00 |
|
artemp
|
e6e32fcb39
|
+ applied patch from @lightmare - #1325
|
2012-08-16 11:00:07 +01:00 |
|
Dane Springmeyer
|
6c7ab1767b
|
include what you use
|
2012-07-24 18:35:18 -07:00 |
|
Dane Springmeyer
|
e13e81c4d5
|
move grid utility functions to cpp file - avoids function 'defined but not used' compiler warnings - refs #1330
|
2012-07-23 11:43:24 -07:00 |
|