Fix path to ol.css

This commit is contained in:
Frederic Junod
2014-02-27 09:22:43 +01:00
parent f9a9f70a43
commit 2f73816916

View File

@@ -13,7 +13,7 @@ Below you'll find a complete working example. Create a new file, copy in the co
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="http://ol3js.org/en/{{ latest }}/build/ol.css" type="text/css">
<link rel="stylesheet" href="http://ol3js.org/en/{{ latest }}/css/ol.css" type="text/css">
<style>
.map {
height: 400px;