speedingdeer / linked-data-visualization-tools

Maps viewer of RDF resources with Geometrical Information
http://oegdev.dia.fi.upm.es/map4rdf/
Other
19 stars 7 forks source link

Openlayers popup events #12

Closed speedingdeer closed 12 years ago

speedingdeer commented 12 years ago

Gwt-openlayers wraper for popup object doesn't work well. The openlayers popup copies html from gwt object like a plain text. In result we can display gwt objects (like links, labels and so on), but if we have any event handler registered in this object, The even handler doesn't work.

Now, I am using the hyperlinks and application controller to catch parameters instead of trigger some events, but i don't really like this solution.

speedingdeer commented 12 years ago

fixed