Hi,

On 30/06/10 16:35, Kalyan Kamepalli wrote:

var map = new OpenLayers.Map('map', {

maxExtent: new OpenLayers.Bounds(545130525,258147752,546437807,259455034)

maxResolution: 5000

} );


Try adding a comma at the end of your maxExtent line, like below:

             var map = new OpenLayers.Map('map', {
maxExtent: new OpenLayers.Bounds(545130525,258147752,546437807,259455034),
                                                 maxResolution: 5000
                                                 } );

Regards, Roald
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to