I just noticed that the mxn.Mapstraction.swap() method doesn''t work, because it wants to invoke the addAPI method in line 99. addAPI is currently missing in mxn.core.js and likely has to be rewritten to use the new Invoker for initializing a new map provider. regards, Franz -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090427/ef1c8096/attachment.htm>
my post from yesterday obviously didn''t find its way to the mailinglist, so I''m reposting now: 2009/4/27 Franz Buchinger <fbuchinger at gmail.com>> I just noticed that the mxn.Mapstraction.swap() method doesn''t work, > because it wants to invoke the addAPI method in line 99. > > addAPI is currently missing in mxn.core.js and likely has to be rewritten > to use the new Invoker for initializing a new map provider. > > regards, > > Franz > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090428/b72b3829/attachment.htm>
Ok, I''ll add it to the list. Thanks, Derek On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger <fbuchinger at gmail.com>wrote:> I just noticed that the mxn.Mapstraction.swap() method doesn''t work, > because it wants to invoke the addAPI method in line 99. > > addAPI is currently missing in mxn.core.js and likely has to be rewritten > to use the new Invoker for initializing a new map provider. > > regards, > > Franz > > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >-- Derek Fowler m. 07966 512 369 e. dezfowler at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090428/2fc37028/attachment.htm>
Thoughts on bug/ticket tracking? - Google Code (though some reason ''mapstraction'' is reserved?) - Clean up trac (though I don''t like trac from an administrative aspect) -- http://mapstraction.com/trac - Redmine (multi-project support, so can host Mapstraction, ModestMaps, other projects) On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler <dezfowler at gmail.com> wrote:> Ok, I''ll add it to the list. > > Thanks, > Derek > > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger <fbuchinger at gmail.com> > wrote: >> >> I just noticed that the mxn.Mapstraction.swap() method doesn''t work, >> because it wants to invoke the addAPI method in line 99. >> >> addAPI is currently missing in mxn.core.js and likely has to be rewritten >> to use the new Invoker for initializing a new map provider. >> >> regards, >> >> Franz >> >> >> _______________________________________________ >> Mapstraction mailing list >> Mapstraction at lists.mapstraction.com >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> > > > > -- > Derek Fowler > m. 07966 512 369 > e. dezfowler at gmail.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
Google would be fine with me - I think Rob registered mapstraction on there. I''d like to get some structure in the svn repository, have separate folders for source, tests, tools, examples etc. Also, if we don''t already, it''d be good to hook up some sort of continuous integration to the repository. I know there''s some doc generation stuff but I don''t know whether this is automated. I''d like to at least JSLint the source and rebuild the docs when anyone commits something, ideally I''d like to get unit tests (possibly using TestSwarm [1]) running as well to give us a heads up if something really isn''t working. [1] http://ejohn.org/blog/javascript-testing-does-not-scale Derek On Tue, Apr 28, 2009 at 4:29 PM, Andrew Turner <andrew at highearthorbit.com>wrote:> Thoughts on bug/ticket tracking? > > - Google Code (though some reason ''mapstraction'' is reserved?) > - Clean up trac (though I don''t like trac from an administrative aspect) > -- http://mapstraction.com/trac > - Redmine (multi-project support, so can host Mapstraction, > ModestMaps, other projects) > > > > On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler <dezfowler at gmail.com> wrote: > > Ok, I''ll add it to the list. > > > > Thanks, > > Derek > > > > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger <fbuchinger at gmail.com> > > wrote: > >> > >> I just noticed that the mxn.Mapstraction.swap() method doesn''t work, > >> because it wants to invoke the addAPI method in line 99. > >> > >> addAPI is currently missing in mxn.core.js and likely has to be > rewritten > >> to use the new Invoker for initializing a new map provider. > >> > >> regards, > >> > >> Franz > >> > >> > >> _______________________________________________ > >> Mapstraction mailing list > >> Mapstraction at lists.mapstraction.com > >> > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >> > > > > > > > > -- > > Derek Fowler > > m. 07966 512 369 > > e. dezfowler at gmail.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 >-- Derek Fowler m. 07966 512 369 e. dezfowler at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090429/0684e706/attachment.htm>
Ok - Rob, can you setup and add us as admins to the GCode project? Definitely like the folders - and tests. I was at JSConf to hear John''s talk about TestSwarm. I think it could work well to even have a "run tests" page on the Mapstraction site in order to crowd-source the various browsers & os''s. On Wed, Apr 29, 2009 at 8:07 AM, Derek Fowler <dezfowler at gmail.com> wrote:> Google would be fine with me - I think Rob registered mapstraction on there. > > I''d like to get some structure in the svn repository, have separate folders > for source, tests, tools, examples etc. > > Also, if we don''t already, it''d be good to hook up some sort of continuous > integration to the repository. I know there''s some doc generation stuff but > I don''t know whether this is automated. I''d like to at least JSLint the > source and rebuild the docs when anyone commits something, ideally I''d like > to get unit tests (possibly using TestSwarm [1]) running as well to give us > a heads up if something really isn''t working. > > [1] http://ejohn.org/blog/javascript-testing-does-not-scale > > Derek > > On Tue, Apr 28, 2009 at 4:29 PM, Andrew Turner <andrew at highearthorbit.com> > wrote: >> >> Thoughts on bug/ticket tracking? >> >> - Google Code (though some reason ''mapstraction'' is reserved?) >> - Clean up trac (though I don''t like trac from an administrative aspect) >> -- http://mapstraction.com/trac >> - Redmine (multi-project support, so can host Mapstraction, >> ModestMaps, other projects) >> >> >> >> On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler <dezfowler at gmail.com> wrote: >> > Ok, I''ll add it to the list. >> > >> > Thanks, >> > Derek >> > >> > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger <fbuchinger at gmail.com> >> > wrote: >> >> >> >> I just noticed that the mxn.Mapstraction.swap() method doesn''t work, >> >> because it wants to invoke the addAPI method in line 99. >> >> >> >> addAPI is currently missing in mxn.core.js and likely has to be >> >> rewritten >> >> to use the new Invoker for initializing a new map provider. >> >> >> >> regards, >> >> >> >> Franz >> >> >> >> >> >> _______________________________________________ >> >> Mapstraction mailing list >> >> Mapstraction at lists.mapstraction.com >> >> >> >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> >> >> > >> > >> > >> > -- >> > Derek Fowler >> > m. 07966 512 369 >> > e. dezfowler at gmail.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 > > > > -- > Derek Fowler > m. 07966 512 369 > e. dezfowler at gmail.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 All, a google code project is registered here: http://code.google.com/p/mxn It wouldn''t let me have ''mapstraction'' :/. Maybe someone already has it? I''ve hidden all tabs except issue tracking and setup Derek as an admin, too. I need google account emails of any other admins. Andrew? Cheers, Rob 2009/4/29 Derek Fowler <dezfowler at gmail.com>> Google would be fine with me - I think Rob registered mapstraction on > there. > > I''d like to get some structure in the svn repository, have separate folders > for source, tests, tools, examples etc. > > Also, if we don''t already, it''d be good to hook up some sort of continuous > integration to the repository. I know there''s some doc generation stuff but > I don''t know whether this is automated. I''d like to at least JSLint the > source and rebuild the docs when anyone commits something, ideally I''d like > to get unit tests (possibly using TestSwarm [1]) running as well to give us > a heads up if something really isn''t working. > > [1] http://ejohn.org/blog/javascript-testing-does-not-scale > > Derek > > > On Tue, Apr 28, 2009 at 4:29 PM, Andrew Turner <andrew at highearthorbit.com>wrote: > >> Thoughts on bug/ticket tracking? >> >> - Google Code (though some reason ''mapstraction'' is reserved?) >> - Clean up trac (though I don''t like trac from an administrative aspect) >> -- http://mapstraction.com/trac >> - Redmine (multi-project support, so can host Mapstraction, >> ModestMaps, other projects) >> >> >> >> On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler <dezfowler at gmail.com> >> wrote: >> > Ok, I''ll add it to the list. >> > >> > Thanks, >> > Derek >> > >> > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger <fbuchinger at gmail.com> >> > wrote: >> >> >> >> I just noticed that the mxn.Mapstraction.swap() method doesn''t work, >> >> because it wants to invoke the addAPI method in line 99. >> >> >> >> addAPI is currently missing in mxn.core.js and likely has to be >> rewritten >> >> to use the new Invoker for initializing a new map provider. >> >> >> >> regards, >> >> >> >> Franz >> >> >> >> >> >> _______________________________________________ >> >> Mapstraction mailing list >> >> Mapstraction at lists.mapstraction.com >> >> >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> >> >> > >> > >> > >> > -- >> > Derek Fowler >> > m. 07966 512 369 >> > e. dezfowler at gmail.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 >> > > > > -- > Derek Fowler > m. 07966 512 369 > e. dezfowler at gmail.com > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090429/ad852e73/attachment.htm>
I''ll ping the team about getting mapstraction. On Thu, Apr 30, 2009 at 6:01 AM, Rob <mapstraction at thegecko.org> wrote:> Hi All, > > a google code project is registered here: > > http://code.google.com/p/mxn > > It wouldn''t let me have ''mapstraction'' :/. Maybe someone already has it? > > I''ve hidden all tabs except issue tracking and setup Derek as an admin, too. > > I need google account emails of any other admins. Andrew? > > Cheers, > > Rob > > 2009/4/29 Derek Fowler <dezfowler at gmail.com> >> >> Google would be fine with me - I think Rob registered mapstraction on >> there. >> >> I''d like to get some structure in the svn repository, have separate >> folders for source, tests, tools, examples etc. >> >> Also, if we don''t already, it''d be good to hook up some sort of continuous >> integration to the repository. I know there''s some doc generation stuff but >> I don''t know whether this is automated. I''d like to at least JSLint the >> source and rebuild the docs when anyone commits something, ideally I''d like >> to get unit tests (possibly using TestSwarm [1]) running as well to give us >> a heads up if something really isn''t working. >> >> [1] http://ejohn.org/blog/javascript-testing-does-not-scale >> >> Derek >> >> On Tue, Apr 28, 2009 at 4:29 PM, Andrew Turner <andrew at highearthorbit.com> >> wrote: >>> >>> Thoughts on bug/ticket tracking? >>> >>> - Google Code (though some reason ''mapstraction'' is reserved?) >>> - Clean up trac (though I don''t like trac from an administrative aspect) >>> -- http://mapstraction.com/trac >>> - Redmine (multi-project support, so can host Mapstraction, >>> ModestMaps, other projects) >>> >>> >>> >>> On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler <dezfowler at gmail.com> >>> wrote: >>> > Ok, I''ll add it to the list. >>> > >>> > Thanks, >>> > Derek >>> > >>> > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger <fbuchinger at gmail.com> >>> > wrote: >>> >> >>> >> I just noticed that the mxn.Mapstraction.swap() method doesn''t work, >>> >> because it wants to invoke the addAPI method in line 99. >>> >> >>> >> addAPI is currently missing in mxn.core.js and likely has to be >>> >> rewritten >>> >> to use the new Invoker for initializing a new map provider. >>> >> >>> >> regards, >>> >> >>> >> Franz >>> >> >>> >> >>> >> _______________________________________________ >>> >> Mapstraction mailing list >>> >> Mapstraction at lists.mapstraction.com >>> >> >>> >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >>> >> >>> > >>> > >>> > >>> > -- >>> > Derek Fowler >>> > m. 07966 512 369 >>> > e. dezfowler at gmail.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 >> >> >> >> -- >> Derek Fowler >> m. 07966 512 369 >> e. dezfowler at gmail.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 > >
They''re transferring ''mapstraction'' to you folks now. On Thu, Apr 30, 2009 at 6:58 AM, pamela fox <pammyla.fox at gmail.com> wrote:> I''ll ping the team about getting mapstraction. > > On Thu, Apr 30, 2009 at 6:01 AM, Rob <mapstraction at thegecko.org> wrote: >> Hi All, >> >> a google code project is registered here: >> >> http://code.google.com/p/mxn >> >> It wouldn''t let me have ''mapstraction'' :/. Maybe someone already has it? >> >> I''ve hidden all tabs except issue tracking and setup Derek as an admin, too. >> >> I need google account emails of any other admins. Andrew? >> >> Cheers, >> >> Rob >> >> 2009/4/29 Derek Fowler <dezfowler at gmail.com> >>> >>> Google would be fine with me - I think Rob registered mapstraction on >>> there. >>> >>> I''d like to get some structure in the svn repository, have separate >>> folders for source, tests, tools, examples etc. >>> >>> Also, if we don''t already, it''d be good to hook up some sort of continuous >>> integration to the repository. I know there''s some doc generation stuff but >>> I don''t know whether this is automated. I''d like to at least JSLint the >>> source and rebuild the docs when anyone commits something, ideally I''d like >>> to get unit tests (possibly using TestSwarm [1]) running as well to give us >>> a heads up if something really isn''t working. >>> >>> [1] http://ejohn.org/blog/javascript-testing-does-not-scale >>> >>> Derek >>> >>> On Tue, Apr 28, 2009 at 4:29 PM, Andrew Turner <andrew at highearthorbit.com> >>> wrote: >>>> >>>> Thoughts on bug/ticket tracking? >>>> >>>> - Google Code (though some reason ''mapstraction'' is reserved?) >>>> - Clean up trac (though I don''t like trac from an administrative aspect) >>>> -- http://mapstraction.com/trac >>>> - Redmine (multi-project support, so can host Mapstraction, >>>> ModestMaps, other projects) >>>> >>>> >>>> >>>> On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler <dezfowler at gmail.com> >>>> wrote: >>>> > Ok, I''ll add it to the list. >>>> > >>>> > Thanks, >>>> > Derek >>>> > >>>> > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger <fbuchinger at gmail.com> >>>> > wrote: >>>> >> >>>> >> I just noticed that the mxn.Mapstraction.swap() method doesn''t work, >>>> >> because it wants to invoke the addAPI method in line 99. >>>> >> >>>> >> addAPI is currently missing in mxn.core.js and likely has to be >>>> >> rewritten >>>> >> to use the new Invoker for initializing a new map provider. >>>> >> >>>> >> regards, >>>> >> >>>> >> Franz >>>> >> >>>> >> >>>> >> _______________________________________________ >>>> >> Mapstraction mailing list >>>> >> Mapstraction at lists.mapstraction.com >>>> >> >>>> >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >>>> >> >>>> > >>>> > >>>> > >>>> > -- >>>> > Derek Fowler >>>> > m. 07966 512 369 >>>> > e. dezfowler at gmail.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 >>> >>> >>> >>> -- >>> Derek Fowler >>> m. 07966 512 369 >>> e. dezfowler at gmail.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 >> >> >
Brilliant, thanks Pamela. On Wed, Apr 29, 2009 at 10:17 PM, pamela fox <pammyla.fox at gmail.com> wrote:> They''re transferring ''mapstraction'' to you folks now. > > > On Thu, Apr 30, 2009 at 6:58 AM, pamela fox <pammyla.fox at gmail.com> wrote: > > I''ll ping the team about getting mapstraction. > > > > On Thu, Apr 30, 2009 at 6:01 AM, Rob <mapstraction at thegecko.org> wrote: > >> Hi All, > >> > >> a google code project is registered here: > >> > >> http://code.google.com/p/mxn > >> > >> It wouldn''t let me have ''mapstraction'' :/. Maybe someone already has it? > >> > >> I''ve hidden all tabs except issue tracking and setup Derek as an admin, > too. > >> > >> I need google account emails of any other admins. Andrew? > >> > >> Cheers, > >> > >> Rob > >> > >> 2009/4/29 Derek Fowler <dezfowler at gmail.com> > >>> > >>> Google would be fine with me - I think Rob registered mapstraction on > >>> there. > >>> > >>> I''d like to get some structure in the svn repository, have separate > >>> folders for source, tests, tools, examples etc. > >>> > >>> Also, if we don''t already, it''d be good to hook up some sort of > continuous > >>> integration to the repository. I know there''s some doc generation stuff > but > >>> I don''t know whether this is automated. I''d like to at least JSLint the > >>> source and rebuild the docs when anyone commits something, ideally I''d > like > >>> to get unit tests (possibly using TestSwarm [1]) running as well to > give us > >>> a heads up if something really isn''t working. > >>> > >>> [1] http://ejohn.org/blog/javascript-testing-does-not-scale > >>> > >>> Derek > >>> > >>> On Tue, Apr 28, 2009 at 4:29 PM, Andrew Turner < > andrew at highearthorbit.com> > >>> wrote: > >>>> > >>>> Thoughts on bug/ticket tracking? > >>>> > >>>> - Google Code (though some reason ''mapstraction'' is reserved?) > >>>> - Clean up trac (though I don''t like trac from an administrative > aspect) > >>>> -- http://mapstraction.com/trac > >>>> - Redmine (multi-project support, so can host Mapstraction, > >>>> ModestMaps, other projects) > >>>> > >>>> > >>>> > >>>> On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler <dezfowler at gmail.com> > >>>> wrote: > >>>> > Ok, I''ll add it to the list. > >>>> > > >>>> > Thanks, > >>>> > Derek > >>>> > > >>>> > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger < > fbuchinger at gmail.com> > >>>> > wrote: > >>>> >> > >>>> >> I just noticed that the mxn.Mapstraction.swap() method doesn''t > work, > >>>> >> because it wants to invoke the addAPI method in line 99. > >>>> >> > >>>> >> addAPI is currently missing in mxn.core.js and likely has to be > >>>> >> rewritten > >>>> >> to use the new Invoker for initializing a new map provider. > >>>> >> > >>>> >> regards, > >>>> >> > >>>> >> Franz > >>>> >> > >>>> >> > >>>> >> _______________________________________________ > >>>> >> Mapstraction mailing list > >>>> >> Mapstraction at lists.mapstraction.com > >>>> >> > >>>> >> > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >>>> >> > >>>> > > >>>> > > >>>> > > >>>> > -- > >>>> > Derek Fowler > >>>> > m. 07966 512 369 > >>>> > e. dezfowler at gmail.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 > >>> > >>> > >>> > >>> -- > >>> Derek Fowler > >>> m. 07966 512 369 > >>> e. dezfowler at gmail.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 > >> > >> > > >-- Derek Fowler m. 07966 512 369 e. dezfowler at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090429/90ca84cd/attachment.htm>
Awesome. Projects merged and mxn removed :) 2009/4/29 Derek Fowler <dezfowler at gmail.com>> Brilliant, thanks Pamela. > > > On Wed, Apr 29, 2009 at 10:17 PM, pamela fox <pammyla.fox at gmail.com>wrote: > >> They''re transferring ''mapstraction'' to you folks now. >> >> >> On Thu, Apr 30, 2009 at 6:58 AM, pamela fox <pammyla.fox at gmail.com> >> wrote: >> > I''ll ping the team about getting mapstraction. >> > >> > On Thu, Apr 30, 2009 at 6:01 AM, Rob <mapstraction at thegecko.org> wrote: >> >> Hi All, >> >> >> >> a google code project is registered here: >> >> >> >> http://code.google.com/p/mxn >> >> >> >> It wouldn''t let me have ''mapstraction'' :/. Maybe someone already has >> it? >> >> >> >> I''ve hidden all tabs except issue tracking and setup Derek as an admin, >> too. >> >> >> >> I need google account emails of any other admins. Andrew? >> >> >> >> Cheers, >> >> >> >> Rob >> >> >> >> 2009/4/29 Derek Fowler <dezfowler at gmail.com> >> >>> >> >>> Google would be fine with me - I think Rob registered mapstraction on >> >>> there. >> >>> >> >>> I''d like to get some structure in the svn repository, have separate >> >>> folders for source, tests, tools, examples etc. >> >>> >> >>> Also, if we don''t already, it''d be good to hook up some sort of >> continuous >> >>> integration to the repository. I know there''s some doc generation >> stuff but >> >>> I don''t know whether this is automated. I''d like to at least JSLint >> the >> >>> source and rebuild the docs when anyone commits something, ideally I''d >> like >> >>> to get unit tests (possibly using TestSwarm [1]) running as well to >> give us >> >>> a heads up if something really isn''t working. >> >>> >> >>> [1] http://ejohn.org/blog/javascript-testing-does-not-scale >> >>> >> >>> Derek >> >>> >> >>> On Tue, Apr 28, 2009 at 4:29 PM, Andrew Turner < >> andrew at highearthorbit.com> >> >>> wrote: >> >>>> >> >>>> Thoughts on bug/ticket tracking? >> >>>> >> >>>> - Google Code (though some reason ''mapstraction'' is reserved?) >> >>>> - Clean up trac (though I don''t like trac from an administrative >> aspect) >> >>>> -- http://mapstraction.com/trac >> >>>> - Redmine (multi-project support, so can host Mapstraction, >> >>>> ModestMaps, other projects) >> >>>> >> >>>> >> >>>> >> >>>> On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler <dezfowler at gmail.com> >> >>>> wrote: >> >>>> > Ok, I''ll add it to the list. >> >>>> > >> >>>> > Thanks, >> >>>> > Derek >> >>>> > >> >>>> > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger < >> fbuchinger at gmail.com> >> >>>> > wrote: >> >>>> >> >> >>>> >> I just noticed that the mxn.Mapstraction.swap() method doesn''t >> work, >> >>>> >> because it wants to invoke the addAPI method in line 99. >> >>>> >> >> >>>> >> addAPI is currently missing in mxn.core.js and likely has to be >> >>>> >> rewritten >> >>>> >> to use the new Invoker for initializing a new map provider. >> >>>> >> >> >>>> >> regards, >> >>>> >> >> >>>> >> Franz >> >>>> >> >> >>>> >> >> >>>> >> _______________________________________________ >> >>>> >> Mapstraction mailing list >> >>>> >> Mapstraction at lists.mapstraction.com >> >>>> >> >> >>>> >> >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> >>>> >> >> >>>> > >> >>>> > >> >>>> > >> >>>> > -- >> >>>> > Derek Fowler >> >>>> > m. 07966 512 369 >> >>>> > e. dezfowler at gmail.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 >> >>> >> >>> >> >>> >> >>> -- >> >>> Derek Fowler >> >>> m. 07966 512 369 >> >>> e. dezfowler at gmail.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 >> >> >> >> >> > >> > > > > -- > Derek Fowler > m. 07966 512 369 > e. dezfowler at gmail.com >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090429/0f79b745/attachment.htm>
Rob wrote:> Awesome. Projects merged and mxn removed :)Now that''s awesome progress! Thanks!> > 2009/4/29 Derek Fowler <dezfowler at gmail.com <mailto:dezfowler at gmail.com>> > > Brilliant, thanks Pamela. > > > On Wed, Apr 29, 2009 at 10:17 PM, pamela fox > <pammyla.fox at gmail.com <mailto:pammyla.fox at gmail.com>> wrote: > > They''re transferring ''mapstraction'' to you folks now. > > > On Thu, Apr 30, 2009 at 6:58 AM, pamela fox > <pammyla.fox at gmail.com <mailto:pammyla.fox at gmail.com>> wrote: > > I''ll ping the team about getting mapstraction. > > > > On Thu, Apr 30, 2009 at 6:01 AM, Rob > <mapstraction at thegecko.org <mailto:mapstraction at thegecko.org>> > wrote: > >> Hi All, > >> > >> a google code project is registered here: > >> > >> http://code.google.com/p/mxn > >> > >> It wouldn''t let me have ''mapstraction'' :/. Maybe someone > already has it? > >> > >> I''ve hidden all tabs except issue tracking and setup Derek > as an admin, too. > >> > >> I need google account emails of any other admins. Andrew? > >> > >> Cheers, > >> > >> Rob > >> > >> 2009/4/29 Derek Fowler <dezfowler at gmail.com > <mailto:dezfowler at gmail.com>> > >>> > >>> Google would be fine with me - I think Rob registered > mapstraction on > >>> there. > >>> > >>> I''d like to get some structure in the svn repository, have > separate > >>> folders for source, tests, tools, examples etc. > >>> > >>> Also, if we don''t already, it''d be good to hook up some > sort of continuous > >>> integration to the repository. I know there''s some doc > generation stuff but > >>> I don''t know whether this is automated. I''d like to at > least JSLint the > >>> source and rebuild the docs when anyone commits something, > ideally I''d like > >>> to get unit tests (possibly using TestSwarm [1]) running > as well to give us > >>> a heads up if something really isn''t working. > >>> > >>> [1] http://ejohn.org/blog/javascript-testing-does-not-scale > >>> > >>> Derek > >>> > >>> On Tue, Apr 28, 2009 at 4:29 PM, Andrew Turner > <andrew at highearthorbit.com <mailto:andrew at highearthorbit.com>> > >>> wrote: > >>>> > >>>> Thoughts on bug/ticket tracking? > >>>> > >>>> - Google Code (though some reason ''mapstraction'' is > reserved?) > >>>> - Clean up trac (though I don''t like trac from an > administrative aspect) > >>>> -- http://mapstraction.com/trac > >>>> - Redmine (multi-project support, so can host Mapstraction, > >>>> ModestMaps, other projects) > >>>> > >>>> > >>>> > >>>> On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler > <dezfowler at gmail.com <mailto:dezfowler at gmail.com>> > >>>> wrote: > >>>> > Ok, I''ll add it to the list. > >>>> > > >>>> > Thanks, > >>>> > Derek > >>>> > > >>>> > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger > <fbuchinger at gmail.com <mailto:fbuchinger at gmail.com>> > >>>> > wrote: > >>>> >> > >>>> >> I just noticed that the mxn.Mapstraction.swap() method > doesn''t work, > >>>> >> because it wants to invoke the addAPI method in line 99. > >>>> >> > >>>> >> addAPI is currently missing in mxn.core.js and likely > has to be > >>>> >> rewritten > >>>> >> to use the new Invoker for initializing a new map > provider. > >>>> >> > >>>> >> regards, > >>>> >> > >>>> >> Franz > >>>> >> > >>>> >> > >>>> >> _______________________________________________ > >>>> >> Mapstraction mailing list > >>>> >> Mapstraction at lists.mapstraction.com > <mailto:Mapstraction at lists.mapstraction.com> > >>>> >> > >>>> >> > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >>>> >> > >>>> > > >>>> > > >>>> > > >>>> > -- > >>>> > Derek Fowler > >>>> > m. 07966 512 369 > >>>> > e. dezfowler at gmail.com <mailto:dezfowler at gmail.com> > >>>> > > >>>> > _______________________________________________ > >>>> > Mapstraction mailing list > >>>> > Mapstraction at lists.mapstraction.com > <mailto:Mapstraction at lists.mapstraction.com> > >>>> > > >>>> > > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >>>> > > >>>> > > >>>> > >>>> > >>>> > >>>> -- > >>>> Andrew Turner > >>>> mobile: 248.982.3609 > >>>> andrew at fortiusone.com <mailto:andrew at fortiusone.com> > >>>> http://highearthorbit.com > >>>> > >>>> http://geocommons.com Helping build the > Geospatial Web > >>>> Introduction to Neogeography - > http://oreilly.com/catalog/neogeography > >>> > >>> > >>> > >>> -- > >>> Derek Fowler > >>> m. 07966 512 369 > >>> e. dezfowler at gmail.com <mailto:dezfowler at gmail.com> > >>> > >>> _______________________________________________ > >>> Mapstraction mailing list > >>> Mapstraction at lists.mapstraction.com > <mailto:Mapstraction at lists.mapstraction.com> > >>> > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >>> > >> > >> > >> _______________________________________________ > >> Mapstraction mailing list > >> Mapstraction at lists.mapstraction.com > <mailto:Mapstraction at lists.mapstraction.com> > >> > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >> > >> > > > > > > > -- > Derek Fowler > m. 07966 512 369 > e. dezfowler at gmail.com <mailto:dezfowler at gmail.com> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >-- Andrew Turner m: 248.982.3609 e: andrew at highearthorbit.com t: @ajturner b: http://highearthorbit.com w: http://geocommons.com Introduction to Neogeography - http://oreilly.com/catalog/neogeography -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090429/3da4e47e/attachment-0001.htm>
When I try to access the google code page, I get a 403 forbidden. Is this the intended behaviour? If so, when will there be public access to the code repository again? Franz 2009/4/30 Andrew Turner <ajturner at gmail.com>> Rob wrote: > > Awesome. Projects merged and mxn removed :) > > > Now that''s awesome progress! Thanks! > > > > 2009/4/29 Derek Fowler <dezfowler at gmail.com> > >> Brilliant, thanks Pamela. >> >> On Wed, Apr 29, 2009 at 10:17 PM, pamela fox <pammyla.fox at gmail.com>wrote: >> >>> They''re transferring ''mapstraction'' to you folks now. >>> >>> >>> On Thu, Apr 30, 2009 at 6:58 AM, pamela fox <pammyla.fox at gmail.com> >>> wrote: >>> > I''ll ping the team about getting mapstraction. >>> > >>> > On Thu, Apr 30, 2009 at 6:01 AM, Rob <mapstraction at thegecko.org> >>> wrote: >>> >> Hi All, >>> >> >>> >> a google code project is registered here: >>> >> >>> >> http://code.google.com/p/mxn >>> >> >>> >> It wouldn''t let me have ''mapstraction'' :/. Maybe someone already has >>> it? >>> >> >>> >> I''ve hidden all tabs except issue tracking and setup Derek as an >>> admin, too. >>> >> >>> >> I need google account emails of any other admins. Andrew? >>> >> >>> >> Cheers, >>> >> >>> >> Rob >>> >> >>> >> 2009/4/29 Derek Fowler <dezfowler at gmail.com> >>> >>> >>> >>> Google would be fine with me - I think Rob registered mapstraction on >>> >>> there. >>> >>> >>> >>> I''d like to get some structure in the svn repository, have separate >>> >>> folders for source, tests, tools, examples etc. >>> >>> >>> >>> Also, if we don''t already, it''d be good to hook up some sort of >>> continuous >>> >>> integration to the repository. I know there''s some doc generation >>> stuff but >>> >>> I don''t know whether this is automated. I''d like to at least JSLint >>> the >>> >>> source and rebuild the docs when anyone commits something, ideally >>> I''d like >>> >>> to get unit tests (possibly using TestSwarm [1]) running as well to >>> give us >>> >>> a heads up if something really isn''t working. >>> >>> >>> >>> [1] http://ejohn.org/blog/javascript-testing-does-not-scale >>> >>> >>> >>> Derek >>> >>> >>> >>> On Tue, Apr 28, 2009 at 4:29 PM, Andrew Turner < >>> andrew at highearthorbit.com> >>> >>> wrote: >>> >>>> >>> >>>> Thoughts on bug/ticket tracking? >>> >>>> >>> >>>> - Google Code (though some reason ''mapstraction'' is reserved?) >>> >>>> - Clean up trac (though I don''t like trac from an administrative >>> aspect) >>> >>>> -- http://mapstraction.com/trac >>> >>>> - Redmine (multi-project support, so can host Mapstraction, >>> >>>> ModestMaps, other projects) >>> >>>> >>> >>>> >>> >>>> >>> >>>> On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler <dezfowler at gmail.com> >>> >>>> wrote: >>> >>>> > Ok, I''ll add it to the list. >>> >>>> > >>> >>>> > Thanks, >>> >>>> > Derek >>> >>>> > >>> >>>> > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger < >>> fbuchinger at gmail.com> >>> >>>> > wrote: >>> >>>> >> >>> >>>> >> I just noticed that the mxn.Mapstraction.swap() method doesn''t >>> work, >>> >>>> >> because it wants to invoke the addAPI method in line 99. >>> >>>> >> >>> >>>> >> addAPI is currently missing in mxn.core.js and likely has to be >>> >>>> >> rewritten >>> >>>> >> to use the new Invoker for initializing a new map provider. >>> >>>> >> >>> >>>> >> regards, >>> >>>> >> >>> >>>> >> Franz >>> >>>> >> >>> >>>> >> >>> >>>> >> _______________________________________________ >>> >>>> >> Mapstraction mailing list >>> >>>> >> Mapstraction at lists.mapstraction.com >>> >>>> >> >>> >>>> >> >>> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >>> >>>> >> >>> >>>> > >>> >>>> > >>> >>>> > >>> >>>> > -- >>> >>>> > Derek Fowler >>> >>>> > m. 07966 512 369 >>> >>>> > e. dezfowler at gmail.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 >>> >>> >>> >>> >>> >>> >>> >>> -- >>> >>> Derek Fowler >>> >>> m. 07966 512 369 >>> >>> e. dezfowler at gmail.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 >>> >> >>> >> >>> > >>> >> >> >> >> -- >> Derek Fowler >> m. 07966 512 369 >> e. dezfowler at gmail.com >> > > ------------------------------ > > _______________________________________________ > Mapstraction mailing listMapstraction at lists.mapstraction.comhttp://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > > > > -- > Andrew Turner > m: 248.982.3609 e: andrew at highearthorbit.com t: @ajturner > b: http://highearthorbit.com w: http://geocommons.com > Introduction to Neogeography - http://oreilly.com/catalog/neogeography > > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090430/457140e1/attachment.htm>
I''ve added you as a project member, can you see it now? http://code.google.com/p/mapstraction 2009/4/30 Franz Buchinger <fbuchinger at gmail.com>> When I try to access the google code page, I get a 403 forbidden. > > Is this the intended behaviour? If so, when will there be public access to > the code repository again? > > Franz > > 2009/4/30 Andrew Turner <ajturner at gmail.com> > > Rob wrote: >> >> Awesome. Projects merged and mxn removed :) >> >> >> Now that''s awesome progress! Thanks! >> >> >> >> 2009/4/29 Derek Fowler <dezfowler at gmail.com> >> >>> Brilliant, thanks Pamela. >>> >>> On Wed, Apr 29, 2009 at 10:17 PM, pamela fox <pammyla.fox at gmail.com>wrote: >>> >>>> They''re transferring ''mapstraction'' to you folks now. >>>> >>>> >>>> On Thu, Apr 30, 2009 at 6:58 AM, pamela fox <pammyla.fox at gmail.com> >>>> wrote: >>>> > I''ll ping the team about getting mapstraction. >>>> > >>>> > On Thu, Apr 30, 2009 at 6:01 AM, Rob <mapstraction at thegecko.org> >>>> wrote: >>>> >> Hi All, >>>> >> >>>> >> a google code project is registered here: >>>> >> >>>> >> http://code.google.com/p/mxn >>>> >> >>>> >> It wouldn''t let me have ''mapstraction'' :/. Maybe someone already has >>>> it? >>>> >> >>>> >> I''ve hidden all tabs except issue tracking and setup Derek as an >>>> admin, too. >>>> >> >>>> >> I need google account emails of any other admins. Andrew? >>>> >> >>>> >> Cheers, >>>> >> >>>> >> Rob >>>> >> >>>> >> 2009/4/29 Derek Fowler <dezfowler at gmail.com> >>>> >>> >>>> >>> Google would be fine with me - I think Rob registered mapstraction >>>> on >>>> >>> there. >>>> >>> >>>> >>> I''d like to get some structure in the svn repository, have separate >>>> >>> folders for source, tests, tools, examples etc. >>>> >>> >>>> >>> Also, if we don''t already, it''d be good to hook up some sort of >>>> continuous >>>> >>> integration to the repository. I know there''s some doc generation >>>> stuff but >>>> >>> I don''t know whether this is automated. I''d like to at least JSLint >>>> the >>>> >>> source and rebuild the docs when anyone commits something, ideally >>>> I''d like >>>> >>> to get unit tests (possibly using TestSwarm [1]) running as well to >>>> give us >>>> >>> a heads up if something really isn''t working. >>>> >>> >>>> >>> [1] http://ejohn.org/blog/javascript-testing-does-not-scale >>>> >>> >>>> >>> Derek >>>> >>> >>>> >>> On Tue, Apr 28, 2009 at 4:29 PM, Andrew Turner < >>>> andrew at highearthorbit.com> >>>> >>> wrote: >>>> >>>> >>>> >>>> Thoughts on bug/ticket tracking? >>>> >>>> >>>> >>>> - Google Code (though some reason ''mapstraction'' is reserved?) >>>> >>>> - Clean up trac (though I don''t like trac from an administrative >>>> aspect) >>>> >>>> -- http://mapstraction.com/trac >>>> >>>> - Redmine (multi-project support, so can host Mapstraction, >>>> >>>> ModestMaps, other projects) >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> On Tue, Apr 28, 2009 at 5:06 AM, Derek Fowler <dezfowler at gmail.com >>>> > >>>> >>>> wrote: >>>> >>>> > Ok, I''ll add it to the list. >>>> >>>> > >>>> >>>> > Thanks, >>>> >>>> > Derek >>>> >>>> > >>>> >>>> > On Mon, Apr 27, 2009 at 2:43 PM, Franz Buchinger < >>>> fbuchinger at gmail.com> >>>> >>>> > wrote: >>>> >>>> >> >>>> >>>> >> I just noticed that the mxn.Mapstraction.swap() method doesn''t >>>> work, >>>> >>>> >> because it wants to invoke the addAPI method in line 99. >>>> >>>> >> >>>> >>>> >> addAPI is currently missing in mxn.core.js and likely has to be >>>> >>>> >> rewritten >>>> >>>> >> to use the new Invoker for initializing a new map provider. >>>> >>>> >> >>>> >>>> >> regards, >>>> >>>> >> >>>> >>>> >> Franz >>>> >>>> >> >>>> >>>> >> >>>> >>>> >> _______________________________________________ >>>> >>>> >> Mapstraction mailing list >>>> >>>> >> Mapstraction at lists.mapstraction.com >>>> >>>> >> >>>> >>>> >> >>>> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >>>> >>>> >> >>>> >>>> > >>>> >>>> > >>>> >>>> > >>>> >>>> > -- >>>> >>>> > Derek Fowler >>>> >>>> > m. 07966 512 369 >>>> >>>> > e. dezfowler at gmail.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 >>>> >>> >>>> >>> >>>> >>> >>>> >>> -- >>>> >>> Derek Fowler >>>> >>> m. 07966 512 369 >>>> >>> e. dezfowler at gmail.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 >>>> >> >>>> >> >>>> > >>>> >>> >>> >>> >>> -- >>> Derek Fowler >>> m. 07966 512 369 >>> e. dezfowler at gmail.com >>> >> >> ------------------------------ >> >> _______________________________________________ >> Mapstraction mailing listMapstraction at lists.mapstraction.comhttp://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> >> >> >> -- >> Andrew Turner >> m: 248.982.3609 e: andrew at highearthorbit.com t: @ajturner >> b: http://highearthorbit.com w: http://geocommons.com >> Introduction to Neogeography - http://oreilly.com/catalog/neogeography >> >> >> _______________________________________________ >> Mapstraction mailing list >> Mapstraction at lists.mapstraction.com >> http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >> >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090430/8ef3713a/attachment-0001.htm>
?I committed some stuff last night but the "Source" tab seems to be hidden now, is that intentional -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090430/3aedccbc/attachment.htm>
I hid it as I thought we were only using google for issue tracking and keeping the svn Andrew put up at mapstraction.com. Don''t mind either way, although CI may be difficult on google? 2009/4/30 Derek Fowler <dezfowler at gmail.com>> ?I committed some stuff last night but the "Source" tab seems to be hidden > now, is that intentional >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090501/75305e3a/attachment.htm>
Although of course it may be better having the source next to the issue system depending on google code functionality between the two? 2009/5/1 Rob <mapstraction at thegecko.org>> I hid it as I thought we were only using google for issue tracking and > keeping the svn Andrew put up at mapstraction.com. > > Don''t mind either way, although CI may be difficult on google? > > 2009/4/30 Derek Fowler <dezfowler at gmail.com> > >> ?I committed some stuff last night but the "Source" tab seems to be hidden >> now, is that intentional >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090501/afe9df7c/attachment.htm>
There''s some nice integration - you can say "Fixed in r67" and it''ll auto-link to that revision, and then you can say "Fixes Issue 67" and it''ll auto-link to that issue - little things like that. I''d say put everything there, but I''m fairly biased. There''s also a few other features - wiki, downloads - that you can take advantage of. On Fri, May 1, 2009 at 8:43 PM, Rob <mapstraction at thegecko.org> wrote:> Although of course it may be better having the source next to the issue > system depending on google code functionality between the two? > > 2009/5/1 Rob <mapstraction at thegecko.org> >> >> I hid it as I thought we were only using google for issue tracking and >> keeping the svn Andrew put up at mapstraction.com. >> >> Don''t mind either way, although CI may be difficult on google? >> >> 2009/4/30 Derek Fowler <dezfowler at gmail.com> >>> >>> ?I committed some stuff last night but the "Source" tab seems to be >>> hidden now, is that intentional > >
I tend to agree, what does everyone else think? Derek, would CI be possible on there? Rob 2009/5/2 pamela fox <pammyla.fox at gmail.com>> There''s some nice integration - you can say "Fixed in r67" and it''ll > auto-link to that revision, and then you can say "Fixes Issue 67" and > it''ll auto-link to that issue - little things like that. I''d say put > everything there, but I''m fairly biased. > > There''s also a few other features - wiki, downloads - that you can > take advantage of. > > > On Fri, May 1, 2009 at 8:43 PM, Rob <mapstraction at thegecko.org> wrote: > > Although of course it may be better having the source next to the issue > > system depending on google code functionality between the two? > > > > 2009/5/1 Rob <mapstraction at thegecko.org> > >> > >> I hid it as I thought we were only using google for issue tracking and > >> keeping the svn Andrew put up at mapstraction.com. > >> > >> Don''t mind either way, although CI may be difficult on google? > >> > >> 2009/4/30 Derek Fowler <dezfowler at gmail.com> > >>> > >>> ?I committed some stuff last night but the "Source" tab seems to be > >>> hidden now, is that intentional > > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090502/b737d11d/attachment.htm>
Yeah, you''d host the CI server elsewhere but there''s a URL you enter which is hit on every commit. Just have a simple script to do an SVN Update and run a build, it could e-mail the list if the build fails. On Sat, May 2, 2009 at 10:43 AM, Rob <mapstraction at thegecko.org> wrote:> I tend to agree, > > what does everyone else think? > > Derek, would CI be possible on there? > > Rob > > 2009/5/2 pamela fox <pammyla.fox at gmail.com> > > There''s some nice integration - you can say "Fixed in r67" and it''ll >> auto-link to that revision, and then you can say "Fixes Issue 67" and >> it''ll auto-link to that issue - little things like that. I''d say put >> everything there, but I''m fairly biased. >> >> There''s also a few other features - wiki, downloads - that you can >> take advantage of. >> >> >> On Fri, May 1, 2009 at 8:43 PM, Rob <mapstraction at thegecko.org> wrote: >> > Although of course it may be better having the source next to the issue >> > system depending on google code functionality between the two? >> > >> > 2009/5/1 Rob <mapstraction at thegecko.org> >> >> >> >> I hid it as I thought we were only using google for issue tracking and >> >> keeping the svn Andrew put up at mapstraction.com. >> >> >> >> Don''t mind either way, although CI may be difficult on google? >> >> >> >> 2009/4/30 Derek Fowler <dezfowler at gmail.com> >> >>> >> >>> ?I committed some stuff last night but the "Source" tab seems to be >> >>> hidden now, is that intentional >> > >> > >> > >-- Derek Fowler m. 07966 512 369 e. dezfowler at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090502/f72289db/attachment.htm>
Sounds great. I vote for moving the source to google too, then :) 2009/5/2 Derek Fowler <dezfowler at gmail.com>> Yeah, you''d host the CI server elsewhere but there''s a URL you enter which > is hit on every commit. Just have a simple script to do an SVN Update and > run a build, it could e-mail the list if the build fails. > > > On Sat, May 2, 2009 at 10:43 AM, Rob <mapstraction at thegecko.org> wrote: > >> I tend to agree, >> >> what does everyone else think? >> >> Derek, would CI be possible on there? >> >> Rob >> >> 2009/5/2 pamela fox <pammyla.fox at gmail.com> >> >> There''s some nice integration - you can say "Fixed in r67" and it''ll >>> auto-link to that revision, and then you can say "Fixes Issue 67" and >>> it''ll auto-link to that issue - little things like that. I''d say put >>> everything there, but I''m fairly biased. >>> >>> There''s also a few other features - wiki, downloads - that you can >>> take advantage of. >>> >>> >>> On Fri, May 1, 2009 at 8:43 PM, Rob <mapstraction at thegecko.org> wrote: >>> > Although of course it may be better having the source next to the issue >>> > system depending on google code functionality between the two? >>> > >>> > 2009/5/1 Rob <mapstraction at thegecko.org> >>> >> >>> >> I hid it as I thought we were only using google for issue tracking and >>> >> keeping the svn Andrew put up at mapstraction.com. >>> >> >>> >> Don''t mind either way, although CI may be difficult on google? >>> >> >>> >> 2009/4/30 Derek Fowler <dezfowler at gmail.com> >>> >>> >>> >>> ?I committed some stuff last night but the "Source" tab seems to be >>> >>> hidden now, is that intentional >>> > >>> > >>> >> >> > > > -- > Derek Fowler > m. 07966 512 369 > e. dezfowler at gmail.com >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20090502/c6207bc8/attachment-0001.htm>