changeset 806:5ef542130865

client: add info section * Add info section to the bottom of the Identify box. Include link to gemma sources and mention data by open streetmap.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 27 Sep 2018 16:10:59 +0200
parents 12263aeb9c15
children 34b2cfcab24c
files client/src/layers/Identify.vue
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/layers/Identify.vue	Thu Sep 27 15:29:13 2018 +0200
+++ b/client/src/layers/Identify.vue	Thu Sep 27 16:10:59 2018 +0200
@@ -21,12 +21,25 @@
                         </div>
                     </div>
                 </div>
+                <div class="versioninfo">
+                  <hr/>
+                  gemma <a href="https://hg.intevation.de/gemma/file/tip"
+                     >source-code</a>
+                  <br/>
+                   Some data ©
+                   <a href="https://www.openstreetmap.org/copyright"
+                      >OpenSteetMap</a> contributors
+
+                </div>
             </div>
         </div>
     </div>
 </template>
 
 <style lang="scss">
+.versioninfo {
+  font-size:60%;
+}
 .identifymenu {
   position: relative;
   margin-right: $offset;