Created
June 16, 2016 22:01
-
-
Save pwgustafson/85857d515be8722b7077421fd6a3a4ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new L.mapbox.geocoderControl('mapbox.places', { | |
position: 'topleft' | |
autocomplete: true | |
keepOpen: true | |
queryOptions: | |
country: 'us' | |
}).addTo(@map) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment