42 #ifdef CHECK_MEMORY_LEAKS
44 #endif // CHECK_MEMORY_LEAKS
68 std::vector<std::string> ids;
113 std::string warning =
"";
117 && variable !=
ADD && variable !=
REMOVE) {
124 if (variable !=
ADD && variable !=
REMOVE) {
226 const std::map<std::string, PointOfInterest*>& pois = shapeCont.
getPOIs().
getMyMap();
227 for (std::map<std::string, PointOfInterest*>::const_iterator i = pois.begin(); i != pois.end(); ++i) {
228 const float cmin[2] = {(
float)(*i).second->x(), (
float)(*i).second->y()};
229 const float cmax[2] = {(
float)(*i).second->x(), (
float)(*i).second->y()};
230 t->
Insert(cmin, cmax, (*i).second);