I have added the Leaflet .js URL to app settings "External Resources". I set the panel as html and added:
On page Load I call some javascript:
var map = L.map('map').setView([51.505, -0.09], 13);
Code: Select all
L.tileLayer('[url=http://{s}.tile.cloudmade.com/API-key/997/256/{z}/{x}/{y}.png]http://{s}.tile.cloudmade.com/API-key...[/url]', {
attribution: 'Map data © [url=http://openstreetmap.org]OpenStreetMap[/url] contributors, [url=http://creativecommons.org/licenses/by-sa/2.0/]CC-BY-SA[/url], Imagery © [url=http://cloudmade.com]CloudMade[/url]',
maxZoom: 18 }).addTo(map);
But when I test all I see is:
any help would be so appreciated!
Love,
SG