Re: Map Widget - how does it actually work?

2020-05-30 Thread Prothero-ELS via use-livecode
Graham, My demo stack was enhanced a lot by Hermann but I don’t know where it is, after a cursory search. He added a bunch of other capabilities, but I felt a quick look at the Google map docs would make it easy to add them. His expanded version may be in the examples repository. I didn’t check

Re: Map Widget - how does it actually work?

2020-05-30 Thread Graham Samuel via use-livecode
Bill, thanks for all this. I will study it today (it’s breakfast time in France as I write this). I did some internet searching to look at the underlying Apple Map system - which is used for the LC version of the Map widget for iOS - and its API. It’s rich and complex, so the widget just

Re: Map Widget - how does it actually work?

2020-05-29 Thread prothero--- via use-livecode
Graham: If that doesn’t have everything, I have a zip file at: http://earthlearningsolutions.org/google-static-maps-demo/ William A. Prothero Santa Barbara, CA. 93105 http://earthlearningsolutions.org/ > On May 29, 2020, at 3:42 PM,

Re: Map Widget - how does it actually work?

2020-05-29 Thread William Prothero via use-livecode
Graham: Here is a link to an example that I, with lots of help from Hermann created. Maybe it will be useful. All done in livecode, so it should work. Haven’t tried it since 2017, tho. Bill https://www.dropbox.com/s/kg5l80bi82u1sap/google-maps-demo.livecode?dl=0

Re: Map Widget - how does it actually work?

2020-05-26 Thread Graham Samuel via use-livecode
Thanks Bernard. I shall shelve my map utility until I notice the bug is fixed. Graham > On 26 May 2020, at 19:18, Niggemann, Bernd via use-livecode > wrote: > > Unfortunately polylines stoppt working in recent versions of LC > > https://quality.livecode.com/show_bug.cgi?id=22377 > > Kind

Re: Map Widget - how does it actually work?

2020-05-26 Thread Niggemann, Bernd via use-livecode
Unfortunately polylines stoppt working in recent versions of LC https://quality.livecode.com/show_bug.cgi?id=22377 Kind regards Bernd ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Map Widget - how does it actually work?

2020-05-26 Thread Graham Samuel via use-livecode
Thanks Alex - that’s solid gold! I might even be able to use the widget, though perhaps not for what I intended which was to draw a route consisting of a series of standard Lat-Lon coordinates, in other words a very large number of linked polylines. This is a tentative conclusion, so probably

Re: Map Widget - how does it actually work?

2020-05-25 Thread Mark Wieder via use-livecode
On 5/25/20 5:39 PM, Alex Tweedly via use-livecode wrote: The source code for all the widgets provided 'out of the box' is accessible so you can take those widgets as a base and improve and extended them as you need. Unfortunately, there is a non-obvious meaning to "out of the box" - what it

Re: Map Widget - how does it actually work?

2020-05-25 Thread Alex Tweedly via use-livecode
Well, the big advantage of widgets is that you can look at the source code. As it says in the Livecode Lesson ( http://lessons.livecode.com/m/4071/l/1005132-how-do-i-modify-a-livecode-widget ), What do you do if a LiveCode widget is missing a property or message you need? The source code