diff --git a/bindings/python/mapnik_map.cpp b/bindings/python/mapnik_map.cpp index 6a46bc8b5..37c4a50d8 100644 --- a/bindings/python/mapnik_map.cpp +++ b/bindings/python/mapnik_map.cpp @@ -91,17 +91,6 @@ mapnik::featureset_ptr query_map_point(mapnik::Map const& m, int index, double x return m.query_map_point(idx, x, y); } -// deepcopy -/* -mapnik::Map map_deepcopy(mapnik::Map & m, boost::python::dict memo) -{ - // FIXME: ignore memo for now - mapnik::Map result; - mapnik::util::deepcopy(m, result); - return result; -} -*/ - void set_maximum_extent(mapnik::Map & m, boost::optional > const& box) { if (box) diff --git a/include/mapnik/cairo_renderer.hpp b/include/mapnik/cairo_renderer.hpp index 1a4bade72..c2278231d 100644 --- a/include/mapnik/cairo_renderer.hpp +++ b/include/mapnik/cairo_renderer.hpp @@ -43,10 +43,6 @@ // boost #include -// FIXME -// forward declare so that -// apps using mapnik do not -// need agg headers namespace agg { struct trans_affine; } diff --git a/plugins/input/shape/shape_index_featureset.cpp b/plugins/input/shape/shape_index_featureset.cpp index 78836a030..20d4bd181 100644 --- a/plugins/input/shape/shape_index_featureset.cpp +++ b/plugins/input/shape/shape_index_featureset.cpp @@ -144,7 +144,7 @@ feature_ptr shape_index_featureset::next() return feature_ptr(); } - // FIXME + // FIXME: https://github.com/mapnik/mapnik/issues/1020 feature->set_id(shape_.id_); if (attr_ids_.size()) {