I have almost finished building my first map and hosting it. On the computer
which has my Geoserver running, everything works exactly how it should. On
other computers however, nothing works. I used the ol-demo.html template and
added all my layers on. What ends up happening is all of my maps have hollow
error tiles layed on top. In other words, you can see the map sattelite
image, but overlaid are multiple tiled error boxes. Also, the layers I have
loaded (which work fine on the server) will not load. The second problem is
probably caused by the first though. Has anyone ever had and solved this
problem? Note that the tiling occurs on Google sattelite, MS Virtual Earth,
and Yahoo Sattelite.
--
View this message in context: http://www.nabble.com/Error-tiles-over-map-tp17213071p17213071.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Hi,
Any chance you did not update the localhost reference to the one which references your server:
// create WMS layer
var wms = new OpenLayers.Layer.WMS(
"TOPP States",
"http://localhost:8080/geoserver/wms?",
{
...
godiszed wrote:
I have almost finished building my first map and hosting it. On the computer
which has my Geoserver running, everything works exactly how it should. On
other computers however, nothing works. I used the ol-demo.html template and
added all my layers on. What ends up happening is all of my maps have hollow
error tiles layed on top. In other words, you can see the map sattelite
image, but overlaid are multiple tiled error boxes. Also, the layers I have
loaded (which work fine on the server) will not load. The second problem is
probably caused by the first though. Has anyone ever had and solved this
problem? Note that the tiling occurs on Google sattelite, MS Virtual Earth,
and Yahoo Sattelite.
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com
I love you. Thanks so much. I guess I got so wrapped up in my project I
forgot to check the easy things instead of rummaging through endless faqs
and troubleshooting pages on imagery.
jdeolive-2 wrote:
Hi,
Any chance you did not update the localhost reference to the one which
references your server:// create WMS layer
var wms = new OpenLayers.Layer.WMS(
"TOPP States",
"http://localhost:8080/geoserver/wms?",
{
...godiszed wrote:
I have almost finished building my first map and hosting it. On the
computer
which has my Geoserver running, everything works exactly how it should.
On
other computers however, nothing works. I used the ol-demo.html template
and
added all my layers on. What ends up happening is all of my maps have
hollow
error tiles layed on top. In other words, you can see the map sattelite
image, but overlaid are multiple tiled error boxes. Also, the layers I
have
loaded (which work fine on the server) will not load. The second problem
is
probably caused by the first though. Has anyone ever had and solved this
problem? Note that the tiling occurs on Google sattelite, MS Virtual
Earth,
and Yahoo Sattelite.--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
View this message in context: http://www.nabble.com/Error-tiles-over-map-tp17213071p17374010.html
Sent from the GeoServer - User mailing list archive at Nabble.com.