Guest User

Untitled

a guest
May 20th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. 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.
  2.  
  3. In a Docker container:
  4. 1. Create a Drupal 8 site
  5. * Create a content type that accepts a title, description, and latitude / longitude points
  6. * Display a map using OpenStreetMap at the path /map/osm
  7. * On the map, display a marker for each content item entered that has both a latitude and longitude
  8. * Create a README explaining how to set up the project
  9.  
  10. 2. Check the project into Github
Add Comment
Please, Sign In to add comment