Using OpenStreetMap Geo-Data with PicoLisp

2014-05-06 Thread Alexander Burger
Hi all, after a lot of procrastination, I crunched out today an article about PicoLisp canvas programming, and the handling of geographic data from the OpenStreetMap project: http://picolisp.com/wiki/?osmGeoData I incorporated some short video sequences for better illustration. Perhaps this

Re: Using OpenStreetMap Geo-Data with PicoLisp

2014-05-06 Thread Joe Bogner
Hi Alex, I look forward to reading the article. To load the videos only when needed, you could take a screenshot of video and use that as the image on the page. You could have a javascript click event that replaces the image HTML with the video tag. That's the first idea that came to mind. I

Re: Using OpenStreetMap Geo-Data with PicoLisp

2014-05-06 Thread Alexander Burger
Hi Joe, Hi Alex, I look forward to reading the article. To load the videos only when needed, you could take a screenshot of video and use that as the image on the page. You could have a javascript click event that replaces the image HTML with the video tag. That's the first idea that came to

Re: Using OpenStreetMap Geo-Data with PicoLisp

2014-05-06 Thread Christian Kellermann
* Alexander Burger a...@software-lab.de [140506 20:27]: Hi all, after a lot of procrastination, I crunched out today an article about PicoLisp canvas programming, and the handling of geographic data from the OpenStreetMap project: http://picolisp.com/wiki/?osmGeoData I incorporated

Re: Using OpenStreetMap Geo-Data with PicoLisp

2014-05-06 Thread Alexander Burger
Hi Christian, in the document, and it seems that whenever the page is opened or refreshed, all those videos get reloaded. Have you tried with the preload=none attribute? As I read the spec it should make preloading the videos unattractive for the browser... Indeed! This sounds like the