feature : put back set_id() for upstream compatibility

This commit is contained in:
artemp 2015-10-20 14:36:19 +01:00
parent ab2d86c617
commit bfbc72c484

View file

@ -109,7 +109,7 @@ public:
raster_() {}
inline mapnik::value_integer id() const { return id_;}
inline void set_id(mapnik::value_integer id) { id_ = id;}
template <typename T>
inline void put(context_type::key_type const& key, T const& val)
{
@ -257,7 +257,7 @@ public:
}
private:
const mapnik::value_integer id_;
mapnik::value_integer id_;
context_ptr ctx_;
cont_type data_;
geometry::geometry<double> geom_;