Has anyone been able to figure out why the V2 example on the sandbox http://mapstraction.appspot.com/#mapstraction_v2 only shows a blank map. I seem to have the same problem in trying to use v2 in creating a control with Ext-js. thank you. _________________________________________________________________ Microsoft brings you a new way to search the web. Try Bing? now http://www.bing.com?form=MFEHPG&publ=WLHMTAG&crea=TEXT_MFEHPG_Core_tagline_try bing_1x1 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090923/c93de3e8/attachment.htm>
I haven''t played with it, but there are other examples in http://code.google.com/p/mapstraction/source/browse/#svn/trunk/examples good luck, Ed On Wed, Sep 23, 2009 at 22:59, jokie36688 Tom <joram5911 at hotmail.com> wrote:> Has anyone been able to figure out why the V2 example on the sandbox > http://mapstraction.appspot.com/#mapstraction_v2 only shows a blank map. I > seem to have the same problem in trying to use v2 in creating a control with > Ext-js. > > thank you. > > ________________________________ > Microsoft brings you a new way to search the web. Try Bing? now > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >
Ed Freyfogle a ?crit :> I haven''t played with it, but there are other examples in > > http://code.google.com/p/mapstraction/source/browse/#svn/trunk/examples > > good luck, > Ed > > On Wed, Sep 23, 2009 at 22:59, jokie36688 Tom <joram5911 at hotmail.com> wrote: >> Has anyone been able to figure out why the V2 example on the sandbox >> http://mapstraction.appspot.com/#mapstraction_v2 only shows a blank map. I >> seem to have the same problem in trying to use v2 in creating a control with >> Ext-js.I have this problem too. I get the following in the debug window : Script error. (mxn.google.core.js,0)>> >> thank you. >> >> ________________________________ >> Microsoft brings you a new way to search the web. Try Bing? now >> _______________________________________________ >> Mapstraction mailing list >> Mapstraction at lists.mapstraction.com >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> >> > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >
I just updated a bunch of the Sandbox demos. As much as possible I moved things to use v2. We''re still missing some providers (Map24, MultiMap, OpenSpace, looking at you corporate contributors ;) Does that fix your blank map issues? And we haven''t yet made a pass at the Geocoding/Routing upgrade to V2. Does someone want to take a first pass at it? I think it should provide a very good template then to build out other additional library wrappers such as Geolocation. Andrew On Thu, Sep 24, 2009 at 12:03 PM, Serge Noiraud <Serge.Noiraud at free.fr> wrote:> Ed Freyfogle a ?crit : >> >> I haven''t played with it, but there are other examples in >> >> http://code.google.com/p/mapstraction/source/browse/#svn/trunk/examples >> >> good luck, >> Ed >> >> On Wed, Sep 23, 2009 at 22:59, jokie36688 Tom <joram5911 at hotmail.com> >> wrote: >>> >>> Has anyone been able to figure out why the V2 example on the sandbox >>> http://mapstraction.appspot.com/#mapstraction_v2 only shows a blank map. >>> I >>> seem to have the same problem in trying to use v2 in creating a control >>> with >>> Ext-js. > > I have this problem too. > I get the following in the debug window : > Script error. (mxn.google.core.js,0) >>> >>> thank you. >>> >>> ________________________________ >>> Microsoft brings you a new way to search the web. Try Bing? now >>> _______________________________________________ >>> Mapstraction mailing list >>> Mapstraction at lists.mapstraction.com >>> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >>> >>> >> _______________________________________________ >> Mapstraction mailing list >> Mapstraction at lists.mapstraction.com >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> >> > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >-- Andrew Turner mobile: 248.982.3609 andrew at fortiusone.com http://highearthorbit.com http://geocommons.com Helping build the Geospatial Web Introduction to Neogeography - http://oreilly.com/catalog/neogeography
Hi folks, Apologies for my rather lengthy absence; have had to find a new job and a new flat in a month, as well as being insanely busy in my current job. Seems like some good stuff has been going on here recently, just been trying to catch up. At this point the stand out things for me are: - getting API lazy loading and "on load" event sorted - getting some provider implementation docs written - getting all the v1 providers moved over to v2 - doing a review of the v2 code and making sure the extension points are in place for adding geocoding, routing and eventually the marker manager - getting CI set up and looking at formalising the test suite using a proper library and maybe Test Swarm now it''s live (not too sure how easy this will be but we could do with something to exercise all the functions and check consistency across providers) Other than providers not being done has anyone come across any significant issues with the v2 stuff, things that need adding or that could be made better etc? How have things been going with the build stuff, is it all still working? Cheers, Derek On Oct 3, 2009 7:27 PM, "Andrew Turner" <andrew at highearthorbit.com> wrote: I just updated a bunch of the Sandbox demos. As much as possible I moved things to use v2. We''re still missing some providers (Map24, MultiMap, OpenSpace, looking at you corporate contributors ;) Does that fix your blank map issues? And we haven''t yet made a pass at the Geocoding/Routing upgrade to V2. Does someone want to take a first pass at it? I think it should provide a very good template then to build out other additional library wrappers such as Geolocation. Andrew On Thu, Sep 24, 2009 at 12:03 PM, Serge Noiraud <Serge.Noiraud at free.fr> wrote: > Ed Freyfogle a ?cr... -- Andrew Turner mobile: 248.982.3609 andrew at fortiusone.com http://highearthorbit.com http://geocommons.com Helping build the Geospatial Web Introduction to Neogeography - http://oreilly.com/catalog/neogeography _______________________________________________ Mapstraction mailing list Mapstraction at lists.mapstra... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20091003/40e1d87b/attachment.htm>
On Sat, Oct 3, 2009 at 23:26, Derek Fowler <dezfowler at gmail.com> wrote:> Hi folks, > > Apologies for my rather lengthy absence; have had to find a new job and a > new flat in a month, as well as being insanely busy in my current job. >welcome back> Seems like some good stuff has been going on here recently, just been trying > to catch up. > > At this point the stand out things for me are: > - getting API lazy loading and "on load" event sorted > - getting some provider implementation docs written > - getting all the v1 providers moved over to v2 > - doing a review of the v2 code and making sure the extension points are in > place for adding geocoding, routing and eventually the marker manager > - getting CI set up and looking at formalising the test suite using a proper > library and maybe Test Swarm now it''s live (not too sure how easy this will > be but we could do with something to exercise all the functions and check > consistency across providers) >agree this would be very useful. I''d move it to the top of the list actually.> Other than providers not being done has anyone come across any significant > issues with the v2 stuff, things that need adding or that could be made > better etc? How have things been going with the build stuff, is it all still > working? >it works, though is very basic. just a jslinting of some, but not all provider files.> Cheers, > Derek > > On Oct 3, 2009 7:27 PM, "Andrew Turner" <andrew at highearthorbit.com> wrote: > > I just updated a bunch of the Sandbox demos. As much as possible I > moved things to use v2. We''re still missing some providers (Map24, > MultiMap, OpenSpace, looking at you corporate contributors ;) Does > that fix your blank map issues? > > And we haven''t yet made a pass at the Geocoding/Routing upgrade to V2. > Does someone want to take a first pass at it? I think it should > provide a very good template then to build out other additional > library wrappers such as Geolocation. > > Andrew > > On Thu, Sep 24, 2009 at 12:03 PM, Serge Noiraud <Serge.Noiraud at free.fr> > wrote: > Ed Freyfogle a ?cr... > > -- > Andrew Turner > mobile: 248.982.3609 > andrew at fortiusone.com > http://highearthorbit.com > > http://geocommons.com ? ? ? ? ? Helping build the Geospatial Web > Introduction to Neogeography - http://oreilly.com/catalog/neogeography > > _______________________________________________ Mapstraction mailing list > Mapstraction at lists.mapstra... > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >