1 Star 2 Fork 4

鬵麤/openlayers-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
api.html 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
鬵麤 提交于 2023-06-04 23:30 . #add# 部分汉化
<html>
<head>
<title>OpenLayers Editor</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<meta charset="utf-8" />
</head>
<body>
<div id="app">
<div id="header">
<nav>
<!-- <div id="brand">OpenLayers Editor</div> -->
<div id="brand">OpenLayers 编辑器</div>
<div id="links">
<a href="index.html">Demo</a>
<a href="#" class="active">API</a>
<a target="_blank" href="https://github.com/geops/openlayers-editor">
<!-- Code -->
源代码
</a>
</div>
</nav>
</div>
<iframe ref="iframe" src="doc/index.html"> </iframe>
<div id="promo">
<a href="http://geops.de/karriere" target="_blank">
<div id="promo-text">Join the team!</div>
</a>
</div>
</div>
</body>
</html>
<style scoped>
iframe {
position: relative;
border: 0;
width: 100%;
height: 90%;
}
h1,
h2 {
font-weight: normal;
}
ul {
list-style-type: none;
padding: 0;
}
li {
display: inline-block;
margin: 0 10px;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/rzcgis/openlayers-editor.git
git@gitee.com:rzcgis/openlayers-editor.git
rzcgis
openlayers-editor
openlayers-editor
master

搜索帮助