This repository was archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
259 lines (231 loc) · 12.7 KB
/
index.html
File metadata and controls
259 lines (231 loc) · 12.7 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>GeoMapFish - GeoMapFish</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://geomapfish.org/images/brand/favicon.ico" rel="icon">
<link rel="canonical" href="https://geomapfish.org/index.html">
<meta name="author" content="Michael Kalbermatten" />
<meta name="keywords" content="geoportal,geomapfish,webgis,gis,python" />
<meta name="description" content="GeoMapFish is a web based gis application" />
<meta property="og:site_name" content="GeoMapFish" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="GeoMapFish"/>
<meta property="og:url" content="https://geomapfish.org/index.html"/>
<meta property="og:description" content="GeoMapFish is a web based gis application" />
<!-- Bootstrap -->
<link rel="stylesheet" href="https://geomapfish.org/theme/css/bootstrap.min.css" type="text/css"/>
<link href="https://geomapfish.org/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="https://geomapfish.org/theme/css/pygments/native.css" rel="stylesheet">
<link rel="stylesheet" href="https://geomapfish.org/theme/css/style.css" type="text/css"/>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="https://geomapfish.org/" class="navbar-brand">
<img class="img-responsive pull-left gap-right" src="https://geomapfish.org/images/brand/logo.png" width=""/> GeoMapFish </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="https://geomapfish.org/index.html">
Home
</a></li>
<li><a href="https://geomapfish.org/functionalities">
Functionalities
</a></li>
<li><a href="https://geomapfish.org/documentation">
Documentation
</a></li>
<li><a href="https://geomapfish.org/gallery">
Gallery
</a></li>
<li><a href="https://geomapfish.org/community">
Community
</a></li>
<li><a href="https://geomapfish.org/roadmap">
Roadmap
</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container">
<div class="row">
<div class="col-sm-10">
<section id="content" class="body">
<h1 class="entry-title">GeoMapFish</h1>
<span class="label label-default">Lang</span>
<a href="https://geomapfish.org/de/index.html">de</a>
<a href="https://geomapfish.org/fr/index.html">fr</a>
<div class="entry-content">
<div class="row">
<div class="col-sm-12">
<video autoplay muted class="img-responsive" loop src="https://sitn.ne.ch/web/geomapfish/geomapfish-org/intro.mp4">
</video>
</div>
</div>
<div class="row" style="margin-top: 1em;">
<div class="col-sm-6">
<a href="https://geomapfish-demo-2-7.camptocamp.com/?lang=en" target="_blank" role="button" class="btn btn-primary btn-lg btn-block">Live demo</a>
</div>
<div class="col-sm-6">
<a href="https://github.com/geomapfish/getting_started" target="_blank" role="button" class="btn btn-default btn-lg btn-block">Getting started</a>
</div>
</div>
<p class="mt-2">Thank you for visiting, welcome on the GeoMapFish (GMF) community website!</p>
<h2>Overview</h2>
<p>
GeoMapFish allows to build rich and extensible WebGIS in an easy and flexible way through a online geoportal.
It has been developped to fulfill the needs of various actors in the geospatial environment,
might it be public, private or academic actors.
</p>
<p>
GeoMapFish is organized around a <a href="/community">community and a project steering committee</a>.
</p>
<h2>Features</h2>
<p>
For a full list of features, please take a look at the <a href="/functionalities">functionalities</a> page.
</p>
<div class="mt-1 flex">
<img class="mr-1 no-shrink" alt="webmapping" src="/images/3_2_webmapping.png">
<p>
<strong>Mapping</strong> includes all expected tools one would need in a WebGIS: measurement, drawing,
printing, etc.
</p>
</div>
<div class="mt-1 flex">
<img class="mr-1 no-shrink" alt="editing" src="/images/1_8_layer_editing.png">
<p>
<strong>Advanced editing</strong> is possible (points, lines, polygons, snapping) on protected DB layers
which can even be restricted to some given area.
</p>
</div>
<div class="mt-1 flex">
<img class="mr-1 no-shrink" alt="responsive" src="/images/1_1_responsive.png">
<p>
<strong>Responsive</strong> templates are made available for an fluid user experience.
</p>
</div>
<div class="mt-1 flex">
<img class="mr-1 no-shrink" alt="webmapping description" src="/images/2_1_configuration.png">
<p>
<strong>Customizable and extensible</strong> application - Plugins and even user developped plugins can be
added or removed from the application in order to give you complete control of what experience you want to
share with your users.
</p>
</div>
<script>
document.getElementsByClassName('entry-title')[0].setAttribute('hidden', true)
</script>
</div>
</section>
</div>
<div class="col-sm-2" id="sidebar">
<aside>
<!-- Sidebar -->
<section class="well well-sm">
<ul class="list-group list-group-flush">
<!-- Sidebar/Images -->
<div>
<h4>References</h4>
<div id="links">
<div class="mt-1">
<a href="https://carto.aprona.net" target="_blank"><img width="100%" src="/images/references/aprona.png" alt="Aprona, l'observatoire de la nappe d'Alsace" title="Aprona, l'observatoire de la nappe d'Alsace"/></a>
</div>
<div class="mt-1">
<a href="https://map.cartoriviera.ch" target="_blank"><img width="100%" src="/images/references/cartoriviera.png" alt="Géoportail cartographique de la Riviera" title="Géoportail cartographique de la Riviera"/></a>
</div>
<div class="mt-1">
<a href="https://map.cartolacote.ch" target="_blank"><img width="100%" src="/images/references/cartolacote.png" alt="Géoportail Cartolacôte" title="Géoportail Cartolacôte"/></a>
</div>
<div class="mt-1">
<a href="https://map.cjl.ch" target="_blank"><img width="100%" src="/images/references/cjl.png" alt="Géoportail du district de Morges" title="Géoportail du district de Morges"/></a>
</div>
<div class="mt-1">
<a href="https://geo.saintpierre.re" target="_blank"><img width="100%" src="/images/references/saint-pierre.png" alt="Géoportail de Saint-Pierre" title="Géoportail de Saint-Pierre"/></a>
</div>
<div class="mt-1">
<a href="https://geo.jura.ch" target="_blank"><img width="100%" src="/images/references/jura.svg" alt="Géoportail du Système d'Information du Territoire Jurassien" title="Géoportail du Système d'Information du Territoire Jurassien"/></a>
</div>
<div class="mt-1">
<a href="https://sitn.ne.ch" target="_blank"><img width="100%" src="/images/references/neuchatel.png" alt="Géoportail du Système d'Information du Territoire Neuchâtelois" title="Géoportail du Système d'Information du Territoire Neuchâtelois"/></a>
</div>
<div class="mt-1">
<a href="https://geoportail.epfl.ch" target="_blank"><img width="100%" src="/images/references/epfl.svg" alt="Géoportail EPFL" title="Géoportail EPFL"/></a>
</div>
<div class="mt-1">
<a href="https://mapnv.ch" target="_blank"><img width="100%" src="/images/references/mapnv.png" alt="Géoportail Nord Vaudois - Yverdon-les-Bains" title="Géoportail Nord Vaudois - Yverdon-les-Bains"/></a>
</div>
<div class="mt-1">
<a href="https://map.geo.ti.ch" target="_blank"><img width="100%" src="/images/references/ticino.png" alt="Geoportale del Cantone Ticino" title="Geoportale del Cantone Ticino"/></a>
</div>
<div class="mt-1">
<a href="https://geoview.bl.ch" target="_blank"><img width="100%" src="/images/references/basel-land.svg" alt="Geoview Basel Landschaft" title="Geoview Basel Landschaft"/></a>
</div>
<div class="mt-1">
<a href="https://map.geo.gr.ch" target="_blank"><img width="100%" src="/images/references/graubunden.png" alt="Graubünden Interaktive Karten" title="Graubünden Interaktive Karten"/></a>
</div>
<div class="mt-1">
<a href="https://nendaz-geoportail.sig.cloud.camptocamp.net" target="_blank"><img width="100%" src="/images/references/nendaz.png" alt="Guichet cartographique de Nendaz" title="Guichet cartographique de Nendaz"/></a>
</div>
<div class="mt-1">
<a href="https://map.geo.bs.ch" target="_blank"><img width="100%" src="/images/references/mapbs.png" alt="MapBS Geoportal Kanton Basel-Stadt" title="MapBS Geoportal Kanton Basel-Stadt"/></a>
</div>
<div class="mt-1">
<a href="https://carto.grand-chatellerault.fr" target="_blank"><img width="100%" src="/images/references/grand-chatellerault.png" alt="Portail Cartographique de l'Agglomération du Pays Châtelleraudais" title="Portail Cartographique de l'Agglomération du Pays Châtelleraudais"/></a>
</div>
<div class="mt-1">
<a href="https://www.sigip.ch" target="_blank"><img width="100%" src="/images/references/sigip.png" alt="Système d'Information Géographique Intercommunal de Pully et Belmont" title="Système d'Information Géographique Intercommunal de Pully et Belmont"/></a>
</div>
<div class="mt-1">
<a href="https://www.vsgis.ch" target="_blank"><img width="100%" src="/images/references/vsgis.png" alt="WebGIS der Walliser Gemeinden von RUDAZ+PARTNER SA/AG" title="WebGIS der Walliser Gemeinden von RUDAZ+PARTNER SA/AG"/></a>
</div>
<div class="mt-1">
<a href="https://map.geo.sz.ch" target="_blank"><img width="100%" src="/images/references/kantonschwyz.png" alt="WebGIS Kanton Schwyz" title="WebGIS Kanton Schwyz"/></a>
</div>
<div class="mt-1">
<a href="https://www.geocommunes.ch/references/" target="_blank"><img width="100%" src="/images/references/geocommunes.png" alt="Association GeoCommunes" title="Association GeoCommunes"/></a>
</div>
</div>
</div>
<!-- End Sidebar/Images -->
</ul>
</section>
<!-- End Sidebar --> </aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© GeoMapFish user community
· Powered by <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="https://geomapfish.org/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://geomapfish.org/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="https://geomapfish.org/theme/js/respond.min.js"></script>
</body>
</html>