update Readme
This commit is contained in:
parent
2e195108b8
commit
19fdeafdd2
12
README.md
12
README.md
@ -1,5 +1,5 @@
|
|||||||
node-red-node-web-worldmap
|
node-red-contrib-web-worldmap
|
||||||
==========================
|
=============================
|
||||||
|
|
||||||
A <a href="http://nodered.org" target="_new">Node-RED</a> node to provide world
|
A <a href="http://nodered.org" target="_new">Node-RED</a> node to provide world
|
||||||
map web page for plotting "things" on.
|
map web page for plotting "things" on.
|
||||||
@ -9,7 +9,7 @@ Install
|
|||||||
|
|
||||||
Run the following command in your Node-RED user directory - typically `~/.node-red`
|
Run the following command in your Node-RED user directory - typically `~/.node-red`
|
||||||
|
|
||||||
npm install node-red-node-web-worldmap
|
npm install node-red-contrib-web-worldmap
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
@ -44,12 +44,12 @@ You may select any of the Font Awesome set of [icons](http://fortawesome.github.
|
|||||||
However there are several specials...
|
However there are several specials...
|
||||||
|
|
||||||
- **plane** : a plane icon that aligns with the bearing of travel.
|
- **plane** : a plane icon that aligns with the bearing of travel.
|
||||||
- **ship** : a ship icon that aligns with the beearing of travel.
|
- **ship** : a ship icon that aligns with the bearing of travel.
|
||||||
- **friend** : pseudo Nato style blue rectangle.
|
- **friend** : pseudo Nato style blue rectangle.
|
||||||
- **hostile** : pseudo Nato style red circle.
|
- **hostile** : pseudo Nato style red circle.
|
||||||
- **neutral** : pseudo Nato style green square.
|
- **neutral** : pseudo Nato style green square.
|
||||||
- **unknown** : psuedo Nato style yellow square.
|
- **unknown** : pseudo Nato style yellow square.
|
||||||
- **earthquake** : black circle - diametre proportional to magnitude.
|
- **earthquake** : black circle - diameter proportional to magnitude.
|
||||||
|
|
||||||
If the payload contains an **area** property - that is an array of co-ordinates, e.g.
|
If the payload contains an **area** property - that is an array of co-ordinates, e.g.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-contrib-web-worldmap",
|
"name" : "node-red-contrib-web-worldmap",
|
||||||
"version" : "0.0.8",
|
"version" : "0.0.9",
|
||||||
"description" : "A Node-RED node to provide a web page of a world map for plotting things on.",
|
"description" : "A Node-RED node to provide a web page of a world map for plotting things on.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"express": "4.*"
|
"express": "4.*"
|
||||||
|
Loading…
Reference in New Issue
Block a user