Kort over SDE
Go to file
Fox News e98c085193 location change to html 2021-12-21 10:03:51 +01:00
css Re Upload 2021-12-20 11:19:40 +01:00
images Re Upload 2021-12-20 11:19:40 +01:00
js Re Upload 2021-12-20 11:19:40 +01:00
maps Re Upload 2021-12-20 11:19:40 +01:00
Locationtest.html location change to html 2021-12-21 10:03:51 +01:00
README.md fixed read me 2021-12-20 11:25:30 +01:00
favicon.ico Re Upload 2021-12-20 11:19:40 +01:00
index.html location change to html 2021-12-21 10:03:51 +01:00

README.md

SDE-Map

Et interaktiv map over SDE

logo

Color Palette

  • #00788a
  • #002d4e
  • #6696b1
  • #94a964
  • #ed6c4d
  • #dba227

json struktur

Vi er ikke sikker på om det vil blive brugt.

"BygningNavn": {
  "info": [
    "info tekst 1",
    "info tekst 2"
   ],
   "image": [
    {
      "url": "../images/bygning/hus1.jpg",
      "description": "huset foran"
    }
   ]
}

Du kan adde flere billedere i image, det vil blive automatisk sat via information.js

"image": [
  {
    "url": "../images/bygning/hus1.jpg",
    "description": "huset foran"
  },
  {
    "url": "../images/bygning/hus2.jpg",
    "description": "huset bagved"
  }
]