artemp
1d06afeea2
Merge branch 'postgis-quoting' of https://github.com/lightmare/mapnik into lightmare-postgis-quoting
2017-03-14 12:29:32 +00:00
artemp
c1053181f5
Merge branch 'text-extend' of https://github.com/mapycz/mapnik into mapycz-text-extend
2017-03-14 11:53:52 +00:00
artemp
ae29012611
tests - update shaping test results
2017-03-08 10:55:52 +01:00
artemp
791f7b51bb
Revert "one more time."
...
This reverts commit 8dea5498877c4d200a9a032a65f1f5dad74b5aca.
Revert "fix following up 8c4fa25c8d65e75978c0a82bc6391906595ff190"
This reverts commit 87263123934b374ed5dc0db20eaaeda080f25677.
Revert "attempt to fix "error: chosen constructor is explicit in copy-initialization" error with gcc"
This reverts commit 8c4fa25c8d65e75978c0a82bc6391906595ff190.
Revert "use `initializer_list const&` to hold expected values (via @lighmare) ref #3636 "
This reverts commit 47763afef31e9d8390d4d1079825143f17e41788.
2017-03-07 14:25:56 +01:00
artemp
8dea549887
one more time.
2017-03-07 13:50:27 +01:00
artemp
8726312393
fix following up 8c4fa25c8d65e75978c0a82bc6391906595ff190
2017-03-07 13:37:20 +01:00
artemp
8c4fa25c8d
attempt to fix "error: chosen constructor is explicit in copy-initialization" error with gcc
2017-03-07 13:34:43 +01:00
artemp
47763afef3
use initializer_list const& to hold expected values (via @lighmare) ref #3636
2017-03-07 13:02:21 +01:00
artemp
3433397c30
test (expressions) - add more tests (ref #3616 )
2017-03-06 15:59:07 +01:00
artemp
713b9e7788
take #2 - try using pair instead of tuple
2017-03-02 15:09:11 +01:00
artemp
f1de5758b2
attempting to pacify some compilers with an extra pair of brackets.
2017-03-02 14:55:00 +01:00
artemp
4faf5b054b
add utf8 qualifier
2017-02-22 11:34:47 +01:00
artemp
43d940fe35
add berber+arabic shaping test
2017-02-22 11:31:06 +01:00
artemp
5e709997f2
add explicit u8 (utf8) qualifier
2017-02-21 13:37:22 +01:00
artemp
10b1ed2fa9
add debug mode to generate expected result + add one more test
2017-02-21 13:17:41 +01:00
artemp
8af91146c4
add an extra test
2017-02-21 12:56:36 +01:00
artemp
677ed0ebab
refactor to make it easier to run multiple tests
2017-02-21 12:43:54 +01:00
artemp
745c291b1a
simplify test
2017-02-20 14:23:09 +01:00
artemp
3584970fee
make shaping unit test test something (work-in-progress)
2017-02-20 12:13:00 +01:00
Mickey Rose
a13cb382e0
postgis: test !@uservar! interpolation
2017-02-10 18:55:23 +01:00
Mickey Rose
d0e7b715dd
postgis: test table/column names containing quotes
2017-02-10 18:55:22 +01:00
Mickey Rose
195c3e14ce
postgis: test query containing 'email@domain'
2017-02-10 18:55:22 +01:00
artemp
f13848e210
move box2.hpp and related files into geometry dir
2017-01-26 09:51:37 +01:00
artemp
de2b44712a
move transform related headers into transform dir to minimize clutter
2017-01-11 11:10:03 +01:00
artemp
e582ca65b5
update test to include underscore characters in global attributes
2017-01-11 10:39:02 +01:00
artemp
11c3d97654
transform_expressions_test - add global attribute tests ( e.g @value ) ref #3569
2017-01-11 10:25:21 +01:00
artemp
fa7851ea06
add transform expressions tests ( https://github.com/mapnik/mapnik/pull/141 \
...
6) (ref #3569 )
2017-01-10 17:15:05 +01:00
artemp
243963fc2b
expression_test - add tests for arbitrary space in mapnik::geometry_type attributes
2017-01-10 11:57:54 +01:00
artemp
18f721fd17
TopoJSON - implement parsing using spirit::x3
2016-12-19 16:18:19 +01:00
artemp
81fafe8198
update test to use std::unordered_map<mapnik::value, mapnik::value>
2016-12-13 17:03:09 +01:00
artemp
e40a1d9a15
expand std::hash<mapnik::value> and operator== test for all types in mapnik::value
2016-12-13 16:16:19 +01:00
artemp
c5174d2862
port parse_hex to use boost::spirit::x3
2016-12-09 11:49:53 +01:00
artemp
0ec510025d
mapnik-index - remove -x3 option, use process_geojson_x3 always
2016-11-29 09:20:41 +01:00
Dane Springmeyer
4449f81e03
restore to_wkt on geometry<std::int64_t>
2016-11-14 15:23:29 -08:00
Dane Springmeyer
657dd7d73a
suppress boost warnings
2016-11-14 15:04:07 -08:00
artemp
6b4638a955
add -x3 option to mapnik-index to test new json parser
2016-11-14 15:57:34 +01:00
artemp
ce0f87fb71
merge spirit-x3
2016-10-13 17:00:11 +02:00
artemp
b5c9966e4b
refactor value related objects into include/value dir
2016-10-11 18:01:30 +02:00
artemp
8ce7a1c43d
refactor souce code files with the following rule: the physical filesytem path matches namespace structure
...
e.g `mapnik::geometry::centroid()` -> `$(MAPNIK_SOURCE)/include/mapnik/geometry/centroid.hpp`
2016-10-11 18:01:29 +02:00
artemp
a0a5085917
add GeoJSON num_features_to_query unit test (ref #3515 )
2016-09-23 11:56:43 +02:00
Mickey Rose
e25bc271ec
add unit test for image::swap
2016-09-07 19:23:36 +02:00
Jiri Drbalek
8733622885
add extend_converter
2016-09-07 11:46:59 +00:00
Jiri Drbalek
237022719a
unit tests: move fake_path to separate file
2016-09-07 11:15:31 +00:00
Dane Springmeyer
fa44f0e247
Add memory_datasource test + fix returning of invalid_featureset for emptyset
2016-09-02 15:09:45 -07:00
artemp
af099a57ef
topojson grammar - change interface + instantiate with Iterator = char const* to reduce binary size
2016-08-31 17:42:18 +01:00
Dane Springmeyer
0ae2f1311c
update test data if UPDATE env set
2016-08-22 10:50:08 -07:00
artemp
1a29b35717
GeoJSON unit tests- ensure descriptors are ordered by name (ref #3494 )
2016-08-16 15:46:10 +01:00
artemp
b9279feee2
fix is_valid logic (ref #3494 )
2016-08-15 12:49:43 +01:00
artemp
008a6eb4cf
test geojson - add empty featurecollection test
2016-08-15 10:44:54 +01:00
artemp
5c11fe49f9
geoson+topojson tests - correct expected test data (ref #3491 )
2016-08-12 11:05:50 +01:00