docjones Posted April 29, 2015 Posted April 29, 2015 HTMLFRAME CODE. <!DOCTYPE html> <html> <head> <title>Leaflet unigui example</title> <style> body { padding: 0; margin: 0; } html, body, #map { height: 100%; } </style> </head> <body> <div id="map"></div> </body> </html> HTMLFRAME AfterScript { // create a map in the "map" div, set the view to a given place and zoom var map = L.map('map').setView([51.505, -0.09], 13); L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', { attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors' }).addTo(map); } Hi I'm trying using leaflet map with unigui, but it seems that do not work fine. leaflet custom .css and custom file .js added to servermodule The map loaded ok, but show cutted htmlframe afterscript and HTML added to show map what i'm doing bad? test case added Unigui 0.99.xxx pro codegear xe2 LEAFLET.rar 1 Quote
sertatar76 Posted April 12, 2018 Posted April 12, 2018 Fixed and updated to Leaflet 1.3.1 LEAFLET_NEW.rar 1 Quote
toyoryta Posted February 19, 2019 Posted February 19, 2019 Hello, Is it still possible to download LEAFLET_NEW.rar ? Link does not exists paul Quote
toyoryta Posted February 20, 2019 Posted February 20, 2019 Hi, I use trial edition 1.50. I have to make application with leaflef map control, I wanted to check how works unigui with this control and then buy unigui professional Quote
Hayri ASLAN Posted February 21, 2019 Posted February 21, 2019 Hi I have an app it is using leaflet map. You can simply check it. You can change layer from right top square. http://takip.mygps.com.tr/ username : unigui password : 123456 Quote
hany Posted April 11, 2019 Posted April 11, 2019 download Sample Link Not work can you send me working sample link. Quote
Sherzod Posted April 11, 2019 Posted April 11, 2019 3 hours ago, hany said: download Sample Link Not work can you send me working sample link. Can you please specify which edition and build of UniGUI are you using?! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.