From 89fcbc0ddb99705d9581a43ec8eaf19dc7bde735 Mon Sep 17 00:00:00 2001 From: Vaclav Blazek Date: Thu, 10 Aug 2017 08:33:42 +0200 Subject: [PATCH] updated documentation + debian/1.10 --- docs/resources.md | 5 ++++- mapproxy/debian/changelog | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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