You''re right, it''s not working. Seems to potentially be a conflict between some of the providers'' JS libs? will need to investigate more. Thanks for pointing this out, and any suggestions are welcome. :) On Tue, Aug 12, 2008 at 3:41 AM, Andrew Scott <andy.scott12 at gmail.com> wrote:> Hi, > > http://www.mapstraction.com/demo-fullscreen.html > > Doesn''t work in IE7 or Firefox. Only map that loads in Yahoo! - rest DO NOT. > > i.e. the maps dont actually load and there is a error on the page: > > Webpage Script Errors > User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET > CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR > 3.5.21022) > Timestamp: Tue, 12 Aug 2008 07:39:42 UTC > 0. > Message: ''this.layers[...].map'' is null or not an object > Line: 914 > Char: 30 > Code: 0 > URI: http://www.mapstraction.com/demo-fullscreen.html > > Thanks, > > Andy >-- Andrew Turner mobile: 248.982.3609 andrew at mapufacture.com http://highearthorbit.com http://mapufacture.com Helping build the Geospatial Web Introduction to Neogeography - http://oreilly.com/catalog/neogeography
Have Multimap goosed their API? It wouldn''t be the first time. On Wed, Aug 13, 2008 at 12:34 AM, Andrew Turner <ajturner at highearthorbit.com> wrote:> You''re right, it''s not working. Seems to potentially be a conflict > between some of the providers'' JS libs? > > will need to investigate more. Thanks for pointing this out, and any > suggestions are welcome. :) > > > On Tue, Aug 12, 2008 at 3:41 AM, Andrew Scott <andy.scott12 at gmail.com> > wrote: > > Hi, > > > > http://www.mapstraction.com/demo-fullscreen.html > > > > Doesn''t work in IE7 or Firefox. Only map that loads in Yahoo! - rest DO > NOT. > > > > i.e. the maps dont actually load and there is a error on the page: > > > > Webpage Script Errors > > User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; > .NET > > CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET > CLR > > 3.5.21022) > > Timestamp: Tue, 12 Aug 2008 07:39:42 UTC > > 0. > > Message: ''this.layers[...].map'' is null or not an object > > Line: 914 > > Char: 30 > > Code: 0 > > URI: http://www.mapstraction.com/demo-fullscreen.html > > > > Thanks, > > > > Andy > > > > > > -- > Andrew Turner > mobile: 248.982.3609 > andrew at mapufacture.com > http://highearthorbit.com > > http://mapufacture.com Helping build the Geospatial Web > 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/20080813/02b684bf/attachment.htm>
Yeah, For me, other stuff is also not working: Under provider specific examples the "show, remove all, remove blue polylines" dont work. Also, under "microsoft" maps in IE7 *Webpage Script Errors User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 3.5.21022) Timestamp: Wed, 13 Aug 2008 00:11:11 UTC 0. Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0 URI: http://www.mapstraction.com/demo.php?map=microsoft* Andy On Wed, Aug 13, 2008 at 9:56 AM, Derek Fowler <dezfowler at gmail.com> wrote:> Have Multimap goosed their API? It wouldn''t be the first time. > > On Wed, Aug 13, 2008 at 12:34 AM, Andrew Turner < > ajturner at highearthorbit.com> wrote: > >> You''re right, it''s not working. Seems to potentially be a conflict >> between some of the providers'' JS libs? >> >> will need to investigate more. Thanks for pointing this out, and any >> suggestions are welcome. :) >> >> >> On Tue, Aug 12, 2008 at 3:41 AM, Andrew Scott <andy.scott12 at gmail.com> >> wrote: >> > Hi, >> > >> > http://www.mapstraction.com/demo-fullscreen.html >> > >> > Doesn''t work in IE7 or Firefox. Only map that loads in Yahoo! - rest DO >> NOT. >> > >> > i.e. the maps dont actually load and there is a error on the page: >> > >> > Webpage Script Errors >> > User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; >> .NET >> > CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET >> CLR >> > 3.5.21022) >> > Timestamp: Tue, 12 Aug 2008 07:39:42 UTC >> > 0. >> > Message: ''this.layers[...].map'' is null or not an object >> > Line: 914 >> > Char: 30 >> > Code: 0 >> > URI: http://www.mapstraction.com/demo-fullscreen.html >> > >> > Thanks, >> > >> > Andy >> > >> >> >> >> -- >> Andrew Turner >> mobile: 248.982.3609 >> andrew at mapufacture.com >> http://highearthorbit.com >> >> http://mapufacture.com Helping build the Geospatial Web >> 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 >> > >-- Thanks, Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20080813/2609cd69/attachment.htm>
I don''t remember making a habit of "goosing" our API while I was working at Multimap. It looks like it''s the Mapquest API interfering with things. I''ve tried removing it and that seems to help, I tried moving its inclusion to somewhere else but I think it''s dynamically creating a script tag that always loads after the other APIs, and it''s that which screws the Multimap API. (Though my firebug has decided to start playing up so can''t be completely sure). John Derek Fowler wrote:> Have Multimap goosed their API? It wouldn''t be the first time. > > On Wed, Aug 13, 2008 at 12:34 AM, Andrew Turner > <ajturner at highearthorbit.com <mailto:ajturner at highearthorbit.com>> wrote: > > You''re right, it''s not working. Seems to potentially be a conflict > between some of the providers'' JS libs? > > will need to investigate more. Thanks for pointing this out, and any > suggestions are welcome. :) > > > On Tue, Aug 12, 2008 at 3:41 AM, Andrew Scott > <andy.scott12 at gmail.com <mailto:andy.scott12 at gmail.com>> wrote: > > Hi, > > > > http://www.mapstraction.com/demo-fullscreen.html > > > > Doesn''t work in IE7 or Firefox. Only map that loads in Yahoo! - > rest DO NOT. > > > > i.e. the maps dont actually load and there is a error on the page: > > > > Webpage Script Errors > > User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; > SLCC1; .NET > > CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; > InfoPath.2; .NET CLR > > 3.5.21022) > > Timestamp: Tue, 12 Aug 2008 07:39:42 UTC > > 0. > > Message: ''this.layers[...].map'' is null or not an object > > Line: 914 > > Char: 30 > > Code: 0 > > URI: http://www.mapstraction.com/demo-fullscreen.html > > > > Thanks, > > > > Andy > > > > > > -- > Andrew Turner > mobile: 248.982.3609 > andrew at mapufacture.com <mailto:andrew at mapufacture.com> > http://highearthorbit.com > > http://mapufacture.com Helping build the Geospatial Web > Introduction to Neogeography - http://oreilly.com/catalog/neogeography > _______________________________________________ > 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 > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com >
Sorry John, I think I was actually working with some beta of the Virtual Earth integration at the time so I withdraw the remark and make a mental note not to shoot my mouth off as a load of bollocks invariably comes out. Derek On Wed, Aug 13, 2008 at 9:06 AM, John McKerrell <john at mckerrell.net> wrote:> I don''t remember making a habit of "goosing" our API while I was working at > Multimap. It looks like it''s the Mapquest API interfering with things. I''ve > tried removing it and that seems to help, I tried moving its inclusion to > somewhere else but I think it''s dynamically creating a script tag that > always loads after the other APIs, and it''s that which screws the Multimap > API. (Though my firebug has decided to start playing up so can''t be > completely sure). > > John > > Derek Fowler wrote: > >> Have Multimap goosed their API? It wouldn''t be the first time. >> >> On Wed, Aug 13, 2008 at 12:34 AM, Andrew Turner < >> ajturner at highearthorbit.com <mailto:ajturner at highearthorbit.com>> wrote: >> >> You''re right, it''s not working. Seems to potentially be a conflict >> between some of the providers'' JS libs? >> >> will need to investigate more. Thanks for pointing this out, and any >> suggestions are welcome. :) >> >> >> On Tue, Aug 12, 2008 at 3:41 AM, Andrew Scott >> <andy.scott12 at gmail.com <mailto:andy.scott12 at gmail.com>> wrote: >> > Hi, >> > >> > http://www.mapstraction.com/demo-fullscreen.html >> > >> > Doesn''t work in IE7 or Firefox. Only map that loads in Yahoo! - >> rest DO NOT. >> > >> > i.e. the maps dont actually load and there is a error on the page: >> > >> > Webpage Script Errors >> > User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; >> SLCC1; .NET >> > CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; >> InfoPath.2; .NET CLR >> > 3.5.21022) >> > Timestamp: Tue, 12 Aug 2008 07:39:42 UTC >> > 0. >> > Message: ''this.layers[...].map'' is null or not an object >> > Line: 914 >> > Char: 30 >> > Code: 0 >> > URI: http://www.mapstraction.com/demo-fullscreen.html >> > >> > Thanks, >> > >> > Andy >> > >> >> >> >> -- >> Andrew Turner >> mobile: 248.982.3609 >> andrew at mapufacture.com <mailto:andrew at mapufacture.com> >> http://highearthorbit.com >> >> http://mapufacture.com Helping build the Geospatial Web >> Introduction to Neogeography - http://oreilly.com/catalog/neogeography >> _______________________________________________ >> 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 >> 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/20080813/c2a188ea/attachment-0001.htm>
Don''t worry, I know how it is when it feels like your libraries are working against you, and the VE integration was done four times in three different ways so if you were using a beta of that it''s quite possible you came across problems. John Derek Fowler wrote:> Sorry John, I think I was actually working with some beta of the > Virtual Earth integration at the time so I withdraw the remark and > make a mental note not to shoot my mouth off as a load of bollocks > invariably comes out. > > Derek > > On Wed, Aug 13, 2008 at 9:06 AM, John McKerrell <john at mckerrell.net > <mailto:john at mckerrell.net>> wrote: > > I don''t remember making a habit of "goosing" our API while I was > working at Multimap. It looks like it''s the Mapquest API > interfering with things. I''ve tried removing it and that seems to > help, I tried moving its inclusion to somewhere else but I think > it''s dynamically creating a script tag that always loads after the > other APIs, and it''s that which screws the Multimap API. (Though > my firebug has decided to start playing up so can''t be completely > sure). > > John > > Derek Fowler wrote: > > Have Multimap goosed their API? It wouldn''t be the first time. > > On Wed, Aug 13, 2008 at 12:34 AM, Andrew Turner > <ajturner at highearthorbit.com > <mailto:ajturner at highearthorbit.com> > <mailto:ajturner at highearthorbit.com > <mailto:ajturner at highearthorbit.com>>> wrote: > > You''re right, it''s not working. Seems to potentially be a > conflict > between some of the providers'' JS libs? > > will need to investigate more. Thanks for pointing this > out, and any > suggestions are welcome. :) > > > On Tue, Aug 12, 2008 at 3:41 AM, Andrew Scott > <andy.scott12 at gmail.com <mailto:andy.scott12 at gmail.com> > <mailto:andy.scott12 at gmail.com > <mailto:andy.scott12 at gmail.com>>> wrote: > > Hi, > > > > http://www.mapstraction.com/demo-fullscreen.html > > > > Doesn''t work in IE7 or Firefox. Only map that loads in > Yahoo! - > rest DO NOT. > > > > i.e. the maps dont actually load and there is a error on > the page: > > > > Webpage Script Errors > > User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT > 6.0; > SLCC1; .NET > > CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; > InfoPath.2; .NET CLR > > 3.5.21022) > > Timestamp: Tue, 12 Aug 2008 07:39:42 UTC > > 0. > > Message: ''this.layers[...].map'' is null or not an object > > Line: 914 > > Char: 30 > > Code: 0 > > URI: http://www.mapstraction.com/demo-fullscreen.html > > > > Thanks, > > > > Andy > > > > > > -- > Andrew Turner > mobile: 248.982.3609 > andrew at mapufacture.com <mailto:andrew at mapufacture.com> > <mailto:andrew at mapufacture.com <mailto:andrew at mapufacture.com>> > > http://highearthorbit.com > > http://mapufacture.com Helping build the > Geospatial Web > Introduction to Neogeography - > http://oreilly.com/catalog/neogeography > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > <mailto:Mapstraction at lists.mapstraction.com> > <mailto: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 > > > >
Hi Guys, I love a conversation as much as the next person, please don''t get me wrong ..... but is this going to be fixed or ? :) Love your work. Andy On Thu, Aug 14, 2008 at 5:41 PM, John McKerrell <john at mckerrell.net> wrote:> Don''t worry, I know how it is when it feels like your libraries are working > against you, and the VE integration was done four times in three different > ways so if you were using a beta of that it''s quite possible you came across > problems. > > John > > Derek Fowler wrote: > >> Sorry John, I think I was actually working with some beta of the Virtual >> Earth integration at the time so I withdraw the remark and make a mental >> note not to shoot my mouth off as a load of bollocks invariably comes out. >> >> Derek >> >> On Wed, Aug 13, 2008 at 9:06 AM, John McKerrell <john at mckerrell.net<mailto: >> john at mckerrell.net>> wrote: >> >> I don''t remember making a habit of "goosing" our API while I was >> working at Multimap. It looks like it''s the Mapquest API >> interfering with things. I''ve tried removing it and that seems to >> help, I tried moving its inclusion to somewhere else but I think >> it''s dynamically creating a script tag that always loads after the >> other APIs, and it''s that which screws the Multimap API. (Though >> my firebug has decided to start playing up so can''t be completely >> sure). >> >> John >> >> Derek Fowler wrote: >> >> Have Multimap goosed their API? It wouldn''t be the first time. >> >> On Wed, Aug 13, 2008 at 12:34 AM, Andrew Turner >> <ajturner at highearthorbit.com >> <mailto:ajturner at highearthorbit.com> >> <mailto:ajturner at highearthorbit.com >> >> <mailto:ajturner at highearthorbit.com>>> wrote: >> >> You''re right, it''s not working. Seems to potentially be a >> conflict >> between some of the providers'' JS libs? >> >> will need to investigate more. Thanks for pointing this >> out, and any >> suggestions are welcome. :) >> >> >> On Tue, Aug 12, 2008 at 3:41 AM, Andrew Scott >> <andy.scott12 at gmail.com <mailto:andy.scott12 at gmail.com> >> <mailto:andy.scott12 at gmail.com >> <mailto:andy.scott12 at gmail.com>>> wrote: >> > Hi, >> > >> > http://www.mapstraction.com/demo-fullscreen.html >> > >> > Doesn''t work in IE7 or Firefox. Only map that loads in >> Yahoo! - >> rest DO NOT. >> > >> > i.e. the maps dont actually load and there is a error on >> the page: >> > >> > Webpage Script Errors >> > User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT >> 6.0; >> SLCC1; .NET >> > CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; >> InfoPath.2; .NET CLR >> > 3.5.21022) >> > Timestamp: Tue, 12 Aug 2008 07:39:42 UTC >> > 0. >> > Message: ''this.layers[...].map'' is null or not an object >> > Line: 914 >> > Char: 30 >> > Code: 0 >> > URI: http://www.mapstraction.com/demo-fullscreen.html >> > >> > Thanks, >> > >> > Andy >> > >> >> >> >> -- >> Andrew Turner >> mobile: 248.982.3609 >> andrew at mapufacture.com <mailto:andrew at mapufacture.com> >> <mailto:andrew at mapufacture.com <mailto:andrew at mapufacture.com>> >> >> http://highearthorbit.com >> >> http://mapufacture.com Helping build the >> Geospatial Web >> Introduction to Neogeography - >> http://oreilly.com/catalog/neogeography >> _______________________________________________ >> Mapstraction mailing list >> Mapstraction at lists.mapstraction.com >> <mailto:Mapstraction at lists.mapstraction.com> >> <mailto: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 >> >> >> >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20080814/99e66da0/attachment-0001.htm>
I think one potential problem here is that the MapQuest API include isn''t fixed to a version number. That''s the first problem and leaves Mapstraction demos open to bugs in bleeding edge libraries. I just fixed MQ to 5.2.0 and seems to be working except GMap tiles don''t load in and MQ div isn''t fullscreen. On Thu, Aug 14, 2008 at 3:41 AM, John McKerrell <john at mckerrell.net> wrote:> Don''t worry, I know how it is when it feels like your libraries are working > against you, and the VE integration was done four times in three different > ways so if you were using a beta of that it''s quite possible you came across > problems. > > John > > Derek Fowler wrote: >> >> Sorry John, I think I was actually working with some beta of the Virtual >> Earth integration at the time so I withdraw the remark and make a mental >> note not to shoot my mouth off as a load of bollocks invariably comes out. >> >> Derek >> >> On Wed, Aug 13, 2008 at 9:06 AM, John McKerrell <john at mckerrell.net >> <mailto:john at mckerrell.net>> wrote: >> >> I don''t remember making a habit of "goosing" our API while I was >> working at Multimap. It looks like it''s the Mapquest API >> interfering with things. I''ve tried removing it and that seems to >> help, I tried moving its inclusion to somewhere else but I think >> it''s dynamically creating a script tag that always loads after the >> other APIs, and it''s that which screws the Multimap API. (Though >> my firebug has decided to start playing up so can''t be completely >> sure). >> >> John >> >> Derek Fowler wrote: >> >> Have Multimap goosed their API? It wouldn''t be the first time. >> >> On Wed, Aug 13, 2008 at 12:34 AM, Andrew Turner >> <ajturner at highearthorbit.com >> <mailto:ajturner at highearthorbit.com> >> <mailto:ajturner at highearthorbit.com >> <mailto:ajturner at highearthorbit.com>>> wrote: >> >> You''re right, it''s not working. Seems to potentially be a >> conflict >> between some of the providers'' JS libs? >> >> will need to investigate more. Thanks for pointing this >> out, and any >> suggestions are welcome. :) >> >> >> On Tue, Aug 12, 2008 at 3:41 AM, Andrew Scott >> <andy.scott12 at gmail.com <mailto:andy.scott12 at gmail.com> >> <mailto:andy.scott12 at gmail.com >> <mailto:andy.scott12 at gmail.com>>> wrote: >> > Hi, >> > >> > http://www.mapstraction.com/demo-fullscreen.html >> > >> > Doesn''t work in IE7 or Firefox. Only map that loads in >> Yahoo! - >> rest DO NOT. >> > >> > i.e. the maps dont actually load and there is a error on >> the page: >> > >> > Webpage Script Errors >> > User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT >> 6.0; >> SLCC1; .NET >> > CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; >> InfoPath.2; .NET CLR >> > 3.5.21022) >> > Timestamp: Tue, 12 Aug 2008 07:39:42 UTC >> > 0. >> > Message: ''this.layers[...].map'' is null or not an object >> > Line: 914 >> > Char: 30 >> > Code: 0 >> > URI: http://www.mapstraction.com/demo-fullscreen.html >> > >> > Thanks, >> > >> > Andy >> > >> >> >> >> -- >> Andrew Turner >> mobile: 248.982.3609 >> andrew at mapufacture.com <mailto:andrew at mapufacture.com> >> <mailto:andrew at mapufacture.com <mailto:andrew at mapufacture.com>> >> >> http://highearthorbit.com >> >> http://mapufacture.com Helping build the >> Geospatial Web >> Introduction to Neogeography - >> http://oreilly.com/catalog/neogeography >> _______________________________________________ >> Mapstraction mailing list >> Mapstraction at lists.mapstraction.com >> <mailto:Mapstraction at lists.mapstraction.com> >> <mailto: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 >> >> >> > >-- Andrew Turner mobile: 248.982.3609 andrew at mapufacture.com http://highearthorbit.com http://mapufacture.com Helping build the Geospatial Web Introduction to Neogeography - http://oreilly.com/catalog/neogeography