feature : put back set_id() for upstream compatibility
This commit is contained in:
parent
ab2d86c617
commit
bfbc72c484
1 changed files with 2 additions and 2 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Reference in a new issue