[OpenLayers-Users] Re: Add text layer dynamically by clicking with mouse?

2011-03-16 Thread dr
Create point vector layer with transparent features but with labels? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Add-text-layer-dynamically-by-clicking-with-mouse-tp6179132p6179561.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

[OpenLayers-Users] Re: getFeatureInfo problem

2011-03-16 Thread dr
I think the following post will be helpful for you (originally in Russian): http://goo.gl/vHFM8 -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/getFeatureInfo-problem-tp6174482p6179554.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

Re: [OpenLayers-Users] Problems with layer order

2011-03-16 Thread Andreas Hocevar
On Mar 16, 2011, at 14:08 , Stefan Kemper wrote: > Hi Andreas > > thanks for your answer. Now I understand the behavior much more. It > means that it is not posible to us z-index combined with a SelectFeature > control over multiple Layers. > > One question is still remaining: is it posible to c

[OpenLayers-Users] Add text layer dynamically by clicking with mouse?

2011-03-16 Thread Planet)x
Is it possible to add a text layer dynamically by having the user enter in some random text and then click on the map to have it added at the location they clicked? Could not find any examples associated with this, appreciate any advice. -- View this message in context: http://osgeo-org.1803224.n

Re: [OpenLayers-Users] Fwd: Path problem with kml files

2011-03-16 Thread christopher.schmidt
On Mar 16, 2011, at 3:56 PM, ext Ravi Pavuluri wrote: > Hi Andres, > > Based on my experience with Google Maps API in the past, you need to keep the > kml on a web accessible location. Localhost doesn't work. The OpenLayers API is not the Google Maps API. KML is loaded directly in the browser

Re: [OpenLayers-Users] Fwd: Path problem with kml files

2011-03-16 Thread Ravi Pavuluri
Hi Andres, Based on my experience with Google Maps API in the past, you need to keep the kml on a web accessible location. Localhost doesn't work. -Ravi. From: Andres Deparis To: us...@openlayers.org Sent: Wed, March 16, 2011 1:33:02 PM Subject: [OpenLayer

[OpenLayers-Users] Re: How to Configure GeoServer in production environment

2011-03-16 Thread Mustafa646
The machine where Geoserver is installed is our production server with Windows Web server 2008 R2 installed. yes, firewall is installed on that machine and finally port 8080 is open. Now, i am confused, what is wrong ? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/How

[OpenLayers-Users] Fwd: Path problem with kml files

2011-03-16 Thread Andres Deparis
Hello all, I am trying to load some kml file into openlayer however, if I put my htm page in the browser this way: http://localhost/mypage.htm it does not find the kml file which is loaded in the root of the site. Now, if I load the page in the browser this way: file:///C:/inetpub/wwwroot/ , then o

[OpenLayers-Users] Re: getFeatureInfo problem

2011-03-16 Thread vrbikdan
dr writes: > > http://trac.osgeo.org/openlayers/wiki/FrequentlyAskedQuestions#ProxyHost > > -- > View this message in context: http://osgeo- org.1803224.n2.nabble.com/getFeatureInfo-problem-tp6174482p6176150.html > Sent from the OpenLayers Users mailing list archive at Nabble.com. > Hi, I tri

Re: [OpenLayers-Users] How to Configure GeoServer in production environment

2011-03-16 Thread Wally Atkins
firewall maybe? 8080 might not be open some where along the lines ... what kind of machine is geoserver running on? is there a firewall running on that machine? if so, is port 8080 open? On Wed, Mar 16, 2011 at 12:12 PM, Mustafa646 wrote: > I have developed an Openlayer application with Geoserv

[OpenLayers-Users] How to Configure GeoServer in production environment

2011-03-16 Thread Mustafa646
I have developed an Openlayer application with Geoserver installed on my machine (localhost). It works fine. But when I install Geoserver on remote server 172.20.100.13 and publish my Openlayers Application as well for production, then it does't work. secondly, when i tried to access remote Geose

[OpenLayers-Users] RE: Problems changing map projections

2011-03-16 Thread Jon Blower
(Apologies if this comes through twice, I don't think my first attempt worked.) Hi, In my application I would like to be able to switch smoothly between projections, particularly between lat-lon (EPSG:4326) and north polar stereographic (NPS, EPSG:32661). I have noticed that the switch from la

Re: [OpenLayers-Users] How to access GeoServer if installed Remotely

2011-03-16 Thread Troy Coburn
Are you able to ping the address? Are you certain the web server is running? Is there a proxy setting in Internet Explorer preventing you from accessing this location? Troy Coburn Mustafa646 wrote: I have installed Geoserver on server 93.20.100.13 at port 8080, Now i want to access that Geose

Re: [OpenLayers-Users] How to access GeoServer if installed Remotely

2011-03-16 Thread Diego Guidi
try using localhost, please Diego Guidi On Wed, Mar 16, 2011 at 3:37 PM, Mustafa646 wrote: > I have installed Geoserver on server 93.20.100.13 at port 8080, Now i want to > access that Geoserver from my computer (other machine) like that > > http://93.20.100.13:8080/geoserver > > it gives erro

[OpenLayers-Users] How to access GeoServer if installed Remotely

2011-03-16 Thread Mustafa646
I have installed Geoserver on server 93.20.100.13 at port 8080, Now i want to access that Geoserver from my computer (other machine) like that http://93.20.100.13:8080/geoserver it gives error, Explorer could not connect to 93.20.100.13:8080 Where is the problem, can anybody explain ? -- View

[OpenLayers-Users] Editing against secured WFS-T

2011-03-16 Thread David Alda Fernandez de Lezea
Hi list, I'm trying to commit some changes to a secured (user & pass) wfs-t service. Is there any propertie or something in which I can specify the user and pass for http basic authentication?? The problem is that I can't figure out how to set these variables to the savestrategy object. Thanks

AW: [OpenLayers-Users] RE: How to configure Proxy.cgi with IIS

2011-03-16 Thread Sarah Schuessler
Hi, as far as I know you have to put your ashx files at wwwroot of your iis. HTH Sarah Thanks for replying! I want to know, where i put proxy.ashx in my system. Can i put it any where in my computer e.g, (D:/Data/OpenLayers/proxy.ashx)? and then set the pa

[OpenLayers-Users] Re: getFeatureInfo problem

2011-03-16 Thread dr
http://trac.osgeo.org/openlayers/wiki/FrequentlyAskedQuestions#ProxyHost -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/getFeatureInfo-problem-tp6174482p6176150.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___

[OpenLayers-Users] Re: (no subject)

2011-03-16 Thread dr
You need to define maxExtent property within map object: http://dev.openlayers.org/docs/files/OpenLayers/Map-js.html#OpenLayers.Map.maxExtent -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/no-subject-tp6175970p6176134.html Sent from the OpenLayers Users mailing list archi

[OpenLayers-Users] Re: GPX format

2011-03-16 Thread dr
OpenLayers throws an error at 199 string of XML.js file: Security error" code: "1000 data = serializer.serializeToString(node); -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/GPX-format-tp6175808p6176114.html Sent from the OpenLayers Users mailing list archive at Nabble.

[OpenLayers-Users] RE: How to configure Proxy.cgi with IIS

2011-03-16 Thread Mustafa646
Thanks for replying! I want to know, where i put proxy.ashx in my system. Can i put it any where in my computer e.g, (D:/Data/OpenLayers/proxy.ashx)? and then set the path as: OpenLayers.ProxyHost = "D:/Data/OpenLayers/proxy.ashx?url="; OR, i must have to put it at any specific location ? --

[OpenLayers-Users] (no subject)

2011-03-16 Thread Tim Balschmiter
Hello List,i´ve got a Problem with my maxExtent. I am always getting the whole world, but i don´t know why?That´s my code for implementing the map:[code]   map = new OpenLayers.Map('karte');         layer = new OpenLayers.Layer.OSM( "Simple OSM Map");         map.addLayer(layer);         map.zoomTo

[OpenLayers-Users] Custom build: ordering

2011-03-16 Thread gingerbbm
Dear all I'm tasked with replacing the default build of OL 2.10 with a slimmed-down one, and I'm almost there. But one vector tool (draw circle) triggers "this.handler.freehandMode is not a function" errors in Firebug. Comparing my custom build with the original suggested that I needed to include

[OpenLayers-Users] GPX format

2011-03-16 Thread Fco . Javier García Ricca
Hello, i modified the vector-formats.html example to include the GPX format support. When I load an existing gpx file it is show in the map but after drawing some features I don't see the serialized version. I don´t know if I have to change the options for this type of vector layer. I only add t

Re: [OpenLayers-Users] Re: Help with SLDSelect - not doing any highlighting.

2011-03-16 Thread Bart van den Eijnden
Hi Phil, I think it might help to ask on the Geoserver list why that SLD is not being applied properly. Maybe also Geoserver logging might give you a clue. Using Mapserver I have always been using spatial filters in different spatial reference systems than the map, so this should not be an issu

Re: [OpenLayers-Users] customize PanZoomBar

2011-03-16 Thread Zac Spitzer
you can change the height of the panZoomBar via adjusting the zoomStopHeight property On Fri, Jul 16, 2010 at 11:01 PM, BMcBride wrote: > > Antoine, > > You may be interested in this: > http://mapbox.com/documentation/adding-tiles-your-site/openlayers-themes > http://mapbox.com/documentation/addi