Skip to content

Instantly share code, notes, and snippets.

@rubenRP
Created April 14, 2020 15:38
Show Gist options
  • Save rubenRP/8da111c6a7eb6d8a2b8c3033fbab7259 to your computer and use it in GitHub Desktop.
Save rubenRP/8da111c6a7eb6d8a2b8c3033fbab7259 to your computer and use it in GitHub Desktop.
return (
<Map {...mapSettings}>
<TileLayer
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
attribution='&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
/>
<MarkerList />
</Map>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment