mapnik/include/mapnik/json
Dane Springmeyer 124362d2d4 stop correcting geometries at decode time
- the original motivation for this was to avoid needing to
   mutate a copy later on (for operations needing correct winding order)
 - but mutating a copy is looking feasible, so removing this now.
2015-04-22 14:27:43 +02:00
..
error_handler.hpp json error handler: fix -Wunused-parameter warning 2015-02-11 23:13:59 -08:00
extract_bounding_box_grammar.hpp Added template to geometries 2015-04-09 15:22:51 -05:00
extract_bounding_box_grammar_impl.hpp geojson bounding box grammar - don't require "type": "Feature" to appear in particular order (ref #2745) 2015-03-27 10:36:04 +01:00
feature_collection_grammar.hpp json grammar - start porting to mapnik-geometry 2015-02-23 12:19:00 +01:00
feature_collection_grammar_impl.hpp remove unused type alias 2015-02-23 17:39:11 +01:00
feature_generator.hpp template feature_generator_grammar on FeatureType - ref #2546 2014-12-22 15:56:46 +01:00
feature_generator_grammar.hpp Added template to geometries 2015-04-09 15:22:51 -05:00
feature_generator_grammar_impl.hpp template feature_generator_grammar on FeatureType - ref #2546 2014-12-22 15:56:46 +01:00
feature_grammar.hpp cleanup 2015-03-05 12:09:16 +01:00
feature_grammar_impl.hpp json grammar - start porting to mapnik-geometry 2015-02-23 12:19:00 +01:00
feature_parser.hpp json - instantiate grammars using Iterator = char const* to avoid potentially expensive std::string allocations 2015-02-03 13:37:39 +01:00
generic_json.hpp prefer c++11 alias type declaration over typedef for consistency 2015-04-13 15:03:19 +02:00
geometry_generator_grammar.hpp Added template to geometries 2015-04-09 15:22:51 -05:00
geometry_generator_grammar_impl.hpp and finaly, rename 'new_geometry' namespace to 'geometry' 2015-03-24 14:21:28 +01:00
geometry_grammar.hpp Added template to geometries 2015-04-09 15:22:51 -05:00
geometry_grammar_impl.hpp json grammar - add support for geometry_collection 2015-02-23 17:40:16 +01:00
geometry_parser.hpp Added template to geometries 2015-04-09 15:22:51 -05:00
geometry_util.hpp stop correcting geometries at decode time 2015-04-22 14:27:43 +02:00
positions_grammar.hpp Added template to geometries 2015-04-09 15:22:51 -05:00
positions_grammar_impl.hpp position_grammar - re-order rules to allow expectation operators 2014-09-23 15:12:22 +01:00
properties_generator_grammar.hpp remove unused utf8 phoenix function 2015-01-05 12:39:18 +01:00
properties_generator_grammar_impl.hpp fix json output escaping to match json spec 2015-01-05 12:03:16 -08:00
symbolizer_grammar.hpp remove static_visitor usage and rely on automatic result type deduction 2015-01-07 11:39:06 +01:00
topojson_grammar.hpp unicode string grammar via boost/libs/spirit/example/qi/json/json/parser/grammar.hpp 2015-02-02 11:22:54 +01:00
topojson_grammar_impl.hpp topojson grammar - add optional bbox element which is omitted 2015-03-04 14:55:13 +01:00
topojson_utils.hpp remove static_visitor usage and rely on automatic result type deduction 2015-01-07 11:39:06 +01:00
topology.hpp update copyright year 2014-11-20 15:25:50 +01:00
value_converters.hpp use generic_json types in topojson grammar 2014-09-05 12:13:58 +01:00