Skip to content

Instantly share code, notes, and snippets.

@mcewand
Last active July 17, 2018 16:19
Show Gist options
  • Save mcewand/789c43bf3dd6001d26c77eae4c071313 to your computer and use it in GitHub Desktop.
Save mcewand/789c43bf3dd6001d26c77eae4c071313 to your computer and use it in GitHub Desktop.
Coding Challenge
The goal of this exercise is to display a map at a custom path on a Drupal 8 site. Please do not spend more than a couple hours on this exercise.
In a Docker container:
1. Create a Drupal 8 site
* Create a content type that accepts a title, description, and latitude / longitude points
* Display a map using OpenStreetMap at the path /map/osm
* On the map, display a marker for each content item entered that has both a latitude and longitude
* Create a README explaining how to set up the project
2. Check the project into Github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment