| | |
| | | border-radius: 2px; |
| | | } |
| | | .ol-full-screen { |
| | | display: none; |
| | | position: absolute; |
| | | right: 0.5em; |
| | | top: 0.5em; |
| | | } |
| | | .ol-rotate { |
| | | display: none; |
| | | position: absolute; |
| | | top: 3em; |
| | | right: 0.5em; |
| | | transition: opacity 0.25s linear, visibility 0s linear; |
| | | } |
| | | .ol-scale-line { |
| | | display: none; |
| | | right: 0.3em; |
| | | bottom: 0.5em; |
| | | position: absolute; |
| | | } |
| | | .ol-scale-line-inner { |
| | | /* padding: 5px 10px; */ |
| | | color: rgb(102, 102, 102); |
| | | font-weight: bold; |
| | | background-color: #fff; |
| | | text-align: center; |
| | | border-radius: 5px; |
| | | } |
| | | .ol-zoom { |
| | | display: none; |
| | | right: 0.3em; |
| | | bottom: 3em; |
| | | position: absolute; |
| | | } |
| | | </style> |
| | | </head> |
| | | |