Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: How do YOU create various resolutions of the same map?

  1. #21
    Guild Applicant
    Join Date
    Mar 2012
    Posts
    3

    Default

    Quote Originally Posted by Redrobes View Post
    From roads and and streams point of view you have the same problem. If you render each layer individually then you could plot them with a single line. If scaling from a large bitmap then they will get small and blend out of the image at small scale. If all you have is the bitmap then its a tough call to preserve small features at small scales. If you have it as a map element database then your into GIS domain again. So I guess the important missing info is what kind of map do you have and is it just a bitmap ?
    Thanks, Redrobes, you described my problem with scaling exactly. Gmap Cutter appears to be a bitmap slicer -- I believe it just
    chops the bitmap into 256-pixel tiles; then scales it down by some factor and does the same thing, until the entire image is down to 1 tile or so.
    The Gmap API is a nifty Javascript that serves and navigates up those tiles depending on clicks and keyboard actions.

    My basic map is a bitmap, but I am working on a larger version with photoshop. Alas, I don't think I am up for buying another commercial
    tool ATM, but I willing to use a different method or tools in the process of putting in more details.
    My question is -- what tools should I be looking at? Some of my initial searches talk about Shapefiles for map features,
    (then using these in some sort of map server)
    but how do I create those shapefiles for, say, rivers and roads?
    In theory, I understand the difference between vector and bitmap descriptions, but I have no experience with vector tools.

    Or am I barking up the wrong tree?

  2. #22
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,196
    Blog Entries
    8

    Default

    You have two basic choices. Go all vector which is all shape files and GIS or all bitmap which is GMaps & Gimp. You can render a vector map to a bitmap and serve it as GMap sliced tiles or you can use some other web based vector tool to display shape files and other GIS data.

    If you go vector and GIS then try QGIS or QuantumGIS which is free and will be able to create shapefiles but I don't know what kind of java script/applet tools you might have to run it on a web page natively tho I would guess with confidence that it could output your map to a bitmap for slicing and tiling with GMaps.

    If you go bitmap with Gimp etc then try out making a 16384 square image and also a 2048 square image of the same map but tidy up the streams, roads and place names in the two images to suite the two resolutions and see if you can substitute the tiles from the small map into the large ones divide by 8 slice. I believe that in GMaps it has many tiles per slice and a set of slices which I think are like the zoom layers. If you can insert the small maps slices into the top slices of the large map then you could have a map which scales over several different images with different detail on it. Thats kind of hard work and the point about why I wrote my app.

    If you have a detailed vector map then export the whole thing as a 16384 map and a 2048 map and get the GIS part of the app to do the selection and rendering of the shapes at the different scales. It ought to be smart enough that it renders thin shapes as a single line at some point instead of blending them out into nothingness. The advantage of the vector GIS thing in this instance is that you ought not to have to make custom touch ups to the small map export each time you make changes to the whole map. The downside is that you will have more trouble with vector editing than bitmap editing.

    Vector shapes are like putting down the 4 corners of a square and telling it what color and style to fill it. From there you can add extra points to the edges of the square and drag them about and its redrawing the shape each time. In Gimp and bitmaps its about pixels. You might have an undo but essentially you can put a square down but if you want to drag it about you will smear pixels instead of moving an edge line. Its much harder. But its a whole lot easier to put down a texture of a mountain or a lake without having to draw it in lines and shapes.

    As well as QGIS, you ought to check out Xara, Inkscape and CC3 for vector style tools, Fractal Mapper and mine are hybrids then you have a load of bitmap apps where you can use GMaps, Worldwind, GeoServer, SimpleTiles, Silverlight and so on for the rendering. For web pages you can use your GMaps API, Silverlight API or otherwise you would need to run a server for say Worldwind, GeoServer, my app and so on. At a push you can also use plain ole HTML and use the image map links but you might need to write that in a scripting language to get that going on anything more than trivial.

  3. #23
    Software Dev/Rep Hai-Etlik's Avatar
    Join Date
    May 2009
    Location
    48° 28′ N 123° 8′ W
    Posts
    1,333
    Blog Entries
    1

    Default

    Quote Originally Posted by sam View Post
    My basic map is a bitmap, but I am working on a larger version with photoshop. Alas, I don't think I am up for buying another commercial
    tool ATM, but I willing to use a different method or tools in the process of putting in more details.
    My question is -- what tools should I be looking at? Some of my initial searches talk about Shapefiles for map features,
    (then using these in some sort of map server)
    but how do I create those shapefiles for, say, rivers and roads?
    In theory, I understand the difference between vector and bitmap descriptions, but I have no experience with vector tools.
    If you want to work with vector graphics, then you should take a look at Inkscape. If you want to work with raw geographic data, including Shapefiles and GeoTIFFs, then you should give QuantumGIS a look. I've written some introductory material on both Inkscape and QuantumGIS: http://www.cartographersguild.com/sh...Mapping-Basics, http://www.cartographersguild.com/sh...-for-using-GIS

  4. #24
    Guild Applicant
    Join Date
    Mar 2012
    Posts
    3

    Default

    Quote Originally Posted by Hai-Etlik View Post
    If you want to work with vector graphics, then you should take a look at Inkscape. If you want to work with raw geographic data, including Shapefiles and GeoTIFFs, then you should give QuantumGIS a look. I've written some introductory material on both Inkscape and QuantumGIS: http://www.cartographersguild.com/sh...Mapping-Basics, http://www.cartographersguild.com/sh...-for-using-GIS
    Appreciate the pointer! I will take a look.

    And thanks again to Redrobes. I was actually considering making two maps; my current "big" one is 10240x8192, I think that's close to the limits of my machine and tools. Not quite sure how to "insert" the small one at appropriate scales,
    but it will be my plan B -- if I can't make headway in vector and/or GIS approach.

Page 3 of 3 FirstFirst 123

Posting Permissions

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