53 #ifdef CHECK_MEMORY_LEAKS
55 #endif // CHECK_MEMORY_LEAKS
67 if (!oc.
isSet(
"xml-files")) {
73 for (std::vector<std::string>::const_iterator file = files.begin(); file != files.end(); ++file) {
75 throw ProcessError(
"Could not open xml-file '" + *file +
"'.");
93 myCont(toFill), myTypeMap(tm), myOptions(oc) {}
117 WRITE_WARNING(
"Unable to project coordinates for POI '" +
id +
"'.");
149 bool ignorePrunning =
false;
151 ignorePrunning =
true;
154 if (!
myCont.
insert(
id, poi, (
int)layer, ignorePrunning)) {
155 WRITE_ERROR(
"POI '" +
id +
"' could not be added.");
195 bool ignorePrunning =
false;
197 ignorePrunning =
true;
209 for (PositionVector::const_iterator i = pshape.begin(); i != pshape.end(); ++i) {