[OpenLayers-Users] Gallery

2010-03-24 Thread Herman Badenhorst
Hi all. Since the gallery is not working anymore, where can one get a list of websites that has implemented openlayers and perhaps also geoext? It is always nice to see other working examples... Regards, Herman ___ Users mailing list

Re: [OpenLayers-Users] How to get only attributes from WMS or WFS in Openlayers

2010-03-24 Thread zoggo
Hi Bart, thanks for yours answer. Could you give me a short code example, so I can see how i have to use it in code. thanks a lot! Urs -- View this message in context: http://n2.nabble.com/How-to-get-only-attributes-from-WMS-or-WFS-in-Openlayers-tp4783727p4789847.html Sent from the

Re: [OpenLayers-Users] Gallery

2010-03-24 Thread Jordi Romagos i Figueras
If you search site:gallery.openlayers.org openlayers gallery (http://www.google.com/#hl=enq=+site:gallery.openlayers.org+openlayers+galleryei=AsypS_CUHsOI4gbZiOSdBQsa=Xoi=nshcresnum=1ct=more-resultsved=0CAsQ2AQfp=ae8f9588018abe0f) you will see all links before. In any one you can use cached

[OpenLayers-Users] Validating WMS capabilities ?

2010-03-24 Thread Lars I. Nielsen (GisPro)
I'm new to the list, so I apologize if this is a no-brainer. I couldn't find an answer in the list archive, though. I'm trying to utilize a wms service of my own creation (in php), and it works in other scenarios. However, when I direct the OpenLayers client to it, it aborts after reading the

Re: [OpenLayers-Users] show Feature without ProxyHost

2010-03-24 Thread Andreas Hocevar
On 2010-03-20 14:56 , t...@f!t wrote: I use GeoServer and Shapefiles. With OpenLayers.Layer.WMS( I made some Layers. And now I'd like to show the Feature Info of these Layers in a PopUp. Something like the Feature Info in Popup-example on http://www.openlayers.org/dev/examples/. How can I

[OpenLayers-Users] 'xy' property in OpenLayers.Format.GML class

2010-03-24 Thread Maribel Bernal
Hi again, I'm using SOSClient class to show any points in a map. Now, the points appear as lat-long while in the response of GetCapabilities request of my SOS appear as long-lat. Someone knows in which function I can set the first number of gml:lowerCorner/gml:upperCorner as longitude and the

[OpenLayers-Users] Polygons Disappear When Zooming

2010-03-24 Thread Jones, Christopher
Hi all, I'm still learning the ins and outs of OpenLayers and I have an issue I can seem to sort out. When I draw a polygon onto my map and then zoom in or out it disappears. These aren't even complicated polygons, 4 or 5 nodes each. I did see a discussion about it here

[OpenLayers-Users] Draw a point and assign a dynamic label to it

2010-03-24 Thread Frost89
Hi list In my map I have added a vector layer and a drawFeature control. The drawFeature is set to draw points, and works without problems. Now, I would like to assign a text-label to the point's style. The text in the label should be defined by the user (through a prompt() or other

Re: [OpenLayers-Users] Draw a point and assign a dynamic label to it

2010-03-24 Thread Kris Geusebroek
Hi Kristian, You have to do something like this (this function is called in the onChange of a textbox) function changeDescription(val) { if (popupFeature) { popupFeature.attributes.OMSCHRIJVING = val; if ((!popupFeature.state || popupFeature.state ==

Re: [OpenLayers-Users] show Feature without ProxyHost

2010-03-24 Thread Mapmaker
If you place your OpenLayers html pages in the geoserver\data\www directory, you do not need to define a proxy for making WMS requests on the same server. -- View this message in context: http://n2.nabble.com/show-Feature-without-ProxyHost-tp4768467p4790734.html Sent from the OpenLayers Users

Re: [OpenLayers-Users] Polygons Disappear When Zooming

2010-03-24 Thread Zac Spitzer
can you post an example? which version of OL are you running? z On 24 March 2010 22:38, Jones, Christopher christopher.jo...@amlin.co.ukwrote: Hi all, I'm still learning the ins and outs of OpenLayers and I have an issue I can seem to sort out. When I draw a polygon onto my map and

[OpenLayers-Users] How to use geoserver filter function with openlayers?

2010-03-24 Thread zoggo
Hi there, I'm using Geoserver 2.0 with Openlayers 2.8. My geoserver is supporting a lot filter functions http://docs.geoserver.org/2.0.x/en/user/filter/function_reference.html http://docs.geoserver.org/2.0.x/en/user/filter/function_reference.html . How can I access a filter function like

Re: [OpenLayers-Users] Draw a point and assign a dynamic label to it

2010-03-24 Thread Sveen Atle Frenvik (Geomatikk IKT)
On 03/24/2010 01:52 PM, Frost89 wrote: Hi list In my map I have added a vector layer and a drawFeature control. The drawFeature is set to draw points, and works without problems. Now, I would like to assign a text-label to the point's style. The text in the label should be defined by the

Re: [OpenLayers-Users] show Feature without ProxyHost

2010-03-24 Thread t...@f!t
Hi, Thanks for your answers. I will try it later. cheers David -- View this message in context: http://n2.nabble.com/show-Feature-without-ProxyHost-tp4768467p4790930.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users

[OpenLayers-Users] WFSDescribeFeatureType - how to use it???

2010-03-24 Thread paweluz
Hi! I was jus wandering if anyone please tell me how to use WFSDescribeFeatureType class. I am thinking about getting the name of the attributes from my database. I found a lot of examples like this: var text = ' . ' extension

[OpenLayers-Users] GWT openlayers and bing

2010-03-24 Thread brking
I'm a newbie and trying to use Openlayers GWT. There doesn't seem to be a VirtualEarth layer in the GWT classes. It it possible to use bing as a base map layer with the GWT wrappers ? Thanks. -- View this message in context: http://n2.nabble.com/GWT-openlayers-and-bing-tp4791277p4791277.html

Re: [OpenLayers-Users] GWT openlayers and bing

2010-03-24 Thread paweluz
You may use a google layer as a base map. I use GWT Openlayers and in my case it works just fine... Poul -- View this message in context: http://n2.nabble.com/GWT-openlayers-and-bing-tp4791277p4791289.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

Re: [OpenLayers-Users] GWT openlayers and bing

2010-03-24 Thread brking
Thank you. The bing maps are more detailed for what I need (airports), so I was really looking for bing. Also I a have licensing concerns with Google maps, as this is an internal application. -- View this message in context: http://n2.nabble.com/GWT-openlayers-and-bing-tp4791277p4791300.html

Re: [OpenLayers-Users] Polygons Disappear When Zooming

2010-03-24 Thread Jones, Christopher
Unfortunately it isnt posted online, so I can give you an example, although if you havea specific bit of the code in mind, please let me know. Im using the http://openlayers.org/api/OpenLayers.js; version. From: Zac Spitzer [mailto:zac.spit...@gmail.com] Sent: 24 March 2010 13:02 To:

Re: [OpenLayers-Users] Validating WMS capabilities ?

2010-03-24 Thread Arnie Shore
Lars, for an Open Source project of mine (PHP/MySQL) I'm planning a move from GMaps base to OSM/OL, and yr wms service sounds most interesting! What can you share regarding yr license plans as well as code? Arnold Shore Annapolis, MD On 3/24/2010 6:23 AM, Lars I. Nielsen (GisPro) wrote: I'm

Re: [OpenLayers-Users] WFSDescribeFeatureType - how to use it???

2010-03-24 Thread Gabriel Nolasco
Poul, try this: var describeFeatureTypeRequest = OpenLayers.Request.GET({     url: 'http://localhost:8080/geoserver2_0_1/wfs?SERVICE=WFSVERSION=1.1.0REQUEST=DescribeFeatureTypeTYPENAME=topp:bazadanych'     callback: parseFeatureTypes }); var parseFeatureTypes = function(response) {     var

Re: [OpenLayers-Users] Performance of different layers

2010-03-24 Thread Mapmaker
Hi Hanno, If you are storing your data in a PostGIS database, you can extract your data in an openlayers friendly format (KML, GML, GeoJSON) using a SELECT ST_AsKML query. See http://postgis.refractions.net/docs/ST_AsKML.html http://postgis.refractions.net/docs/ST_AsKML.html You could also

Re: [OpenLayers-Users] WFSDescribeFeatureType - how to use it???

2010-03-24 Thread paweluz
Hi Gabriel! Thanks a lot for your help! I am going to try it tomorrow at work and write whether it works or not. Poul -- View this message in context: http://n2.nabble.com/WFSDescribeFeatureType-how-to-use-it-tp4791176p4793088.html Sent from the OpenLayers Users mailing list archive at

[OpenLayers-Users] ZK and openlayer.....

2010-03-24 Thread Francesco D'Amore
Hi All I'm looking for a wrapper of OpenLayers in ZK (http://www.zkoss.org/), a framework used in order to develop Rich Internet Application with AJAX, similar to GWT. Some things are already available in the web, such as OLmap. Is someone working on the same area? Integrating ZK with

Re: [OpenLayers-Users] GetFeatureInfo + Highlightning WMS

2010-03-24 Thread JamSquad
Okay well I was tinkering around with it some more today, and found it it's more the Googles projection then anything else in the map. I use proj4js on transforming my 26917 projection into googles 900913. Proj4js.defs[EPSG:900913] = +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0

Re: [OpenLayers-Users] 'xy' property in OpenLayers.Format.GML class

2010-03-24 Thread Tim Schaub
Maribel Bernal wrote: Hi again, I'm using SOSClient class to show any points in a map. Now, the points appear as lat-long while in the response of GetCapabilities request of my SOS appear as long-lat. Someone knows in which function I can set the first number of

Re: [OpenLayers-Users] How to use geoserver filter function with openlayers?

2010-03-24 Thread Tim Schaub
zoggo wrote: Hi there, I'm using Geoserver 2.0 with Openlayers 2.8. My geoserver is supporting a lot filter functions http://docs.geoserver.org/2.0.x/en/user/filter/function_reference.html http://docs.geoserver.org/2.0.x/en/user/filter/function_reference.html . How can I access a filter

Re: [OpenLayers-Users] Gallery

2010-03-24 Thread Andrew Cant
There are lots of openlayers examples in the OSGeo gallery http://gallery.osgeo.org/. Chris asked for volunteers to help move examples from the openlayers gallery to OSGeo a little while ago. http://openlayers.org/pipermail/dev/2010-February/005652.html I guess the move is considered done, since

[OpenLayers-Users] WFS map with GetFeatureInfo working example

2010-03-24 Thread sunny74
Dear Friends, Does anybody has a WFS map with GetFeatureInfo working on it. If yes pls send the code across. The map should be displayed from shape files. Also send your map file code. Thanks for your efforts. -- View this message in context:

[OpenLayers-Users] Feature label with leading zero is being trimmed

2010-03-24 Thread Cliang
I have some features of zip codes with labels with leading zeros that are being cut off when the text is being drawn. I've tracked it down to the OpenLayers.Style.createLiteral function where it does not consider the value as IsNaN and parses it as a float. Is this working as designed? -- View

Re: [OpenLayers-Users] Map isn't shown in IE

2010-03-24 Thread Andrew Cant
This may be a silly question...but when you said that IE did not give you any errors do you have the script debugging option turned on? IE will fail JavaScript mostly silently without that turned on. Andrew On Wed, Mar 24, 2010 at 4:03 AM, luke82 lukas.baeh...@fhnw.ch wrote: Hi List We set

[OpenLayers-Users] WFS map from shapefiles

2010-03-24 Thread sunny74
Dear Friends, I am trying to create and display a WFS map but I am getting various errors.The map is not getting displayed. The code which displays map is as follows: function init1() { // srs=EPSG:4326,bounds var options = { projection: epsg:4326,

Re: [OpenLayers-Users] WFS map from shapefiles

2010-03-24 Thread Zac Spitzer
where are the min max scales being defined? you set numZoomLevels: 18 but there's no scale so how does OL know what 6 means in map.setCenter(new OpenLayers.LonLat(73.25, 20.35), 6); ? On 25 March 2010 16:48, sunny74 sb@hotmail.com wrote: Dear Friends, I am trying to create and display