Commit graph

2228 commits

Author SHA1 Message Date
Dane Springmeyer
7c7da1a2fd backport image-filters/alpha fix to 2.3.x branch - refs #1313 2014-06-19 10:27:34 -07:00
Dane Springmeyer
4b90c96600 windows build fixes in palette and miniz_png headers 2014-06-18 17:53:33 -07:00
Dane Springmeyer
cda6238325 windows fix: declar miniz PNGWriter 2014-06-18 17:14:07 -07:00
Dane Springmeyer
a96fc9e9cc fix unicode handling in is_regular_file check - refs #2273 2014-06-18 12:55:59 -07:00
artemp
19bd20f8a6 + add eq/neq operators value_null <--> T 2014-06-17 22:45:38 -07:00
artemp
8b97c8a7d1 return default constructed ``value_type->value_null` instead of `std::numeric_limits<value_type>::infinity()`` 2014-06-17 22:20:02 -07:00
artemp
8c03ea3d68 mapnik::value - return 'infinity' if rhs == 0 to avoid division by zero 2014-06-17 22:19:52 -07:00
Dane Springmeyer
8c5049e0f8 image readers: ability to check if image has alpha before full read 2014-06-11 18:50:58 -07:00
Dane Springmeyer
96a93c4b14 allow external image data - refs #2002 2014-06-11 16:58:58 -07:00
Dane Springmeyer
d0a509ccf4 speed up xml map loading 2014-05-28 14:32:39 -07:00
Dane Springmeyer
5f3e11c33a fixup xml_node::get_text() to avoid returning temporary 2014-05-28 14:14:14 -07:00
Dane Springmeyer
c87cf109a6 return const& string from xml_node::get_text()
Conflicts:
	src/load_map.cpp
2014-05-27 18:23:21 -07:00
Dane Springmeyer
68f4906088 Revert "rapidxml: don't report the line number (its not meaningful)"
This reverts commit f56121377e.
2014-05-23 14:26:37 -07:00
Dane Springmeyer
f56121377e rapidxml: don't report the line number (its not meaningful) 2014-05-23 14:18:05 -07:00
Dane Springmeyer
6612567fd3 fix typo 2014-05-22 21:49:24 -07:00
Dane Springmeyer
e915521015 yet another try to please msvs 2010 2014-05-22 21:33:07 -07:00
Dane Springmeyer
d5ecf81ce2 no default args for template declaration 2014-05-22 21:30:25 -07:00
Dane Springmeyer
5a1995e051 fix msvs 2010 linking - refs #260 2014-05-22 21:27:28 -07:00
Dane Springmeyer
bb67ae0fb7 expose various image symbols for windows - refs mapnik/node-mapnik#260 2014-05-22 19:18:43 -07:00
Dane Springmeyer
2b49af9627 pass string by const& 2014-05-22 16:55:48 -07:00
artemp
461c3dab18 relax FeatureCollection grammar to allow arbitary key:value's 2014-05-16 10:07:48 -07:00
Dane Springmeyer
a7ab1eeb66 don't allow marker-spacing less than 1 - fixes #2218 2014-05-12 21:24:51 -07:00
artemp
4ad7b13799 re-use evaluator object
Conflicts:
	include/mapnik/expression_evaluator.hpp
2014-04-24 22:56:50 -07:00
Dane Springmeyer
3339255b18 remove force_odd_labels - refs #2120 2014-04-24 20:22:01 -07:00
Dane Springmeyer
34771d20dd add newlines to avoid pedantic warnings 2014-04-24 12:53:08 -07:00
Dane Springmeyer
c4dbcf93bc fix version in code comment 2014-04-15 17:26:02 -04:00
Dane Springmeyer
d577b0814b remove uneeded asserts in png_io 2014-04-09 19:34:13 -04:00
Dane Springmeyer
080b8e174c fixup c++ style in offset_converter 2014-03-18 17:31:15 -07:00
Dane Springmeyer
b1cfe548b0 avoid double application of scale_factor - refs #1926 2014-02-27 13:20:58 -08:00
Dane Springmeyer
e49f63730e support scale_factor in geometry-transform translate and scale - refs #1926 2014-02-27 11:55:58 -08:00
Dane Springmeyer
4e957c9cac make inflated image for blurring opt-in via 'image-filters-inflate' option - refs #2165 2014-02-27 10:11:17 -08:00
Dane Springmeyer
dcb87dd935 check filesystem before trying to open plugin + only report unique directories searched - closes #2131 2014-02-06 17:05:46 -08:00
Dane Springmeyer
a602518a10 remove c++11 feature that should not be used in 2.3.x branch 2014-01-27 16:35:59 -08:00
Dane Springmeyer
3bd9e1b283 correct include for std::min/max 2014-01-22 17:01:38 -08:00
Dane Springmeyer
50f978777d remove uneeded include 2014-01-19 16:26:38 -08:00
Dane Springmeyer
bead269923 avoid duplicate call to start_layer_processing 2013-12-07 15:09:35 -08:00
Dane Springmeyer
199b550e98 fix wkt_multi_generator typedef - previously accidentally matched mapnik::geometry_container - bug spotted by @mojodna - refs #2098 2013-11-30 16:53:39 -08:00
Dane Springmeyer
e5bb5ed8aa backport geojson parsing/generation fixes from master to 2.3.x - refs #2083 2013-11-21 14:11:47 -08:00
Dane Springmeyer
15373f8e48 iwyu 2013-11-20 17:46:58 -08:00
Dane Springmeyer
37341a1282 fix hit_test for lines + add tests - refs #2041 2013-11-19 20:01:34 -08:00
Dane Springmeyer
5de5ffb764 remove unused and broken deepcopy support to be replaced in #2081 - refs #1390 and #946 2013-11-13 19:26:17 -08:00
Dane Springmeyer
4ae6c0ac61 fix typo 2013-11-13 18:47:38 -08:00
Dane Springmeyer
49829bf2f6 fix #1846 in 2.3.x branch for unix (msvc still a mystery) 2013-11-06 13:43:10 -08:00
Dane Springmeyer
d0619bc402 update copyright year for scons build files 2013-11-05 16:54:13 -08:00
Dane Springmeyer
412f90a3ee Fix -Wshadow warning 2013-11-04 09:38:04 -08:00
Dane Springmeyer
2d268d3a95 features_with_context: no need for default arg 2013-11-03 23:07:03 -08:00
Dane Springmeyer
f1c381e2c6 feature_style_processor: remove unused arg 2013-11-03 23:07:03 -08:00
Dane Springmeyer
a5f8ba5c6c fix -Wsign-conversion warnings 2013-11-03 23:07:03 -08:00
Dane Springmeyer
d9bc3dbb81 fix -Wsign-conversion warnings 2013-11-03 23:07:02 -08:00
Dane Springmeyer
eb1c976bc9 fix -Wsign-conversion warnings 2013-11-03 23:07:02 -08:00