rvalitov / widgetkit-map-ex

Responsive version of Yootheme's Map Widget (Widgetkit2) with center map point and advanced features
GNU General Public License v3.0
22 stars 3 forks source link

The order of the markers is ignored #69

Closed rvalitov closed 6 years ago

rvalitov commented 7 years ago

The order (or Z-index) of the markers is ignored: no matter at what order the items are placed in the widget, the Google ignores it and uses its own internal sorting when rendering. As result, it's impossible to define the order of the markers. Example: image It's impossible to reposition the order of the markers (to display one above another). The reasons and workarounds for such behavior of Google Maps API is discussed here.