Ha! Nice one. So where is the overlay of the map? :-)
I just wondering why not shared these to Forum!
<:-)
The amazing topology of depiction of the internal London rail network is a high water mark of logical graphical representation.
Could one, in TW, in some way, layout how to get from Chesham to Parsons Green?
Just wondering
| | |
| | |
| | |
<$reveal type="nomatch" state="!!filter-field" text="show">
<$button set="!!filter-field" setTo="show">hide terrain</$button>
<style>.maptestop {opacity:1;}</style>
</$reveal>
<$reveal type="match" state="!!filter-field" text="show">
<$button set="!!filter-field" setTo="hide">show terrain</$button>
<style>.maptestop {opacity:0;}</style>
</$reveal>
<!-- button 2 -->
<$reveal type="nomatch" state="!!filter-field1" text="show">
<$button set="!!filter-field1" setTo="show">hide overlay</$button>
<style>.maptestop2 {opacity:1;}</style>
</$reveal>
<$reveal type="match" state="!!filter-field1" text="show">
<$button set="!!filter-field1" setTo="hide">show overlay</$button>
<style>.maptestop2 {opacity:0;}</style>
</$reveal>
<div style="position:relative; width:100%; margin:0px; padding:0px; vertical-align:top; border:dotted 4px;">
@@.maptestop
<img src="mapcityL301.png" width="" height="" class="maptestop"/>
@@
<div style="position: absolute; left:0; top:0; width:100%; margin:0px; padding:0px; vertical-align:top; border:dotted 4px;">
@@.maptestop2
<img src="mapareaL3new.svg" width="" height="" class="maptestop2"/>
@@
</div>
</div>I like the Tokyo subway more.
Could one, in TW, in some way, layout how to get from Chesham to Parsons Green?As a geographer, the problem of route planning has crossed my path. The classical way of finding an optimal route is to make a network of nodes and edges, assign a penalty value to the nodes and calculate the cumulative penalties for all possible connections form a to b. then you can find the lowest one. That could be done with tiddlers, but I feel TW would not be the best tool.
Why do you want this in TW? Just to try it out?
But tell me more about "I often think that life is the London basic rail network ... "
Ciao MatI played more with your demo of overlay drawing.It is very suggestive of an approach that might work!
do checkout the free version of foxit pdf reader. Lots of off annotation and more.
Tony
... I've been considering how to make "annotating/scribbling" work myself, and the TiddlyMap is great!
What is missing to represent that as close to the OP map as possible? Locking node coordinates? Background Image? I think that's all there.....