|
@@ -4203,9 +4203,34 @@ export const iconList = {
|
|
|
size: [40, 40]
|
|
|
},
|
|
|
'16': {
|
|
|
- image: 'https://webapi.amap.com/theme/v1.3/markers/n/mark_b.png',
|
|
|
- imageHover: 'https://webapi.amap.com/theme/v1.3/markers/n/mark_b.png',
|
|
|
- size: [19, 31]
|
|
|
+ image: getImageUrl('16_rainbow.png'),
|
|
|
+ imageHover: getImageUrl('16_rainbow_hover.png'),
|
|
|
+ size: [40, 40]
|
|
|
+ },
|
|
|
+ '18': {
|
|
|
+ image: getImageUrl('18_miningoperations.png'),
|
|
|
+ imageHover: getImageUrl('18_miningoperations_hover.png'),
|
|
|
+ size: [40, 40]
|
|
|
+ },
|
|
|
+ '19': {
|
|
|
+ image: getImageUrl('19_commercialtrade.png'),
|
|
|
+ imageHover: getImageUrl('19_commercialtrade_hover.png'),
|
|
|
+ size: [40, 40]
|
|
|
+ },
|
|
|
+ '21': {
|
|
|
+ image: getImageUrl('21_buildingproject.png'),
|
|
|
+ imageHover: getImageUrl('21_buildingproject_hover.png'),
|
|
|
+ size: [40, 40]
|
|
|
+ },
|
|
|
+ '22': {
|
|
|
+ image: getImageUrl('22_storage_tank.png'),
|
|
|
+ imageHover: getImageUrl('22_storage_tank_hover.png'),
|
|
|
+ size: [40, 40]
|
|
|
+ },
|
|
|
+ '23': {
|
|
|
+ image: getImageUrl('22_storage_tank.png'),
|
|
|
+ imageHover: getImageUrl('22_storage_tank_hover.png'),
|
|
|
+ size: [40, 40]
|
|
|
},
|
|
|
'24': {
|
|
|
image: getImageUrl('24_stationinfo.png'),
|
|
@@ -4222,6 +4247,16 @@ export const iconList = {
|
|
|
imageHover: getImageUrl('26_tourist_destinations_hover.png'),
|
|
|
size: [40, 40]
|
|
|
},
|
|
|
+ '27': {
|
|
|
+ image: getImageUrl('27_constructionsites.png'),
|
|
|
+ imageHover: getImageUrl('27_constructionsites_hover.png'),
|
|
|
+ size: [40, 40]
|
|
|
+ },
|
|
|
+ '28': {
|
|
|
+ image: getImageUrl('28_emergencytransportresources.png'),
|
|
|
+ imageHover: getImageUrl('28_emergencytransportresources_hover.png'),
|
|
|
+ size: [40, 40]
|
|
|
+ },
|
|
|
};
|
|
|
|
|
|
export const pointDetailTemplate = {
|