Guest User

Untitled

a guest
Jan 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. var helloPopup = L.popup().setContent("<img src='images/cog.png'style=width:150px;height:150px;</img><br>"+
  2. "<b>Portland Cycle Safety Map</b>"+
  3. "<br />This map is intended to bring dangerous intersections"+
  4. "<br />and street segments to the attention of Portland area cyclists: this is a work in progress."+
  5. "<br />Each skull marks the location a cyclist has been killed by an automobile sometime between 2005 and 2017."+
  6. "<br />'<a href="https://metadatapdxcyclesafety.neocities.org/" target="_blank">metadata</a>"'+
  7. );
  8.  
  9. "<br />'<a href="https://metadatapdxcyclesafety.neocities.org/" target="_blank">metadata</a>"'+
  10.  
  11. "<br/><a href="http.//example.com">link</a>"
  12.  
  13. "<br/><a href='http.//example.com'>link</a>"
  14. '<br/><a href="http.//example.com">link</a>'
  15.  
  16. var content = "<img src='images/cog.png' style='width:150px;height:150px;'></img><br>"+
  17. "<b>Portland Cycle Safety Map</b>"+
  18. "<br />This map is intended to bring dangerous intersections"+
  19. "<br />and street segments to the attention of Portland area cyclists: this is a work in progress."+
  20. "<br />Each skull marks the location a cyclist has been killed by an automobile sometime between 2005 and 2017."+
  21. "<br />'<a href='https://metadatapdxcyclesafety.neocities.org/' target='_blank'>metadata</a>'";
  22. var helloPopup = L.popup().setLatLng([51.5, -0.09]).setContent(content).openOn(map);
Add Comment
Please, Sign In to add comment