Project

General

Profile

« Previous | Next » 

Revision 8673

use local release of OpenLayers api so that it works over https with our secure deployments (openlayers.org does not offer the api from their servers using https).

View differences:

map.jsp
38 38
<html>
39 39
  <head>
40 40
	<link rel="stylesheet" type="text/css" href="<%=STYLE_COMMON_URL%>/spatial/map.css" />
41
    <script src="http://www.openlayers.org/api/OpenLayers.js"></script>
41
    <script src="<%=STYLE_COMMON_URL%>/spatial/OpenLayers-2.13.1/OpenLayers.js"></script>
42 42
    <script src="<%=STYLE_COMMON_URL%>/spatial/map.js"></script>
43 43
    <script type="text/javascript">
44 44
        function init() {

Also available in: Unified diff