GpsTracker / servers / dotNet /
@Nick Fox Nick Fox authored on 14 Oct 2015
..
App_Code fixed update problem 10 years ago
css changed margin on fluid container in .net css 10 years ago
images completed update of dotNet 10 years ago
js removing bing map provider 9 years ago
sqlserver fixed prcGetAllRoutesForMap, thanks Hristo 10 years ago
.gitignore visual studio .gitignore 11 years ago
DeleteRoute.aspx have updated the .NET server stack to visual studio 2012 and sql server 2012 and tested it. 11 years ago
DeleteRoute.aspx.cs fixed delete in dotNet 10 years ago
DisplayMap-Blue.aspx updated to bootswatch 3.3.5 9 years ago
DisplayMap-Blue.aspx.cs added themes to dotNet 10 years ago
DisplayMap-Dark.aspx updated to bootswatch 3.3.5 9 years ago
DisplayMap-Dark.aspx.cs added themes to dotNet 10 years ago
DisplayMap.aspx updated to bootswatch 3.3.5 9 years ago
DisplayMap.aspx.cs updated .net display map page and removed google map key 11 years ago
GetAllRoutesForMap.aspx first pass at rewrite of dotNet app with bootstrap 10 years ago
GetAllRoutesForMap.aspx.cs fixed delete in dotNet 10 years ago
GetRouteForMap.aspx have updated the .NET server stack to visual studio 2012 and sql server 2012 and tested it. 11 years ago
GetRouteForMap.aspx.cs completed update of dotNet 10 years ago
GetRoutes.aspx have updated the .NET server stack to visual studio 2012 and sql server 2012 and tested it. 11 years ago
GetRoutes.aspx.cs updated .net server to json and jquery and maps 3 and openstreetmaps 11 years ago
README.md removed google adsense publisher id and channel number 10 years ago
UpdateLocation.aspx have updated the .NET server stack to visual studio 2012 and sql server 2012 and tested it. 11 years ago
UpdateLocation.aspx.cs Does not update location on some eu phones 9 years ago
Web.Debug.config have updated the .NET server stack to visual studio 2012 and sql server 2012 and tested it. 11 years ago
Web.config fixed update problem 10 years ago
README.md

The .net version of GpsTracker is now updated to v3 of google maps, jquery and leaflet. The database file is in the sqlserver directory and this needs to be restored to sql server, please read the quick start guide to see how to do that:

https://www.websmithing.com/2014/01/20/quick-start-guide-for-gpstracker-3/#aspnetserver

If you want to turn on the adsense advertisement in the map, then change line 8 of google.js to enabled:

var adsense_status = 'enabled';

and add your adsense channel number and publisher id to line 206 and 207:

user_adsense.channelNumber = "YOUR_CHANNEL_NUMBER";
user_adsense.publisherID = "YOUR_PUBLISHER_ID";    

https://github.com/nickfox/GpsTracker/tree/master/servers/dotNet/javascript/leaflet-plugins/google.js