<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=utf-8><LINK media=all 
href="/webmail/static/deg/css/wysiwyg-3933289048.css" type=text/css 
rel=stylesheet>
<META content="MSHTML 6.00.6002.18226" name=GENERATOR></HEAD>
<BODY id=MailContainerBody 
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px" leftMargin=0 
topMargin=0 CanvasTabStop="true" name="Compose message area">
<DIV><FONT face=Arial size=2>You need the div reference in your map 
constructor.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>var map = new 
OpenLayers.Map('gxmap');</FONT><BR></FONT></DIV>
<DIV style="FONT: 10pt Tahoma">
<DIV><BR></DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=shaun.anderson@verizon.net 
href="mailto:shaun.anderson@verizon.net">shaun.anderson@verizon.net</A> </DIV>
<DIV><B>Sent:</B> Friday, April 23, 2010 8:06 PM</DIV>
<DIV><B>To:</B> <A title=users@geoext.org 
href="mailto:users@geoext.org">users@geoext.org</A> </DIV>
<DIV><B>Subject:</B> [Users] simple vector problems</DIV></DIV></DIV>
<DIV><BR></DIV>Hi All,<BR><BR>I am new to GeoExt. I have been trying to use the 
tutorials and examples, but I can't seem to get past a simple problem.<BR><BR>I 
tried to use this simple vector display code from the tutorial, and it doesn't 
work in Firefox or IE.<BR><BR>&lt;html&gt;<BR>&lt;head&gt;<BR>&lt;title&gt; A 
Basic GeoExt Page &lt;/title&gt;<BR>&lt;script 
src="ext-3.2.0/adapter/ext/ext-base.js" 
type="text/javascript"&gt;&lt;/script&gt;<BR>&lt;script 
src="ext-3.2.0/ext-all.js"&nbsp; 
type="text/javascript"&gt;&lt;/script&gt;<BR>&lt;script 
src="OpenLayers/OpenLayers.js" 
type="text/javascript"&gt;&lt;/script&gt;<BR>&lt;script 
src="GeoExt/script/GeoExt.js" 
type="text/javascript"&gt;&lt;/script&gt;<BR>&lt;script 
type="text/javascript"&gt;<BR>var vectorLayer = new 
OpenLayers.Layer.Vector();<BR>for (var i = 0; i &lt; 10; 
i++){<BR>&nbsp;&nbsp;&nbsp; var x = -180 + Math.random() * 
360;<BR>&nbsp;&nbsp;&nbsp; var y = -90 + Math.random() * 
180;<BR>&nbsp;&nbsp;&nbsp; var numSides = 3 + Math.round(Math.random() * 
6);<BR>&nbsp;&nbsp;&nbsp; 
vectorLayer.addFeature(<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; new 
OpenLayers.Feature.Vector(<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
OpenLayers.Geometry.Polygon.createRegularPolygon(<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
new OpenLayers.Geometry.Point(x, 
y),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
numSides)));<BR>}<BR>var map = new 
OpenLayers.Map();<BR>map.addLayer(vectorLayer);<BR>&nbsp;&lt;/script&gt;<BR>&lt;/head&gt;<BR>&lt;body&gt;<BR>&lt;div 
id="gxmap"&gt;&lt;/div&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR><BR>I've tried 
some other examples to try and display KML and GML files but they haven't 
worked. Actually the Sundials example worked when I had the WMS baselayer and 
the GML,&nbsp; but when I commented out the baselayer, the GML wouldn't show by 
itself. Can you display a KML/GML file by itself without a WMS 
baselayer?<BR><BR>Any help would be appreciated.<BR>Thanks<BR>
<P>
<HR>

<P></P>_______________________________________________<BR>Users mailing 
list<BR>Users@geoext.org<BR>http://www.geoext.org/cgi-bin/mailman/listinfo/users<BR></BODY></HTML>