Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
Support for tiled layers.
  • Loading branch information
kigen committed Oct 31, 2013
1 parent 5a3cf22 commit 5e434a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
/nbproject
/release
/release
/.idea
2 changes: 1 addition & 1 deletion helpers/layers.php
Expand Up @@ -33,7 +33,7 @@ public static function get_layer($var_name, $layer) {
{
buffer: 0,
sphericalMercator: true,
singleTile: true,
singleTile: false,
displayOutsideMaxExtent: true,
isBaseLayer: {$isbase}
}
Expand Down

0 comments on commit 5e434a6

Please sign in to comment.