1.0.28 • Published 3 years ago
sad-gps v1.0.28
SAD GPS
Signature / parameters
new AppMap({
htmlElement: '', // HTML node in which to generate the map
api: '', // API URL
contractRef: '', // Contract reference
basicAuth: '', // Basic auth password
locale: '', // Value in [fr, en, es, sk, cs, zh]
distributorColor: '', // Hexadecimal color. eg : #ff0000
isFullMode: '', // Boolean :
// True : Modes : Alerts configuration / History replay
// False : Mode : Dashboard tile with last position
isDevEnvironment: '' // Boolean. True : Adds debug features for developers
});Modes
Full mode
Modes :
• Alerts configurations
• History replay
<!-- HTML -->
<div class="sad-gps" id="sad-gps"></div>// JS
new AppMap({
htmlElement: '#sad-gps',
api: 'https://url-api.com',
contractRef: 'A0000XXX',
basicAuth: $basicAuthPa$$w0rd,
locale: 'fr',
distributorColor: '#ff0000',
isFullMode: true,
isDevEnvironment: false
});Last position mode
This updates every 2 minutes.
<!-- HTML -->
<div class="sad-gps" id="sad-gps"></div>// JS
new AppMap({
htmlElement: '#sad-gps',
api: 'https://url-api.com',
contractRef: 'A0000XXX',
basicAuth: $basicAuthPa$$w0rd,
locale: 'fr',
distributorColor: '#ff0000',
isFullMode: false,
isDevEnvironment: false
});1.0.28
3 years ago
1.0.27
3 years ago
1.0.26
3 years ago
1.0.22
3 years ago
1.0.25
3 years ago
1.0.24
3 years ago
1.0.23
3 years ago
1.0.21
4 years ago
1.0.20
5 years ago
1.0.19
5 years ago
1.0.18
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago