Re: [Cartoweb-users] Current Scale

2008-07-23 Thread Oliver Christen
-users] Current Scale Hi, We created our own project from the sampleProject project of CartoWeb3. But the Current Scale information is not working. We try to activate it, but we do not found how. Can you explain how to activate it ? Thank you -- Laurier Séguin [EMAIL PROTECTED

[Cartoweb-users] Current Scale

2008-07-23 Thread Laurier Séguin
Hi, We created our own project from the sampleProject project of CartoWeb3. But the *Current Scale* information is not working. We try to activate it, but we do not found how. Can you explain how to activate it ? Thank you -- Laurier Séguin [EMAIL PROTECTED]

Re: [Cartoweb-users] Current scale: undefined

2007-07-09 Thread Frédéric Junod
Hi, The smarty variable "currentScale" was renamed to "currentScale_value". This was done to prevent a conflict with Ajax mode on, the currentScale container id and the currentScale value had the same javascript variable name. So you have to update your cartoclient.tpl to something like: ... {t}C

Re: [Cartoweb-users] Current scale: undefined

2007-07-09 Thread Dirk Jesko
Hi, the variable containing the scale value has been renamed from $currentScale to $currentScale_value in the CVS version. You have to rename the references in your templates. Regards, Dirk wochter wrote: Hi, The Current Scale on all project doesn't work when I change zoom. On first load o

[Cartoweb-users] Current scale: undefined

2007-07-09 Thread wochter
Hi, The Current Scale on all project doesn't work when I change zoom. On first load of project is scale displayed, but after first zooming it says: "Current scale: undefined". It seems the problem begin since cvs update, I don't know exactly. Could you help me please? thanx wochter __