Dane Springmeyer
|
93e1b74c82
|
use math functions from std::
|
2014-05-28 07:52:55 -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
|
dc7fc35446
|
don't report the line number unless its > 0 (its not meaningful)
|
2014-05-23 14:29:24 -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
|
30c6bc53fb
|
travis: add matrix switch on XML parser
|
2014-05-23 10:33:45 -07:00 |
|
Dane Springmeyer
|
ab85fb4705
|
fix skipping of empty text nodes in rapidxml parser (matches libxml2) - closes #2253
|
2014-05-23 10:27:37 -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
|
468ead3370
|
fix ambiguous std::fabs and the compile on windows
|
2014-05-22 19:57:34 -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
|
ed3afe5b86
|
try to get gdal/ogr plugins building
|
2014-05-22 17:12:57 -07:00 |
|
Dane Springmeyer
|
bb27a4282b
|
travis: try removing postgres-server-dev
|
2014-05-22 17:04:01 -07:00 |
|
Dane Springmeyer
|
050b51bf7d
|
add localize script
|
2014-05-22 17:00:43 -07:00 |
|
Dane Springmeyer
|
2b49af9627
|
pass string by const&
|
2014-05-22 16:55:48 -07:00 |
|
Dane Springmeyer
|
5b7a9b9b2d
|
rapidxml: validate closing tags like libxml2 parser (no overhead measurable seen)
|
2014-05-22 16:54:28 -07:00 |
|
Dane Springmeyer
|
5bfd260859
|
benchmark: use halo-rasterizer='fast' (doubles perf)
|
2014-05-16 19:30:26 -07:00 |
|
Dane Springmeyer
|
104e40c376
|
backport benchmark framework from master
|
2014-05-16 19:09:41 -07:00 |
|
Dane Springmeyer
|
63bff33f35
|
minor benchmark build tweaks to be consistent with master
|
2014-05-16 19:00:37 -07:00 |
|
Dane Springmeyer
|
0ca9c5c0aa
|
fix variable shadowing
|
2014-05-16 18:59:54 -07:00 |
|
Dane Springmeyer
|
b128de321b
|
remove unused variables
|
2014-05-16 18:59:26 -07:00 |
|
Dane Springmeyer
|
87e69a20c3
|
tests for #2245
|
2014-05-16 12:21:36 -07:00 |
|
artemp
|
461c3dab18
|
relax FeatureCollection grammar to allow arbitary key:value's
|
2014-05-16 10:07:48 -07:00 |
|
Dane Springmeyer
|
e31411bd21
|
travis: apt-get verbose to see problems
|
2014-05-16 01:12:35 -07:00 |
|
Dane Springmeyer
|
3684db211c
|
optimize raster rendering when not resizing
|
2014-05-15 23:23:31 -07:00 |
|
Dane Springmeyer
|
a7ab1eeb66
|
don't allow marker-spacing less than 1 - fixes #2218
|
2014-05-12 21:24:51 -07:00 |
|
Dane Springmeyer
|
94e78f2ae4
|
stop testing bogus wkb since it will crash wkb reader - refs #2236
|
2014-05-05 17:05:23 -07:00 |
|
Dane Springmeyer
|
91f57bda73
|
alt boost install method
|
2014-05-02 22:17:52 -07:00 |
|
Dane Springmeyer
|
f71d1c0abc
|
use ppa:boost-latest
|
2014-05-02 22:11:01 -07:00 |
|
Dane Springmeyer
|
a4985b3b79
|
add support for halo-rasterizer for shields - closes #2226
|
2014-04-25 16:01:35 -07:00 |
|
artemp
|
4ad7b13799
|
re-use evaluator object
Conflicts:
include/mapnik/expression_evaluator.hpp
|
2014-04-24 22:56:50 -07:00 |
|
Dane Springmeyer
|
3bcf54a693
|
update tests
|
2014-04-24 21:30:54 -07:00 |
|
Dane Springmeyer
|
3339255b18
|
remove force_odd_labels - refs #2120
|
2014-04-24 20:22:01 -07:00 |
|
Dane Springmeyer
|
1e53351467
|
only compile cpp code if cairo/grid/svg renderers are enabled
|
2014-04-24 12:54:18 -07:00 |
|
Dane Springmeyer
|
a93252e569
|
add newlines to avoid pedantic warnings
|
2014-04-24 12:53:28 -07:00 |
|
Dane Springmeyer
|
34771d20dd
|
add newlines to avoid pedantic warnings
|
2014-04-24 12:53:08 -07:00 |
|
Dane Springmeyer
|
e8ee02877d
|
fix OGR plugin error reporting
|
2014-04-22 15:31:19 -07:00 |
|
Dane Springmeyer
|
02d4e7fd06
|
postgis geometry type detection - fall through to detecting type on individual geometries if the geometry_columns only reports 'geometry' - refs mapbox/tilemill/#2099
|
2014-04-22 15:31:06 -07:00 |
|
Dane Springmeyer
|
c4dbcf93bc
|
fix version in code comment
|
2014-04-15 17:26:02 -04:00 |
|
Dane Springmeyer
|
fef45cb22e
|
add #44 to changelog
|
2014-04-09 19:41:02 -04:00 |
|
Dane Springmeyer
|
83c0db36cb
|
add support for rendering (vs skipping) 3D and 4D postgis geometries like POINTZM, LINESTRINGZM, and POLYGONZM - closes #44
|
2014-04-09 19:40:14 -04:00 |
|
Dane Springmeyer
|
d577b0814b
|
remove uneeded asserts in png_io
|
2014-04-09 19:34:13 -04:00 |
|
Dane Springmeyer
|
ecbba52bc0
|
add code comment about curl [skip ci]
|
2014-04-09 09:44:43 -04:00 |
|
Dane Springmeyer
|
1dd481f8f7
|
fallback if pkg-config fails for libcurl or libpq
|
2014-04-09 09:40:40 -04:00 |
|
Dane Springmeyer
|
f1dd07fd64
|
fix static linking of the osm plugin against libcurl
|
2014-04-08 23:15:33 -04:00 |
|
Dane Springmeyer
|
7351879e6f
|
Merge pull request #2193 from strk/2.3.x-no-terminate-pgis-dtor
Do not throw in postgis_datasource destruction if backend is down
|
2014-04-04 18:20:59 -07:00 |
|
Dane Springmeyer
|
55ba8d38ae
|
Merge pull request #2182 from strk/2.3.x-all-async
Have all queries use the async interface
|
2014-04-03 23:59:11 -07:00 |
|
Dane Springmeyer
|
103e874f25
|
fix #2202
|
2014-04-03 17:15:57 -07:00 |
|