Re: [Mapbuilder-devel] renaming cscs

2007-09-17 Thread Rushforth, Peter
Hi Mike, I am surprised to find proj4 available in the MapBuilder environment, and I agree with your suggested name. Do you sync up code changes and fixes with the proj4 project (is there a proj4 project - I thought it was originally developed by a fellow at USGS?). Anyhow, the lineage of the

Re: [Mapbuilder-devel] renaming cscs

2007-09-17 Thread Cameron Shorter
+0 I don't feel strongly either way with regards to renaming. Rushforth, Peter wrote: > Hi Mike, > > I am surprised to find proj4 available in the MapBuilder environment, > and I agree with your suggested name. > > Do you sync up code changes and fixes with the proj4 project > (is there a proj4 p

Re: [Mapbuilder-devel] GML DynamicFeatures rendering with OpenLayers

2007-09-17 Thread Andreas Hocevar
Hi, On 9/17/07, Markus Innerebner <[EMAIL PROTECTED]> wrote: > Just let me know one thing: why do you suggest me to use a marker and > not the point object? You mean vector point feature? Because your use case seems to need good performance without flickering between refreshes, and I doubt that y

Re: [Mapbuilder-devel] GML DynamicFeatures rendering with OpenLayers

2007-09-17 Thread Markus Innerebner
Hi Andreas, > Is your base layer also EPSG:4326? If not, you have to use cscs to > transform your lon/lat values to your base layer projection. in fact, I am using a different format in the map. After transforming the values I can see now the marker. Just let me know one thing: why do you suggest

Re: [Mapbuilder-devel] OL2.5 RC1

2007-09-17 Thread Andreas Hocevar
Hi, On 9/17/07, Christopher Schmidt <[EMAIL PROTECTED]> wrote: > On Mon, Sep 17, 2007 at 06:07:52PM +0200, Andreas Hocevar wrote: > > On 9/17/07, Christopher Schmidt <[EMAIL PROTECTED]> wrote: > > thanks Chris for your cooperation. I tested the new RC with our trunk > > examples and another comple

Re: [Mapbuilder-devel] OL2.5 RC1

2007-09-17 Thread Christopher Schmidt
On Mon, Sep 17, 2007 at 06:07:52PM +0200, Andreas Hocevar wrote: > Hi, > > On 9/17/07, Christopher Schmidt <[EMAIL PROTECTED]> wrote: > > OpenLayers 2.5 RC1 has been released. In general, we strive for 3 > > business days of time with an RC out before we call it 'final' and > > release it -- I'd a

Re: [Mapbuilder-devel] OL2.5 RC1

2007-09-17 Thread Andreas Hocevar
Hi, On 9/17/07, Christopher Schmidt <[EMAIL PROTECTED]> wrote: > OpenLayers 2.5 RC1 has been released. In general, we strive for 3 > business days of time with an RC out before we call it 'final' and > release it -- I'd appreciate it if MapBuilder developers could > investigate whether MapBuilder

Re: [Mapbuilder-devel] GML DynamicFeatures rendering with OpenLayers

2007-09-17 Thread Andreas Hocevar
Hi Markus, On 9/17/07, Markus Innerebner <[EMAIL PROTECTED]> wrote: > I am sure that long lat vaues are correct. > > Any idea what that could be? Is your base layer also EPSG:4326? If not, you have to use cscs to transform your lon/lat values to your base layer projection. > P.S. I used the cont

[Mapbuilder-devel] OL2.5 RC1

2007-09-17 Thread Christopher Schmidt
OpenLayers 2.5 RC1 has been released. In general, we strive for 3 business days of time with an RC out before we call it 'final' and release it -- I'd appreciate it if MapBuilder developers could investigate whether MapBuilder works as expected with OpenLayers 2.5 RC1 so that we can ensure that the

Re: [Mapbuilder-devel] GML DynamicFeatures rendering with OpenLayers

2007-09-17 Thread Markus Innerebner
Hi Andreas and other Mapbuilder developers, After long time I developed my application for moving objects in a MVC way. At the moment I only have some problems on paint the markers as layer on the map of mapbuilder. I first start to use this example in a normal html page including the libs of o