We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931f66a commit 61da20eCopy full SHA for 61da20e
doc/api.md
@@ -23,14 +23,14 @@ http://localhost:3000/gtt/settings.json
23
"gttDefaultSetting": {
24
"defaultTrackerIcon": [
25
{
26
- "trackerID": "1",
+ "trackerID": 1,
27
"trackerName": "Task",
28
"icon": "maki-square"
29
},
30
],
31
"defaultStatusColor": [
32
33
- "statusID": "1",
+ "statusID": 1,
34
"statusName": "New",
35
"color": "#00ff00"
36
@@ -45,10 +45,10 @@ http://localhost:3000/gtt/settings.json
45
"LineString",
46
"Polygon"
47
48
- "GeoJsonUpload": null
+ "GeoJsonUpload": false
49
50
"geocoderSetting": {
51
- "enableGeocodingOnMap": "true",
+ "enableGeocodingOnMap": true,
52
"geocoderOptions": "{}"
53
}
54
0 commit comments