dpc761218914 / JustNotes

javaweb,android,node.js各种不错的项目汇总
8 stars 0 forks source link

高德地图Web开发填坑记(上海地图服务开发,类似于安居客找房模块) #16

Open dpc761218914 opened 6 years ago

dpc761218914 commented 6 years ago

1、Node.js 引入高德地图会出现(AMap.ToolBar引入失败,map未定义等问题),而静态页面下是好的。 解决方案:不通过直接rander的方式渲染html页面,而是去渲染一个页面,然后通过iframe实现加载地图的html页面。 <iframe style="width: 100%;height: 100%" src="test.html"></iframe>