react-google-maps-api icon indicating copy to clipboard operation
react-google-maps-api copied to clipboard

Google maps grid cut polyline icon

Open LeonTenorio opened this issue 4 years ago • 0 comments

Issue Explanation

I'm trying to render a polyline with a stroke weight, but the solution to use more than 30 pixels is to use the icons parameter in the polyline with circle paths, but sometimes when the circle is outside your origin square in the google maps grid (the blank grid lines) the outside piece is croped, so that is my problem and we can see in the picture the croped red circles.

Captura de tela de 2021-08-16 12-27-47

My Environment

  • OS: Fedora 34
  • Node: 14.17.0
  • React: 17.0.2
  • @react-google-maps/api: 2.2.0

Code Sample

I put a simple code in the codebox to see the same problem, so here is the link and we can see the cutted circle there.

LeonTenorio avatar Aug 16 '21 16:08 LeonTenorio