icon size change
This commit is contained in:
parent
8b2fe49b31
commit
93f86ea46a
|
@ -297,8 +297,8 @@ export class MapContainer extends Component {
|
|||
description={<Fragment><b>Description:</b> {sighting.desc}</Fragment>}
|
||||
icon={{
|
||||
url: pinIcon,
|
||||
anchor: new google.maps.Point(48,48),
|
||||
scaledSize: new google.maps.Size(48,48)
|
||||
anchor: new google.maps.Point(32,32),
|
||||
scaledSize: new google.maps.Size(32,32)
|
||||
}}
|
||||
/>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue