Closed (fixed)
Project:
Openlayers
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Feb 2016 at 11:42 UTC
Updated:
15 Mar 2016 at 20:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ekes commentedThis fixes empty.
Most formatters only add an $element[] when they loop through $items, so $items empty then no loop, then no $element added.
Comment #4
polThanks @Ekes.