1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00
This commit is contained in:
Aiko Mastboom 2016-05-11 10:21:12 +02:00
parent ef73d0446e
commit e331755bed
3 changed files with 29 additions and 3 deletions

View File

@ -1,9 +1,10 @@
created: 20160405203401788
creator: user
modified: 20160405203440796
modified: 20160509160554167
modifier: user
tags:
title: GitHub
type: text/vnd.tiddlywiki
* https://github.com/aikomastboom
* https://github.com/aikomastboom
* https://rawgit.com

View File

@ -1,11 +1,15 @@
created: 20160405202356084
creator: user
modified: 20160425074001513
modified: 20160504200134793
modifier: user
tags:
title: Zwenkgras 20
type: text/vnd.tiddlywiki
* vloer woonkamer (dichtmaken)
* leuning vastzetten (VOOR TON BEGINT)
*
; Dakisolatie
: http://www.isolatie.net/dakisolatie/

View File

@ -0,0 +1,21 @@
created: 20160503091446340
creator: user
modified: 20160503091644395
modifier: user
tags:
title: geofence
type: text/vnd.tiddlywiki
; Geolib
: https://github.com/manuelbieh/geolib
; NODE-RED GEOFENCE NODE
: https://github.com/hardillb/node-red-node-geofence
: https://www.hardill.me.uk/wordpress/2014/11/30/node-red-geofence-node/
```
var loc = JSON.parse(msg.payload);
var newmsg = { lat: loc.lat, lon: loc.lon };
msg.location = newmsg;
return msg;
```