PonteIneptique / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

EXHIBIT. timeline erroneously updates the date if two fields share the same label #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For example in the case of:

        { type : "Person",

            label : "Bob",

            "year" : "2002",

            addressLatLng: '42.359,-71.093553'

        },
        { type : "Person",

            label : "Bob",

            "year" : "2007",

            addressLatLng: '24.359,71.093553'

        },

Where Bob exists twice in the database and appears in two independent
events, the timeline will erroneously update the timeline part of the
exhibit to show that both events occurs in 2007 despite the fact that the
first event occurs in 2002.

[Submitted by Rob W on simile.mit.edu] 

Original issue reported on code.google.com by GabrielR...@googlemail.com on 4 Apr 2009 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by GabrielR...@googlemail.com on 4 Apr 2009 at 7:00

GoogleCodeExporter commented 9 years ago

Original comment by GabrielR...@googlemail.com on 4 Apr 2009 at 7:03