Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLMilner committed Aug 6, 2023
1 parent 80885cc commit f1d1832
Show file tree
Hide file tree
Showing 30 changed files with 1,083 additions and 639 deletions.
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

60 changes: 32 additions & 28 deletions docs/classes/TerraDraw.html

Large diffs are not rendered by default.

134 changes: 91 additions & 43 deletions docs/classes/TerraDrawCircleMode.html

Large diffs are not rendered by default.

136 changes: 92 additions & 44 deletions docs/classes/TerraDrawFreehandMode.html

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions docs/classes/TerraDrawGoogleMapsAdapter.html

Large diffs are not rendered by default.

138 changes: 93 additions & 45 deletions docs/classes/TerraDrawGreatCircleMode.html

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions docs/classes/TerraDrawLeafletAdapter.html

Large diffs are not rendered by default.

142 changes: 95 additions & 47 deletions docs/classes/TerraDrawLineStringMode.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/classes/TerraDrawMapLibreGLAdapter.html

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions docs/classes/TerraDrawMapboxGLAdapter.html

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions docs/classes/TerraDrawOpenLayersAdapter.html

Large diffs are not rendered by default.

124 changes: 86 additions & 38 deletions docs/classes/TerraDrawPointMode.html

Large diffs are not rendered by default.

144 changes: 96 additions & 48 deletions docs/classes/TerraDrawPolygonMode.html

Large diffs are not rendered by default.

136 changes: 92 additions & 44 deletions docs/classes/TerraDrawRectangleMode.html

Large diffs are not rendered by default.

139 changes: 97 additions & 42 deletions docs/classes/TerraDrawRenderMode.html

Large diffs are not rendered by default.

166 changes: 107 additions & 59 deletions docs/classes/TerraDrawSelectMode.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ <h3>Library Support</h3>
<li><a href="https://leafletjs.com/">Leaflet</a> v1</li>
<li><a href="https://openlayers.org/">OpenLayers</a> v7</li>
<li><a href="https://www.mapbox.com/mapbox-gljs">Mapbox GL JS</a> v2</li>
<li><a href="https://maplibre.org/projects/maplibre-gl-js/">MapLibre</a> v2</li>
<li><a href="https://maplibre.org/projects/maplibre-gl-js/">MapLibre</a> v2/v3</li>
<li><a href="https://developers.google.com/maps/documentation/javascript/overview">Google Maps JS API</a> v3</li>
<li><a href="https://developers.arcgis.com/javascript/latest/">ArcGIS JavaScript SDK</a> v4 (MapView)</li>
</ul>

<a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
<h3>Getting Started</h3>
</a>
<p>Please see the <a href="./guides/GETTING_STARTED.md">the getting started guide</a></p>
<p>Please see the <a href="./guides/GETTING_STARTED.md">the getting started guide</a> - this provides a host of information on how get up and running with Terra Draw. You may also find some useful pointers for things you may be finding yourself wanting to do in the <a href="./guides/COMMON_PATTERNS.md">common patterns guide</a>.</p>

<a href="#development" id="development" style="color: inherit; text-decoration: none;">
<h3>Development</h3>
Expand Down
24 changes: 12 additions & 12 deletions docs/interfaces/TerraDrawAdapterStyling.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">TerraDrawAdapterStyling</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L9">common.ts:9</a></li></ul></aside>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L17">common.ts:17</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand All @@ -46,57 +46,57 @@ <h2>Properties</h2>
<h3 class="tsd-anchor-link"><span>line<wbr/>String<wbr/>Color</span><a href="#lineStringColor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">line<wbr/>String<wbr/>Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">`</span><span class="tsd-signature-type">#</span><span class="tsd-signature-symbol">${</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">`</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L19">common.ts:19</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L27">common.ts:27</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="lineStringWidth" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>line<wbr/>String<wbr/>Width</span><a href="#lineStringWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">line<wbr/>String<wbr/>Width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L18">common.ts:18</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L26">common.ts:26</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="pointColor" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>point<wbr/>Color</span><a href="#pointColor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">point<wbr/>Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">`</span><span class="tsd-signature-type">#</span><span class="tsd-signature-symbol">${</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">`</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L10">common.ts:10</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L18">common.ts:18</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="pointOutlineColor" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>point<wbr/>Outline<wbr/>Color</span><a href="#pointOutlineColor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">point<wbr/>Outline<wbr/>Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">`</span><span class="tsd-signature-type">#</span><span class="tsd-signature-symbol">${</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">`</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L12">common.ts:12</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L20">common.ts:20</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="pointOutlineWidth" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>point<wbr/>Outline<wbr/>Width</span><a href="#pointOutlineWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">point<wbr/>Outline<wbr/>Width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L13">common.ts:13</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L21">common.ts:21</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="pointWidth" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>point<wbr/>Width</span><a href="#pointWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">point<wbr/>Width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L11">common.ts:11</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L19">common.ts:19</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="polygonFillColor" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>polygon<wbr/>Fill<wbr/>Color</span><a href="#polygonFillColor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">polygon<wbr/>Fill<wbr/>Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">`</span><span class="tsd-signature-type">#</span><span class="tsd-signature-symbol">${</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">`</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L14">common.ts:14</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L22">common.ts:22</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="polygonFillOpacity" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>polygon<wbr/>Fill<wbr/>Opacity</span><a href="#polygonFillOpacity" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">polygon<wbr/>Fill<wbr/>Opacity<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L15">common.ts:15</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L23">common.ts:23</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="polygonOutlineColor" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>polygon<wbr/>Outline<wbr/>Color</span><a href="#polygonOutlineColor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">polygon<wbr/>Outline<wbr/>Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">`</span><span class="tsd-signature-type">#</span><span class="tsd-signature-symbol">${</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">`</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L16">common.ts:16</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L24">common.ts:24</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="polygonOutlineWidth" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>polygon<wbr/>Outline<wbr/>Width</span><a href="#polygonOutlineWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">polygon<wbr/>Outline<wbr/>Width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L17">common.ts:17</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L25">common.ts:25</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="zIndex" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>z<wbr/>Index</span><a href="#zIndex" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">z<wbr/>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L20">common.ts:20</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L28">common.ts:28</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
10 changes: 5 additions & 5 deletions docs/interfaces/TerraDrawChanges.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">TerraDrawChanges</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L96">common.ts:96</a></li></ul></aside>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L104">common.ts:104</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand All @@ -39,22 +39,22 @@ <h2>Properties</h2>
<h3 class="tsd-anchor-link"><span>created</span><a href="#created" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<div class="tsd-signature">created<span class="tsd-signature-symbol">:</span> <a href="../types/GeoJSONStoreFeatures.html" class="tsd-signature-type" data-tsd-kind="Type alias">GeoJSONStoreFeatures</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L97">common.ts:97</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L105">common.ts:105</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="deletedIds" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>deleted<wbr/>Ids</span><a href="#deletedIds" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">deleted<wbr/>Ids<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L100">common.ts:100</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L108">common.ts:108</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="unchanged" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>unchanged</span><a href="#unchanged" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">unchanged<span class="tsd-signature-symbol">:</span> <a href="../types/GeoJSONStoreFeatures.html" class="tsd-signature-type" data-tsd-kind="Type alias">GeoJSONStoreFeatures</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L99">common.ts:99</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L107">common.ts:107</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="updated" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>updated</span><a href="#updated" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">updated<span class="tsd-signature-symbol">:</span> <a href="../types/GeoJSONStoreFeatures.html" class="tsd-signature-type" data-tsd-kind="Type alias">GeoJSONStoreFeatures</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/bef6b4e/src/common.ts#L98">common.ts:98</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/JamesLMilner/terra-draw/blob/f640815/src/common.ts#L106">common.ts:106</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
Loading

0 comments on commit f1d1832

Please sign in to comment.