Updating example to use the new vector API

This commit is contained in:
ahocevar
2014-02-05 18:55:55 +01:00
parent 6aef5eed74
commit 0fa60fc0c6
2 changed files with 26 additions and 6 deletions

View File

@@ -8,6 +8,11 @@
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="../resources/layout.css" type="text/css">
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap-responsive.min.css" type="text/css">
<style type="text/css">
div.ol-logo {
left: 65px;
}
</style>
<script src="http://maps.google.com/maps/api/js?v=3&amp;sensor=false"></script>
<title>Google Maps integration example</title>
</head>