[Tile-serving] [osm2pgsql] Wildcard deletes in .style files (#70)
Paul Norman
notifications at github.com
Sun Sep 8 09:51:11 UTC 2013
https://github.com/openstreetmap/osm2pgsql/blob/master/tagtransform.c#L205
apmon found it, it's wildMatch
```c
if (wildMatch(exportList[export_type][i].name, item->key)) {
if (exportList[export_type][i].flags & FLAG_DELETE) {
freeItem(item);
item = NULL;
break;
}
filter = 0;
flags |= exportList[export_type][i].flags;
pushItem(&temp, item);
item = NULL;
break;
}
```
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/70#issuecomment-24018076
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20130908/7c1ccc5e/attachment-0001.html>
More information about the Tile-serving
mailing list