Dane Springmeyer
|
84166882d9
|
minimum boost version is 1.47 - remove obsolete code handling older versions
|
2014-01-27 13:19:21 -08:00 |
|
Dane Springmeyer
|
87e0ae8124
|
adapt build to use BOOST_SPIRIT_NO_PREDEFINED_TERMINALS
|
2014-01-26 14:00:58 -08:00 |
|
artemp
|
3edfc69c81
|
== c++11
use std::tuple with std::get<>
|
2013-10-11 12:36:04 +01:00 |
|
Dane Springmeyer
|
5d12a345ae
|
start using c++11 features: auto/for/unique_ptr/variadic args - refs #1972
|
2013-09-19 20:19:01 -07:00 |
|
Dane Springmeyer
|
3b2bdba7b0
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
|
artemp
|
e9f03a565f
|
+ explicit polygon path closing
|
2013-03-01 11:08:58 -05:00 |
|
XinGang Li
|
7f1e416313
|
Export the to_wkt functions to avoid python bindings access the internal structs.
|
2013-02-22 23:58:41 +08:00 |
|
artemp
|
274fbf8f7a
|
+ ensure 'close path' handled correcly
(currenlty SEG_CLOSE command must have valid x,y)
+ implement real_policies in wkt and geojson generators
|
2012-12-18 11:44:35 +00:00 |
|
artemp
|
b9fed932b9
|
+ template vertex_iterator on path_type
+ rename vertex_iterator to path_iterator
|
2012-10-01 10:20:10 +01:00 |
|
artemp
|
2427daa403
|
+ make WKT generator templated on geometry type - the goal is to be able
to use generator for any type that implements 'vertex' concept
|
2012-09-27 16:07:14 +01:00 |
|
Dane Springmeyer
|
948531e9d0
|
fix namespacing for wkt generator code - refs #1330
|
2012-08-22 09:54:01 -07:00 |
|
Dane Springmeyer
|
2af768a69b
|
restore compile with <= boost 1.47
|
2012-08-15 18:15:01 -07:00 |
|
Dane Springmeyer
|
9aa0eec63d
|
fix naming of wkt_generator
|
2012-08-15 16:44:23 -07:00 |
|
Dane Springmeyer
|
32ac2e464c
|
restore compile for boost 1.42
|
2012-02-10 10:20:26 -08:00 |
|
Artem Pavlenko
|
958097600c
|
add wkt_parser class for grammar re-usage
implement from_wkt in terms of wkt_parser
|
2012-02-06 22:49:47 +00:00 |
|
Dane Springmeyer
|
17d13cff67
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
|
Dane Springmeyer
|
5e704d4b0b
|
maintain boost 1.42 compatibility by disabling new wkt parser for boost <= 1.46
|
2011-09-09 09:26:11 +00:00 |
|
Artem Pavlenko
|
53b50c871c
|
+ modify WKT parser to work with ptr_vector<geometry_type>
+ fix memory leaks in wkt_grammar
+ add support for GEOMETRYCOLLECTION
|
2011-09-08 11:52:51 +00:00 |
|
Artem Pavlenko
|
d5bcf8dccb
|
+ fix include paths
+ update src/SConscript
|
2011-02-24 15:54:59 +00:00 |
|
Artem Pavlenko
|
57db45095f
|
+ boost.spirit WKT parser using mapnik::geometry_type
as synthesized attribute.
|
2011-02-24 15:47:53 +00:00 |
|