548 reputation
18
bio website
location
age
visits member for 8 months
seen 19 hours ago
stats profile views 5

May
9
comment Recommended Eclipse Plugins for development with OpenLayers and GeoExt?
I also reccomend you Webstorm, it's way faster than any eclipse-based IDE, and has a very good context help. If OpenLayers is in the project, it will index the functions and give you some hints with the context-help
Apr
24
comment How to let users download data from Geoserver?
@zimmi It's not REST, it's a simple HTTP GET request...to get a kml file you have to perform a WMS request, see the docs
Apr
24
comment tomcat 5.5.20 on geoserver 2.3
@aykon How do you start tomcat? Are you on linux or win? Try to restart the console (start a new session if you are on linux); it's also possible that the JAVA_HOME defined for the user which runs tomcat points to the old java version
Apr
24
answered How to add wms layer in OpenLayers from a geoserver?
Apr
24
comment Display points labels starting at certain zoom level
@iant I improved the answer, but actually there is not so much to explain...also the questioner was asking for an example :)
Apr
24
revised Display points labels starting at certain zoom level
Improved (?) the answer
Apr
24
answered Display points labels starting at certain zoom level
Apr
23
awarded  Constituent
Apr
23
awarded  Caucus
Apr
8
comment How to get JAI + JBoss 7.1.1 + Geoserver 2.3.0 to work?
Hi have another issue with java 1.7 x64: Could not initialize class org.geotools.image.ImageWorker on very wms request. Do you have any idea?
Feb
11
comment Problem Access-Control-Allow-Origin.GeoServer ISS OpenLayers
@ROCHEDY try this link <gis.stackexchange.com/questions/32407/…;
Feb
11
revised How to configure Proxy.cgi with IIS
Add explaination on why is a bad idea to use http proxy
Feb
11
answered How to configure Proxy.cgi with IIS
Feb
11
answered Problem Access-Control-Allow-Origin.GeoServer ISS OpenLayers
Feb
8
answered How to query osm data served by geoserver?
Feb
8
comment Port an OpenLayers application to mobile devices
In the "old" previus release (2.11) there are some difference. I remember for sure that in the mobile version the wkt reader is missing.
Feb
6
awarded  Commentator
Feb
6
comment How to abort a layer event in Openlayers
Have you tried to return false?
Feb
4
answered Can geoserver limit layer access to clients by credentials?
Jan
29
comment How to access an wms layer that requires authorization via OpenLayers?
@Mike001 Yes, but it should be possible to avoid xss restricions using data:'jsonp' in the jQuery request (or crossDomain: true), as explained in (api.jquery.com/jQuery.ajax)