Hi Dan (I guess you're the best to answer this), I'm working from memory, so I might have the name of the interface wrong...
How much effort is required to extend the Locatable functionality to generic 2D image-based "maps"? I'm thinking of an application whereby I'd like to render items placed on something like a floor plan (the floor plan would basically be a bitmap image, possibly a vector image. Svg?). Sticking to the floor plan concept, only certain items are actually on a given floor, so the extension would need a way to specify "on map Z @ location X,Y" (where Z is approximately equivalent to a single floor in a multilevel building). Then have the entities available as interactive Pojo's, just as if they were rendered in a list.. Last time I looked, your wicket "locatable" was backed by google maps? -- Sent from my phone with K-9 Mail. Please excuse my brevity.
