Skip to content

Commit 9e480a3

Browse files
authored
Merge pull request #321 from tableau/community_polylineviewer
Added Polyline Viewer to community page
2 parents bced946 + 32476cc commit 9e480a3

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest manifest-version="0.1" xmlns="http://www.tableau.com/xml/extension_manifest">
3+
<dashboard-extension id="com.tableau.extensions.dashboard.polylineviewer" extension-version="0.1.0">
4+
<default-locale>en_US</default-locale>
5+
<name resource-id="Polyline Viewer"/>
6+
<description>Take a polyline value and render it as a path on a map</description>
7+
<author name="Jac Fitzgerald" email="[email protected]" organization="tableau" website="https://www.tableau.com"/>
8+
<min-api-version>0.8</min-api-version>
9+
<source-location>
10+
<url>https://jacalata.github.io/PolylineViewer/PolylineViewer.html</url>
11+
</source-location>
12+
<icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAlhJREFUOI2Nkt9vy1EYh5/3bbsvRSySCZbIxI+ZCKsN2TKtSFyIrV2WuRCJuBiJWxfuxCVXbvwFgiEtposgLFJElnbU1SxIZIIRJDKTrdu+53Uhra4mce7Oe57Pcz7JOULFisViwZ+29LAzOSjQYDgz1ZcCvWuXV11MJpN+OS/lm6179teqH0yDqxPTCyKSA8DcDsyOmOprnCaeP7459pdgy969i0LTC3IO/RQMyoHcQN+3cnljW3dNIFC47qDaK3g7BwdTkwBaBELT4ZPOUVWgKl4ZBnjxJPUlMDnTDrp0pmr6RHFeEjjcUUXPDGeSEwDN0Xg8sivxMhJNjGzbHd8PkM3eHRfkrBM5NkcQaY2vUnTlrDIA0NoaX+KLXFFlowr14tvVpqb2MICzmQcKqxvbumv+NAhZGCCIPwEw6QWXKYRL/VUXO0+rAUJiPwAk5MIlgVfwPjjHLCL1APmHN94ZdqeYN+NW/mn6I4BvwQYchcLnwFhJMDiYmlRxAzjpKWZkYkUCcZ2I61wi37tLbYyjiN0fHk5Oz3nGSLSzBbNHCF35R7f6K1/hN9PRhek11FrymfQQQKB4+Gl05P2qNRtmETlXW7e+b2z01dfycGNbfFMAbqNyKp9Jp4rzOT8RYFs0njJkc2iqsCObvTsOsDWWqA5C1uFy+Uz/oXJeKwVT4h0RmPUXhi79vuC0Ku6yOffTK3g9lfxfDQAisY516sg5kfOCiJk7HoLt2cf9b/9LANAc7dznm98PagG1fUOZ9IP5uMB8Q4CPoyNvausapkTt3rNMuvdf3C/o6+czhtdwmwAAAABJRU5ErkJggg==</icon>
13+
<permissions>
14+
<permission>full data</permission>
15+
</permissions>
16+
</dashboard-extension>
17+
<resources>
18+
<resource id="name">
19+
<text locale="en_US">Polyline Viewer</text>
20+
</resource>
21+
</resources>
22+
</manifest>

community/community_extensions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,18 @@
175175
"source_code": "https://github.com/vizEpic/TREX/tree/master/nodeTreeCompact",
176176
"hostedTrexFileName": "Node Tree Compact.trex"
177177
},
178+
{
179+
"name": "Polyline Viewer",
180+
"hostedTrexFileName": "PolylineViewer.trex",
181+
"website": "https://jacalata.github.io/PolylineViewer/",
182+
"author": "Jac Fitzgerald",
183+
"github_username": "jacalata",
184+
"tags": [
185+
"v_1"
186+
],
187+
"description": "A Tableau Extension that takes an encoded polyline and displays it as a route on a map.",
188+
"source_code": "https://github.com/jacalata/PolylineViewer"
189+
},
178190
{
179191
"name": "Run Alteryx in Tableau",
180192
"website": "https://github.com/andre347/run-alteryx-tableau-extension",

0 commit comments

Comments
 (0)