Ticket #565 (closed feature: fixed)
OpenLayers.Geometry.LinearRing.toString() doesn't work
| Reported by: | openlayers | Owned by: | sderle |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4 Release |
| Component: | Geometry.LinearRing | Version: | SVN |
| Keywords: | Cc: | ||
| State: |
Description
The function returns "[object Object]".
This is strange because LinearRing inherits from LineString and toString() works with this class ...
The patch corrects it and add a unit test.
-- fredj
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

