From 4127c26ecc75351b977b3002525168b69b539fa0 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sun, 17 Jun 2018 13:13:47 +0200 Subject: [PATCH] Fix code block in comment --- src/ol/source/VectorTile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/source/VectorTile.js b/src/ol/source/VectorTile.js index 964182a0ba..6e4706dd71 100644 --- a/src/ol/source/VectorTile.js +++ b/src/ol/source/VectorTile.js @@ -40,6 +40,7 @@ import {createXYZ, extentFromProjection, createForProjection} from '../tilegrid. * tile.setExtent(format.getLastExtent()); * }; * }); + * ``` * @property {module:ol/Tile~UrlFunction} [tileUrlFunction] Optional function to get tile URL given a tile coordinate and the projection. * @property {string} [url] URL template. Must include `{x}`, `{y}` or `{-y}`, and `{z}` placeholders. * A `{?-?}` template pattern, for example `subdomain{a-f}.domain.com`, may be