Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Single timeline events each having multiple map placemarks
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alan Leslie  
View profile  
 More options Apr 22 2012, 1:30 pm
From: Alan Leslie <alanle...@gmail.com>
Date: Sun, 22 Apr 2012 10:30:48 -0700 (PDT)
Local: Sun, Apr 22 2012 1:30 pm
Subject: Single timeline events each having multiple map placemarks
I like the example of the Renaissance Artists
http://timemap.googlecode.com/svn/tags/2.0.1/examples/artists.html .

I was a bit unhappy though that Peter Paul Rubens is marked at Siegen
in Germany. This is his birthplace but I think he is more famous for
living in Antwerp.
So i have tried to put together a timemap that shows a (very
approximate) track of where he lived.
The result (for Rubens and other Baroque Old Masters) is at http://bit.ly/IhsBZc
.

I'd value anyone in the group's opinions on whether there is merit in
this approach, what you dislike about it and suggestions for improving
it.

Thanks for your time.

Alan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Rabinowitz  
View profile  
 More options Apr 22 2012, 7:37 pm
From: Nick Rabinowitz <n...@nickrabinowitz.com>
Date: Sun, 22 Apr 2012 19:37:32 -0400
Local: Sun, Apr 22 2012 7:37 pm
Subject: Re: [timemap-development] Single timeline events each having multiple map placemarks

I like this quite a bit - the only thing I might add would be to use
color-appropriate map markers (though only the top marker would show for
overlaps). It took me a second to figure out how you were showing multiple
events with only one band, but I think your approach here makes a lot of
sense. You could do this programmatically in the browser instead (I do
something slightly similar in the Flickr Pathlines example:
http://timemap.googlecode.com/svn/tags/2.0.1/examples/pathlines.html), but
it would be difficult - this works well.

Thanks for sharing it!

-Nick

:: Nick Rabinowitz :: Information Management Consultant
:: e: n...@nickrabinowitz.com :: m: 617-767-9745 :: w:
www.nickrabinowitz.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alan Leslie  
View profile  
 More options May 10 2012, 10:37 am
From: Alan Leslie <alanle...@gmail.com>
Date: Thu, 10 May 2012 07:37:48 -0700 (PDT)
Local: Thurs, May 10 2012 10:37 am
Subject: Re: Single timeline events each having multiple map placemarks
Hi Nick

Thanks for having a look at this and thanks especially for your
comments.

The KML files are generated from a csv file using a java program -
https://github.com/alan-leslie/PsuedoGPSTrace
(I prefer to use KML files because I can check their syntax by
importing them into Google Earth).

I wanted this program to generate the colours used for the themes.
So the colours used in this example have been generated using the MD5
hash of the artist's name.
I agree that some of these are not good for the map.
I reckon that I should set up a palette of colours used in the map,
compare the generated colour to that palettte and if there is not
enough contrast between the colours generate a new one (by shifting
along the MD5?).

Thanks for mentioning the Flickr example, I didn't have a look at it
when working on this (I looked at the polygon tween example instead).
One problem I found when using OpenLayers was that if the polyline
layer is on top of the marker layer a mouse click does not get through
to the marker layer (the comment in mxn.openlayers.core.js is "//
FIXME: click events hitting this layer don't bubble down to markers").
To get round this I try to make sure that the marker layer is on top
of the polyline layer by arranging that the map KML file starts with a
polyline.
So I don't think I could use filters for the polylines.

When I started out on this I actually wanted to make a time map for
the Hundred Years' War that shows the battles and the whereabouts of
the Kings of France and England (that shows that Henry V was at
Agincourt etc.).
I have completed this now - http://bit.ly/IEWEbL.

For this I have had a couple of issues with the timeline which I have
'fixed' with hacks to:
Timeline.OriginalEventPainter.prototype.paintPreciseDurationEvent - so
that the name is shown on mouseover for long timeline tracks where the
left justified label is often not visible.
Timeline.OriginalEventPainter.prototype.paintPreciseDurationEvent and
Timeline.OriginalEventPainter.prototype._findFreeTrack - so that the
English Kings are on the first track and the French Kings are on the
second track.

These hacks are in timeline_hundred_years_overrides.js.

Cheers

Alan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alan Leslie  
View profile  
 More options Jun 14 2012, 9:44 pm
From: Alan Leslie <alanle...@gmail.com>
Date: Thu, 14 Jun 2012 18:44:15 -0700 (PDT)
Local: Thurs, Jun 14 2012 9:44 pm
Subject: Re: Single timeline events each having multiple map placemarks
Sorry, no new information here.

The links that I gave before have changed.
if anyone wants to look at the stuff I have mentioned before.
The new links are at:
Baroque Timemap - http://www.alfi2fe.net/BaroqueTimemap.html
Hundred Years War Timemap - http://www.alfi2fe.net/HundredYearsTimemap.html
Others - http://www.alfi2fe.net/AlsTimemaps.html

Kind regards

Alan

On May 10, 3:37 pm, Alan Leslie <alanle...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alan Leslie  
View profile  
 More options Oct 4 2012, 8:50 am
From: Alan Leslie <alanle...@gmail.com>
Date: Thu, 4 Oct 2012 05:50:03 -0700 (PDT)
Local: Thurs, Oct 4 2012 8:50 am
Subject: Re: Single timeline events each having multiple map placemarks

The examples I included before showed KML LineStrings which represented
tracks on a TimeMap.
I also wanted to see whether this could be done with LineStrings that
represent fronts.
I've taken the fronts shown in the Wikipedia Battle of the Somme
(http://en.wikipedia.org/wiki/Battle_of_the_somme) and modelled them in a
TimeMap - http://www.alfi2fe.net/SommeTimemap.html.

For comparison I've put together a page using just a map and a time slider
- http://www.alfi2fe.net/kml_front_mxn.html?somme=true.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marco Damm  
View profile  
 More options Oct 6 2012, 5:07 am
From: Marco Damm <marco.d...@gmail.com>
Date: Sat, 6 Oct 2012 02:07:51 -0700 (PDT)
Local: Sat, Oct 6 2012 5:07 am
Subject: Re: Single timeline events each having multiple map placemarks

Hi guys,

first of all, thanks for all the effort you put into developing timemap,
it's a really awesome tool :)

I am currently working on a project to visualize historical relationships
between the East-Asian states of China, Japan und Korea.

You can check out the project website + form here: http://okage.de/10u
The actual results can be seen here:
http://www.marco-damm.de/geotime/examples/google_spreadsheet.html

As I plan to fill in the actual data via crowdsourcing, I've already
implemented the connection to a Google Spreadsheet + Google Form for
filling out the data. So far events and periods show up nicely on the map,
but I would really love to have the possibility of showing *pathlines *(i.e.
for envoys send from Japan to China, etc.) and even *frontlines *similar to
what Alan did.

Unfortunately I have, as of now, no idea how to go ahead so any hints would
be greatly appreciated.

Many thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »