| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 8 months |
| seen | May 14 at 12:38 | |
| stats | profile views | 1 |
|
May 14 |
asked | Using rsc file when publishing dgn files with Bentley Geo Web Publisher |
|
Feb 19 |
awarded | Commentator |
|
Feb 19 |
comment |
How to abort a layer event in Openlayers Sadly thats not possible in this case. |
|
Feb 19 |
comment |
OpenLayers 2.12 and http basic authentication woes iluwatar>Did you ever got past the issue that FireFox shows a login authentication? As you write, you just can press cancel on the popup, but it's disturbing and confusing for the end user with the authentication popup. |
|
Feb 7 |
awarded | Supporter |
|
Feb 7 |
comment |
How to abort a layer event in Openlayers Hi ahocevar Since you help me solve the main issue it dont need to abort the event any longer. But perhaps that will be needed in a later scenario. Do you have any idea on how to do it? As you write, returning false won't help. |
|
Feb 7 |
comment |
How to stop features to redraw unwillingly in OpenLayers Hi ahocevar and thank you very much for the reply and answer! You are correct I'm using the BBOX strategy but by raising the ratio the problem dissapear. I guess the down side of this is that more features than needed are retreived, but thats not an issue in this case (for now at least). Br Mike |
|
Feb 7 |
accepted | How to stop features to redraw unwillingly in OpenLayers |
|
Feb 6 |
comment |
How to abort a layer event in Openlayers Yes, and sadly that don't help either. |
|
Feb 6 |
asked | How to abort a layer event in Openlayers |
|
Feb 5 |
comment |
How to stop features to redraw unwillingly in OpenLayers Hi Mapperz and thanks for the reply I'm not quite sure that I understand what you mean in how the answer in the other question would help me. I have features that are polygons. And the problem occurs when Im modifying one of them. I could try to have a extra wfs layer only for the feature that the user currently is editing. But my guess is that won't help if that only feature is complex enough. Or am I missing your point? |
|
Feb 5 |
asked | How to stop features to redraw unwillingly in OpenLayers |
|
Jan 30 |
comment |
How to access an wms layer that requires authorization via OpenLayers? >But if it is a wms layer that needs authorization, you cant use jsonp format can you? If so I have done it wrong when I tried. Or rather, it works in IE8 (but I get the same warning message as when not using jsonp), but not on Firefox or Chrome. My code is jQuery.support.cors = true; $.ajax( { 'password' : 'passw', 'username' : 'user', 'url' : url, 'type' : 'POST', 'datatype' : 'jsonp', 'crossDomain' : true ,'success' : function(){ alert("succ") }, 'error' : function(err){ alert("Err" + err)}, } ); |
|
Jan 29 |
comment |
How to access an wms layer that requires authorization via OpenLayers? But in your solution you still have the cross site scripting problem, dont you? |
|
Jan 29 |
awarded | Teacher |
|
Jan 29 |
answered | How to access an wms layer that requires authorization via OpenLayers? |
|
Jan 28 |
comment |
How to access an wms layer that requires authorization via OpenLayers? Could you please provide an example? I have tried: try { URL url = new URL ("geoserver/…); String encoding = Base64Encoder.encode ("user:passw"); HttpURLConnection con= (HttpURLConnection) url.openConnection(); con.setRequestMethod("POST"); con.setDoOutput(true); con.setRequestProperty ("Authorization", "Basic " + encoding); InputStream content = (InputStream)con.getInputStream(); } catch(Exception e) { e.printStackTrace(); } |
|
Jan 28 |
asked | How to access an wms layer that requires authorization via OpenLayers? |
|
Jan 25 |
awarded | Tumbleweed |
|
Jan 18 |
asked | How to set the holeModifier on OpenLayers.Control.DrawFeature to always be active? |