首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 打开层GWT绑定

打开层GWT绑定

  • 资源大小:40.98 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: openlayers map GWT

资 源 简 介

Visit the project home @ http://www.peterfranza.com/projects/gwt-openlayers-bindings/ Adding an Open Layers map bean to your GWT application is as easy as ``` MapWidget map = new MapWidget(true); map.getMap().addLayer(new Google(Google.TYPE.SATELLITE, "World View", false), true); map.getMap().addControl(new NavToolBar()); map.getMap().addControl(new PanZoomBar()); final MarkerLayer ml = new MarkerLayer("Icons"); map.getMap().addLayer(ml, false); map.getMap().setCenter(new LonLat(-98, 40), 5, true, true); map.getMap().addMapListener(new MapIconManager(ml, map)); RootPanel.get().add(map); ```

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.400239s