Updated maven buildfile, removed depricated readmes.
This commit is contained in:
parent
32567b8569
commit
6205aee3b6
6 changed files with 5 additions and 51 deletions
|
|
@ -1 +0,0 @@
|
|||
Update map.js and set tileUrl and updateUrl
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Set map.js tileUrl to this folder
|
||||
Also set map-tilepath in server.properties to point to this folder.
|
||||
New tile images will be generated here by the plugin
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
<%@ Page Language="C#" %>
|
||||
<script runat="server" language="C#">
|
||||
public void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
string lasttimestamp = Request.Params["lasttimestamp"];
|
||||
System.Net.HttpWebRequest request = (System.Net.HttpWebRequest)System.Net.WebRequest.Create("http://localhost:8123/" + lasttimestamp);
|
||||
System.Net.WebResponse response = request.GetResponse();
|
||||
System.IO.Stream responseStream = response.GetResponseStream();
|
||||
System.IO.StreamReader reader = new System.IO.StreamReader(responseStream);
|
||||
Response.ContentType = "text/plain";
|
||||
Response.Write(reader.ReadToEnd());
|
||||
reader.Close();
|
||||
responseStream.Close();
|
||||
response.Close();
|
||||
}
|
||||
</script>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
default.aspx is not required for all installations.
|
||||
If you are running a windows server with IIS, it may help in your setup.
|
||||
Loading…
Add table
Add a link
Reference in a new issue