|
|
@ -92,28 +92,28 @@ export const layersmaps = [ |
|
|
|
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors', |
|
|
|
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors', |
|
|
|
subdomains: ['a', 'b', 'c'], |
|
|
|
subdomains: ['a', 'b', 'c'], |
|
|
|
checked: true |
|
|
|
checked: true |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
name: 'Google Road', |
|
|
|
|
|
|
|
url: 'https://mt{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}', |
|
|
|
|
|
|
|
attribution: `Map data ©${thn} <a href="https://www.google.com/intl/id_id/help/terms_maps/">Google</a>`, |
|
|
|
|
|
|
|
subdomains: ['0', '1', '2', '3'], |
|
|
|
|
|
|
|
checked: false |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
name: 'Google Satellite', |
|
|
|
|
|
|
|
url: 'https://mt{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}', |
|
|
|
|
|
|
|
attribution: `Map data ©${thn} <a href="https://www.google.com/intl/id_id/help/terms_maps/">Google</a>`, |
|
|
|
|
|
|
|
subdomains: ['0', '1', '2', '3'], |
|
|
|
|
|
|
|
checked: false |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
name: 'Google Hybrid', |
|
|
|
|
|
|
|
url: 'https://mt{s}.google.com/vt/lyrs=y&x={x}&y={y}&z={z}', |
|
|
|
|
|
|
|
attribution: `Map data ©${thn} <a href="https://www.google.com/intl/id_id/help/terms_maps/">Google</a>`, |
|
|
|
|
|
|
|
subdomains: ['0', '1', '2', '3'], |
|
|
|
|
|
|
|
checked: false |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// name: 'Google Road',
|
|
|
|
|
|
|
|
// url: 'https://mt{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}',
|
|
|
|
|
|
|
|
// attribution: `Map data ©${thn} <a href="https://www.google.com/intl/id_id/help/terms_maps/">Google</a>`,
|
|
|
|
|
|
|
|
// subdomains: ['0', '1', '2', '3'],
|
|
|
|
|
|
|
|
// checked: false
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// name: 'Google Satellite',
|
|
|
|
|
|
|
|
// url: 'https://mt{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}',
|
|
|
|
|
|
|
|
// attribution: `Map data ©${thn} <a href="https://www.google.com/intl/id_id/help/terms_maps/">Google</a>`,
|
|
|
|
|
|
|
|
// subdomains: ['0', '1', '2', '3'],
|
|
|
|
|
|
|
|
// checked: false
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// name: 'Google Hybrid',
|
|
|
|
|
|
|
|
// url: 'https://mt{s}.google.com/vt/lyrs=y&x={x}&y={y}&z={z}',
|
|
|
|
|
|
|
|
// attribution: `Map data ©${thn} <a href="https://www.google.com/intl/id_id/help/terms_maps/">Google</a>`,
|
|
|
|
|
|
|
|
// subdomains: ['0', '1', '2', '3'],
|
|
|
|
|
|
|
|
// checked: false
|
|
|
|
|
|
|
|
// }
|
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
export const baseLayer = { |
|
|
|
export const baseLayer = { |
|
|
|