Add some styles so the poor people who use IE <= 8 can see the clusters (Surprised no one has complained about this yet!)

This commit is contained in:
danzel
2012-08-02 10:59:54 +12:00
parent fd3166fe2e
commit b1ce2775b6
10 changed files with 43 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<link rel="stylesheet" href="../dist/MarkerCluster.css" />
<link rel="stylesheet" href="../dist/MarkerCluster.Default.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="../dist/MarkerCluster.Default.ie.css" /><![endif]-->
<script src="../src/MarkerClusterGroup.js"></script>
<script src="../src/MarkerCluster.js"></script>
</head>