Skip to content

Commit

Permalink
even more merges from CloCkWeRX's clone - new cache transport type
Browse files Browse the repository at this point in the history
  • Loading branch information
kenguest committed Apr 1, 2012
1 parent 6a2ad91 commit 7202cd4
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 317 deletions.
2 changes: 1 addition & 1 deletion Services/OpenStreetMap.php
Expand Up @@ -76,7 +76,7 @@ public function __construct($configuration = array())
$config = new Services_OpenStreetMap_Config(); $config = new Services_OpenStreetMap_Config();
$this->setConfig($config); $this->setConfig($config);


$transport = new Services_OpenStreetMap_Transport(); $transport = new Services_OpenStreetMap_Transport_HTTP();
$transport->setConfig($config); $transport->setConfig($config);


$this->setTransport($transport); $this->setTransport($transport);
Expand Down

0 comments on commit 7202cd4

Please sign in to comment.