forked from SharpMap/SharpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPolymaps.aspx
More file actions
14 lines (13 loc) · 827 Bytes
/
Polymaps.aspx
File metadata and controls
14 lines (13 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<%@ 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="<%=Url.Content("~/Content/polymaps.css?v=1")%>" />
</asp:Content>
<asp:Content ID="jsContent" ContentPlaceHolderID="CustomJsContent" runat="server">
<script type="text/javascript" src="<%=Url.Content("~/Scripts/polymaps.js?v=1")%>"></script>
<script type="text/javascript" src="<%=Url.Content("~/Scripts/globalmaptiles.js?v=1")%>"></script>
<script type="text/javascript" src="<%=Url.Content("~/Scripts/script_pl.js?v=1")%>"></script>
</asp:Content>
<asp:Content ID="indexContent" ContentPlaceHolderID="MainContent" runat="server">
<div id="map">
</div>
</asp:Content>