icon size change

This commit is contained in:
Al Duncanson 2018-12-11 16:53:49 -05:00
parent 8b2fe49b31
commit 93f86ea46a
1 changed files with 2 additions and 2 deletions

View File

@ -297,8 +297,8 @@ export class MapContainer extends Component {
description={<Fragment><b>Description:</b> {sighting.desc}</Fragment>} description={<Fragment><b>Description:</b> {sighting.desc}</Fragment>}
icon={{ icon={{
url: pinIcon, url: pinIcon,
anchor: new google.maps.Point(48,48), anchor: new google.maps.Point(32,32),
scaledSize: new google.maps.Size(48,48) scaledSize: new google.maps.Size(32,32)
}} }}
/> />
) )