Opened 12 years ago

#4220 new defect

No intersection check in delete or transfer mode

Reported by: tomhel Owned by: tbonfort
Priority: normal Milestone:
Component: MapCache Version: svn-trunk (development)
Severity: normal Keywords: mapcache, ogr, intersection
Cc:

Description

mapcache_seed.c, function examine_tile(...) is missing a case when seeding with an ogr-datasource and mode is delete or transfer. In this case the whole cache will be deleted or transfered.

At the moment this can be worked around by always specifying the option '-o now' when deleteing/transfering tiles with an ogr-datasource.

The attached patch resolves this issue.

Attachments (1)

intersection_check.patch (2.2 KB ) - added by tomhel 12 years ago.
this patch adds the missing case in function examine_tile in mapcache_seed.c

Download all attachments as: .zip

Change History (1)

by tomhel, 12 years ago

Attachment: intersection_check.patch added

this patch adds the missing case in function examine_tile in mapcache_seed.c

Note: See TracTickets for help on using tickets.