Inconsistent Z order of polylines

Hi Pieter, I’ve changed my mind. Maybe you had better send the incremental source update for this one. I guess it also helps you out a bit for testing before a release.

Also, while I have your attention. Regarding the issue of the anchor point of a custom marker.

https://support.tmssoftware.com/t/marker-lat-lon-and-rotation/12697

A colleague pointed out that there is a Google Maps API property in the google.map.Icon interface called ‘anchor’ which states in the documentation ‘The position at which to anchor an image in correspondence to the location of the marker on the map. By default, the anchor is located along the center point of the bottom of the image.'

The documentation is here: https://developers.google.com/maps/documentation/javascript/reference/marker#MarkerOptions

If there’s a chance that this property could be supported in the next update that would be great. If not, as a work around, I think if I grab the current map extents and the maps width and height I may be able to calculate the lat/lon location of the center of the custom marker. Thoughts?

image001.png