Skip to content
/ people Public
forked from memtech/people

Hey memtech, let's plot our hometowns! Fork this, copy one of the feature objects, and add coordinates for your hometown. You can also use http://geojson.io/ to create your own points. Send us a PR when you're ready to share!

License

Notifications You must be signed in to change notification settings

wbills/people

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memtech people

Let's plot a map showing where we call come from! Check it Out!

How can I contribute?

  1. Fork this repo.
  2. Edit the js/locations.js file, and add an object to the locations array. You can look up your hometown's geographic coordinates on Google Maps.
  3. Save your edits, and send us a Pull Request!

The locations array, what?

The js/locations.js file should look something like this:

    var locations = [
      { name: 'wayne bills', origin: 'northaven, tn', latitude: 35.26507, longitude: -90.04078 },
      { name: 'brad montgomery', origin: 'lepanto, ar', latitude: 35.61046, longitude: -90.33114 },
      { name: 'stephen bramlett', origin: 'memphis, tn', latitude: 35.61195, longitude: -90.33113 }
    ]

Add a new entry that looks something like this (just copy one of the existing entries and edit the values accordingly).

      { name: 'your name', origin: 'your town, state', latitude: 35.1234, longitude: -90.1234 },

That's it!

About

Hey memtech, let's plot our hometowns! Fork this, copy one of the feature objects, and add coordinates for your hometown. You can also use http://geojson.io/ to create your own points. Send us a PR when you're ready to share!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.3%
  • HTML 19.5%
  • CSS 4.2%