File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 38
38
#include < mapnik/datasource.hpp>
39
39
#include < mapnik/datasource_cache.hpp>
40
40
#include < mapnik/feature_layer_desc.hpp>
41
- // #include <mapnik/memory_datasource.hpp>
41
+ #include < mapnik/memory_datasource.hpp>
42
42
43
43
44
44
using mapnik::datasource;
45
- // using mapnik::memory_datasource;
45
+ using mapnik::memory_datasource;
46
46
using mapnik::layer_descriptor;
47
47
using mapnik::attribute_descriptor;
48
48
using mapnik::parameters;
@@ -197,7 +197,7 @@ void export_datasource()
197
197
;
198
198
199
199
def (" CreateDatasource" ,&create_datasource);
200
- /*
200
+
201
201
class_<memory_datasource,
202
202
bases<datasource>, std::shared_ptr<memory_datasource>,
203
203
boost::noncopyable>(" MemoryDatasourceBase" , init<parameters>())
@@ -210,5 +210,4 @@ void export_datasource()
210
210
;
211
211
212
212
implicitly_convertible<std::shared_ptr<memory_datasource>,std::shared_ptr<datasource> >();
213
- */
214
213
}
You can’t perform that action at this time.
0 commit comments