You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
1
# node-red-contrib-web-worldmap
2
2
3
+
A <ahref="https://nodered.org"target="mapinfo">Node-RED</a> node to provide a world map web page for plotting "things" on. Please feel free to [](https://github.com/sponsors/dceejay) this project.
A <ahref="https://nodered.org"target="mapinfo">Node-RED</a> node to provide a world
8
-
map web page for plotting "things" on.
9
-
10
-
Feel free to [](https://github.com/sponsors/dceejay) this project.
- see [CHANGELOG](https://github.com/dceejay/RedMap/blob/master/CHANGELOG.md) for full list of changes.
38
27
@@ -97,6 +86,8 @@ If you use the name without the fa- prefix (eg `male`) you will get the icon ins
97
86
98
87
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)**.
99
88
89
+
Note: Not all browsers/OS support unicode emoji - if you can see the Swiss flag here (🇨🇭) then you may be OK.
90
+
100
91
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 of pixels - 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.
101
92
102
93
There are also several special icons...
@@ -143,8 +134,6 @@ There are lots of extra options you can specify as `msg.payload.options` - see t
143
134
144
135
Note: If the SIDC code is a 2525C 15 characters long, where chars 13 and 14 are a country code - then the country flag emoji is added to the staffComments field of the icon. If it's a 20 char 2525D code then the options:country property will be used to create the flag.
145
136
146
-
Note: Not all browsers/OS support unicode emoji - if you can see the Swiss flag here (🇨🇭) then you may be OK.
147
-
148
137
#### TAK Visualisation
149
138
150
139
Users of [TAK](https://tak.gov) can use the [TAK ingest node](https://flows.nodered.org/node/node-red-contrib-tak-registration) to create a JSON formatted TAK event object, received from a TAK server. This can be fed directly into the worldmap node.
0 commit comments