使用 jsp 将地标添加到地图
使用jsp和tomcat使用gwt-maps-1.1.0.jar包在地图中添加地标是否可行?或者还有其他办法吗?
IS it feasible to use gwt-maps-1.1.0.jar package to add a placemark in a map using jsp and tomcat? Or is there any other way to do so??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的应用程序不是用 GWT 编写的(听起来确实是这样),那么您无法使用 gwt-maps 库来操作 Google 地图。 gwt-maps 仅在 GWT 应用程序上下文中的客户端(浏览器中)上运行。
If your application is not written in GWT (it sounds like this is the case) then you cannot use the gwt-maps library to manipulate Google Maps. gwt-maps will only run on the client (in the browser) in the context of a GWT application.