Moin,
Node positions are stored as json per view.
All views data is stored below: $:/plugins/felixhayashi/tiddlymap/graph/views/NAME OF VIEW/
node positions are stored here:
$:/plugins/felixhayashi/tiddlymap/graph/views/NAME OF VIEW/map
So you can either parse the json or use the tiddlymap javascript API
var myView = new $tm.ViewAbstraction("NAME OF VIEW");
var nodePositions = myView.getNodeData(); // returns list of node data including positions shown in screenshot
Hope this helps
Felix

--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/VI1PR0501MB251151AFB3277A9215FCA371CECB0%40VI1PR0501MB2511.eurprd05.prod.outlook.com.