Re: [Mapbuilder-devel] I18N and language subtags

2007-08-12 Thread Cameron Shorter
Gertjan, I didn't realise that we would want to support multiple language files in one application. I would have thought that if I was developing an application for a specific language, then I would also be required to go through and update all messages for that language. However, if you have

Re: [Mapbuilder-devel] Future of openlayers integration

2007-08-12 Thread Eric Lam
Eric Lam wrote: > Andreas Hocevar wrote: >> Hi, >> >> On 8/11/07, Eric Lam <[EMAIL PROTECTED]> wrote: >> >>> OpenLayers.Class >>> var Control = OpenLayers.Class( SubclassControl, { ...}) >>> >>> however I can only get OL from the trunk to work if I change the >>> code to >>> Control = OpenLayers

Re: [Mapbuilder-devel] Future of openlayers integration

2007-08-12 Thread Andreas Hocevar
Hi, On 8/11/07, Eric Lam <[EMAIL PROTECTED]> wrote: > OpenLayers.Class > var Control = OpenLayers.Class( SubclassControl, { ...}) > > however I can only get OL from the trunk to work if I change the code to > Control = OpenLayers.Class.create(); > Control = OpenLayers.Class.inherit( SubclassContro