File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 108
108
'defines' : ['NOMINMAX' ,'<!@(mapnik-config --defines)' ],
109
109
'libraries' : [
110
110
'<!@(mapnik-config --libs)' ,
111
+ 'mapnik-wkt.lib' ,
112
+ 'mapnik-json.lib' ,
111
113
'<!@(mapnik-config --dep-libs)' ,
112
114
'libprotobuf-lite.lib' ,
113
115
],
127
129
],
128
130
'libraries' :[
129
131
'<!@(mapnik-config --libs)' ,
132
+ '-lmapnik-wkt' ,
133
+ '-lmapnik-json' ,
130
134
'<!@(mapnik-config --ldflags)' ,
131
135
'-lprotobuf-lite' ,
132
136
],
Original file line number Diff line number Diff line change 8
8
#include < mapnik/unicode.hpp>
9
9
#include < mapnik/feature_factory.hpp>
10
10
#include < mapnik/json/feature_parser.hpp>
11
- #include < mapnik/json/feature_grammar_impl.hpp>
12
- #include < mapnik/json/geometry_grammar_impl.hpp>
13
- #include < mapnik/json/feature_generator_grammar_impl.hpp>
14
- #include < mapnik/json/geometry_generator_grammar_impl.hpp>
15
- #include < mapnik/json/properties_generator_grammar_impl.hpp>
16
11
#include < mapnik/value_types.hpp>
17
12
#include < mapnik/util/feature_to_geojson.hpp>
18
13
Original file line number Diff line number Diff line change 6
6
#include < mapnik/geometry_reprojection.hpp>
7
7
#include < mapnik/util/geometry_to_geojson.hpp>
8
8
#include < mapnik/util/geometry_to_wkt.hpp>
9
- #include < mapnik/wkt/wkt_generator_grammar_impl.hpp>
10
- #include < mapnik/json/feature_generator_grammar_impl.hpp>
11
- #include < mapnik/json/geometry_generator_grammar_impl.hpp>
12
- #include < mapnik/json/properties_generator_grammar_impl.hpp>
13
9
#include < mapnik/util/geometry_to_wkb.hpp>
14
10
15
11
Nan::Persistent<v8::FunctionTemplate> Geometry::constructor;
Original file line number Diff line number Diff line change 35
35
#endif
36
36
#include < mapnik/box2d.hpp>
37
37
#include < mapnik/scale_denominator.hpp>
38
- #include < mapnik/json/feature_generator_grammar_impl.hpp>
39
- #include < mapnik/json/geometry_generator_grammar_impl.hpp>
40
- #include < mapnik/json/properties_generator_grammar_impl.hpp>
41
38
#include < mapnik/util/geometry_to_geojson.hpp>
42
39
#include < mapnik/util/feature_to_geojson.hpp>
43
40
#include < mapnik/feature_kv_iterator.hpp>
You can’t perform that action at this time.
0 commit comments