From 82f0cb691f6a16926d0e8ac5feacb8ef5c4dab6d Mon Sep 17 00:00:00 2001 From: meeki007 <5952964+meeki007@users.noreply.github.com> Date: Fri, 2 Jun 2023 03:59:27 -0400 Subject: [PATCH] Syntax error- forgot [ " ] - Update README.md (#236) sorry just noticed it when I tried to use it by copying from doc's this should fix it. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 821603d..1e997e0 100644 --- a/README.md +++ b/README.md @@ -430,8 +430,8 @@ Optional properties include - **toptitle** - Words to replace title in title bar (if not in iframe) - **toplogo** - URL to logo image for top tile bar (if not in iframe) - ideally 60px by 24px. - **trackme** - Turns on/off the browser self locating. Boolean false = off, true = cyan circle showing accuracy error, or an object like `{"command":{"trackme":{"name":"Dave","icon":"car","iconColor":"blue","layer":"mytrack","accuracy":false}}}`. Usual marker options can be applied. - - **showmenu** - Show or hide the display of the hamberger menu control in the top right . Values can be "show" or "hide". - `{"command":{"showmenu: "hide"}}` - - **showlayers** - Show or hide the display of selectable layers. Does not control the display of an individual layer, rather a users ability to interact with them. Values can be "show" or "hide". - `{"command":{"showlayers: "hide"}}` + - **showmenu** - Show or hide the display of the hamberger menu control in the top right . Values can be "show" or "hide". - `{"command":{"showmenu": "hide"}}` + - **showlayers** - Show or hide the display of selectable layers. Does not control the display of an individual layer, rather a users ability to interact with them. Values can be "show" or "hide". - `{"command":{"showlayers": "hide"}}` #### To switch layer, move map and zoom