1,504 reputation
111
bio website atlefren.net
location Trondheim, Norway
age 29
visits member for 1 year, 5 months
seen 55 mins ago
stats profile views 87

Background: masters in Geomatics and ICT from Norwegian University of Science and Technology (2009). Works as a GIS software/web developer. Mainly OpenLayers, Geoserver and PostGIS


May
7
answered Instructor led Web mapping development courses?
Nov
27
awarded  Yearling
Aug
8
awarded  Revival
May
31
comment How to use cql_filter in OpenLayers.Control.WMSGetFeatureInfo?
Yes, that's the point. Changes to the CQL of a layer does not automagically reflect themselves to the WMSGetFeatureInfo control. So, you have to apply the new CQL filter to the GetFeatureControl as well
May
31
comment How to check if a point is near or inside polygon?
Have you tried JTS? vividsolutions.com/jts/jtshome.htm
May
30
revised Can I prevent features from being created outside an OpenLayers map?
deleted 821 characters in body
May
30
revised Can I prevent features from being created outside an OpenLayers map?
added 666 characters in body
May
30
comment Can I prevent features from being created outside an OpenLayers map?
what this handler does is override the finishGeometry function of the Polygon handler. If the geometry that is drawn is intersecting, it undoes the last point added to the geometry. One major drawback is that this will only trigger on the last point added, and thus only undo this.. So, actually a bad solution. Let me try to rewrite it...
May
30
answered Can I prevent features from being created outside an OpenLayers map?
May
29
comment OpenLayers (allOverlays): Vector layer not rendered without raster layer beneath it
You are right (in theory). You could try to add an "empty" layer instead of the raster layer (just initialize it using OpenLayers.Layer())?
May
29
revised OpenLayers (allOverlays): Vector layer not rendered without raster layer beneath it
formatting
May
29
answered OpenLayers (allOverlays): Vector layer not rendered without raster layer beneath it
May
24
comment What is Spatial Reference System in Laymans Language?
and if you encounter a srid without the authority, you can usually assume its EPSG (this is the case for PostGIS and ogr/gdal at least)
May
24
answered What is Spatial Reference System in Laymans Language?
May
24
answered Sending GPS Location to server
May
24
answered Waiting for Vector & WFS loading
May
23
answered sometimes a white, square dialogue appears in the middle of the screen: Map Data … Google maps
May
23
comment Unselect all layers and clear the legend in Openlayers
What do you mean by "legend". AFAIK OpenLayers have no legend-control. Are you using some kind of framework such as GeoEXT or mapfish?
May
23
revised using google maps, the mouse cursor and the dot on the map not inline
edited tags
May
23
revised using google maps, the mouse cursor and the dot on the map not inline
edited tags