Jonathan Huang a8d5ea15fe Example 5 - Polygon Lasso (#1816)
* [DC] add example 5

[DC] update converGeoJSONtoSQL function

[DC] update dependencies to include sprintf

[DC] example 5, no hover on poly select

[DC] disable hover and clicks on polygon draw mode for lasso tool

[DC] wrap coord filter in parens

[DC] test map draw mixin

[DC] use unlikely statement optimization for polygon queries

* circle experiment

* [DC] add circle control to example 5

* update mapbox-gl-draw build process

* [DC] update circle query

* [DC] add tests for circle geojson to sql

* [DC] update circle lasso formula

* [DC] use distance_in_meters for circle query

* fix tests

* update example
2016-11-17 17:50:08 -08:00

14 lines
424 B
HTML

<a href="./example1.html">Example 1</a>
<br />
<a href="./example2.html">Example 2</a>
<br />
<a href="./example3.html">Example 3</a>
<br />
<a href="./example4.html">Example 4</a>
<br />
<a href="./example5.html">Example 5</a>
<br />
<a href="./exampleMultiLayerMap.html">Backend-rendered Multi-Layer Map Example</a>
<br />
<a href="./exampleMultiLayerScatterplot.html">Backend-rendered Multi-Layer Scatterplot Example</a>