ElemeFE / react-amap

基于 React 封装的高德地图组件。AMap Component Based On React.
https://elemefe.github.io/react-amap/articles/start
MIT License
1.04k stars 151 forks source link

怎么使用高德地图的自定义地图 #42

Closed babycannotsay closed 7 years ago

babycannotsay commented 7 years ago

react-amap version

1.0.3

OS/Browers version

Chrome 60.0.3112.113

Reproduction Link

Steps to reproduce

What is Expected?

在Map组件中使用自定义组件。

What is actually happening?

ps:文档中已表明了目前支持的样式,但是没有自定义样式。然后,使用events的created(map),然后在里面map.setMapStyle并没有生效。

babycannotsay commented 7 years ago

尴尬,只要保证生成amapStyle 的key与amapkey一致就没有问题。打扰了。