make all
This commit is contained in:
parent
cfc702f98d
commit
286b23ebaf
4
dist/torque.full.js
vendored
4
dist/torque.full.js
vendored
File diff suppressed because one or more lines are too long
2
dist/torque.full.uncompressed.js
vendored
2
dist/torque.full.uncompressed.js
vendored
@ -4501,7 +4501,7 @@ var Filters = require('./torque_filters');
|
||||
if (qualifiedUrl && this._iconsToLoad <= 0) {
|
||||
var img = this._icons[qualifiedUrl];
|
||||
|
||||
var dWidth = st['marker-width'] || img.width;
|
||||
var dWidth = st['marker-width'] * 2 || img.width;
|
||||
var dHeight = (st['marker-height'] || dWidth) * (img.width / img.height);
|
||||
|
||||
canvas.width = ctx.width = dWidth;
|
||||
|
2
dist/torque.js
vendored
2
dist/torque.js
vendored
File diff suppressed because one or more lines are too long
2
dist/torque.uncompressed.js
vendored
2
dist/torque.uncompressed.js
vendored
@ -4501,7 +4501,7 @@ var Filters = require('./torque_filters');
|
||||
if (qualifiedUrl && this._iconsToLoad <= 0) {
|
||||
var img = this._icons[qualifiedUrl];
|
||||
|
||||
var dWidth = st['marker-width'] || img.width;
|
||||
var dWidth = st['marker-width'] * 2 || img.width;
|
||||
var dHeight = (st['marker-height'] || dWidth) * (img.width / img.height);
|
||||
|
||||
canvas.width = ctx.width = dWidth;
|
||||
|
Loading…
Reference in New Issue
Block a user