Ticket #471 (closed bug: fixed)
Layer.Text markers show a popup even if no popup text is set
| Reported by: | openlayers | Owned by: | sderle |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4 Release |
| Component: | Layer.Text | Version: | 2.2 |
| Keywords: | Cc: | ||
| State: |
Description
When using Layer.Text, if the text file does not contain description or title for a popup to appear on click of the marker, a popup is still applied. This results in a popup appearing with no obvious way to close it.
OpenLayers\Layer\Text.js should first check on line 129 if title and description is not null before assigning the onClick handler.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

