-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
58 lines (45 loc) · 2.3 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<!----------------------------------------------------------
Copyright (c) 2015 Jean-Marc VIGLINO,
released under the CeCILL license (http://www.cecill.info/).
Geoportail-KISS
------------------------------------------------------------>
<html>
<head>
<title>Geoportail-KISS</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="../style.css" />
<style>
h2 { color:#369; margin:0.5em 0 0; }
p.info { margin:0; }
p { margin:0 1em; }
ul { margin:0; }
</style>
</head>
<body>
<a href="https://github.com/Viglino/Geoportail-KISS"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<h1>KISS-Géoportail</h1>
<p class='info'>Geoportail-KISS is a simple way to integrate mapping services of the French Geoportail in the main JavaScript mapping API (OpenLayers, Leaflet, OL3, Google).</p>
<h2>Openlayers</h2>
<p><a href="openlayers/map.html">Example</a></p>
<h2>Leaflet</h2>
<p><a href="leaflet/map.html">Example</a></p>
<h2>Google Map</h2>
<p><a href="gmap/map.html">Example</a></p>
<h2>OL3</h2>
<p><a href="ol3/map.html">Example</a></p>
<h2>jQGeoportail</h2>
<p><a href="jQGeoportail/map.html">Example</a></p>
<ul>
<li><a href="jQGeoportail/examples/simple-map.html">A simple map</a></li>
<li><a href="jQGeoportail/examples/popup-map.html">A map with a popup</a></li>
<li><a href="jQGeoportail/examples/layer-map.html">A map with layers</a></li>
<li><a href="jQGeoportail/examples/kml-map.html">A map with a KML</a></li>
<li><a href="jQGeoportail/examples/gpx-map.html">A map with a GPX</a></li>
<li><a href="jQGeoportail/examples/geojson-map.html">A map with a GeoJSON</a></li>
<li><a href="jQGeoportail/examples/form-map.html">A map with vector informations</a></li>
</ul>
<h2>Capabilities</h2>
<p><a href="geopcapabilities/autoconf.html">Get configuration info for a key</a></p>
</body>
</html>