Ai
2 Star 0 Fork 0

mirrors_mapbox/deprecated-osm-query

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
index.html 1.76 KB
Copy Edit Raw Blame History
Ramya authored 2015-09-22 22:35 +08:00 . including table sorter
<!DOCTYPE html>
<html>
<head>
<title>osm-query</title>
<link href='https://www.mapbox.com/base/latest/base.css' rel='stylesheet' />
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="lib/jquery.tablesorter.min.js"></script>
<script src='https://api.mapbox.com/mapbox.js/v2.2.1/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v2.2.1/mapbox.css' rel='stylesheet' />
<link rel="stylesheet" type="text/css" href="css/app.css">
</head>
<body>
<div class='queries'>
<div class='note error col11 pad1x' style='display:none'>
<p></p>
</div>
<form id='QueryForm'>
<fieldset>
<label>Comma separated list of usernames</label>
<textarea id='usernames' name=''></textarea>
</fieldset>
<fieldset>
<label>Tags</label>
<textarea id='tags' name=''></textarea>
</fieldset>
<fieldset class='col6' >
<label>From</label>
<input id='fromdate' type='datetime-local' placeholder='yyyy-MM-dd' />
</fieldset>
</br>
<fieldset class='col6' >
<label>To</label>
<input id='todate' type='datetime-local' placeholder='yyyy-MM-dd' />
</fieldset>
<div class='col6'>
<div class='loading fill-gray' style='display:none'></div>
<a href='#' id='submit' class='button'>Submit</a>
<a href='#' target='_blank' class='button fill-green' id='download' style='display:none'>Download</a>
</div>
</form>
</div>
<div id='count'></div>
<div id='map'></div>
</body>
<script src="dist/bundle.js"></script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_mapbox/deprecated-osm-query.git
git@gitee.com:mirrors_mapbox/deprecated-osm-query.git
mirrors_mapbox
deprecated-osm-query
deprecated-osm-query
master

Search