Artem Pavlenko
|
ea7974d580
|
Merge pull request #3423 from mapnik/geojson-property-tests
Geojson property tests
|
2016-05-06 10:34:06 +02:00 |
|
artemp
|
7544f57efe
|
Merge branch 'master' into json-properties
|
2016-05-06 10:27:18 +02:00 |
|
artemp
|
c2bf2be7ba
|
json - simplify generic_json rules: remove redundant rule
|
2016-05-06 10:24:25 +02:00 |
|
artemp
|
21487f36b9
|
json - refactor stringifier and attribute_value_visitor into separate *.hpp and share between geojson and topojson grammars
|
2016-05-06 10:15:44 +02:00 |
|
artemp
|
6bd708af86
|
fix generic_json usage across grammars
|
2016-05-06 09:55:54 +02:00 |
|
artemp
|
e528b433d4
|
geojson feature_grammar - parse objects and arrays into json_value before applying "stringifier" #3419 https://github.com/mapnik/node-mapnik/issues/642
|
2016-05-06 09:50:45 +02:00 |
|
artemp
|
7374f82414
|
generic_json - add support for JSON object and array type in json_value + update rules attributes
|
2016-05-06 09:47:40 +02:00 |
|
Dane Springmeyer
|
966a4ae366
|
avoid warnings with boost 1.60 [skip ci]
|
2016-05-05 19:09:05 -07:00 |
|
mapsam
|
086157e26b
|
one step deeper, moar arrays/objects
|
2016-05-05 13:38:28 -07:00 |
|
mapsam
|
0ed6eedfec
|
Merge branch 'master' into geojson-property-tests
|
2016-05-05 09:17:44 -07:00 |
|
mapsam
|
9d9c8db233
|
add geojson unit test for property types/values
|
2016-05-05 09:17:08 -07:00 |
|
artemp
|
db912d9b67
|
disable white skipping in stringify_object/stringify_array (ref #3419)
|
2016-05-05 10:33:36 +02:00 |
|
artemp
|
d9e75f4ddb
|
c++ prettify formatting
|
2016-05-05 10:31:58 +02:00 |
|
Jiri Drbalek
|
464e508dc5
|
visual tests: support for Cairo PS, PDF and SVG renderers
|
2016-05-04 14:27:34 +00:00 |
|
artemp
|
52df451ee3
|
geometry_envelope_test - fix linking/duplicate symbols (ref #3415)
|
2016-05-04 10:20:10 +02:00 |
|
artemp
|
e596ffc1c2
|
don't instantiate types that are not used in core library
|
2016-05-03 18:33:06 +02:00 |
|
artemp
|
c0dfc92022
|
geometry_envelope - add tests for double/float/int coord_type (ref #3415)
|
2016-05-03 18:26:46 +02:00 |
|
artemp
|
471d6dfe94
|
remove redundant recursive_wrapper (via @jfirebaugh : f00a7aebf1 )
|
2016-05-03 18:13:41 +02:00 |
|
artemp
|
ff821c9239
|
geometry::envelope - deduct value_type of box2d<T> automatically + add missing typedefs
|
2016-05-03 18:02:42 +02:00 |
|
Jiri Drbalek
|
b930a5e7f7
|
apply scale factor to line spacing
|
2016-05-03 12:09:39 +00:00 |
|
Jiri Drbalek
|
cfc6b37d71
|
fix passing scale factor to evaluate_transform()
|
2016-05-03 12:09:39 +00:00 |
|
artemp
|
f5d6af4bb8
|
agg - make cover unsigned to avoid left shift of negative values ref #3406
|
2016-04-26 15:30:50 +02:00 |
|
artemp
|
31e8cfc659
|
improve hash calc ref #3406
|
2016-04-26 15:29:27 +02:00 |
|
artemp
|
4b3b62a40c
|
minor formatting
|
2016-04-25 20:43:40 +02:00 |
|
artemp
|
650e8eea8a
|
bump up version to 3.0.12 in preparation to release
|
2016-04-25 20:43:40 +02:00 |
|
Dane Springmeyer
|
fca1075fec
|
fix documentation for mapnik-render --open command - refs #3375 [skip ci]
|
2016-04-25 09:56:40 -07:00 |
|
artemp
|
9833bfb9ad
|
make opening rendered image an optional op ( ref #3374)
|
2016-04-25 16:39:09 +02:00 |
|
artemp
|
49b23622db
|
Don't compile visitor ref #3380 (thanks @lightmare)
|
2016-04-25 14:58:46 +02:00 |
|
artemp
|
988aa3ea43
|
add guard to get_object_severity ref #3322
|
2016-04-25 11:49:10 +02:00 |
|
artemp
|
be06a2d301
|
require boost >= 1.58 for spatially_equal(geom_0, geom_1) test ref #3380
|
2016-04-25 11:20:23 +02:00 |
|
artemp
|
1871e5f62d
|
return EXIT_FAILURE on invalid input ref #3410
|
2016-04-25 10:11:55 +02:00 |
|
artemp
|
ed87cd2883
|
c++ - make bbox standalone method
|
2016-04-22 12:54:57 +02:00 |
|
artemp
|
4611d8cad1
|
c++ style : prefix increment
|
2016-04-22 12:54:57 +02:00 |
|
Dane Springmeyer
|
e5fafd31d1
|
skip boost check when cross compiling [skip ci]
|
2016-04-21 09:04:38 -07:00 |
|
Dane Springmeyer
|
2a46e4517a
|
Add minimum recommended GDAL version to INSTALL.md - refs #3339 [skip ci]
|
2016-04-20 12:19:16 -07:00 |
|
Dane Springmeyer
|
00fbc29e9d
|
Merge pull request #3376 from pnorman/patch-5
Use relative path for INSTALL.md
|
2016-04-20 11:50:27 -07:00 |
|
artemp
|
6105463602
|
split box2d<T> implementation into *.hpp, *._impl.hpp and *.cpp ref #3405
|
2016-04-20 10:51:33 +02:00 |
|
Dane Springmeyer
|
b0894bfda3
|
fix debug assert compile
|
2016-04-18 08:06:30 -07:00 |
|
artemp
|
66160e9754
|
mapnik::util::is_clockwise - translate coordinates relative to the origin (0,0) to avoid numeric precision issues while using double precision.
(ref #3402)
|
2016-04-18 16:08:30 +02:00 |
|
artemp
|
c8902ac875
|
remove is_clockwise , use mapnik::util::is_clockwise to avoid duplication
|
2016-04-18 11:16:32 +02:00 |
|
Dane Springmeyer
|
15acb2b23f
|
Add missing files after revert
|
2016-04-11 17:58:58 -07:00 |
|
Dane Springmeyer
|
c5d73a03cc
|
pin mason in mason_latest.sh script [skip ci]
|
2016-04-11 16:50:09 -07:00 |
|
Dane Springmeyer
|
11487e681f
|
amend f8a8ec616a by fixing invalid search and replace
|
2016-04-11 16:45:11 -07:00 |
|
Dane Springmeyer
|
abe943c983
|
revert geometry changes for now - will develop them in branch to reduce downstream breakage
|
2016-04-11 14:00:27 -07:00 |
|
Dane Springmeyer
|
0025f70a6b
|
ensure geometry folder of headers is installed
|
2016-04-11 12:33:34 -07:00 |
|
artemp
|
19722595a9
|
move include/mapnik/geometry_fusion_adapted.hpp -> include/mapnik/geometry/fusion_adapted.hpp
|
2016-04-11 15:22:41 +02:00 |
|
artemp
|
caa03d78bd
|
move geometry_adapters.hpp to geometry/boost_geometry_adapters.hpp
|
2016-04-11 15:14:52 +02:00 |
|
artemp
|
b24ade9a1c
|
remove stderr for real
|
2016-04-11 13:08:19 +02:00 |
|
artemp
|
fa717bc698
|
Remove bogus updates from 90f06093ae "geometry - move point/line_string/polygon into separate headers"
|
2016-04-11 12:35:19 +02:00 |
|
artemp
|
90f06093ae
|
geometry - move point/line_string/polygon into separate headers
|
2016-04-11 12:23:11 +02:00 |
|