re-categorise Geohash node as location

This commit is contained in:
Dave C-J
2014-12-12 23:15:09 +00:00
parent 5f78aa10ad
commit c128184d6a
4 changed files with 20 additions and 10 deletions

View File

@@ -34,7 +34,7 @@
<script type="text/javascript">
RED.nodes.registerType('geohash',{
category: 'function',
category: 'location',
color:"#DEBD5C",
defaults: {
name: {value:""}

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-geohash",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "A Node-RED node to encode and decode lat,lon pairs to a geohash.",
"dependencies" : {
"ngeohash" : "0.6.0"