Closed! But nothing happen at
http://www.shift.jp.org/ja/map/index.html

Error: grid has no properties
File: 
http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermanager/1.0/src/markermanager.js
Line: 533

What this mean?



On Apr 22, 5:41 pm, Björn Brala <bbr...@gmail.com> wrote:
> Count the curly brackets! :)
>
> The initliaze function  is not closed.
>
> 2010/4/22 TK <taketo.ogu...@gmail.com>
>
>
>
>
>
> > Done it. But still error :(
> >http://www.shift.jp.org/ja/map/index.html
>
> > Where should I place "mgr.refresh();" ?
>
> > On Apr 22, 5:36 am, Björn Brala <bbr...@gmail.com> wrote:
> > > Look at the error :)
>
> > > missing ) after argument list
>
> > > }
>
> > > Did this correction in your code, remember to close your functions
> > properly
> > > :) Using the right indenting really helps.
>
> > > google.maps.event.addListener(mgr, "loaded", function() {
> > >   downloadUrl("http://www.shift.jp.org/ja/map/tokyodata.xml";,
> > function(data)
> > > {
> > >     var markersForManager = [];
> > >     var markers = data.documentElement.getElementsByTagName("marker");
> > >     for (var i = 0; i < markers.length; i++)  {
> > >       var latlng = new
> > > google.maps.LatLng(parseFloat(markers[i].getAttribute("lat")),
> > > parseFloat(markers[i].getAttribute("lng")));
> > >       var marker = createMarker(markers[i].getAttribute("name"), latlng);
> > >       markersForManager.push(marker);
> > >     }
> > >     mgr.addMarkers(markersForManager, 1, 22);
> > >   });
>
> > > });
>
> > > 2010/4/21 TK <taketo.ogu...@gmail.com>
>
> > > > Hi,
>
> > > > You are very kind! I try it but dosen't work. I'm sure I make mistake.
> > > > I know I should try and try but I don't know why.
> > > > Would be great if could help a few.
>
> > > > The reverse code is here.
> > > >http://www.shift.jp.org/ja/map/
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google Maps JavaScript API v3" group.
> > > > To post to this group, send email to
> > > > google-maps-js-api...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-maps-js-api-v3+unsubscr...@googlegroups.com<google-maps-js-api-v3%2bunsubscr...@googlegroups.com>
> > <google-maps-js-api-v3%2bunsubscr...@googlegroups.com<google-maps-js-api-v3%252bunsubscr...@googlegroups.com>
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
> > > --
> > > Bjorn Brala
> > > ----------------www.GeoStart.nl/english/-Google maps - Swis
> > Webdesignwww.twitter.com/bbrala
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > "Google Maps JavaScript API v3" group.
> > > To post to this group, send email to
> > google-maps-js-api...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > google-maps-js-api-v3+unsubscr...@googlegroups.com<google-maps-js-api-v3%2bunsubscr...@googlegroups.com>
> > .
> > > For more options, visit this group athttp://
> > groups.google.com/group/google-maps-js-api-v3?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Maps JavaScript API v3" group.
> > To post to this group, send email to
> > google-maps-js-api...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-maps-js-api-v3+unsubscr...@googlegroups.com<google-maps-js-api-v3%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
> --
> Bjorn Brala
> ----------------www.GeoStart.nl/english/- Google maps - Swis 
> Webdesignwww.twitter.com/bbrala
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to google-maps-js-api...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-maps-js-api-v3?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to