1 Star 0 Fork 0

jessesang / webstormworkplace

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
yr.html 3.42 KB
一键复制 编辑 原始数据 按行查看 历史
<!doctype html>
<html
lang="en"
>
<head>
<link
rel="stylesheet"
href="ol3/ol.css"
type="text/css"
>
<style>
#map
{
height
:
256px
;
width
:
512px
;
}
</style>
<title>
OpenLayers 3 example
</title>
<script
src="ol3/ol.js"
type="text/javascript"
></script>
</head>
<body>
<h1>
My Map
</h1>
<div
id="map"
></div>
<script
type="text/javascript"
>
var
map
=
new
ol.Map({
target
:
'map'
,
layers
:
[
new
ol.layer.Tile({
title
:
"Global Imagery"
,
source
:
new
ol.source.TileWMS({
url
:
'http://maps.opengeo.org/geowebcache/service/wms'
,
params
:
{LAYERS
:
'bluemarble'
, VERSION
:
'1.1.1'
}
})
})
],
view
:
new
ol.View({
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
</body>
</html>
JavaScript
1
https://gitee.com/jessesang/webstormworkplace.git
git@gitee.com:jessesang/webstormworkplace.git
jessesang
webstormworkplace
webstormworkplace
master

搜索帮助