screwt/openglobusddm

Only works for 32x32 grid (param = 33)

Closed this issue · 1 comments

Only works for 32x32 grid (param = 33)

In deed it works.
Param should be as this (mind the plainGridSize):

        "terrain": new og.terrain.GlobusTerrain('terrain',{
            url:'https://************/levelout_65x65/{z}/{y}/{x}.ddm',
            plainGridSize:64
        }),