forked from SharpMap/SharpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUtfGrid.aspx
More file actions
16 lines (15 loc) · 988 Bytes
/
UtfGrid.aspx
File metadata and controls
16 lines (15 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
<asp:Content ID="cssContent" ContentPlaceHolderID="CustomCssContent" runat="server">
<link rel="stylesheet" href="<%=this.Url.Content("~/theme/default/style.css?v=1")%>" />
<link rel="stylesheet" href="<%=this.Url.Content("~/Content/openlayers.css?v=1")%>" />
</asp:Content>
<asp:Content ID="jsContent" ContentPlaceHolderID="CustomJsContent" runat="server">
<script type="text/javascript" src="<%=this.Url.Content("~/lib/OpenLayers.js?v=1")%>"></script>
<script type="text/javascript" src="<%=this.Url.Content("~/Scripts/ol/LoadingPanel.js?v=1")%>"></script>
<script type="text/javascript" src="<%=this.Url.Content("~/Scripts/script_utfgrid.js?v=1")%>"></script>
</asp:Content>
<asp:Content ID="indexContent" ContentPlaceHolderID="MainContent" runat="server">
<div id="info"></div>
<div id="map">
</div>
</asp:Content>