Example demonstrating how to get feature properties from vector tiles

This commit is contained in:
Tim Schaub
2017-11-06 09:35:44 -07:00
parent 4ea72c2483
commit 8a6fe81f09
3 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#map {
position: relative;
}
#info {
z-index: 1;
opacity: 0;
position: absolute;
bottom: 0;
left: 0;
margin: 0;
background: rgba(0,60,136,0.7);
color: white;
border: 0;
transition: opacity 100ms ease-in;
}