Jump to content

Leaflet map, test only


stas

Recommended Posts

Hello

 

http://db.kontora.ua/web/leaflet.dll/m/

Solution

UniServerModule.CustomFiles

 

MainMForm.ClientEvents.ExtEvents

 

function painted(sender, eOpts)
{
 sender.setHtml('<div id="map" style="width:'+sender.getWidth()+'px; height:'+sender.getHeight()+'px"></div>');
map = L.map('map').setView([51.505, -0.09], 13);
  attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
}

 

post-19-0-46376800-1415412388_thumb.jpg

  • Upvote 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...