Announcement

Collapse
No announcement yet.

Export from Global Mapper and import in World Wind

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Export from Global Mapper and import in World Wind

    Hi everybody,

    I'm working on a Java application based on the World Wind API. I need to import some Raster maps and to convert them I'm trying the Global Mapper SDK.
    It works but with some manual modifications.

    Maybe I don't use correctly options from their SDK then I need to modify some tags. I would like to know all tags we can have in the xml file (like <DisplayName>, <DatasetName>, <NumLevels count="1" numEmpty="0"/>, ...). If I need some tags I have to ask them to add it in their SDK. For example I have a problem when I export a xml file with WWJ tags and have the transparency tag.

    I also have a problem with directories and filenames of pictures. When Global mapper exports, for example with 2 NumLevels, I will have 2 directories with 2 numbers but not 0 and 1. And in each directory Frames will have name like [directory name]_[another number].png.
    If I want it works I need to rename them : 0_0.png, 0_1.png ... 1_0.png, 1_1.png ...

    Thanks for your Help.

    Flo.
Working...
X