| | <!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() { |
---|
| |
---|
| | |