"insert open": {
"prefix": "open",
"body": [
"<!DOCTYPE html>",
"<html lang=\"en\">",
"<head>",
"\t<meta charset=\"UTF-8\">",
"\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">",
"\t<title>Document</title>",
"\t<script src=\"./dist/include-openlayers-local.js\"></script>",
"\t<script src=\"./map/gao.js\"></script>",
"\t<link rel=\"stylesheet\" href=\"./css/map.css\">",
"</head>",
"<body>",
"\t<div id=\"map\">",
"\t</div>",
"<script>",
"\tvar map = new ol.Map({",
"\t\ttarget:\"map\",",
"\t\tlayers:[gaodeVector],",
"\t\tview:new ol.View({",
"\t\t\tprojection:'EPSG:4326',",
"\t\t\tcenter:[114.30,30.50],",
"\t\t\tzoom:4",
"\t\t})",
"\t})",
"</script>",
"</body>",
"</html>"
],
"description": "insert openlayer"
}