Last active
February 8, 2017 18:29
-
-
Save oscarfonts/d4c29d952fa0dc99540fbfa8037f6c23 to your computer and use it in GitHub Desktop.
iecolab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Map Widget Example</title> | |
<script src="http://sensors.fonts.cat/js/SensorWidgets.js"></script> | |
<script> | |
SensorWidget('map', { | |
"service": "http://wsncentral.iecolab.es/observations/service", | |
"offering": "offering:http://wsncentral.iecolab.es/observations/procedure/sensirion/TemperatureandHumidityProbe/noSerialNumberDeclared/0EAD0000000001DX/observations", | |
"title": "Temperatura Bosque de los Sentidos", | |
"features": [ | |
"http://wsncentral.iecolab.es/observations/foi/SSF/SP/EPSG:4326/37.163285/-3.605593" | |
], | |
"properties": [ | |
"http://vocabs.lter-europe.net/EnvThes/USLterCV_22", | |
"http://vocabs.lter-europe.net/EnvThes/USLterCV_463", | |
"http://vocabs.lter-europe.net/EnvThes/USLterCV_525", | |
"http://vocabs.lter-europe.net/EnvThes/USLterCV_530" | |
], | |
"permanent_tooltips": "true", | |
"popup_widget": { | |
"name": "timechart", | |
"title": "Temperatura Bosque de los Sentidos", | |
"properties": [ | |
"http://vocabs.lter-europe.net/EnvThes/USLterCV_22", | |
"http://vocabs.lter-europe.net/EnvThes/USLterCV_463", | |
"http://vocabs.lter-europe.net/EnvThes/USLterCV_525", | |
"http://vocabs.lter-europe.net/EnvThes/USLterCV_530" | |
], | |
"time_start": "2017-01-28T09:51:30Z", | |
"time_end": "2017-02-05T12:51:30Z" | |
} | |
}, document.getElementById('map-container')); | |
</script> | |
</head> | |
<body> | |
<div id="map-container"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment