mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
Merge 4dcd4e91df into dc6a442704
This commit is contained in:
commit
7cad64bb4a
1 changed files with 6 additions and 1 deletions
|
|
@ -18,7 +18,12 @@ export class LeafletComponent {
|
|||
|
||||
options = {
|
||||
layers: [
|
||||
L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { maxZoom: 18, attribution: '...' }),
|
||||
L.tileLayer(
|
||||
'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
|
||||
{
|
||||
maxZoom: 18,
|
||||
attribution: '© <a href="https://www.openstreetmap.org">OpenStreetMap contributors</a>',
|
||||
}),
|
||||
],
|
||||
zoom: 5,
|
||||
center: L.latLng({ lat: 38.991709, lng: -76.886109 }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue