Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // https://storage.googleapis.com/file.json
- {
- "layerId": "layer_id_19H1",
- "layerName": "current-other",
- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature", /////////// this is the type of message
- "properties": {
- "featureId": "T,80",
- "layerId": "layer_id_19H1",
- "title": "TITLE INFORMATION", /////////// this is the title information
- "description": "HERE THE INPUT TESXT <br /> <br />WILL BE SHOWN.", /////////// Description to show
- "Man2_Type": "org.vdn",
- "header": "INPUT TEXT HEADER.",
- "lastModified": "04-02-2021 kl. 17:59", /////////// last motified name
- "beginPeriod": "04-02-2021 kl. 17:59", /////////// when this was sent
- "visible": "true",
- "Device": "Vej", /////////// the devicename i need to be as a sensor_id
- "explanationText": "Kilde"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ /////////// this will be the cordinates if i want to show a map card
- 12.458888,
- 55.5558
- ]
- }
- }
- ]
- }
Add Comment
Please, Sign In to add comment