@@ -340,17 +340,17 @@ |
||
| 340 | 340 | { |
| 341 | 341 | return join( |
| 342 | 342 | "&", array( |
| 343 | - $this->zoom, |
|
| 344 | - $this->lat, |
|
| 345 | - $this->lon, |
|
| 346 | - $this->width, |
|
| 347 | - $this->height, |
|
| 348 | - serialize($this->markers), |
|
| 349 | - $this->maptype, |
|
| 350 | - $this->kmlFileName, |
|
| 351 | - $this->gpxFileName, |
|
| 352 | - $this->geojsonFileName |
|
| 353 | - ) |
|
| 343 | + $this->zoom, |
|
| 344 | + $this->lat, |
|
| 345 | + $this->lon, |
|
| 346 | + $this->width, |
|
| 347 | + $this->height, |
|
| 348 | + serialize($this->markers), |
|
| 349 | + $this->maptype, |
|
| 350 | + $this->kmlFileName, |
|
| 351 | + $this->gpxFileName, |
|
| 352 | + $this->geojsonFileName |
|
| 353 | + ) |
|
| 354 | 354 | ); |
| 355 | 355 | } |
| 356 | 356 | |