Cleaning out a bunch more cruft, getting map choice by click working

This commit is contained in:
Dan Buch
2012-03-07 20:02:03 -05:00
parent 70d0a835ed
commit a1aa03451f
12 changed files with 9307 additions and 112 deletions

View File

@@ -12,7 +12,7 @@ class GoogleMapLocationFetcher
def initialize
@base_map_url = [
'http://maps.googleapis.com/maps/api/staticmap',
'?zoom=15',
'?zoom=12',
'&sensor=false',
'&size=512x512',
'&maptype=satellite',