mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add some icon love to extra parser nodes
base64, msgpack, geohash and what3words
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "arrow-in.png",
|
||||
icon: "parser-geohash.png",
|
||||
label: function() {
|
||||
return this.name||"geohash";
|
||||
},
|
||||
|
BIN
parsers/geohash/icons/parser-geohash.png
Normal file
BIN
parsers/geohash/icons/parser-geohash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 275 B |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-geohash",
|
||||
"version" : "0.1.8",
|
||||
"version" : "0.1.9",
|
||||
"description" : "A Node-RED node to encode and decode lat,lon pairs to a geohash.",
|
||||
"dependencies" : {
|
||||
"ngeohash" : "0.6.0"
|
||||
|
Reference in New Issue
Block a user