diff --git a/docs/resources.md b/docs/resources.md index a2b8090..8e0728a 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -246,10 +246,13 @@ introspection configuration. ```javascript introspection = { - Optional ResourceId surface // optional surface mapping + Optional ResourceId surface // optional surface mapping + Optional Object browserOptions // browser options passed to mapConfig.json } ``` +Browser options override any browser options from associated surface. + ### geodata-vector-tiled Generates tiled geodata (`geodata-tiles` type) from pre-tiled data. Input tiling must match reference frame's space division, diff --git a/mapproxy/debian/changelog b/mapproxy/debian/changelog index c084385..1c53743 100644 --- a/mapproxy/debian/changelog +++ b/mapproxy/debian/changelog @@ -1,4 +1,4 @@ -vts-mapproxy (1.9) stable; urgency=medium +vts-mapproxy (1.10) stable; urgency=medium * Surface drivers: added support for browserOptions in introspection