coverage.busstop.json
1 parent 81a876c commit f693d030402f80d814de4fafc7907c7c8e3aa03c
@hayashi hayashi authored on 30 Oct 2017
Showing 1 changed file
View
5
coverage/carto_busstop.html
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'/>
<a href="carto_fuel.html"></a>
<title>OpenStreetMap coverage (amenity=fuel)</title>
<link rel="stylesheet" href="../surveyor.css">
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script>
window.addEventListener('DOMContentLoaded', function() {
$.getJSON("coverage.busstop.json", function(data) {
$.getJSON("/gitbucket/yuu/osmCoverageBin/raw/master/GML_BUSSTOP/coverage.busstop.json", function(data) {
var count = 0 ;
$("#timestamp").append("<p>" + data.timestamp + "</p>") ;
$("#source").append("国土交通省国土政策局「" + data.sourcedata + "」をもとにhayashiが編集・加工したものです。") ;
$(data.coverage).each(function() {