Results 1 to 10 of 14

Thread: WorldKit

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Post

    Hi

    I'm the lead developer of worldKit. If you have any suggestions, please let me know. Tutorials are useful!

    And feel free to join in our discussion group, listed at http://worldkit.org/contact.php

    Cheers
    Mikel

  2. #2
    Guild Member Naryt's Avatar
    Join Date
    Dec 2006
    Location
    Utah, USA
    Posts
    89

    Post

    Quote Originally Posted by mikel View Post
    Hi

    I'm the lead developer of worldKit. If you have any suggestions, please let me know. Tutorials are useful!

    And feel free to join in our discussion group, listed at http://worldkit.org/contact.php

    Cheers
    Mikel
    Hello, hello! Welcome to the Guild and kudos for crafting worldKit!
    Innkeeper at the Darkwood Inn. The Foul Punster of the Cartographers' Guild!

    Better role playing than dragon slaying!

  3. #3
    Guild Novice
    Join Date
    Jan 2008
    Location
    Pennsylvania
    Posts
    11

    Post

    Just an update since its been well over a week now (a month actually)...

    I've tinkered with worldKit quite a bit, but don't have anything complex written up as its a fairly simple application to work with and configure. I'm not sure I'll get around to writing up a more complex tutorial as the worldKit site is fairly well documented for anyone with some basic coding familiarity to figure out.

    1) Extract the worldKit zip file to a directory (for the purpose of this tutorial we'll use worldKitDir as the directory name.

    2) You need to load your map file into zoomify so that it can be processed into layered images for various zoom levels.

    3) Copy the directory containing your images into the same directory as the worldKit files you are working on for my example I have used worldKitDir/map_images.

    4) Open config.xml in a text editor.

    5) Change the value of "displaytype" to "zoomify".

    6) Add the following code to the file or modify it as the case might be:
    Code:
    <zoomifydir>map_images</zoomifydir>
    7) Specify the height and width of the flash object you intend to use on your HTML page. This directly affects the scaling inside of the flash object. I recommend keeping the flash object sized to the same dimension ratio as the base map itself.

    If you intend to add points onto your map to mark various items, I recommend also adding the following to config.xml as otherwise the descriptions will appear as soon as the map loads for a default amount of seconds.
    Code:
    <textinterval>0</textinterval>
    <plotinterval>0</plotinterval>


    This all in mind, I've been evaluating OpenLayers (reverse engineered and expanded version of Google Maps) for use at by the company I work for and found it has similar functionality, but is much more complex than most of you might find a use for and to my knowledge (still learning it so I could be wrong) doesn't support the zoomified images that reduce bandwidth usage if you have a massive map and won't be viewing the whole thing.

  4. #4
    Community Leader pyrandon's Avatar
    Join Date
    Feb 2007
    Location
    Michigan, USA
    Posts
    1,341

    Default

    I'd love to see a Guild member play with this application--I see lots of potential for it, but fear it is currently over my head. Any takers?
    Don
    My gallery is here
    __________________________________________________ _______
    "Keep your mind in hell, but despair not." --Saint Silouan [1866-1938]

  5. #5
    Guild Apprentice
    Join Date
    Nov 2007
    Location
    London, UK
    Posts
    30

    Post

    Quote Originally Posted by pyrandon View Post
    I'd love to see a Guild member play with this application--I see lots of potential for it, but fear it is currently over my head. Any takers?
    I tried it, but to be honest it wasn't working for me. I've gone down the Google Earth route instead (following Handsome Rob's lead) - a lot of work but I like the results, particularly as you can tilt the maps horizontally to get a feel for how mountains are developing etc. I blogged about my progress last month, for those who are interested. If only I could work out how to convert a greyscale map into a DEM file and load it into onto the Google globe ...

  6. #6

    Post

    Quote Originally Posted by Rik View Post
    I tried it, but to be honest it wasn't working for me. I've gone down the Google Earth route instead (following Handsome Rob's lead) - a lot of work but I like the results, particularly as you can tilt the maps horizontally to get a feel for how mountains are developing etc. I blogged about my progress last month, for those who are interested. If only I could work out how to convert a greyscale map into a DEM file and load it into onto the Google globe ...
    Rik-

    Does GoogleEarth now support external elevation models?

    -Rob A>

  7. #7
    Guild Member Facebook Connected Ilwan's Avatar
    Join Date
    Apr 2006
    Location
    A, A
    Posts
    59

    Post

    I have worked with this great tool all day now, but I cannot find a way to load all annotation points at once. They appear on at a time initially. Does anyone know how to do it? I have read the manual but cannot find the function.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •