denperss

output data i need.

Feb 4th, 2021 (edited)
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.09 KB | None | 0 0
  1. // https://storage.googleapis.com/file.json
  2.  
  3. {
  4.   "layerId": "layer_id_19H1",
  5.   "layerName": "current-other",
  6.   "type": "FeatureCollection",
  7.   "features": [
  8.     {
  9.       "type": "Feature", /////////// this is the type of message
  10.       "properties": {
  11.         "featureId": "T,80",
  12.         "layerId": "layer_id_19H1",
  13.         "title": "TITLE INFORMATION", /////////// this is the title information
  14.         "description": "HERE THE INPUT TESXT <br /> <br />WILL BE SHOWN.", /////////// Description to show
  15.         "Man2_Type": "org.vdn",
  16.         "header": "INPUT TEXT HEADER.",
  17.         "lastModified": "04-02-2021 kl. 17:59", /////////// last motified name
  18.         "beginPeriod": "04-02-2021 kl. 17:59", /////////// when this was sent
  19.         "visible": "true",
  20.         "Device": "Vej", /////////// the devicename i need to be as a sensor_id
  21.         "explanationText": "Kilde"
  22.       },
  23.       "geometry": {
  24.         "type": "Point",
  25.         "coordinates": [ /////////// this will be the cordinates if i want to show a map card
  26.           12.458888,
  27.           55.5558
  28.         ]
  29.       }
  30.     }
  31.   ]
  32. }
Add Comment
Please, Sign In to add comment