Skip to content

Guided interface, convert map coordinates from DMS to DD format used in computer-based mapping.

License

Notifications You must be signed in to change notification settings

seankelliher/map-coordinates-dms

Repository files navigation

MIT License on GitHub

Map Coordinates DMS

Guided "step by step" interface to convert longitude and latitude coordinates from traditional Degrees Minutes, Seconds (DMS) format to Digital Degrees (DD) format used in computer-based mapping. After conversion, the interface dynamically generates a map of the converted location. This project is built with Vue.js and Mapbox. View working component.

Project Status

Project meets general accessibility (WACG) and cross-browser requirements. More testing with a dedicated services (e.g., Sauce Labs) would be helpful if deploying to production.

Project Screen Shots

  • Starting view. screen shot of project

  • Enter longitude. screen shot of project

  • Enter latitude, with error message for empty input. screen shot of project

  • Results, with Mapbox map. screen shot of project

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Vue:

npm run dev

To Visit App:

Visit the localhost port displayed in the terminal after running npm run dev.

Acknowledgments

About

Guided interface, convert map coordinates from DMS to DD format used in computer-based mapping.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published