Dane Springmeyer
|
f81583554a
|
Merge branch 'master' of github.com:mapnik/mapnik into geometry-refactor
|
2016-08-22 16:19:17 -07: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 |
|
bergwerkgis
|
74d7726b2d
|
remove unneeded 'u8'
|
2016-08-12 05:27:55 +00:00 |
|
artemp
|
2afae2a29b
|
Expressions - more tests (ref #3483)
|
2016-08-09 16:25:59 +01:00 |
|
artemp
|
aa77eb4550
|
Expressions - add more regex tests to cover #3483
|
2016-08-09 16:13:12 +01:00 |
|
Artem Pavlenko
|
68db7ee224
|
Merge pull request #3475 from mapycz/logarithm
Add support for natural logarithm in expressions (via @talaj)
|
2016-08-01 15:07:01 +02:00 |
|
Jiri Drbalek
|
c1ab5c8e6c
|
add support for natural logarithm function in expressions
|
2016-08-01 12:58:21 +00:00 |
|
artemp
|
b55f5dc895
|
image - add tiny image quantising tests (ref #3466)
|
2016-08-01 12:21:32 +02:00 |
|
artemp
|
d810ce46f2
|
re-enable geometry_strategy_test
|
2016-07-06 17:45:13 +01:00 |
|
artemp
|
68f53cfcd0
|
uncomment is_empty/has_empty tests
|
2016-07-05 10:24:54 +01:00 |
|
artemp
|
75b97eb64c
|
temp disable failing tests
|
2016-07-04 10:32:31 +01:00 |
|
artemp
|
c27653066d
|
bring back failing geometry tests
|
2016-06-29 18:40:47 +01:00 |
|
Dane Springmeyer
|
39f497ded6
|
re-enable centroid test which appears to be passing
|
2016-06-29 09:19:28 -07:00 |
|
artemp
|
e44f10460d
|
disable "multi-polygon: one component empty" test
|
2016-06-29 15:02:19 +01:00 |
|
artemp
|
efabcc8081
|
make all mapnik::geometries aliases to mapbox::geometry and attempt to adapt new polygon model (one std::vector)
NOTE: some boost.geometry algorithms are broken as a result
|
2016-06-29 12:41:57 +01:00 |
|
artemp
|
66da9cdb18
|
using linear_ring = mapbox::geometry::linear_ring<T>;
|
2016-06-27 10:56:38 +01:00 |
|
artemp
|
3b1c7308cc
|
make mapnik::geometry::line_string<T> an alias to mapbox::geometry::line_string<T>
|
2016-06-27 10:23:13 +01:00 |
|
artemp
|
9dd00b28dc
|
Merge remote-tracking branch 'origin/master' into geometry-refactor
|
2016-06-27 08:51:55 +01:00 |
|
artemp
|
2e8c0d36c2
|
implement custom char_array_bufrer and remove boost::iostreams dependency
|
2016-06-22 17:21:25 +01:00 |
|
artemp
|
67d2a0e141
|
Merge branch 'master' into geometry-refactor
|
2016-06-20 15:01:29 +01:00 |
|
artemp
|
37d5a32875
|
make return type bool
|
2016-06-08 12:24:21 +02:00 |
|
artemp
|
9e3ccf6629
|
Issue a warning but don't fail if PostgreSQL is not running or it's not accessible (ref #3448)
|
2016-06-08 12:21:27 +02:00 |
|
artemp
|
37a8aed62d
|
transcode input strings to UTF-8 (portability)
|
2016-05-24 12:16:48 +02:00 |
|
artemp
|
acb2d56f49
|
prefix string literals with u8"" to force UTF8 encoding (windows)
|
2016-05-24 10:54:34 +02:00 |
|
artemp
|
de13582004
|
remove stderr
|
2016-05-17 13:45:05 +02:00 |
|
artemp
|
8f74de8525
|
remove stderr
|
2016-05-17 13:05:37 +02:00 |
|
artemp
|
25217549f1
|
fix topojson parsing (work-in-progress)
|
2016-05-17 12:53:07 +02:00 |
|
artemp
|
3ec25e36fe
|
test geojson.cpp - add empty properties (ref #3426)
|
2016-05-13 12:48:56 +02:00 |
|
artemp
|
d19ff576dc
|
geojson test - fix the order in 'object' to match input (escaped.json)
|
2016-05-10 16:03:04 +02:00 |
|
artemp
|
d97583b53e
|
geojson.cpp - fix and update test
|
2016-05-06 16:44:18 +02:00 |
|
mapsam
|
9d9c8db233
|
add geojson unit test for property types/values
|
2016-05-05 09:17:08 -07:00 |
|
artemp
|
52df451ee3
|
geometry_envelope_test - fix linking/duplicate symbols (ref #3415)
|
2016-05-04 10:20:10 +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
|
3184034414
|
refactor geometry core and algorithms templates + add missing typedefs + prepare for geometry update
|
2016-04-29 14:24:57 +02:00 |
|
artemp
|
de927a1571
|
Merge branch 'master' into geometry-refactor
|
2016-04-29 10:47:43 +02:00 |
|
artemp
|
49b23622db
|
Don't compile visitor ref #3380 (thanks @lightmare)
|
2016-04-25 14:58:46 +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
|
633a2c1e07
|
Merge branch 'master' into geometry-refactor
|
2016-04-18 16:15:04 +02: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
|
2e0d83aa91
|
geometry::multi_point - derive from std::vector<point<T>> instead of line_string<T>
|
2016-04-12 10:12:16 +02: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 |
|
artemp
|
caa03d78bd
|
move geometry_adapters.hpp to geometry/boost_geometry_adapters.hpp
|
2016-04-11 15:14:52 +02:00 |
|
artemp
|
5f00171d3d
|
fix warning: using namespace directive in global context in header [-Wheader-hygiene] warnings
|
2016-04-08 10:41:50 +02:00 |
|
mapsam
|
c1b1e3d8f9
|
concatenating strings & values currently fails
|
2016-03-31 15:36:47 -07:00 |
|
artemp
|
8f9134c72d
|
file_io - rename open to is_open to be consistent with STL i/o via @lightmare (0d032c2618 (commitcomment-16753722) )
|
2016-03-18 10:02:19 +01:00 |
|
artemp
|
7ad568b54a
|
topojson test - add feature_generator
|
2016-03-17 15:10:29 +01:00 |
|