djangocms-googlemap icon indicating copy to clipboard operation
djangocms-googlemap copied to clipboard

Default Geo Location and Zoom level is ignored if one or Marker are used

Open bartTC opened this issue 2 years ago • 0 comments

djangocms-googlemap==2.2.0 django-cms==3.11.5

You can set the default view of the map, in this case the center point of the USA with zoom level 5.

CleanShot 2024-02-26 at 13 16 07@2x

But as soon as you set a marker, this the center point is ignored and the map canvas spans around the marker.

CleanShot 2024-02-26 at 13 18 36@2x

If you add more marker, the map spans around all of them, the zoom level is ignored.

CleanShot 2024-02-26 at 13 23 46@2x

Is this a regression of #73?

bartTC avatar Feb 26 '24 12:02 bartTC