Re: [OpenLayers-Users] How to refresh the div map only?

2010-08-23 Thread geekjack
Thank you all! well after thinking about my question again,your suggestions are all good. If I want to init the map,I can just reload the init() function. If I want to refresh some dynamic layers in the map,I can use the layer.redraw() (which I nerver use before aha.) Somebdy

[OpenLayers-Users] EditingToolbar and RegularPolygon

2010-08-23 Thread Mengu
Hello everyone, There are Path handler, Point handler and Polygon handler in the Editing Toolbar. How can I add RegularPolygon? Thanks in advance. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/EditingToolbar-and-RegularPolygon-tp5452236p5452236.html Sent from the

Re: [OpenLayers-Users] arcgis server 10

2010-08-23 Thread Mª®k
With very little effort arcgis server will do WMS, KML and WFS(-T) just fine; just check the appropriate boxes in the AGS manager. Mark ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] EditingToolbar and RegularPolygon

2010-08-23 Thread Alexandre Dube
This could help : http://www.openlayers.org/dev/examples/regular-polygons.html Regards, Alexandre On 10-08-23 07:28 AM, Mengu wrote: Hello everyone, There are Path handler, Point handler and Polygon handler in the Editing Toolbar. How can I add RegularPolygon? Thanks in advance.

[OpenLayers-Users] WFS Request not triggered without setCenter

2010-08-23 Thread Hajo Kliemeck
hi, is there a possibility to trigger a wfs layer request without calling setcenter? my current solution is running, but i want to avoid the setcenter() with lat=0, lon=0 to trigger the calculation of the center with wfs features. script type=text/javascript var map; var

Re: [OpenLayers-Users] LayerSwitcher - Panel show and disable layerentry - additional

2010-08-23 Thread Marc Jansen
Hi Jan, I'd suggest continuing this thread in English, even though we both speek German. The order of layers in the LayerSwitcher can be controlled using the configuration option ascending. Just play around with that one:

Re: [OpenLayers-Users] Panel not showing my custom buttons

2010-08-23 Thread Planet)x
Just to let anyone know about this, I managed to fix this. I made the mistake of having a stylesheet with .olControlPanel class defined but no .olControlPanel div defined. As soon as I added the div after it everything worked. -- View this message in context:

Re: [OpenLayers-Users] Why is my WFS layer not showing up?

2010-08-23 Thread Gregor at HostGIS
Second: When I use your wfs server with EPSG:23031, then the points will display in Barcelona. But only for the layer cloud2. The gml for the layers named by numbers are not valid.ms:4 seems to be no correct tag. Correct. I am not using #4 in this demo, only cloud2. the point in the

[OpenLayers-Users] Removing darkblue bar from top/bottom of LayerSwitcher control.

2010-08-23 Thread Planet)x
I am very confused where this bar is coming from. I have changed all options related to LayerSwitcher in the styles.css located in \lib\theme\default\styles.css but the blue bars on top and bottom of the switcher control remain. I have also modified layerswitcher.js but it doesn't seem to have

Re: [OpenLayers-Users] Removing darkblue bar from top/bottom of LayerSwitcher control.

2010-08-23 Thread Planet)x
Nevermind, found it inside openlayers.js. So apparently all my stuff gets overwritten if it's defined here? Anyway changed roundedcorners = false in there pertaining to layerswitcher control and they dissapeared. -- View this message in context:

Re: [OpenLayers-Users] Can't get overview map to work

2010-08-23 Thread Planet)x
Still cannot get anything to show except for a blue image of nothing. Below is my updated code, I have tried just defining a simple overviewmap with no options, tried setting options and tried to set the zoom level but still I just get an empty blue box as the overview, appreciate any assistance!

Re: [OpenLayers-Users] Can't get overview map to work

2010-08-23 Thread Planet)x
Nevermind, made an obvious mistake. My only base layer was transparent and thus nothing was showing in the overview map. When I added more features into the basemap it works. Whoops -- View this message in context:

Re: [OpenLayers-Users] Looping through the features of a WMS layer

2010-08-23 Thread Planet)x
I too am stuck in the same boat and want to expose attributes from features, but currently only have a WMS setup. Can anyone post a good guide or start location for setting a WFS up. We are running intergraph products not sure if I need another open source product or anything, thanks. -- View