[OpenLayers-Users] Adding a Mapserv Layer
Matthew Pulis
mpulis at gmail.com
Sat Nov 17 07:15:09 EST 2007
Hi,
I am a fairly new user to OpenLayers, and this is my project aims :
- Want to create a Basemap of streets which is a Vector layer and loading it
as a MapServ Layer
* create a start / end point
* create the route
(* are not yet started)
I am having a problem since after going through the Javascript docs, I fixed
many of my syntax errors, but am still plagued with this one :
this.div has no properties
callback("basemap", Object)OpenLayers.js (line 464)
Class()OpenLayers.js (line 57)
init()openl.html (line 24)
onload(load )openl.html (line 1)
[Break on this error] this.active=false;return
true;},callback:function(name,args){if(this.callbacks[n...
Error found @ OpenLayers.js (line 464) .. Error reporting by FireBug of
FireFox
The code I am working upon is a mix of viewsourcing some pages and the
tutorials :
<html>
<head>
<title>OpenLayers Example</title>
<script src="http://yancho.no-ip.org/~yancho/OpenLayers.js"></script>
<script defer="defer" type="text/javascript">
function init(){
var options =
{
maxExtent: new OpenLayers.Bounds(625102.34974933861,215593.742071 ,
656343.383138 ,239014.742071),
maxResolution: 302051/1024,
zoom: 2,
projection: "WGS84",
'controls': [],
units: "m",
numZoomLevels: 12
};
var map = new OpenLayers.Map("basemap", options);
var options2 =
( {name : "Streets Layer"},
{url : "http://yancho.no-ip.org/~yancho/cgi-bin/mapserv"},
{params : "\\home\\yancho\\public_html\\nc\\sample.map"},
{options : []}
);
map.addLayer (new OpenLayers.Layer.MapServer("streets", options2));
}
</script>
</head>
<body onload="init()">
<div style="width:800px;height:600px" id="map"></div>
</html>
If you want the code with syntax highlighted you can go here :
http://pastebin.com/f218a9fc9
I would be extremely happy if you manage to point me to any errors I am
doing, and maybe some other reading I should do.
Thanks alot for your time in reading my post
Regards
Matthew
--
Matthew Pulis
URL : http://www.solutions-lab.net
MSN : pulis_matthew[@]hotmail.com
ICQ : 145951110
Skype : solutions-lab.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20071117/5d6b5c5d/attachment.html
More information about the Users
mailing list