aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/DeviceImages.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-12 17:51:22 +1300
committerGitHub <noreply@github.com>2016-11-12 17:51:22 +1300
commit47736283522118f9b66956ff11ebe16d89130e5f (patch)
tree1605903cd07a3c9d60f3fcfee59a363c3efcfbf2 /web/app/store/DeviceImages.js
parentc75bb10098dab752343f2bf0f6830fd4a4d14d6c (diff)
parent3dc5561005d248ec09f68a2b4a75d570a18d0d38 (diff)
downloadetbsa-traccar-web-47736283522118f9b66956ff11ebe16d89130e5f.tar.gz
etbsa-traccar-web-47736283522118f9b66956ff11ebe16d89130e5f.tar.bz2
etbsa-traccar-web-47736283522118f9b66956ff11ebe16d89130e5f.zip
Merge pull request #314 from tananaev/images
Implement new style for images
Diffstat (limited to 'web/app/store/DeviceImages.js')
-rw-r--r--web/app/store/DeviceImages.js36
1 files changed, 18 insertions, 18 deletions
diff --git a/web/app/store/DeviceImages.js b/web/app/store/DeviceImages.js
index efe8606..4a89f4c 100644
--- a/web/app/store/DeviceImages.js
+++ b/web/app/store/DeviceImages.js
@@ -30,64 +30,64 @@ Ext.define('Traccar.store.DeviceImages', {
key: 'default',
name: Strings.categoryDefault,
svg: document.getElementById('defaultSvg').contentDocument,
- fillId: 'path4724',
- rotateId: 'path4724',
+ fillId: 'background',
+ rotateId: 'background',
scaleId: 'layer1'
}, {
key: 'car',
name: Strings.categoryCar,
svg: document.getElementById('carSvg').contentDocument,
- fillId: 'path4724',
- rotateId: 'path4724',
+ fillId: 'background',
+ rotateId: 'background',
scaleId: 'layer1'
}, {
key: 'bus',
name: Strings.categoryBus,
svg: document.getElementById('busSvg').contentDocument,
- fillId: 'path4724',
- rotateId: 'path4724',
+ fillId: 'background',
+ rotateId: 'background',
scaleId: 'layer1'
}, {
key: 'truck',
name: Strings.categoryTruck,
svg: document.getElementById('truckSvg').contentDocument,
- fillId: 'path4724',
- rotateId: 'path4724',
+ fillId: 'background',
+ rotateId: 'background',
scaleId: 'layer1'
}, {
key: 'ship',
name: Strings.categoryShip,
svg: document.getElementById('shipSvg').contentDocument,
- fillId: 'path4724',
- rotateId: 'path4724',
+ fillId: 'background',
+ rotateId: 'background',
scaleId: 'layer1'
}, {
key: 'plane',
name: Strings.categoryPlane,
svg: document.getElementById('planeSvg').contentDocument,
- fillId: 'path4724',
- rotateId: 'path4724',
+ fillId: 'background',
+ rotateId: 'background',
scaleId: 'layer1'
}, {
key: 'motorcycle',
name: Strings.categoryMotorcycle,
svg: document.getElementById('motorcycleSvg').contentDocument,
- fillId: 'path4724',
- rotateId: 'path4724',
+ fillId: 'background',
+ rotateId: 'background',
scaleId: 'layer1'
}, {
key: 'bicycle',
name: Strings.categoryBicycle,
svg: document.getElementById('bicycleSvg').contentDocument,
- fillId: 'path4724',
- rotateId: 'path4724',
+ fillId: 'background',
+ rotateId: 'background',
scaleId: 'layer1'
}, {
key: 'person',
name: Strings.categoryPerson,
svg: document.getElementById('personSvg').contentDocument,
- fillId: 'path4724',
- rotateId: 'path4724',
+ fillId: 'background',
+ rotateId: 'background',
scaleId: 'layer1'
}]
});