Commit graph

2240 commits

Author SHA1 Message Date
Dane Springmeyer
40a0326130 match fix from #2466 in 2.3.x branch (although no obvious benefit) 2014-09-30 15:54:25 -07:00
Dane Springmeyer
e2ea6e487d fix return of painted in grid_renderer 2014-09-19 14:34:17 -07:00
Dane Springmeyer
b8d497844a enable painted for svg_renderer 2014-09-19 14:15:59 -07:00
Dane Springmeyer
c2385437f1 apply fix from #2418 to 2.3.x branch 2014-09-19 14:15:21 -07:00
Dane Springmeyer
5e96d5d54b fix gdal compile with msvs 2013 - closes #2257 2014-08-25 17:51:11 -07:00
Dane Springmeyer
5103e84ade fix compile with boost 1.56 - refs #2368 2014-08-24 15:58:28 -07:00
Dane Springmeyer
5651a8b9db fix collsion box for shields when scale_factor is used #2381 2014-08-21 23:36:27 -07:00
Dane Springmeyer
422f3bd8b0 add RESPECT mode to make 'fixing' of bbox aspect a no-op on map 2014-08-14 20:25:53 -07:00
Dane Springmeyer
dd02192932 remove deprecation warnings in 2.3.x - refs #1340 2014-08-04 19:23:38 -07:00
Dane Springmeyer
417f1c7c3f fix -Wsign-compare warnings in several grammars 2014-07-28 11:56:33 -07:00
Dane Springmeyer
861f2677e0 Revert "return code 0 to gracefully exit if python bindings are not available"
This reverts commit 540f70a1f4.
2014-07-25 11:49:59 -07:00
Dane Springmeyer
540f70a1f4 return code 0 to gracefully exit if python bindings are not available 2014-07-24 18:59:53 -07:00
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