slight update to readme

This commit is contained in:
Dave Conway-Jones 2017-06-26 16:21:55 +01:00
parent b61b149ed8
commit 8314f9dc05
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D
2 changed files with 3 additions and 1 deletions

View File

@ -64,6 +64,8 @@ However there are several specials...
- **plane** : a plane icon that aligns with the bearing of travel.
- **ship** : a ship icon that aligns with the bearing of travel.
- **car** : a car icon that aligns with the bearing of travel.
- **arrow** : a map GPS arrow type pointer that aligns with the bearing of travel.
- **wind** : a wind arrow that points in the direction the wind is coming FROM.
- **locate** : a 4 corner outline to locate a point without obscuring it.
- **friend** : pseudo Nato style blue rectangle.
- **hostile** : pseudo Nato style red circle.

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-contrib-web-worldmap",
"version" : "1.0.30",
"version" : "1.0.31",
"description" : "A Node-RED node to provide a web page of a world map for plotting things on.",
"dependencies" : {
"express": "^4.15.0",