Amap's lang and mapStyle cannot be used at the same time.

when I use Amap, I want to use the English base map, and then change the style of the map

Baidu has no related search, and it is not easy to debug itself in Amap instance. Without the following code, lang:"en", can be displayed as a map of Yuanshandai, and with lang:"en", it becomes the default map template.

related codes

  let map = new AMap.Map("realTimeMap", {
    resizeEnable: true,
    center: [116.397428, 39.90923],
    zoom:13,
    mapStyle:"amap://styles/whitesmoke",
    lang:"en"
  });

is it true that lang and mapStyle cannot be used at the same time? Conflict with each other? (the lang:"en", can be displayed as a Yuanshandai map without the following code, and with lang:"en", it becomes the default map template. )

May.08,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e74b-2b77a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e74b-2b77a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?