Remove unnecessary whitespace
This commit is contained in:
@@ -647,10 +647,10 @@ export default class MapComponent extends Component {
|
|||||||
// = sidebarWidth/2 + totalWidth/2
|
// = sidebarWidth/2 + totalWidth/2
|
||||||
// Map Center is totalWidth/2
|
// Map Center is totalWidth/2
|
||||||
// Offset = sidebarWidth/2 (to the right)
|
// Offset = sidebarWidth/2 (to the right)
|
||||||
|
|
||||||
const offsetPixels = sidebarWidth / 2;
|
const offsetPixels = sidebarWidth / 2;
|
||||||
const offsetMapUnits = offsetPixels * resolution;
|
const offsetMapUnits = offsetPixels * resolution;
|
||||||
|
|
||||||
// We want pin at center + offset.
|
// We want pin at center + offset.
|
||||||
// So map center must be pin - offset.
|
// So map center must be pin - offset.
|
||||||
// X increases to the right.
|
// X increases to the right.
|
||||||
|
|||||||
Reference in New Issue
Block a user