Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.1
-
Fix Version/s: None
-
Component/s: main
-
Labels:None
Description
A Geoserver user noted the inline feature rendering order is not predictable. This is because inline features are put into a memory data store, and the latter is not order preserving, because uses a HashMap instead of a LinkedHashMap. I'm also wondering if a map is really needed, it ensures no two features have the same id, but it seems a little overkill (its memory requirements are far higher than a plain arraylist).
Issue Links
- is depended upon by
-
GEOS-1068
Inline feature rendering order is unpredictable
-