GpsTracker / servers / dotNet /
@Nick Fox Nick Fox authored on 5 Jul 2014
..
App_Code deleted the old .net xml reader 11 years ago
images got rid of unused images in servers 10 years ago
javascript update google.js with zoom error. 10 years ago
sqlserver updated .net server to json and jquery and maps 3 and openstreetmaps 11 years ago
styles updated dotNet version of app with 0.7.3 of leaflet and fixed broken zoom buttons 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 have updated the .NET server stack to visual studio 2012 and sql server 2012 and tested it. 11 years ago
DisplayMap.aspx updated dotNet version of app with 0.7.3 of leaflet and fixed broken zoom buttons 10 years ago
DisplayMap.aspx.cs updated .net display map page and removed google map key 11 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 updated .net server to json and jquery and maps 3 and openstreetmaps 11 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 have updated the .NET server stack to visual studio 2012 and sql server 2012 and tested it. 11 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 changed connection string data source to localhost. 10 years ago
gpstracker.bak updated dotNet version of app with 0.7.3 of leaflet and fixed broken zoom buttons 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