Skip to content

Instantly share code, notes, and snippets.

@cwmanning
Created September 25, 2012 16:06
Show Gist options
  • Select an option

  • Save cwmanning/3782810 to your computer and use it in GitHub Desktop.

Select an option

Save cwmanning/3782810 to your computer and use it in GitHub Desktop.
$.ajax({
url: mapParams.url,
dataType: 'jsonp',
cache: true,
jsonpCallback: 'grid',
success: function(tilejson) {
var mapbox = new Connector(tilejson);
map.addLayer(mapbox);
mapbox.addEventListener('load', load);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment