-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
38 lines (30 loc) · 1020 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"
/>
<title>MapTiler Geocoding Control</title>
<h1>MapTiler Geocoding Control Examples</h1>
<h2>Svelte</h2>
<ul>
<li><a href="/examples/maptiler-sdk/">MapTiler SDK</a></li>
<li><a href="/examples/maplibregl/">MapLibre GL JS</a></li>
<li><a href="/examples/leaflet/">Leaflet</a></li>
<li><a href="/examples/openlayers/">OpenLayers</a></li>
</ul>
<h2>React</h2>
<ul>
<li><a href="/examples/react/">Headless (no map, just the control)</a></li>
</ul>
<h2>Vanilla JS (UMD)</h2>
<p>
Before opening the following examples first build the library with
<code>npm run build</code>.
</p>
<ul>
<li><a href="/examples/standalone/maplibregl.html">MapLibre GL JS</a></li>
<li><a href="/examples/standalone/leaflet.html">Leaflet</a></li>
<li><a href="/examples/standalone/ol.html">OpenLayers</a></li>
</ul>