Results 1 to 10 of 31

Thread: Guild City - Overall Map

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Guild Journeyer Facebook Connected DarkInfinity's Avatar
    Join Date
    Dec 2016
    Location
    Pennsylvania, USA
    Posts
    129

    Default

    @Mouse - There is nothing wrong with leaving things the way they are, it was just a suggestion for a more structured event (I like structure more than others I'm ok with that )

    @RedRobes - I did see mention in one of the other threads about the work that goes into the zoomable maps (I'm a software engineer, programmer, code monkey whatever you want to call it) So learning about the process involved there does sound fun to me. If you ever do a tutorial, please let me know (or is there one in the tutorial section already?). I'm sure I could figure it out or find a tutorial somewhere else, but there is a difference learning from some random site and learning from a person you know does something and does it well.

    General question - should we move the discussion of suggestions to another thread? I didn't mean for it to eat up this thread.
    "The journey of a thousand miles begins with one step." ~ Lao Tzu

  2. #2

    Default

    Quote Originally Posted by DarkInfinity View Post
    @Mouse - There is nothing wrong with leaving things the way they are, it was just a suggestion for a more structured event (I like structure more than others I'm ok with that )
    LOL! You and I are opposite in that sense. I come here to get away from structures. I find they limit my spontaneity and creativity, but then I've always been a bit wild and eccentric/unconventional. However, I do understand that there are people here who function better when they are working with a structure

    EDIT: I think it might be best to move it back over to one of the other Guild City threads - maybe the original poll thread?
    Last edited by Mouse; 01-19-2017 at 03:01 PM.

  3. #3
    Guild Journeyer Facebook Connected DarkInfinity's Avatar
    Join Date
    Dec 2016
    Location
    Pennsylvania, USA
    Posts
    129

    Default

    Quote Originally Posted by Mouse View Post
    LOL! You and I are opposite in that sense. I come here to get away from structures. I find they limit my spontaneity and creativity, but then I've always been a bit wild and eccentric/unconventional. However, I do understand that there are people here who function better when they are working with a structure
    I have two young children, I have plenty of unstructured wildness. Although to be fair, if I don't reign in my creativity/spontaneity I would never get anything done, I would be a perpetual thinker and never a doer.
    "The journey of a thousand miles begins with one step." ~ Lao Tzu

  4. #4
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,217
    Blog Entries
    8

    Default

    Quote Originally Posted by DarkInfinity View Post
    I did see mention in one of the other threads about the work that goes into the zoomable maps (I'm a software engineer, programmer, code monkey whatever you want to call it) So learning about the process involved there does sound fun to me. If you ever do a tutorial, please let me know (or is there one in the tutorial section already?). I'm sure I could figure it out or find a tutorial somewhere else, but there is a difference learning from some random site and learning from a person you know does something and does it well.
    The leaflet site has a load of tutorials on it so I just took some samples and played about. The hardest part is to make the tile set for it which is outside of the scope of the tutorials. But if your a code monkey then get some perl / python etc and run up some scripts to output a script and get image magick to create the tiles. It would take a while but its possible. You only need a 1K image chopped into 4x4 + 2x2 + 1 of 256x256 pixel tiles to make a sample set to start playing with. We use a 16K image with 6 levels of tiles but its all the same. Theres a couple of weird things about using your own tiles with an ortho view instead of something like mercator but with a bit of faffing you will get it working. Putting your own markers down is dead easy. Putting them down with links to other items is a little more tricky but not too bad. I have not played with all the other stuff like vector shapes, image overlays and so on. If you go to the main guild city thread where we discussed it all I have a link to a zoomable map I made for some nature site. From that one you should be able to view source and see the java script I used for it. On here its hidden by the php. Have a concerted go at the leaflet tuts and then start a thread about it and show up how you got on or post some questions and ill see how I can help.

    Edit: Oh look - GDAL has a leaflet tile maker -> http://www.gdal.org/gdal2tiles.html
    Last edited by Redrobes; 01-19-2017 at 04:05 PM.

Tags for this Thread

Posting Permissions

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