Re: [Pharo-users] How to have an in-image map (morph/spec/brick) showing a gps location

2018-02-11 Thread Sven Van Caekenberghe
> On 11 Feb 2018, at 22:02, Richard Sargent > wrote: > > Beautiful, Sven! > > I have a publicity suggestion. Make a larger png of that and share it on > Twitter and LinkedIn. > (And if you do, I would also suggest cascading the message sends to the >

Re: [Pharo-users] How to have an in-image map (morph/spec/brick) showing a gps location

2018-02-10 Thread Stephane Ducasse
Sven in Roassal you can see them in the examples menu. On Fri, Feb 9, 2018 at 10:20 AM, Cédrick Béler wrote: > Thanks all, > > I’ll give a try to roassal so. > > Cheers, > > Cedrick > >> Le 9 févr. 2018 à 08:59, Thierry Goubier a écrit >> : >> >>

Re: [Pharo-users] How to have an in-image map (morph/spec/brick) showing a gps location

2018-02-09 Thread Cédrick Béler
Thanks all, I’ll give a try to roassal so. Cheers, Cedrick > Le 9 févr. 2018 à 08:59, Thierry Goubier a écrit : > > 2018-02-09 7:50 GMT+01:00 Sven Van Caekenberghe : >> >> >>> On 9 Feb 2018, at 06:40, Thierry Goubier

Re: [Pharo-users] How to have an in-image map (morph/spec/brick) showing a gps location

2018-02-09 Thread Thierry Goubier
2018-02-09 7:50 GMT+01:00 Sven Van Caekenberghe : > > >> On 9 Feb 2018, at 06:40, Thierry Goubier wrote: >> >> Le 09/02/2018 à 00:46, Arturo Zambrano a écrit : >>> I used Roassal + OSM and worked perfectly (2 year ago at least). Although I >>> think there

Re: [Pharo-users] How to have an in-image map (morph/spec/brick) showing a gps location

2018-02-08 Thread Sven Van Caekenberghe
> On 9 Feb 2018, at 06:40, Thierry Goubier wrote: > > Le 09/02/2018 à 00:46, Arturo Zambrano a écrit : >> I used Roassal + OSM and worked perfectly (2 year ago at least). Although I >> think there is no support for something like a tiles cache. > > We did the OSM

Re: [Pharo-users] How to have an in-image map (morph/spec/brick) showing a gps location

2018-02-08 Thread Thierry Goubier
Le 09/02/2018 à 00:46, Arturo Zambrano a écrit : I used Roassal + OSM and worked perfectly (2 year ago at least). Although I think there is no support for something like a tiles cache. We did the OSM support with an in-image tiles cache, but limited to the current map section being viewed.

Re: [Pharo-users] How to have an in-image map (morph/spec/brick) showing a gps location

2018-02-08 Thread Arturo Zambrano
I used Roassal + OSM and worked perfectly (2 year ago at least). Although I think there is no support for something like a tiles cache. On Thu, Feb 8, 2018 at 7:46 AM, Cédrick Béler wrote: > Hello, > > I would like to have a representation of a map in the image to show (my)

[Pharo-users] How to have an in-image map (morph/spec/brick) showing a gps location

2018-02-08 Thread Cédrick Béler
Hello, I would like to have a representation of a map in the image to show (my) GPS coordinates. I haven’t really tried nor searched yet but I’ve seen Roassal examples that could do the job, especially the Open Street Map integration. So does people here have advices on how to to that (having