Is anybody using any kind of map directly from Seaside?
Nowadays I'm using Google Maps, but everything is coded in JavaScript and I get the data from a REST API. I want to move as much as I can to the Seaside side. I'd like to create a map directly as a brush, and handle events and other kind of things as I do with jQuery. Any pointers here? There was a James Foster version, but It seems to use v2 of the Google Maps API, maybe somebody has a newer one. I'm not tied to Google Maps, I could use any of the mapping solutions mentioned in the subject. Regards! Esteban A. Maringolo _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I did not touch this anymore for a couple of years:
http://www.smalltalkhub.com/#!/~JohanBrichau/SeasideGoogleMapsV3 On 27 Jan 2014, at 22:26, Esteban A. Maringolo <[hidden email]> wrote: > Is anybody using any kind of map directly from Seaside? > > Nowadays I'm using Google Maps, but everything is coded in JavaScript > and I get the data from a REST API. I want to move as much as I can to > the Seaside side. > > I'd like to create a map directly as a brush, and handle events and > other kind of things as I do with jQuery. > > Any pointers here? > > There was a James Foster version, but It seems to use v2 of the Google > Maps API, maybe somebody has a newer one. > > I'm not tied to Google Maps, I could use any of the mapping solutions > mentioned in the subject. > > > Regards! > > Esteban A. Maringolo > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Esteban A. Maringolo
We switched to Leaflet.js all over: it is mobile friendly, small, well documented, well supported, open source and can display all kinds of tiles, including OSM and Google.
But we don't use it integrated with Seaside. On 27 Jan 2014, at 22:26, Esteban A. Maringolo <[hidden email]> wrote: > Is anybody using any kind of map directly from Seaside? > > Nowadays I'm using Google Maps, but everything is coded in JavaScript > and I get the data from a REST API. I want to move as much as I can to > the Seaside side. > > I'd like to create a map directly as a brush, and handle events and > other kind of things as I do with jQuery. > > Any pointers here? > > There was a James Foster version, but It seems to use v2 of the Google > Maps API, maybe somebody has a newer one. > > I'm not tied to Google Maps, I could use any of the mapping solutions > mentioned in the subject. > > > Regards! > > Esteban A. Maringolo > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2014-01-27 Sven Van Caekenberghe <[hidden email]>:
> We switched to Leaflet.js all over: it is mobile friendly, small, well documented, well supported, open source and can display all kinds of tiles, including OSM and Google. > > But we don't use it integrated with Seaside. Leaflet seems to be the best of all options, and I like it for the same reasons you describe. However I already have some feature on top of Maps, and unless the transition (and integration) is easier than with Maps, I don't have much time to invest. How do you use it? With a REST API? Thanks! _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Johan Brichau-2
Johan,
The API didn't change much (if it ever changed et al) so it should work. I'll take a look into it. Thanks! Esteban A. Maringolo 2014-01-27 Johan Brichau <[hidden email]>: > I did not touch this anymore for a couple of years: > http://www.smalltalkhub.com/#!/~JohanBrichau/SeasideGoogleMapsV3 > > On 27 Jan 2014, at 22:26, Esteban A. Maringolo <[hidden email]> wrote: > >> Is anybody using any kind of map directly from Seaside? >> >> Nowadays I'm using Google Maps, but everything is coded in JavaScript >> and I get the data from a REST API. I want to move as much as I can to >> the Seaside side. >> >> I'd like to create a map directly as a brush, and handle events and >> other kind of things as I do with jQuery. >> >> Any pointers here? >> >> There was a James Foster version, but It seems to use v2 of the Google >> Maps API, maybe somebody has a newer one. >> >> I'm not tied to Google Maps, I could use any of the mapping solutions >> mentioned in the subject. >> >> >> Regards! >> >> Esteban A. Maringolo >> _______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |