Re: [OpenLayers-Users] Get the tile z/x/y name from mouse position??

2010-05-11 Thread Antonio Santiago
I answer: http://acuriousanimal.orggeo.net/?q=content/openlayers-how-compute-tile-name-under-mouse -- |--- | http://www.astracanada.net | http://acuriousanimal.orggeo.net |--- | http://

[OpenLayers-Users] Get the tile z/x/y name from mouse position??

2010-05-11 Thread Antonio Santiago
Hi everybody, is it possible (or how to do) to get a tile level/x/y url from mouse move events? I look at MousePosition control and I know how to get lat/lon from pixel, but that it all. Thanks in advance for any help. -- |--- | http://www

Re: [OpenLayers-Users] Requesting data problem

2010-04-18 Thread Antonio Santiago
Thanks a lot. On Sun, Apr 18, 2010 at 1:11 AM, Gabriel Nolasco < nolasco_gabr...@yahoo.com.br> wrote: > 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

[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=GetCapabilities&service=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 capab

Re: [OpenLayers-Users] Control outside map

2010-04-06 Thread Antonio Santiago
Thanks for the reference but i think what i need is to know how to "invoke" a control programatically. Any ideas on that? On Tue, Apr 6, 2010 at 12:22 PM, wrote: > Hi, > > if you look at GeoExt actions you can see a way to do this (i.e. the > concept could be usable): > > http://svn.geoext.org/

[OpenLayers-Users] Control outside map

2010-04-06 Thread Antonio Santiago
Hi, i'm working on a DojoToolkit project and i would like to have the controls (like draw point, draw polyigon, etc) in a dojo-button. is there an "easy" way to achieve that? Also i was looking for a way to "start an action programatically, that is, somebody clicks my button and programtically i s