[Geoserver-users] FW: Smartmap / Openlayers wfs request code

2015-09-03 Thread Wojciech Misiara
Hi we are experiencing a slow response which I narrowed down to the function 
below.
Any ideas as to how we can improve this as currently it takes around 14sec for 
the response to come back.

We are using Openlayers 2.13 with GeoServer 2.7.0.

The function in question is in SVG.js file

drawCircle: function(node, geometry, radius) {
var resolution = this.getResolution();
var x = ((geometry.x - this.featureDx) / resolution + this.left);
var y = (this.top - geometry.y / resolution);

if (this.inValidRange(x, y)) {
node.setAttributeNS(null, "cx", x);
node.setAttributeNS(null, "cy", y);
node.setAttributeNS(null, "r", radius);
return node;
} else {
return false;
}

},

[cid:image001.png@01D0E660.4CE57760]



--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] (no subject)

2014-05-08 Thread Wojciech Misiara
Hi,

I am currently running GeoServer Version 2.1.3.
The problem we are having is that the GeoServer has to be restarted very often 
as our forms from the website stop working.
Once it is restarted everything is back to normal.
The site is written in html and Javascript.
Will the upgrade to Geoserver 2.5 resolve this issue for us?

Wojciech Misiara BCIS

IT Manager

[cid:picture2d33c9f]

A Level 2, 66 Rundle Street, Kent Town SA 5067

T +61 8 8273 3100 F +61 8 8273 3110

E wojciech.misi...@tonkin.com.aumailto:wojciech.misi...@tonkin.com.au W 
www.tonkin.com.auhttp://www.tonkin.com.au

Development - Environment - Local Government - Mining  Resources - Spatial - 
Transport - Water

Privacy  Confidentiality Notice: This email and any attachments to it, may 
contain confidential and privileged information solely for the use of the 
intended recipient (or person authorised). Any misuse of this email and/or file 
attachments is strictly prohibited. If this email has been received in error, 
please notify the sender by return email and delete all copies immediately. No 
guarantee is given that this email and/or any attachments are free from 
computer viruses or any other defect or error.

[cid:recyclelogo3b4d06]

Disclaimer added by CodeTwo Exchange Rules 2007
www.codetwo.comhttp://www.codetwo.com/?sts=1047

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users