Skip to content

Commit

Permalink
fix doc (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacruzb authored Nov 8, 2022
1 parent 18ae13a commit 0e6c1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clouds/bigquery/modules/doc/h3/H3_POLYFILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ carto.H3_POLYFILL(geography, resolution)
Returns an array with all the H3 cell indexes **with centers** contained in a given polygon. It will return `null` on error (invalid geography type or resolution out of bounds). In case of lines, it will return the H3 cell indexes intersecting those lines. For a given point, it will return the H3 index of cell in which that point is contained.

{{% bannerNote type="note" title="warning"%}}
Lines polyfill is calculated approximating by approximating S2 cells to H3 cells, in some cases some cells might be missing.
Lines polyfill is calculated by approximating S2 cells to H3 cells, in some cases some cells might be missing.
{{%/ bannerNote %}}

* `geography`: `GEOGRAPHY` representing the area to cover.
Expand Down

0 comments on commit 0e6c1de

Please sign in to comment.