Re: [Mapbuilder-devel] Useful OWSContext extension

2007-12-03 Thread Roald de Wit
Hi Andreas, On Tue, 2007-12-04 at 01:31 +0100, Andreas Hocevar wrote: > I know there was already some discussion about this on the list. What > if we have the following in an OWS Context document: > > > > > Just curious: do yo refer to WMS-C as a Tile Cache WMS or Co

[Mapbuilder-devel] Useful OWSContext extension

2007-12-03 Thread Andreas Hocevar
Hi, I know there was already some discussion about this on the list. What if we have the following in an OWS Context document: ... This would give us a very convenient way to use the same layer for issuing WMS requests (GetMap, GetFeatureI

Re: [Mapbuilder-devel] update mapbuilder to proj4js

2007-12-03 Thread Andreas Hocevar
Hi, On Dec 3, 2007 10:45 AM, Andreas Hocevar <[EMAIL PROTECTED]> wrote: > On Dec 3, 2007 2:27 AM, Mike Adair <[EMAIL PROTECTED]> wrote: > I am concerned about this change in GMLRendererOL, and it breaks my > current applications. The reason is that my geometries are not in > EPSG:4326. A better wa

Re: [Mapbuilder-devel] [Mapbuilder-users] Team meeting tomorrow

2007-12-03 Thread Andreas Hocevar
Hi, On Dec 3, 2007 6:44 PM, Mike Adair <[EMAIL PROTECTED]> wrote: > > * MAP-420 (Mike): are the convergence errors fixed? I encountered them > > in projections even without toWGS84 parameter, and in non-grid > > transformed projections, and within the range for that projection. > > > A test case w

[Mapbuilder-devel] Should we fix the SLD example for 1.5RC1?

2007-12-03 Thread Cameron Shorter
Olivier, In the team meeting we have been going through the issues to fix for 1.5rc1. http://jira.codehaus.org/browse/MAP-228 OpenLayers-Integration: Examples References the SLD Editor example. Do you want to fix this? If not, we plan to deprecate the example. -- Cameron Shorter Geospatial Syst

Re: [Mapbuilder-devel] [Mapbuilder-users] Team meeting tomorrow

2007-12-03 Thread Mike Adair
> * MAP-420 (Mike): are the convergence errors fixed? I encountered them > in projections even without toWGS84 parameter, and in non-grid > transformed projections, and within the range for that projection. > A test case where it fails (i.e. a latitude/longitude and EPSG code) would be really

Re: [Mapbuilder-devel] Team meeting tomorrow

2007-12-03 Thread Diez, Matthew
I will not be able to make it either. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Hocevar Sent: Monday, December 03, 2007 9:36 AM To: Cameron Shorter Cc: mapbuilder-users; mapbuilder-devel Subject: Re: [Mapbuilder-devel] Team meeting tomorrow

Re: [Mapbuilder-devel] Team meeting tomorrow

2007-12-03 Thread Andreas Hocevar
Hi, unfortunately, I cannot make it to the meeting today. So I post my report and questions here. The list of open issues is at http://jira.codehaus.org/secure/IssueNavigator.jspa?fixfor=13850 Several issues have been closed since the last week, but 14 are still open. I would like to have the f

Re: [Mapbuilder-devel] update mapbuilder to proj4js

2007-12-03 Thread Andreas Hocevar
Hi, On Dec 3, 2007 10:56 AM, Andreas Hocevar <[EMAIL PROTECTED]> wrote: > Mike, > > another problem: > > If I use a custom projection that is in proj4js/lib/defs, the url by > which the def file should be fetched is wrong: in the case of > EPSG31286.js, proj4js will try to fetch it from > /proj4js

Re: [Mapbuilder-devel] update mapbuilder to proj4js

2007-12-03 Thread Andreas Hocevar
Mike, another problem: If I use a custom projection that is in proj4js/lib/defs, the url by which the def file should be fetched is wrong: in the case of EPSG31286.js, proj4js will try to fetch it from /proj4js/lib/defs/EPSG31286.js. This will obviously not work because I have no proj4js webapp a

Re: [Mapbuilder-devel] update mapbuilder to proj4js

2007-12-03 Thread Andreas Hocevar
Hi Mike, great work! After a first glance, I have the following comments on its integration into Mapbuilder: On Dec 3, 2007 2:27 AM, Mike Adair <[EMAIL PROTECTED]> wrote: > There is also a new example checked in to demo this (as presented at > FOSS4G/07) in examples/projDemo. This includes a chan