From b8ae9acb09eeb7cba5f9875e3c04a5434f2e5723 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 14 Sep 2007 11:00:15 +0000 Subject: [PATCH] Add reproject to VE example. git-svn-id: http://svn.openlayers.org/trunk/openlayers@4297 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/ve.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/ve.html b/examples/ve.html index cf411dbb23..0a86c8728e 100644 --- a/examples/ve.html +++ b/examples/ve.html @@ -32,7 +32,8 @@ { map: '/www/freemap.in/world/map/factbooktrans.map', transparent:'true', layers: 'factbook', - 'format':'png'} ); + 'format':'png'}, + {'reproject': true}); map.addLayer(twms); markers = new OpenLayers.Layer.Markers("markers");