artemp
|
333965b588
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
|
Dane Springmeyer
|
e0ba9e9a8c
|
use common dispatch for symbolizers
|
2014-10-03 19:07:08 -07:00 |
|
Jiri Drbalek
|
e6a32f22cf
|
fix image painted
|
2014-09-16 18:54:52 +02:00 |
|
Dane Springmeyer
|
9d363ce7e7
|
change runtime warning to compile time warning
|
2014-09-06 12:57:53 -07:00 |
|
artemp
|
cc76ac4c6a
|
c++ style - avoid implicit bool conversions in comparison + make note re:scale_denom *= p.scale_factor();
|
2014-08-28 09:57:24 +01:00 |
|
artemp
|
95cea92a4a
|
convert all boost::variant to util::variant
apart from topojson (TODO)
|
2014-08-12 13:40:45 +01:00 |
|
artemp
|
3f8c459195
|
make mapnik::symbolizer a mapnik::util::variant<Symbolizers...>
|
2014-08-12 10:40:38 +01:00 |
|
artemp
|
4556921e9a
|
remove typedef usage
(FIXME: revisit yes/no hacky implementation with c++11 features)
|
2014-07-07 19:15:52 +01:00 |
|
artemp
|
fe215a684e
|
c++11 style : replace (almost) all typedef with type alias's
|
2014-07-07 18:23:15 +01:00 |
|
Dane Springmeyer
|
e300a41dca
|
variables now available as postgis datasource tokens
|
2014-05-13 20:47:22 -07:00 |
|
Dane Springmeyer
|
2c661ed3d5
|
support for render time variables
|
2014-05-11 13:08:24 -07:00 |
|
Dane Springmeyer
|
3376a2e1a0
|
avoid duplicate call to start_layer_processing
Conflicts:
include/mapnik/feature_style_processor_impl.hpp
|
2013-12-07 15:11:26 -08:00 |
|
Dane Springmeyer
|
f998b2bda6
|
Merge branch '2.3.x' of github.com:mapnik/mapnik
Conflicts:
deps/agg/build.py
deps/clipper/build.py
include/mapnik/feature_style_processor_impl.hpp
plugins/input/csv/csv_datasource.cpp
|
2013-11-03 23:10:21 -08:00 |
|
Dane Springmeyer
|
f1c381e2c6
|
feature_style_processor: remove unused arg
|
2013-11-03 23:07:03 -08:00 |
|
Dane Springmeyer
|
eb1c976bc9
|
fix -Wsign-conversion warnings
|
2013-11-03 23:07:02 -08:00 |
|
Dane Springmeyer
|
2ef7f13d53
|
fix indent
|
2013-10-23 21:12:36 -07:00 |
|
artemp
|
043f52d0a6
|
style : format
|
2013-10-22 17:15:27 +01:00 |
|
Dane Springmeyer
|
e01b39729f
|
respect args passed to apply_to_layer which repairs broken mapnik::request usage (#1737) after 7495d2f38141c
|
2013-10-16 09:42:57 +01:00 |
|
Dane Springmeyer
|
c881fee7f0
|
respect args passed to apply_to_layer which repairs broken mapnik::request usage (#1737) after 7495d2f38141c
|
2013-10-15 18:12:07 -04:00 |
|
Dane Springmeyer
|
ddf2226b6f
|
merge with branch 2.3.x
|
2013-10-05 15:37:29 -07:00 |
|
Dane Springmeyer
|
879aec064a
|
ensure we do not query layers with no active styles
|
2013-10-03 11:25:05 -07:00 |
|
Dane Springmeyer
|
9c8f7cc90d
|
merge with 2.3.x branch
|
2013-10-02 18:25:24 -07:00 |
|
Dane Springmeyer
|
f9e630bbd3
|
Merge remote-tracking branch 'origin/2.3.x'
|
2013-10-02 18:23:09 -07:00 |
|
artemp
|
77d0ecc459
|
c++11
remove BOOST_FOREACH
|
2013-10-02 09:42:03 +01:00 |
|
Dane Springmeyer
|
8ebd804360
|
remove tabs
|
2013-09-30 13:30:16 -07:00 |
|
Dane Springmeyer
|
681f8853d3
|
pull in changes from master
|
2013-09-24 22:57:01 -07:00 |
|
Dane Springmeyer
|
5e1f1c2b79
|
avoid unneccesary projection copy
|
2013-09-23 19:45:10 -07:00 |
|
artemp
|
b315eb2167
|
+ use std::shared_ptr and std::make_shared
|
2013-09-20 14:01:27 +01:00 |
|
David Marteau
|
7495d2f381
|
[mappy] Parallel feature requests supports - PostGIS async requests
|
2013-09-11 14:04:10 +02: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
|
f682fcc6d1
|
deal with various -Wunused-parameter warnings that are not importatn
|
2013-07-23 18:44:16 -04:00 |
|
Dane Springmeyer
|
3beba890f8
|
make scale_factor accessible off renderers - no need to store as member of feature_style_processor
|
2013-07-22 13:25:04 -04:00 |
|
Dane Springmeyer
|
b6739efa6a
|
clean up render_style code to avoid excessive function calls for marking a renderer as painted
|
2013-07-19 19:43:30 -04:00 |
|
Dane Springmeyer
|
a4efd6b73e
|
simplify render_style further after 6bbbe155fee3080aac0265b0f40805f2c2a4edde
|
2013-07-19 19:33:11 -04:00 |
|
Dane Springmeyer
|
032e33cc9f
|
remove filter_factor as option to gdal datasource, clean up pass down from query object - closes #1488 - refs #625
|
2013-07-19 19:22:45 -04:00 |
|
Dane Springmeyer
|
9b9e42ce5d
|
use featureset_buffer for simplier render time feature cache from @mappy
|
2013-07-19 18:32:47 -04:00 |
|
Dane Springmeyer
|
6bbbe155fe
|
remove RENDERING_STATS compile time option - refs #1956
|
2013-07-19 15:09:59 -04:00 |
|
artemp
|
386f6a5b24
|
+ use auto
|
2013-06-17 10:47:53 +01:00 |
|
Dane Springmeyer
|
3b2bdba7b0
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
|
Dane Springmeyer
|
b0f15bf5de
|
avoid muffling proj_init at render time and instead catch at load_map - closes #646
|
2013-05-29 15:16:44 -07:00 |
|
Dane Springmeyer
|
5a6ea9ee6f
|
finish to rename of mapnik::Feature -> mapnik::feature_impl
|
2013-05-16 11:55:58 -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 |
|
artemp
|
49fe99ac4f
|
+ make rule_cache movable
+ use rule_cache move semantics in feature processor
|
2013-04-24 10:08:10 +01:00 |
|
artemp
|
c73e48fa58
|
+ use std::unique_ptr instead of std::auto_ptr (deprecated!)
|
2013-04-19 09:50:50 +01:00 |
|
Dane Springmeyer
|
f759964dbf
|
c++ style
|
2013-03-15 16:52:02 -07:00 |
|
Dane Springmeyer
|
270a6eff33
|
allow passing scale_denom to renderer's apply method to allow overriding zoom level - closes #1582
|
2013-02-26 16:49:39 -05:00 |
|
Dane Springmeyer
|
7c4186b09f
|
Merge branch 'master' of github.com:mapnik/mapnik into map-request
|
2013-02-21 14:40:07 -08:00 |
|
Dane Springmeyer
|
a645eb9a21
|
Revert "+ use boost::move to emulate 'move' semantics"
This reverts commit fe9ff21ba9da6dabef4747f139eaf97b715aae82.
|
2013-02-21 12:50:53 -08:00 |
|
Dane Springmeyer
|
dcbd92cc58
|
sync with master
|
2013-02-21 11:40:19 -08:00 |
|
artemp
|
fe9ff21ba9
|
+ use boost::move to emulate 'move' semantics
for mapnik::rule_cache objects and avoid
dynamically allocating them.
|
2013-02-21 12:50:23 +00:00 |
|