Skip to content

Commit

Permalink
Merge pull request #1316 from randomorder/2016.04.00
Browse files Browse the repository at this point in the history
Use 2016.04.00 CDN
  • Loading branch information
Gnafu authored Dec 5, 2016
2 parents 1e69050 + dd5f1e5 commit 5e1d62a
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/v0.2.4/dist/leaflet.draw.css" />
<link rel="stylesheet" href="http://cdn.mapstore2.geo-solutions.it/2016.04.00/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/2016.04.00/theme/default/css/css.css">
<link rel="stylesheet" href="http://cdn.mapstore2.geo-solutions.it/2016.04.00/theme/default/css/ms2-theme.css">
<link rel="stylesheet" href="http://cdn.mapstore2.geo-solutions.it/2016.04.00/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/v0.2.4/dist/leaflet.draw-src.js"></script>
<script src="http://cdn.mapstore2.geo-solutions.it/2016.04.00/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 5e1d62a

Please sign in to comment.