From 18cea69e4ecbc6dc4fc46e719e56c2b2f4cb46f4 Mon Sep 17 00:00:00 2001 From: Vaclav Blazek Date: Wed, 9 Aug 2017 11:05:36 +0200 Subject: [PATCH] updated resource documentation --- docs/resources.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/resources.md b/docs/resources.md index 5baec57..a2b8090 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -157,7 +157,8 @@ Introspection is extended configuration for mapproxy served `mapConfig.json` (on introspection = { Optional Array position; // VTS position in JSON/python format Optional ResourceId/Array tms // bound layer(s) mapped on the surface, see below - Optional ResourceId/Array geodata // free layer(s) (geodata) mapped on the surface, see below + Optional ResourceId/Array geodata // free layer(s) (geodata) mapped on the surface, see below + Optional Object browserOptions // browser options passed to mapConfig.json } ```