Carsten Lippert - 2012-07-27 14:11:33
Hello,
if I look into the source there is no head and closing of the html-file (<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>
here should be the div with the map
</body>
</html>
I tried to change the class.MapBuilder.php and also I included the example via PHP include in another file. But always I get an empty page (but in the source I see all the stuff). I can't see the mistake, but I didn't get it to work.
bye Carsten