Dane Springmeyer
|
70f71790fe
|
simplify expression handling in marker_helpers
|
2014-08-25 14:51:22 -07:00 |
|
Dane Springmeyer
|
feffa8f53c
|
respect int return type for WebPValidateConfig
|
2014-08-25 14:38:03 -07:00 |
|
Dane Springmeyer
|
1011e9d3c7
|
Add from_geojson test that validates current behavior - refs #2390
|
2014-08-25 12:04:35 -07:00 |
|
Dane Springmeyer
|
225810e3ee
|
ogr: also accept 'inline' arg like geojson/topojson/csv plugins
|
2014-08-25 11:59:32 -07:00 |
|
artemp
|
3bd323ca85
|
expressions - add 'abs' function
|
2014-08-25 15:13:52 +01:00 |
|
artemp
|
2a254a4017
|
expressions - refactor function calls into separate compilation unit
|
2014-08-25 15:06:53 +01:00 |
|
artemp
|
4adb0abb64
|
expressions - implement unary and binary function expression nodes
(sample functions: exp, pow, sin, cos, min, max, tan, atan)
|
2014-08-25 14:17:18 +01:00 |
|
Dane Springmeyer
|
48c23f27dc
|
remove duplicate calculation of image_ratio
|
2014-08-24 19:21:54 -07:00 |
|
Dane Springmeyer
|
0b8439c8d2
|
fix inialization order
|
2014-08-24 16:37:39 -07:00 |
|
Dane Springmeyer
|
7cb907e13f
|
avoid warning from boost geometry
Conflicts:
plugins/input/geojson/geojson_datasource.hpp
|
2014-08-24 16:00:27 -07:00 |
|
Dane Springmeyer
|
6fe0f93e70
|
remove svg renderer test
|
2014-08-24 13:46:33 -07:00 |
|
Dane Springmeyer
|
f6eca08c8d
|
remove svg renderer test since its not actually asserting anything useful
|
2014-08-24 13:46:33 -07:00 |
|
Dane Springmeyer
|
4ebf1ae114
|
Merge pull request #2388 from mapycz/3.x-refactor-markers-placement
refactor marker placements
|
2014-08-24 12:09:23 -07:00 |
|
Jiri Drbalek
|
e1aededb09
|
refactor marker placements
|
2014-08-24 18:10:41 +00:00 |
|
Dane Springmeyer
|
45aa09b9bd
|
travis: less JOBS in debug mode [skip ci]
|
2014-08-22 14:25:27 -07:00 |
|
Dane Springmeyer
|
d02f29255c
|
add visual test mimicking a typographic map
- Helps prepare for #2377 more
- More details on typographic maps at http://store.axismaps.com
- See also #2385 and #678
|
2014-08-22 13:52:52 -07:00 |
|
Dane Springmeyer
|
b85ac0d6a5
|
register fonts in nik2img util
|
2014-08-22 13:22:12 -07:00 |
|
artemp
|
eb7716aeed
|
expressions - initial function_call framework implementation (TODO)
|
2014-08-22 12:30:25 +01:00 |
|
Dane Springmeyer
|
3e7f66c4a6
|
fix visual tests (removing accidental debug boxes)
|
2014-08-21 22:45:25 -07:00 |
|
Dane Springmeyer
|
7b56c71b89
|
add visual test for #983
|
2014-08-21 22:42:57 -07:00 |
|
Dane Springmeyer
|
601ac60c87
|
travis: fix order of ops
|
2014-08-21 17:01:51 -07:00 |
|
Dane Springmeyer
|
a85312179c
|
travis: add back libstdc++ upgrade for c++11 support
|
2014-08-21 16:55:55 -07:00 |
|
Dane Springmeyer
|
5e8efd75d3
|
port travis fixes from #2380 to master
|
2014-08-21 16:36:55 -07:00 |
|
Dane Springmeyer
|
8254a5c1e5
|
enable native svg rendering with 'svg-ng' format in render_to_file refs #2229
|
2014-08-21 16:15:35 -07:00 |
|
Dane Springmeyer
|
920b92a3ef
|
improve error message when c++11 compiler is not available - refs #2376
|
2014-08-21 15:03:57 -07:00 |
|
artemp
|
8db68fc5e3
|
hextree - avoid quantizing images with less than 3 pixels (hextree implementation requirement)
|
2014-08-21 12:43:43 +01:00 |
|
artemp
|
a4cd4821a0
|
ohh evil #ifdef/#endif - fix compiling with boost < 1.56
|
2014-08-21 12:21:47 +01:00 |
|
artemp
|
6dee6c1c86
|
fix typo :)
|
2014-08-21 11:40:42 +01:00 |
|
artemp
|
455168c6af
|
topojson - use bulk-loading packing algorithm for rtree creation
(http://www.boost.org/doc/libs/1_56_0/libs/geometry/doc/html/geometry/spatial_indexes/introduction.html)
use unique_ptr where appropriate
|
2014-08-21 11:14:33 +01:00 |
|
Dane Springmeyer
|
bb897e0144
|
use fast path for bbox reprojection (skipping extra point-sampling)
|
2014-08-20 14:47:27 -07:00 |
|
Dane Springmeyer
|
22117c6c64
|
code comments to clarify when/why base_path is needed at parse time when loading from a string
|
2014-08-20 13:53:25 -07:00 |
|
Dane Springmeyer
|
b9060c038c
|
rapidxml: avoid overhead of stringstream - amends 95d5b73
|
2014-08-20 13:46:00 -07:00 |
|
Dane Springmeyer
|
aa11335e70
|
ensure positions (multidimensional coords) works - refs #2319
|
2014-08-20 12:44:24 -07:00 |
|
Dane Springmeyer
|
889be25706
|
remove unneccessary error trapping
|
2014-08-20 12:40:29 -07:00 |
|
Dane Springmeyer
|
d5f7eeef6c
|
tests for reversed order of type/coordinates in geojson geometry - refs #2319
|
2014-08-20 12:11:55 -07:00 |
|
Dane Springmeyer
|
7de6c181ec
|
Merge pull request #2373 from strk/master-pgraster-credit
Add mention of CartoDB support in pgraster input plugin code
|
2014-08-20 08:42:30 -07:00 |
|
Sandro Santilli
|
01b56c3606
|
Add mention of CartoDB support in pgraster input plugin code
|
2014-08-20 17:31:41 +02:00 |
|
artemp
|
fd7682aab2
|
c++ pedantic
|
2014-08-20 16:11:27 +01:00 |
|
artemp
|
e4b3a46e3e
|
fix geojson plugin, even better name is geometry_index (to avoid confusion)
|
2014-08-20 16:08:41 +01:00 |
|
artemp
|
2d50a2dccc
|
topojson plugin : fix spatial index population, rename 'count' to 'index'
|
2014-08-20 16:00:12 +01:00 |
|
artemp
|
3c99514c85
|
GeoJSON : re-implement grammar to allow any order for "type", "coordinates" and "geometries" elements
Also, ammend positions parser to handle multi-dimensional coordinates e.g [x,y,z,....,N] (we only extract x and y)
|
2014-08-20 15:45:16 +01:00 |
|
artemp
|
1e4368e97a
|
fix compilation with boost < 1.56
|
2014-08-20 09:42:28 +01:00 |
|
Dane Springmeyer
|
9020b8c6df
|
adapt geojson+topojson plugins to boost 1.56 - refs #2367
|
2014-08-19 14:48:21 -07:00 |
|
Dane Springmeyer
|
7d23d49ecb
|
fix #2368
|
2014-08-19 14:47:03 -07:00 |
|
Dane Springmeyer
|
65bd9e6926
|
adapt to ptree change in boost 1.56 - closes #2365
Conflicts:
src/save_map.cpp
|
2014-08-19 09:08:33 -07:00 |
|
Dane Springmeyer
|
144d9a41f0
|
update expected test after 41064ed49d
|
2014-08-19 08:35:57 -07:00 |
|
artemp
|
59b089f65d
|
remove unused (after grammar refactor) support_multi_pass.hpp include
|
2014-08-19 16:04:31 +01:00 |
|
Dane Springmeyer
|
1e19ca2103
|
travis: drop removal of postgis
|
2014-08-18 21:36:36 -07:00 |
|
Dane Springmeyer
|
7c1f9b1490
|
fix compile with older OGR
|
2014-08-18 21:33:37 -07:00 |
|
Dane Springmeyer
|
51baf411c3
|
travis: give up on gdal
|
2014-08-18 21:32:59 -07:00 |
|