diff --git a/community/CommunityManifests/PolylineViewer.trex b/community/CommunityManifests/PolylineViewer.trex new file mode 100644 index 00000000..2f342582 --- /dev/null +++ b/community/CommunityManifests/PolylineViewer.trex @@ -0,0 +1,22 @@ + + + + en_US + + Take a polyline value and render it as a path on a map + + 0.8 + + https://jacalata.github.io/PolylineViewer/PolylineViewer.html + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAlhJREFUOI2Nkt9vy1EYh5/3bbsvRSySCZbIxI+ZCKsN2TKtSFyIrV2WuRCJuBiJWxfuxCVXbvwFgiEtposgLFJElnbU1SxIZIIRJDKTrdu+53Uhra4mce7Oe57Pcz7JOULFisViwZ+29LAzOSjQYDgz1ZcCvWuXV11MJpN+OS/lm6179teqH0yDqxPTCyKSA8DcDsyOmOprnCaeP7459pdgy969i0LTC3IO/RQMyoHcQN+3cnljW3dNIFC47qDaK3g7BwdTkwBaBELT4ZPOUVWgKl4ZBnjxJPUlMDnTDrp0pmr6RHFeEjjcUUXPDGeSEwDN0Xg8sivxMhJNjGzbHd8PkM3eHRfkrBM5NkcQaY2vUnTlrDIA0NoaX+KLXFFlowr14tvVpqb2MICzmQcKqxvbumv+NAhZGCCIPwEw6QWXKYRL/VUXO0+rAUJiPwAk5MIlgVfwPjjHLCL1APmHN94ZdqeYN+NW/mn6I4BvwQYchcLnwFhJMDiYmlRxAzjpKWZkYkUCcZ2I61wi37tLbYyjiN0fHk5Oz3nGSLSzBbNHCF35R7f6K1/hN9PRhek11FrymfQQQKB4+Gl05P2qNRtmETlXW7e+b2z01dfycGNbfFMAbqNyKp9Jp4rzOT8RYFs0njJkc2iqsCObvTsOsDWWqA5C1uFy+Uz/oXJeKwVT4h0RmPUXhi79vuC0Ku6yOffTK3g9lfxfDQAisY516sg5kfOCiJk7HoLt2cf9b/9LANAc7dznm98PagG1fUOZ9IP5uMB8Q4CPoyNvausapkTt3rNMuvdf3C/o6+czhtdwmwAAAABJRU5ErkJggg== + + full data + + + + + Polyline Viewer + + + diff --git a/community/community_extensions.json b/community/community_extensions.json index 9943399d..f3da902d 100644 --- a/community/community_extensions.json +++ b/community/community_extensions.json @@ -175,6 +175,18 @@ "source_code": "https://github.com/vizEpic/TREX/tree/master/nodeTreeCompact", "hostedTrexFileName": "Node Tree Compact.trex" }, + { + "name": "Polyline Viewer", + "hostedTrexFileName": "PolylineViewer.trex", + "website": "https://jacalata.github.io/PolylineViewer/", + "author": "Jac Fitzgerald", + "github_username": "jacalata", + "tags": [ + "v_1" + ], + "description": "A Tableau Extension that takes an encoded polyline and displays it as a route on a map.", + "source_code": "https://github.com/jacalata/PolylineViewer" + }, { "name": "Run Alteryx in Tableau", "website": "https://github.com/andre347/run-alteryx-tableau-extension",