Changeset 1185

Show
Ignore:
Timestamp:
07/15/09 15:49:09 (3 years ago)
Author:
wyatt
Message:

Don't add TriMet? map type (since it's not ready).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TripPlanner/branches/rb-0.4/tripplanner/public/javascripts/gmap.js

    r1180 r1185  
    7676  createMap: function(container) { 
    7777    var map = new GMap2(container); 
    78     if (byCycle.UI.region_id === 'portlandor') { 
    79       map.addMapType(this.makeTriMetMapType()); 
    80     } 
     78    //if (byCycle.UI.region_id === 'portlandor') { 
     79    //  map.addMapType(this.makeTriMetMapType()); 
     80    //} 
    8181    map.setCenter(new GLatLng(0, 0), 7); 
    8282    map.addControl(new GLargeMapControl());