Skip to content

Commit

Permalink
fixed #155
Browse files Browse the repository at this point in the history
  • Loading branch information
UniversE committed Jan 4, 2012
1 parent 822a1c1 commit d8d79c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/google-api/google-api.sh
Expand Up @@ -74,12 +74,12 @@ google_js=$res/libc10t.google.js
index_html=$res/index.html

[ ! -f $google_js ] && {
echo "could not find: $C10T_GOOGLE_JS"
echo "could not find: $google_js"
exit 1;
}

[ ! -f $index_html ] && {
echo "could not find: $C10T_GOOGLE_JS"
echo "could not find: $index_html"
exit 1;
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/google-api/libc10t.google.js
Expand Up @@ -142,7 +142,7 @@ function new_map_type(m, o, ob) {
name : "none",
alt : "none",
minZoom: 1, maxZoom: world.split,
tileSize: new google.maps.Size(256, 256)
tileSize: new google.maps.Size(world.split_base, world.split_base)
},
ob
);
Expand Down

0 comments on commit d8d79c0

Please sign in to comment.