Re: How to draw a tube map?



Tom Anderson wrote:
On Sat, 10 Nov 2007, Ernst S Blofeld wrote:

Tom Anderson wrote:

That's like suggesting a pair of compasses when someone asks how to draw a straight line. For drawing a Beckish diagram, geographical software is the last thing you want.

And your suggestion is?

Inkscape, which someone had already suggested. Any other vector graphics editor would be about as good.

Which is still not ideal - you'd really want something that did some kind of constraint-based graphics. Like what Powerpoint does with arrows - you can draw a couple of boxes or something, and draw, say, a right-angle arrow connecting them, and if you move one of the boxes, the arrow sorts itself out. It's not quite what you need for this problem, though, and i don't know anything which does that.

Having thought about it, i'm going to change my suggestion, though - i think the OP needs Python and the ReportLab PDF library :).

That's as helpful a comment as taking as pair of compasses and shoving one up each nostril. Aren't crass analogies fun!

GIS software is ideally suited to manipulating vector information, complete with node labels etc. certainly more so than a simple graphics package.

I am skeptical about this. Are you saying a GIS tool is better for straightforward drawing than a drawing tool? Is there really not geographical stuff which is going to get in the way in this case?

As we have no idea where the OP is starting from or what he wants from a 'tube map' (a schematic, geospatial map or otherwise), the given list of software is comprehensive enough to cater for most mapping needs.

I'm having trouble thinking of anything that the term "the London Tube Map" could refer to that isn't substantially like this:

http://www.tfl.gov.uk/assets/downloads/standard-tube-map.pdf

For sake of completion here is another list;

http://en.wikipedia.org/wiki/List_of_vector_graphics_editors

That's a good link.

I seem to remember asking someone at LU years ago what they used to draw and redraw the Tube map - I think it was Adobe Illustrator.

Dave A
.



Relevant Pages

  • Re: Drawing on DC
    ... class Circle: public Drawing { ... It would be *called* from OnDraw, ... You should only draw when you need to draw, ... Drawing your objects on a bitmap merely renders the circle, rectangle, etc. as bits (which ...
    (microsoft.public.vc.mfc)
  • Re: Eye (MF) jab, poke, gauge, ... : how to train
    ... to perfection even... ... Each skill is variously different. ... like Drawing -vs- Painting, which is why I brought that up. ... to draw a mech robot, and her drawing will suck too. ...
    (rec.martial-arts)
  • Re: howto avoid cdc drawing done not in onPaint to be erased?
    ... i need to draw something. ... And the answer is, if you want to do a drawing, then yes, you need to store every point ... A DC holds no display information; it holds the information required to CREATE the ... cases, for durations measuable in seconds, although small hundreds of milliseconds are ...
    (microsoft.public.vc.mfc)
  • Re: Anchors and Objects
    ... Now drawing a line is no big deal. ... your main display PictureBox and once into a hidden Autoredraw PictureBox. ... PictureBox using a draw width two pixels greater than the draw width you ...
    (microsoft.public.vb.general.discussion)
  • Re: AutoShapes on User Forms
    ... That code draws AutoShapes on the active document, but the original question ... was about drawing them on a UserForm -- that's a whole different issue. ... Here is a sample code where you would draw 2 shapes, ... I am using WORD 2000 and I have a question about AutoShapes. ...
    (microsoft.public.word.vba.userforms)