mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
Given the `type` tag introduced with Flow, this can infer a typedef statement, as well as infer its potentially nested properties and their types. This also includes * Refactor of Markdown AST generation that fixes #228 * Refactor of nest.js to handle multi-level nesting
539 B
539 B
GeoJSONSource
Create a GeoJSON data source instance given an options object
Parameters
options[Object] optional optionsoptions.dataObject or string A GeoJSON data object or URL to it. The latter is preferable in case of large GeoJSON files.options.maxzoom[number] Maximum zoom to preserve detail at. (optional, default14)options.buffer[number] Tile buffer on each side.options.tolerance[number] Simplification tolerance (higher means simpler).