Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // https://storage.googleapis.com/file.json ////// Dette er url fra feedet
- {
- "layerId": "layer_id_19H1",
- "layerName": "current-other",
- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature", /////////// Type af besked
- "properties": {
- "featureId": "T,80",
- "layerId": "layer_id_19H1",
- "title": "TITLE INFORMATION", /////////// this is the title information
- "description": "HER ER DER EN <br /> <br />BESKRIVELSE.", /////////// Beskrivelsen som skal vises
- "Man2_Type": "org.vdn",
- "header": "INPUT TEXT HEADER.",
- "lastModified": "04-02-2021 kl. 17:59", /////////// senest ændret
- "beginPeriod": "04-02-2021 kl. 17:59", /////////// tid for oprettelse
- "visible": "true",
- "Device": "HUS", /////////// enhedsnavn som skal bruges til sensor_id
- "explanationText": "Kilde"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ /////////// her er kordinatorne til et map card
- 12.458888,
- 55.5558
- ]
- }
- }
- ]
- }
Add Comment
Please, Sign In to add comment