[OpenLayers-Users] Re: Problems with userdefine Popupmarker-Class in OL2.11

2011-11-28 Thread Jan Tappenbeck
Am 24.11.2011 19:59, schrieb Norbert Renner: Hi Jan, thanks for mailing - but why did you mean this function is the reason? i deactive the tappenbeck.js the source 3b ! in [1] there are two references to ../js/tappenbeck.js, one is in comments, but the other isn't. For further discussion I w

Re: [OpenLayers-Users] Strategy.Fixed with Parameters Problem

2011-11-28 Thread Eric Lemoine
On Monday, November 28, 2011, matth1as wrote: > Hi, I have the following Problem: I have a Vector Layer with Strategy Fixed, > Protocol HTTP along with some Parameters which are returned by a function: > > var opts = { > projection: map.displayProjection, > strategies: [new OpenLayers.Strategy.F

[OpenLayers-Users] Re: Layers in drop down

2011-11-28 Thread Aditya Kumar
Dear Adam, Thanks a lot for the help. Aditya -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Layers-in-drop-down-tp7039059p7041905.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users mailing li

[OpenLayers-Users] WFS basic auth

2011-11-28 Thread Jim White
I have turned on wfs.Transaction security on Geoserver, and get an error now when I try to save a modified feature.|| The error I get is: Some unexpected error occurred. Error text was: HTTP Error 401: Full authentication is required to access this resource I am using proxy.cgi to connect to

[OpenLayers-Users] Zoomify layer question

2011-11-28 Thread kaiser.avm
I want to know if the zoomify layer zoom can be extended beyond the zoom tiling, since in the project im developing the zoom levels the zoomify converter gives are not enough, i want to know if there is a way yo do more zoom, like the zoom in other layers, for example wms or image layer where you c

[OpenLayers-Users] Strategy.Fixed with Parameters Problem

2011-11-28 Thread matth1as
Hi, I have the following Problem: I have a Vector Layer with Strategy Fixed, Protocol HTTP along with some Parameters which are returned by a function: var opts = { projection: map.displayProjection, strategies: [new OpenLayers.Strategy.Fixed()], protocol: new OpenLayers.Protocol.HTTP({ url: "

Re: [OpenLayers-Users] How to manage huge amount of vector features

2011-11-28 Thread Phil Scadden
I would strongly recommend you go down the geoserver route. That way you use WMS to display the features, and WFS to query them. This minimises the traffic. Creating your own pngs from server is simply duplicated the work down in geoserver. Notice: This email and any attachments are confidentia

[OpenLayers-Users] Re: white bar at bottom of kamap layer in openlayers

2011-11-28 Thread j5c077
thank you we are currently in the process of switching to mapserver with tilecache, but in the interim we're stuck with the kamap layer for the moment. the temporary fix of switching to OL 2.10 will work in the meantime. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/whit

[OpenLayers-Users] Re: Custom Build Issue and Questions

2011-11-28 Thread ChiefDan
Seems there was an issue with that particular line of code. Fixed it, and no other errors. It looks like the build process does some ordering of files to make sure dependencies are ordered correctly. Should I be explicitly [exclude]ing files? If a a file is not in the [include] section, and is n

Re: [OpenLayers-Users] Re: white bar at bottom of kamap layer in openlayers

2011-11-28 Thread Adam Eskreis
I know this type of response normally isn't helpful but having used ka-Map before, I have to say, it's pretty awful. You should highly consider switching to a WMS system with a seeded tilecache. Good options are MapServer or Mapnik with Metacarta's TileCache, or Geoserver with GeoWebCache. ka-M

Re: [OpenLayers-Users] Re: How to manage huge amount of vector features

2011-11-28 Thread Adam Eskreis
I think you're crazy if you're trying to load 11000 records into javascript memory, and even crazier if you're trying to put 11000 OpenLayers vectors into the DOM at once. Instead of pulling everything in at once, try only hitting the backend when the user stops moving the map (i.e. the "moveend"

Re: [OpenLayers-Users] Custom Build Issue and Questions

2011-11-28 Thread Andreas Hocevar
Try to add WMSGetFeatureInfo to the [first] section instead of the [include] section. Andreas. On Mon, Nov 28, 2011 at 7:01 PM, ChiefDan wrote: > I'm trying to roll my own OL library. Currently I am getting a Firebug error > in my working map of "OpenLayers.Control.WMSGetFeatureInfo is not a > c

[OpenLayers-Users] Custom Build Issue and Questions

2011-11-28 Thread ChiefDan
I'm trying to roll my own OL library. Currently I am getting a Firebug error in my working map of "OpenLayers.Control.WMSGetFeatureInfo is not a constructor". I've got it included in my custom build file, and it is in the custom library, so I am not sure what is going on there. In the .cfg file, I

[OpenLayers-Users] Combining WMTS of api.geo.admin.ch with G* Maps or OpenStreetMap

2011-11-28 Thread Stefan Keller
Dear all I'd like to combine the WMTS of api.geo.admin.ch with other WMTS (like G* Maps or OpenStreetMap) using OpenLayers. These other WMTS are not in EPSG:21781 but typically EPSG:900913 (being an alias to EPSG:3857). Here we have a raster re-projection problem. According to [1] this seems feasi

Re: [OpenLayers-Users] Re: white bar at bottom of kamap layer in openlayers

2011-11-28 Thread Andreas Hocevar
My guess would be that you have to configure the layer with the displayOutsideMaxExtent: true option to get the 2.10 behavior back. Andreas. On Mon, Nov 28, 2011 at 5:40 PM, j5c077 wrote: > the issue is with OL 2.11 and not 2.10 > > -- > View this message in context: > http://osgeo-org.180322

[OpenLayers-Users] Re: white bar at bottom of kamap layer in openlayers

2011-11-28 Thread j5c077
the issue is with OL 2.11 and not 2.10 -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/white-bar-at-bottom-of-kamap-layer-in-openlayers-tp7009061p7039382.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___

Re: [OpenLayers-Users] Re: use sub-zoomlevels

2011-11-28 Thread Andreas Hocevar
Hi, this suggestion only works if you have configured your map with fractionalZoom: true. And if you use OpenLayers trunk, this also works for cached layers. One academic caveat though: you know that 1:25 will only be 1:25 if your screen resolution is exactly 72dpi. Andreas. On Mon, Nov

[OpenLayers-Users] Layers in drop down

2011-11-28 Thread Aditya Kumar
Dear Users, I have a very big list of layers so instead of putting them in radio buttons and making the layer switcher to look ugly I want to put the layer list in a drop down box. Please help me in doing so! Aditya Kumar -- View this message in context: http://osgeo-org.1803224.n2.nabble.

AW: [OpenLayers-Users] Re: use sub-zoomlevels

2011-11-28 Thread Morper-Busch, Lucia
Hello, is it possible with OpenLayers to zoom exactly to 1:250 000? Thank you Lucia Dipl.-Geogr. Lucia Morper-Busch | Researcher University of Salzburg | Centre for Geoinformatics - Z_GIS Schillerstr.30 | Techno-Z, Block 15, 3rd floor, Room 320 | 5020 Salzburg, Austria Phone +43 (0)662 8044 5298

[OpenLayers-Users] polygon invisible after obtaining bounds

2011-11-28 Thread greendorf-2
Hi, I have experiencing an issue for which I cannot find solution. I draw a polygon on map and then I select it using the SelectFeature control. The problem is that if I get the bounds of selected polygon and then click outside of polygon to deselect it the polygon becomes invisible. /var feat

[OpenLayers-Users] Re: How to manage huge amount of vector features

2011-11-28 Thread canduc17
Thank you for your response. It's ok, but if the user chooses an extent which involves 5000 elements, my page loads them all and navigation it's really tricky. Is there a way to merge small vector features into bigger ones, in order to decrease the number of objects loaded? Although something like

Re: [OpenLayers-Users] How to manage huge amount of vector features

2011-11-28 Thread S Coetzer
@ Canduc17 I have a postGIS layer with 25 records and not have the same problem. I have split the postGIS layer into two "tables" one table pure geometry and other table attribute data. I get a specific extent from the user and only display that extent in a tile, I don't load the entire postg

[OpenLayers-Users] Re: WFS not displaying although I'm using a proxy

2011-11-28 Thread Shadin
*i just found out that the proble is only with FireFox ! it works fine with Google Chrome ! any ideas about how i could fix that ?* -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/WFS-not-displaying-although-I-m-using-a-proxy-tp7038068p7038294.html Sent from the OpenLayers

[OpenLayers-Users] Re: WFS not displaying although I'm using a proxy

2011-11-28 Thread Shadin
*when i try to reach* : http://IP:8080/geoserver/wfs *I got : * This XML file does not appear to have any style information associated with it. The document tree is shown below. http://www.w3.org/2001/XMLSchema-instance"; xmlns:ows="http://www.opengis.net/ows"; version="1.0.0" xsi:schemaLocation="

[OpenLayers-Users] Re: WFS not displaying although I'm using a proxy

2011-11-28 Thread Shadin
*when i try to reach :* http://192.168.50.195:8080/geoserver/wfs *I got :* This XML file does not appear to have any style information associated with it. The document tree is shown below. http://www.w3.org/2001/XMLSchema-instance"; xmlns:ows="http://www.opengis.net/ows"; version="1.0.0" xsi:schem

[OpenLayers-Users] How to manage huge amount of vector features

2011-11-28 Thread canduc17
Starting from http://openlayers.org/dev/examples/all-overlays.html this example , I've written the following piece of code: I have a server side loop (Django syntax) which retrieves all the features of a dataset from a Postgis database, in GeoJSON format. The script works fine, but the problem is

[OpenLayers-Users] Disregard Display WMTS as baselayer with different map size

2011-11-28 Thread Martijn Coenen
Andreas et al, Please ignore the error mail, your solution about the maxResolution worked just fine! Thanks! Regards, Martijn Coenen [http://www.covadis.nl/emailkop/logo.gif] Covadis b.v. t: 026 3616600 Geograaf 12 f: 026 3612317 6921 EW Duiven e: mart...@covadis.nl ___

[OpenLayers-Users] WFS not displaying although I'm using a proxy

2011-11-28 Thread Mike_
hi list I am trying to display vector layers from my WFS created in geoserver in openlayers application. However, the WMSs display without errors but when I try to display the vectors via the code below as overlays nothing display in the map window. var wfs = new OpenLayers.Layer.Vector("WFS", {