Skip to content

A simple application that allows users to save notes on a map. These notes can be displayed on the map where they were saved and viewed by the user that created the note as well as other users of the application.

Notifications You must be signed in to change notification settings

prateek497/MapApp

Repository files navigation

MapApp

Technologies Used- AngularJs 1.6, Bootstrap 3, Asp.Net MVC 5, WebAPI, Sql Server, Goole Map API, Microsoft Unit Testing

Tools Used - Microsoft Visual Studio 2015, Chrome, IIS

Approach - Left side panel- Javascript helps us to get the current location of the application using geolocation API. As application knows current location, It will load the map and puts one marker with tag name 'Current Location'. When the user hit on the marker, a short popup will come up to help us to save the note.

Right side panel- UserName - username textbox is the current user of the application. Add note - find the center lat and lng of the map and create the marker on the random location. Search - search textbox will help us to search the save notes into the database. List - List out all the saved notes for all user.

Limitations - Test cases are misbehaving sometime because of this issue(https://stackoverflow.com/questions/12566036/an-attempt-to-attach-an-auto-named-database-for-file-database1-mdf-failed).

About

A simple application that allows users to save notes on a map. These notes can be displayed on the map where they were saved and viewed by the user that created the note as well as other users of the application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published