Use RAW mode for demo while ol.Object is not adapted for compiled mode

This commit is contained in:
Tom Payne
2012-07-18 23:38:57 +02:00
parent 15d2ad984b
commit 82b8a46752

View File

@@ -21,6 +21,6 @@
<body>
<div id="map1" class="map"></div>
<div id="map2" class="map"></div>
<script src="http://localhost:9810/compile?id=ol-skeleton" type="text/javascript"></script>
<script src="http://localhost:9810/compile?id=ol-skeleton&mode=RAW" type="text/javascript"></script>
</body>
</html>