{{ define "main" }}

Latest development version

Here you can find the latest version of OpenGeoSys. But be warned: although this version was successfully tested by the continuous integration system it may be unstable or incomplete...

Downloads

Downloads for the current development version of OpenGeoSys can be found on our continuous integration system:

    {{ range .Params.head_downloads }}
  • {{ .name }} {{ if .note }} ({{ .note | markdownify }}){{ end }}
  • {{ end }}

{{ range first 1 .Data.Pages }} {{ $vtag := (print "v" .Params.tag ) }}

Current release with bug-fixes: {{ .Params.tag }}

Here you can find the last released version ({{ .Params.tag }}) of OpenGeoSys enhanced with bug-fixes . We recommend to use this version for production.

Downloads

Current Release: {{ .Title }}

{{ partial "releases/single.html" . }} {{ end }}

Older releases

OpenGeoSys-5

{{ with .Site.GetPage "/ogs-5" }}{{ .Content | markdownify }}{{ end }}
{{ end }}