Skip to content
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

Implemented core map features and additional features #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Acaruso
Copy link

@Acaruso Acaruso commented Oct 11, 2017

Hello, here are my changes for the map-demo project.

I modified Map.html by adding a button for deleting the currently selected airport marker. I also changed the names of the divs inside the setting-value div because one of the previous names, "setting-name", conflicted with another div also called "setting-name". I also added the charset meta tag, Bootstrap styling, and changed the quote marks in the text to single quotes as I noticed they were originally double quotes which is grammatically incorrect.

I also modified Map.js to fill in the rest of the airport data, allow for deletion of airport markers, and sort the list of airports.

In addition to that, I added functionality to jump the map to a new tag when it's added, if it's outside the current viewing area of the map. This can help users locate their tags more easily. I also added code to prevent new tags from being created if an identical tag already exists.

For further improvements, I was thinking that perhaps there could be a check box to hide the "airport-settings" div and instead show an airport's data when the user hovers over its marker. I could implement this given more time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant