denperss

Untitled

Feb 4th, 2021 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.08 KB | None | 0 0
  1. // https://storage.googleapis.com/file.json ////// Dette er url fra feedet
  2.  
  3. {
  4.   "layerId": "layer_id_19H1",
  5.   "layerName": "current-other",
  6.   "type": "FeatureCollection",
  7.   "features": [
  8.     {
  9.       "type": "Feature", /////////// Type af besked
  10.       "properties": {
  11.         "featureId": "T,80",
  12.         "layerId": "layer_id_19H1",
  13.         "title": "TITLE INFORMATION", /////////// this is the title information
  14.         "description": "HER ER DER EN <br /> <br />BESKRIVELSE.", /////////// Beskrivelsen som skal vises
  15.         "Man2_Type": "org.vdn",
  16.         "header": "INPUT TEXT HEADER.",
  17.         "lastModified": "04-02-2021 kl. 17:59", /////////// senest ændret
  18.         "beginPeriod": "04-02-2021 kl. 17:59", /////////// tid for oprettelse
  19.         "visible": "true",
  20.         "Device": "HUS", /////////// enhedsnavn som skal bruges til sensor_id
  21.         "explanationText": "Kilde"
  22.       },
  23.       "geometry": {
  24.         "type": "Point",
  25.         "coordinates": [ /////////// her er kordinatorne til et map card
  26.           12.458888,
  27.           55.5558
  28.         ]
  29.       }
  30.     }
  31.   ]
  32. }
Add Comment
Please, Sign In to add comment