Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Website
Commits
a916cde9
Commit
a916cde9
authored
Jan 22, 2019
by
Matija Obreza
Browse files
Added BIO1 layers to the map
parent
0cd79aee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/accessions/ui/MapPage.tsx
View file @
a916cde9
...
...
@@ -178,6 +178,13 @@ class BrowsePage extends React.Component<IMapPageProps, any> {
attribution
=
{
'
© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors
'
}
url
=
{
'
https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png
'
}
/>
<
TileLayer
opacity
=
{
0.50
}
maxZoom
=
{
7
}
attribution
=
{
'
© worldclim.org
'
}
url
=
{
'
https://{s}.tile.genesys-pgr.org/worldclim1.4/bio1/{z}/{x}/{y}.png
'
}
subdomains
=
{
[
'
a
'
,
'
b
'
,
'
c
'
,
'
d
'
]
}
/>
<
TileLayer
updateInterval
=
{
1000
}
updateWhenZooming
=
{
false
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment