From e2f84d786d7cad03e0099b5a43050d171e770e37 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Wed, 1 Nov 2023 10:09:08 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76a0f31..3deff31 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Optional properties for **msg.payload** include - **alt | altitude | altft | altm** : Altitude in meters, but can use *altft* to specify feet instead. - **accuracy** : when combined with heading vector, draws an arc of possible direction. - **color** : CSS color name or #rrggbb value for heading vector line or accuracy polygon. - - **icon** : font awesome icon name, weather-lite icon, :emoji name:, or https:// uri. + - **icon** : font awesome icon name, weather-lite icon, :emoji name:, or https:// or inline data:image/ uri. - **iconColor** : Standard CSS colour name or #rrggbb hex value. - **SIDC** : NATO symbology code (can be used instead of icon). See below. - **building** : OSMbulding GeoJSON feature set to add 2.5D buildings to buildings layer. See below. @@ -92,7 +92,7 @@ If you use the name without the fa- prefix (eg `male`) you will get the icon ins You can also specify an emoji as the icon by using the :emoji name: syntax - for example `:smile:`. Here is a **[list of emojis](https://github.com/dceejay/RedMap/blob/master/emojilist.md)**. -Or you can specify an image to load as an icon by setting the icon to http(s)://... By default it will be scaled to 32x32 pixels. You can change the size by setting **iconSize** to a number - eg 64. Example icon - `"https://img.icons8.com/windows/32/000000/bird.png"` +Or you can specify an image to load as an icon by setting the icon to http(s)://... By default it will be scaled to 32x32 pixels. You can change the size by setting **iconSize** to a number - eg 64. Example icon - `"https://img.icons8.com/windows/32/000000/bird.png"` or you can use an inline image of the form data:image/... which uses a base64 encoded image. There are also several special icons...