aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-08-23 22:40:49 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-08-23 22:40:49 +1200
commit4757c4c9f6bf780ecedbbcb0312712a617070226 (patch)
tree930f6838cc63e53313fb816edbbaa4fb4bfe7f45 /debug.xml
parent3195e708dc18c82f07869267738e43f08bd74696 (diff)
downloadtraccar-server-4757c4c9f6bf780ecedbbcb0312712a617070226.tar.gz
traccar-server-4757c4c9f6bf780ecedbbcb0312712a617070226.tar.bz2
traccar-server-4757c4c9f6bf780ecedbbcb0312712a617070226.zip
Add support for custom maps
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.xml b/debug.xml
index ff78736bb..ecbfe6857 100644
--- a/debug.xml
+++ b/debug.xml
@@ -125,6 +125,7 @@
registration BIT NOT NULL,
map VARCHAR(128),
bingKey VARCHAR(128),
+ mapUrl VARCHAR(128),
language VARCHAR(128),
distanceUnit VARCHAR(128),
speedUnit VARCHAR(128),
@@ -152,6 +153,7 @@
registration = :registration,
map = :map,
bingKey = :bingKey,
+ mapUrl = :mapUrl,
language = :language,
distanceUnit = :distanceUnit,
speedUnit = :speedUnit,