mirror of https://gitee.com/antv-l7/antv-l7
chore: 兼容高德地图 V2 矢量瓦片样式 (#1057)
This commit is contained in:
parent
ea833ea8a2
commit
a22a15b744
|
@ -1,8 +1,8 @@
|
|||
export const MapTheme: {
|
||||
[key: string]: any;
|
||||
} = {
|
||||
dark: 'amap://styles/2a09079c3daac9420ee53b67307a8006?isPublic=true',
|
||||
light: 'amap://styles/1fd9f8ef9751298f11f5c56968312c70?isPublic=true',
|
||||
dark: 'amap://styles/c9f1d10cae34f8ab05e425462c5a58d7?isPublic=true',
|
||||
light: 'amap://styles/c422f5c0cfced5be9fe3a83f05f28a68?isPublic=true',
|
||||
normal: 'amap://styles/normal',
|
||||
blank: 'amap://styles/07c17002b38775b32a7a76c66cf90e99?isPublic=true',
|
||||
};
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
export const MapTheme: {
|
||||
[key: string]: any;
|
||||
} = {
|
||||
// dark: 'amap://styles/2a09079c3daac9420ee53b67307a8006?isPublic=true',
|
||||
dark: 'amap://styles/dark',
|
||||
// light: 'amap://styles/1fd9f8ef9751298f11f5c56968312c70?isPublic=true',
|
||||
light: 'amap://styles/light',
|
||||
dark: 'amap://styles/c9f1d10cae34f8ab05e425462c5a58d7?isPublic=true',
|
||||
light: 'amap://styles/c422f5c0cfced5be9fe3a83f05f28a68?isPublic=true',
|
||||
normal: 'amap://styles/normal',
|
||||
// blank: 'amap://styles/07c17002b38775b32a7a76c66cf90e99?isPublic=true',
|
||||
blank: 'amap://styles/1a91e7ec761981d85b35f3099ff781a3',
|
||||
blank: 'amap://styles/07c17002b38775b32a7a76c66cf90e99?isPublic=true',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue