From 4b50cc7902a5ce4fe112761903faed7b446333aa Mon Sep 17 00:00:00 2001 From: Mervyn Galvin Date: Wed, 18 Jul 2018 20:53:16 +0100 Subject: [PATCH] Fix stylesheet function name --- doc/map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/map.md b/doc/map.md index 173bbe98..18fcdc02 100644 --- a/doc/map.md +++ b/doc/map.md @@ -178,7 +178,7 @@ $map->setStaticOption('styles', [ If you want to configure map stylesheets, you can use: ``` php -$map->setStylesheet('position', 'absolute'); +$map->setStylesheetOption('position', 'absolute'); ``` ## Configure html attributes