Archive for the ‘Wireless Deployments Project’ Category

Setting the Map center with Google map

Monday, December 8th, 2008

Working on the Wireless Deployment map, i have also changed the center of the map to be Europe, while changing the Zoom. 

var centerPoint = new GLatLng(43.644524198573674,23.58203125);

map.setCenter(centerPoint, 2,G_NORMAL_MAP);

The original code had a small bug, in which they defined the center Point, but then didn’t use it:

var centerPoint = new GLatLng(43.644524198573674,23.58203125);

map.setCenter(new GLatLng(43.644524198573674,23.58203125), 3 , G_NORMAL_MAP);

Wireless Deployment Maps

Monday, December 8th, 2008

Continued to work on the Wireless Deployment maps. 

Changed a few scripts taken from wimaxmaps.org to accomodate different technology:LTE, WiMAX, and also reduced the frequency list – not sure I am going to discuss the 5.x frequencies (at least not yet). 

 

 

Using Ext system as a panel over Google Map

Using Ext system as a panel over Google Map