[OpenLayers-Users] use OpenLayers.Layer.MapGuide without MapGuide server

2010-04-17 Thread Daniel Du
Hi all, Is it possible to use OpenLayers.Layer.MapGuide without setting up a MapGuide server, image I have get the tile generated by Maestro and copy the TileCache folder to another webserver. It is supposed to be OK, but I noticed that mapDefinition must be specified in online help:

[OpenLayers-Users] Requesting data problem

2010-04-17 Thread Antonio Santiago
Hi all, I want to get WMSGetCapabilites from server. The URL is http://labs.metacarta.com/wms/vmap0?request=GetCapabilitiesservice=WMS and works fine. But when I execute the next code the request never ends or returns me a empty response. Anybody can help me clarifiying me how to get wms

Re: [OpenLayers-Users] WFS not shown, but data received?!

2010-04-17 Thread agentsees
Hi, My problem still exists, i got the WFS reply from geoserver but it wont display. Please help me with this. Thanks! ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Vector labels at different zoom levels

2010-04-17 Thread Cliang
Arnd, Thanks for that code. I wasn't aware you can apply context to a style. I was able to hide labels if they do not fit within the geometry for the current zoom. Is there a better way to get the average pixel width of a label character for a fixed font size instead of hardcoding it like this?

Re: [OpenLayers-Users] Requesting data problem

2010-04-17 Thread Gabriel Nolasco
Hi, You must install a proxy script to retrieve information from remote domains via an XMLHttpRequest. http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#ProxyHost Then you can use the class OpenLayers.Format.WMSCapabilities to parse the response like this: var capabilitiesRequest =