1 Star 0 Fork 0

瑞冬/geojson.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bookmarklet.html 956 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tom MacWright 提交于 2013-08-13 18:09 . Bookmarklet
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>geojson.io</title>
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<style>
a {
border-radius:5px;
background:#eee;
padding:5px;
}
body {
color:#222;
font:normal 12px/20px sans-serif;
}
</style>
</head>
<body>
<a href='javascript:var SITE="http://geojson.io";"github.com"==location.hostname&&window.location.href.match(/\.(geo)?json$/)?window.open(SITE+"/#github:"+location.pathname):"gist.github.com"==location.hostname?window.open(SITE+"/#gist:"+location.pathname):alert("Sorry, looks like you aren't on GitHub or aren't looking at a GeoJSON file");'>edit on geojson.io</a> &larr; drag this link to you address bar, and click it to edit a GitHub file in geojson.io
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sjzRadon/geojson.io.git
git@gitee.com:sjzRadon/geojson.io.git
sjzRadon
geojson.io
geojson.io
main

搜索帮助