[Mapbender-dev] order element_vars by name

Christoph Baudson christoph.baudson at ccgis.de
Wed Oct 18 10:13:58 EDT 2006


Hi Thomas,

thanks for your message; of course this behaviour is not at all 
intended, I uploaded a new version to SVN

https://mapbender.osgeo.org/source/browse/*checkout*/mapbender/trunk/mapbender/http/php/mod_editElementVars.php

the element vars are now being sorted by the variable name.

thanks !

Christoph


Thomas Baschetti schrieb:
> Hi,
> is there any reason why element vars are not ordered
> by name in mod_editElementVars.php?
> Without ordering i get something like:
> ...
>   tab_titles[4]
>   tab_frameHeight[5]
>   tab_ids[5]
>   tab_titles[5]
>   tab_ids[6]
>   tab_titles[6]
>   tab_frameHeight[6]
> ...
> after adding some tabs.
> 
> i think it would be better like this:
> ...
>   tab_frameHeight[4]
>   tab_frameHeight[5]
>   tab_frameHeight[6]
>   tab_ids[0]
>   tab_ids[1]
>   tab_ids[2]
>   tab_ids[3]
> ...
> 
> Any opinions?
> 
> Ciao
> Thomas Baschetti





More information about the Mapbender_dev mailing list