Skip to content

Instantly share code, notes, and snippets.

@ccoenraets
Created April 7, 2015 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccoenraets/68873b949e972188270c to your computer and use it in GitHub Desktop.
Save ccoenraets/68873b949e972188270c to your computer and use it in GitHub Desktop.
<aura:component implements="force:appHostable">
<ltng:require styles="/resource/leaflet/leaflet.css" />
<ltng:require scripts="/resource/leaflet/leaflet.js"
afterScriptsLoaded="{!c.jsLoaded}" />
<div id="map" class="map"></div>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment