Skip to content

Commit

Permalink
Use 0.3 CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnafu committed Oct 5, 2016
1 parent 146da4d commit 9b46195
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<title>MapStore 2 HomePage</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway" type='text/css'>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css" />
<link rel="stylesheet" href="http://rawgit.com/Leaflet/Leaflet.draw/0.2.3/dist/leaflet.draw.css" />
<link rel="stylesheet" href="http://cdn.mapstore2.geo-solutions.it/0.3/leaflet/leaflet.draw.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.10.1/ol.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://rawgit.com/geosolutions-it/MapStore2-theme/master/theme/default/css/css.css">
<link rel="stylesheet" href="https://rawgit.com/geosolutions-it/MapStore2-theme/master/theme/default/css/ms2-theme.css">
<link rel="stylesheet" href="https://rawgit.com/geosolutions-it/MapStore2-theme/master/theme/default/css/font.css">
<link rel="stylesheet" href="http://cdn.mapstore2.geo-solutions.it/0.3/theme/default/css/css.css">
<link rel="stylesheet" href="http://cdn.mapstore2.geo-solutions.it/0.3/theme/default/css/ms2-theme.css">
<link rel="stylesheet" href="http://cdn.mapstore2.geo-solutions.it/0.3/theme/default/css/font.css">
<script src="http://maps.google.com/maps/api/js?v=3"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.10/proj4.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>
<script src="http://rawgit.com/Leaflet/Leaflet.draw/0.2.3/dist/leaflet.draw-src.js"></script>
<script src="http://cdn.mapstore2.geo-solutions.it/0.3/leaflet/leaflet.draw-src.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/ol3/3.10.1/ol.min.js"></script>
<script src="https://www.mapquestapi.com/sdk/leaflet/v2.2/mq-map.js?key=__API_KEY_MAPQUEST__"></script>
</head>
Expand Down

0 comments on commit 9b46195

Please sign in to comment.