Jump to content

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...