Merge branch 'master' of https://github.com/alDuncanson/marten-application into bugfix/router
This commit is contained in:
commit
e0138753b5
|
@ -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)
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue