I’ve created a Eto.forms webview which I’d like to run a small piece of JavaScript - returning the coordinates of a selected location via Open Street Maps.
The JS file runs using Leaflet.js, and works perfectly in Edge. But in Rhino, it won’t load the map tiles, but will return coordinates when clicked on.
Is this because of Webview1, or not caching images, or something else?
Files attached - just need to remap .py lines 131 & 239 to the path where the html is saved. Map.html (973 Bytes) 230728 Project Node Short.py (8.8 KB)
Ignore the formatting, thats the last job
I’ve just tried it in Rhino 8, pasting into a fresh IronPython2 script and that reports a WebView2 error. So wondering if my Rhino 7 problem is driven by using WebView1?