Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cldellow committed Oct 1, 2024
1 parent 90b1d86 commit eeac1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/shp_mem_tiles.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ShpMemTiles : public TileDataSource
// The map is from layer name to a sparse vector of tiles that might have shapes.
//
// The outer vector has an entry for each z6 tile. The inner vector is a bitset,
// indexed at spatialIndexZoom, where a bit is set if the z14 (or base zoom) tiles at
// indexed at spatialIndexZoom, where a bit is set if the z15 tiles at
// 2 * (x*width + y) might contain at least one shape.
// This is approximated by using the bounding boxes of the shapes. For large, irregular shapes, or
// shapes with holes, the bounding box may result in many false positives. The first time the index
Expand Down

0 comments on commit eeac1fb

Please sign in to comment.