Skip to content

Commit 51b1e11

Browse files
wronkdrewbo
andauthored
Update docs/parameters.rst
Co-Authored-By: drewbo <[email protected]>
1 parent b01ca3c commit 51b1e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here is the full list of configuration parameters you can specify in a ``config.
99
The bounding box to create images from. This should be given in the form: ``[xmin, ymin, xmax, ymax]`` as longitude and latitude values between ``[-180, 180]`` and ``[-90, 90]``, respectively. Values should use the WGS84 datum, with longitude and latitude units in decimal degrees.
1010

1111
**geojson**: string
12-
An input ``GeoJSON`` file containing labels. Adding this parameter will override the values in the ``country`` and ``bounding_box`` parameters. The ``GeoJSON`` should only contain polygons.
12+
An input ``GeoJSON`` file containing labels. Adding this parameter will override the values in the ``country`` and ``bounding_box`` parameters. The ``GeoJSON`` should only contain `Polygon` and not `Multipolygon` or a `GeometryCollection`.
1313

1414
**zoom**: int
1515
The `zoom level <http://wiki.openstreetmap.org/wiki/Zoom_levels>`_ used to create images. This functions as a rough proxy for resolution. Value should be given as an int on the interval [0, 19].

0 commit comments

Comments
 (0)