On Thu, Sep 03, 2009 at 06:16:55AM -0500, Luca Casagrande wrote: > > Hello everybody, > I built a custom OpenLayers.js using this config file at the end of the > message. > All is fine with firefox and chrome.. instead IE7 says that my browser > doesn't support the rendering engine and the GML layer doesn't work. > The GML examples on the OL site are fine. > Any idea?
IE Uses Renderer/VML, not Renderer/SVG. You'll need both. -- Chris > Thanks for your help. > Luca > > > Config file: > > [first] > OpenLayers/SingleFile.js > OpenLayers.js > OpenLayers/BaseTypes.js > OpenLayers/BaseTypes/Class.js > OpenLayers/Util.js > > [last] > > [include] > OpenLayers/Map.js > OpenLayers/Layer/XYZ.js > OpenLayers/Tile.js > OpenLayers/Tile/Image.js > OpenLayers/Format/OSM.js > OpenLayers/Format/GML.js > OpenLayers/Style.js > OpenLayers/StyleMap.js > OpenLayers/Control/ArgParser.js > OpenLayers/Control/SelectFeature.js > OpenLayers/Control/Navigation.js > OpenLayers/Control/PanZoom.js > OpenLayers/Control/Attribution.js > OpenLayers/Popup/FramedCloud.js > OpenLayers/Renderer/SVG.js > [exclude] > > > -- > View this message in context: > http://n2.nabble.com/Custom-OpenLayers-js-and-SVG-with-IE7-tp3572507p3572507.html > Sent from the OpenLayers Users mailing list archive at Nabble.com. > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
