- var center = this.getCenter(),
- zoom = this.getZoom(),
- precision = zoomPrecision(zoom),
- params = {
- lat: center.lat.toFixed(precision),
- lon: center.lng.toFixed(precision),
- zoom: zoom,
- layers: this.getLayersCode()
- };
+ var precision = zoomPrecision(this.getZoom()),
+ params = { layers: this.getLayersCode() };