<!DOCTYPE html> <html lang="ja"> <head> <title>位置情報</title> <link rel="stylesheet" type="text/css" href="leaflet.css"> <script type="text/javascript" src="leaflet.js"></script> <script type="text/javascript" src="point.js"></script> <style type="text/css"> <!-- div#locationmap {width: 100vw; height: 80vw; margin: auto;} --> </style> </head> <body> <div> <button id="start" type="button">START</button> <button id="stop" type="button">STOP</button> </div> <div id="locationmap"></div> </body> </html>