bug with layout_maxwidth?

  • hello
    i want a map with 100% width. in "tour.xml" i customize skin settings like this:

    <skin_settings ...
    layout_maxwidth="1920"
    ...
    />

    on a screen with this code the result is not 1920px width?? the width of skin_layer doesn't change.

    If i want really 1920px width i have to change the code in skin_layer like this:
    <layer name="skin_layer" keep="true" type="container" align="top" width="100%" maxwidth="1920" ...>
    instead of
    <layer name="skin_layer" keep="true" type="container" align="top" width="100%" maxwidth="get:skin_settings.layout_maxwidth" ...>

    Do you know why?
    Thank's
    Regards

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!