Re: [OpenLayers-Users] How to add many(400) markers to the map?

2009-04-15 Thread Adams
@openlayers.org Sent: Wednesday, April 15, 2009 12:52:42 AM GMT -04:00 Atlantic Time (Canada) Subject: Re: [OpenLayers-Users] How to add many(400) markers to the map? I don't think a lot of experimentation is required, I would implement it as such: g = [view port width / cell size][view port height

Re: [OpenLayers-Users] How to add many(400) markers to the map?

2009-04-15 Thread Adams
...@yahoo.com.cn To: users@openlayers.org Sent: Wednesday, April 15, 2009 12:52:42 AM GMT -04:00 Atlantic Time (Canada) Subject: Re: [OpenLayers-Users] How to add many(400) markers to the map? I don't think a lot of experimentation is required, I would implement it as such: g = [view port width / cell size

[OpenLayers-Users] How to add many(400) markers to the map?

2009-04-14 Thread willson
Hi everyone, this is the first post on this forum. I have search the problem on the forum, but find no anwser. What I need to solve is: I have more than 400 points need to show on the map, these points query my db every 10 secs, and change their color according to the return value. I use the

Re: [OpenLayers-Users] How to add many(400) markers to the map?

2009-04-14 Thread Michal Seidl
Hi, try to search mailing list for strategies, performance. I have the same problem not solved yet. It looks I will have to render at server site. Michal Hi everyone, this is the first post on this forum. I have search the problem on the forum, but find no anwser. What I need to solve is: I

Re: [OpenLayers-Users] How to add many(400) markers to the map?

2009-04-14 Thread willson
Hi, try to search mailing list for strategies, performance. I have the same problem not solved yet. It looks I will have to render at server site. Michal Hi everyone, this is the first post on this forum. I have search the problem on the forum, but find no anwser. What I need to solve is:

Re: [OpenLayers-Users] How to add many(400) markers to the map?

2009-04-14 Thread willson
Hi, if you were using Geoserver and wms, dynamic symbolizer could help you. Check the following out: http://blog.geoserver.org/2008/12/08/dynamic-symbolizers-part-1/ - mika - willson kirjoitti: Hi, try to search mailing list for strategies, performance. I have the same problem not

Re: [OpenLayers-Users] How to add many(400) markers to the map?

2009-04-14 Thread Chris Adams
From: willson talentp1...@yahoo.com.cn To: users@openlayers.org Sent: Tuesday, April 14, 2009 12:26:40 PM Subject: Re: [OpenLayers-Users] How to add many(400) markers to the map? Hi, if you were using Geoserver and wms, dynamic symbolizer could help you. Check the following out

Re: [OpenLayers-Users] How to add many(400) markers to the map?

2009-04-14 Thread Chris Adams
the solution, I'd like to use it ;) Serg - Original Message From: willson talentp1...@yahoo.com.cn To: users@openlayers.org Sent: Tuesday, April 14, 2009 12:26:40 PM Subject: Re: [OpenLayers-Users] How to add many(400) markers to the map? Hi, if you were using

Re: [OpenLayers-Users] How to add many(400) markers to the map?

2009-04-14 Thread willson
On Tue, Apr 14, 2009 at 12:52:03AM -0700, willson wrote: Hi everyone, this is the first post on this forum. I have search the problem on the forum, but find no anwser. What I need to solve is: I have more than 400 points need to show on the map, these points query my db every 10 secs,

Re: [OpenLayers-Users] How to add many(400) markers to the map?

2009-04-14 Thread willson
From: willson talentp1...@yahoo.com.cn To: users@openlayers.org Sent: Tuesday, April 14, 2009 12:26:40 PM Subject: Re: [OpenLayers-Users] How to add many(400) markers to the map? Hi, if you were using Geoserver and wms, dynamic symbolizer could help you. Check the following out