Skip to content

Commit

Permalink
Fix ol source files
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglese-adt-li committed Feb 5, 2024
1 parent e6a7049 commit b4e4b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ol-wfs-t.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<title>ol3-wfs-t</title>
<link type="text/css" rel="stylesheet" href="css/ol-wfs-t-main.css" />
<link type="text/css" rel="stylesheet" href="css/ol-wfs-t-button-material.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.12.0/css/ol.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/openlayers/openlayers.github.io/main/dist/en/v6.12.0/css/ol.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.12.0/build/ol.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/openlayers/openlayers.github.io/main/dist/en/v6.12.0/build/ol.js"></script>
</head>
<body>
<div id="map" class="map"></div>
Expand Down

0 comments on commit b4e4b56

Please sign in to comment.