4,851 reputation
518
bio website unicolet.blogspot.com
location
age
visits member for 1 year, 9 months
seen 13 hours ago
stats profile views 151

13h
comment Geoserver, OpenLayers so slow for WFS! Why?
Does the browser become unresponsive also when you zoom/pan the map?
13h
revised Geoserver, OpenLayers so slow for WFS! Why?
edited title
13h
comment Pgrouting - Networking
See: gis.stackexchange.com/a/2082/3895
17h
answered Pgrouting - Networking
May
5
answered String comparison expression failing in Mapserver when including fieldname
Mar
30
comment Problems with inspect element in browsers
@byom books.google.it/…
Mar
30
comment Problems with inspect element in browsers
@kryger is right: quite simply I did not bring out the problem with dumping variables in the global namespace because it seemed an advanced concept for this kind of question. However if the user really wanted the variables for quicker access I suggest he/she uses a wrapper object like the following: var MyApp=MyApp||{}; [...] MyApp.map
Mar
30
comment php_mapscript.so not present after Mapserver 6.2.0 compilation
User moved the question to the Mapserver issue tracker: github.com/mapserver/mapserver/issues/4606
Mar
30
answered Problems with inspect element in browsers
Mar
25
comment WMS feed displays in ArcCatalog 9.3 but not in ArcMap 9.3
When all else fails: dump the requests made from ArcMap 9.3 to the WMS feed and then compare them against working ones. You can use wireshark or an http proxy to capture the requests.
Mar
20
awarded  Revival
Mar
20
answered MapServer and IIS Express configuration
Mar
20
answered GeoServer Where clause filter
Mar
20
revised GeoServer Where clause filter
caps
Dec
27
awarded  Revival
Dec
27
revised How to combine vector layer and wms layer based on some constraints?
added 24 characters in body
Dec
27
reviewed Approve suggested edit on toolbars.Draw: Clear last point when a new point is clicked.
Dec
23
revised How to combine vector layer and wms layer based on some constraints?
added 1207 characters in body
Dec
23
answered How to combine vector layer and wms layer based on some constraints?
Dec
21
comment Spring and Openlayer conflicts on label rendering?
have you checked your browser's console for errors? Perhaps that will help you/us understand what's going on. On IE you can access the console with F12, on chrome with CTRL+SHIFT+i