Add Google Map of voters
authorJohn Dong <jdong@mit.edu>
Thu, 16 Aug 2007 22:26:41 +0000 (18:26 -0400)
committerJohn Dong <jdong@mit.edu>
Thu, 16 Aug 2007 22:26:41 +0000 (18:26 -0400)
commitfcc68b4dc198b7cb0cf93467d96038b0844675fe
treeb1b9dfbbb2a760e094c7ba6f068d52756564b364
parentbaf9ff0ec39c13f52ee8d4f087641dc5fcc9c53b
Add Google Map of voters
 * Add rails plugin for google maps
 * Add rails plugin for IP to location mapping
62 files changed:
app/controllers/quickvote_controller.rb
app/views/quickvote/mapvoters.rhtml [new file with mode: 0644]
app/views/quickvote/results.rhtml
config/environment.rb
config/gmaps_api_key.yml [new file with mode: 0644]
public/javascripts/clusterer.js [new file with mode: 0644]
public/javascripts/geoRssOverlay.js [new file with mode: 0644]
public/javascripts/markerGroup.js [new file with mode: 0644]
public/javascripts/wms-gs.js [new file with mode: 0644]
public/javascripts/ym4r-gm.js [new file with mode: 0644]
vendor/plugins/geokit/MIT-LICENSE [new file with mode: 0644]
vendor/plugins/geokit/README [new file with mode: 0644]
vendor/plugins/geokit/Rakefile [new file with mode: 0644]
vendor/plugins/geokit/about.yml [new file with mode: 0644]
vendor/plugins/geokit/assets/api_keys_template [new file with mode: 0644]
vendor/plugins/geokit/init.rb [new file with mode: 0644]
vendor/plugins/geokit/install.rb [new file with mode: 0644]
vendor/plugins/geokit/lib/geo_kit/acts_as_mappable.rb [new file with mode: 0644]
vendor/plugins/geokit/lib/geo_kit/defaults.rb [new file with mode: 0644]
vendor/plugins/geokit/lib/geo_kit/geocoders.rb [new file with mode: 0644]
vendor/plugins/geokit/lib/geo_kit/ip_geocode_lookup.rb [new file with mode: 0644]
vendor/plugins/geokit/lib/geo_kit/mappable.rb [new file with mode: 0644]
vendor/plugins/geokit/test/acts_as_mappable_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/base_geocoder_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/bounds_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/ca_geocoder_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/fixtures/companies.yml [new file with mode: 0644]
vendor/plugins/geokit/test/fixtures/custom_locations.yml [new file with mode: 0644]
vendor/plugins/geokit/test/fixtures/locations.yml [new file with mode: 0644]
vendor/plugins/geokit/test/fixtures/stores.yml [new file with mode: 0644]
vendor/plugins/geokit/test/geoloc_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/google_geocoder_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/ip_geocode_lookup_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/ipgeocoder_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/latlng_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/multi_geocoder_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/schema.rb [new file with mode: 0644]
vendor/plugins/geokit/test/test_helper.rb [new file with mode: 0644]
vendor/plugins/geokit/test/us_geocoder_test.rb [new file with mode: 0644]
vendor/plugins/geokit/test/yahoo_geocoder_test.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/README [new file with mode: 0644]
vendor/plugins/ym4r_gm/gmaps_api_key.yml [new file with mode: 0644]
vendor/plugins/ym4r_gm/init.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/install.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/javascript/clusterer.js [new file with mode: 0644]
vendor/plugins/ym4r_gm/javascript/geoRssOverlay.js [new file with mode: 0644]
vendor/plugins/ym4r_gm/javascript/markerGroup.js [new file with mode: 0644]
vendor/plugins/ym4r_gm/javascript/wms-gs.js [new file with mode: 0644]
vendor/plugins/ym4r_gm/javascript/ym4r-gm.js [new file with mode: 0644]
vendor/plugins/ym4r_gm/lib/gm_plugin/control.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/lib/gm_plugin/geocoding.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/lib/gm_plugin/helper.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/lib/gm_plugin/key.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/lib/gm_plugin/layer.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/lib/gm_plugin/map.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/lib/gm_plugin/mapping.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/lib/gm_plugin/overlay.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/lib/gm_plugin/point.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/lib/ym4r_gm.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/rakefile.rb [new file with mode: 0644]
vendor/plugins/ym4r_gm/tasks/gm_tasks.rake [new file with mode: 0644]
vendor/plugins/ym4r_gm/test/gm_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?