mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
update
This commit is contained in:
parent
ef73d0446e
commit
e331755bed
@ -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
|
||||
@ -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/
|
||||
|
||||
|
||||
21
mywiki/tiddlers/geofence.tid
Normal file
21
mywiki/tiddlers/geofence.tid
Normal 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;
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user