-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map Part 1 (Created a html page and created a map using the Google Map API) + Map Part 2 + Map Part 3 #13
base: master
Are you sure you want to change the base?
Conversation
added recipient as a component to the message system
Created Message Feed
Deleting files from .gitignore
@@ -0,0 +1 @@ | |||
/target/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you try to rebase this branch on top of the new master? This will make sure you have all the latest goodies in terms of .gitignore, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah! will do
… and be display onto the ufo-map html page
… and be display onto the ufo-map html page
Remember to run "mvn spotless:apply" to fix the format violations on the code :-) |
… ability to edit/add markers
… the program will save the marker to the database so user can look back to
Created a HTML page (with embedded Javascript and Map API calls).
Created a Map object with Marker and Info Windows