mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix spelling
This commit is contained in:
parent
b9f2af6f87
commit
3c594efec8
@ -39,7 +39,7 @@ struct label_collision_detector
|
||||
{
|
||||
typedef std::vector<box2d<double> > label_placements;
|
||||
|
||||
bool has_plasement(box2d<double> const& box)
|
||||
bool has_placement(box2d<double> const& box)
|
||||
{
|
||||
label_placements::const_iterator itr=labels_.begin();
|
||||
for( ; itr !=labels_.end();++itr)
|
||||
@ -134,7 +134,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
//quad tree based label collission detector so labels dont appear within a given distance
|
||||
//quad tree based label collision detector so labels dont appear within a given distance
|
||||
class label_collision_detector4 : boost::noncopyable
|
||||
{
|
||||
public:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user