Hi,
At least I keep trying things.
The map doesn't have to be dynamic. I need to use or clusterer or
MarkerManager since there will too many properties listed on this map.

Because My Map is paged I have right now 2 network link:
http://maps.google.nl/maps/ms?ie=UTF8&hl=nl&msa=0&msid=118432336367628930650.00043e2b7f2af3da5929b&output=kml
http://maps.google.nl/maps/ms?ie=UTF8&hl=nl&oe=UTF8&msa=0&msid=118432336367628930650.00043e2b7f2af3da5929b&output=kml

I have uploaded all docs I thought I need. They are able to see at:
www.enjoy-spain.com/google_maps/Enjoy_Spain.xml
www.enjoy-spain.com/google_maps/Enjoy_Spain.kml
www.enjoy-spain.com/google_maps/egeoxml[1].js
www.enjoy-spain.com/google_maps/geoxml.js
www.enjoy-spain.com/google_maps/hotels.html (this is the page where
the map must be)

I have change no code because I have no idea where to start, could you
be patience and explain that to me?

At desserted moment I should make what Mike's said:
"Several pages of My Maps
If your My Map runs to several pages, then each of the XML files will
contain data for an individual page.
Pass the URLs of those files in an array, and any overall processing
(such as zooming to fit the map view to the data) will be performed on
the contents of all the files taken together.

Best regards
Alberto

var exml = new EGeoXml("exml", map,
["file1.xml","file2.xml","file3.xml"]); If you use a separate EGeoXml
() instance for each file, then the map view will be zoomed to fit the
contents of each of those files taken separately. The map ends up
being zoomed to fit whichever file request completes last."


On 11 nov, 23:47, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> On Nov 11, 1:41 pm, Alberto <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > I have create and export a kml file.
> > It is able to see at:http://www.enjoy-spain.com/Enjoy_Spain.xml
>
> That is a network 
> link:http://maps.google.nl/maps/ms?ie=UTF8&hl=nl&oe=UTF8&msa=0&msid=118432...
>
> Are you going to want this to be dynamic?
>
>
>
> > What I have done in place to create all markers (more than 500
> > hundred) I have created a link to my Embedded Google Map as you can
> > see.
>
> 500 markers is a lot for an API based map, you may need to implement a
> clusterer or a markermanager.
>
> > I have no idea if this is the correct way to do, but I dont understand
> > when you said " You can use either EGeoXml or GeoXml to get access to
> > the markers and use them with a clusterer."
>
> See:
> GeoXml:
> http:/www.dyasdesigns.com/geoxml
> EGeoXml:http://econym.org.uk/gmap/egeoxml.htm
>
>   -- Larry
>
>
>
>
>
> > Could you have a look and explain if I have made something good or
> > everything is crap?
>
> > I have take a look to Mike William's tutorial and you are right. It is
> > so much good information that I just don't get it.
>
> > I will appreciate anybody helps.
> > Best regards
> > Alberto
>
> > On 10 nov, 22:29, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > > On Nov 10, 12:58 pm, Alberto <[EMAIL PROTECTED]> wrote:
>
> > > > Hi Larry,
> > > > Thanks to let me know. I will create an API based map.
> > > > Apologize about I forgot to let you know I have a embedded map, I
> > > > though it wasn't an important detail.
>
> > > > Could you tell me if there is any way to use all the info I have in my
> > > > embed map to create an API map? If possible I will spare much time.
>
> > > You can export the information as either an RSS or as a KML (view in
> > > Google Earth, then copy out the network link and potentially change
> > > the &amp; to & and paste it in the browser address bar) .
>
> > > You can use either EGeoXml or GeoXml to get access to the markers and
> > > use them with a clusterer.
>
> > > See Mike Williams' tutorial for lots of good information that will
> > > help you create an API based map:http://econym.org.uk/gmap/
>
> > > If you have issues, post a link to your map.
>
> > >   -- Larry
>
> > > > On 10 nov, 21:35, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > > > > On Nov 10, 12:07 pm, Alberto <[EMAIL PROTECTED]> wrote:
>
> > > > > > The only code I have on my website regarding My Map is the one I 
> > > > > > paste
> > > > > > from Google Maps:
> > > > > > <iframe width="800" height="350" frameborder="0" scrolling="no"
> > > > > > marginheight="0" marginwidth="0" src="http://maps.google.com/maps?
> > > > > > f=q&amp;hl=nl&amp;q=http:%2F%2Fmaps.google.com%2Fmaps%2Fms%3Fhl%3Des
> > > > > > %26ie%3DUTF8%26msa%3D0%26output%3Dnl%26msid
> > > > > > %3D118432336367628930650.00043e2b7f2af3da5929b&amp;ie=UTF8&amp;s=AARTsJo-
> > > > > > qVmWOA808N4C53NFSKrmk-
> > > > > > eEXg&amp;ll=37.335224,-4.020996&amp;spn=3.057182,8.789063&amp;z=7&amp;outpu­­­­­­t=embed"></
> > > > > > iframe>
>
> > > > > > There is no code where clusterer must take the place of markers.
>
> > > > > > Should I create a new one where I'll be able to rewrite that code? 
> > > > > > If
> > > > > > yes, how can I get the code of My Map?
>
> > > > > I'm not sure how we were supposed to know that you were using an
> > > > > embedded map.  You will need to create an API based map to do what is
> > > > > being done in the map that you were asking about.
>
> > > > >   -- Larry
>
> > > > > > On 10 nov, 20:40, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > > > > > > On Nov 10, 11:36 am, Alberto <[EMAIL PROTECTED]> wrote:
>
> > > > > > > > Hi,
>
> > > > > > > > Thats exactly what I need but due to my knowledge about that, 
> > > > > > > > it's
> > > > > > > > going to be hard.
> > > > > > > > Should I fixed My Maps code or just create my own clusterer.js 
> > > > > > > > file?
> > > > > > > > And then..?
> > > > > > > > Apologize to be so dummie.
> > > > > > > > Hope somebody can explain me that matter better?
>
> > > > > > > Did you see this:http://www.acme.com/javascript/#Clusterer
>
> > > > > > > > Thanks in advance
> > > > > > > > Alberto
>
> > > > > > > > On 10 nov, 01:14, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > > > > > > > > On Nov 9, 3:52 pm, Alberto <[EMAIL PROTECTED]> wrote:
>
> > > > > > > > > > Hi everybody,
> > > > > > > > > > I hope somebody can help me. I've been sent here from other 
> > > > > > > > > > group
> > > > > > > > > > trying to find a solution of my problem. I've read the post 
> > > > > > > > > > but don't
> > > > > > > > > > find anything.
>
> > > > > > > > > > Here is my problem:
> > > > > > > > > > On My Map there are few areas where few locations are
> > > > > > > > > > too close to eachother that are impossible to see in a 
> > > > > > > > > > regular view.
> > > > > > > > > > I have seen in a website 
> > > > > > > > > > (http://www.innsofspain.com/hotels/Madrid/)
> > > > > > > > > > that they use a kind of marker marker that allows by 
> > > > > > > > > > clicking on that
> > > > > > > > > > marker to get a closer view of the map with a separate 
> > > > > > > > > > markers with
> > > > > > > > > > the right locations but the map still being the same if you 
> > > > > > > > > > move in any
> > > > > > > > > > direction.
> > > > > > > > > > How can I create this kind of markers in my own Map.
>
> > > > > > > > > I think you are asking about the 
> > > > > > > > > clusterer.http://www.innsofspain.com/js/clusterer.js
>
> > > > > > > > > The original code by Jef Poskanzer is 
> > > > > > > > > here:http://www.acme.com/javascript/Clusterer.js
>
> > > > > > > > >   -- Larry
>
> > > > > > > > > > Hope somebody can help me
> > > > > > > > > > Best regards
> > > > > > > > > > Alberto- Ocultar texto de la cita -
>
> > > > > > > > > - Mostrar texto de la cita -- Hide quoted text -
>
> > > > > > > > - Show quoted text -- Ocultar texto de la cita -
>
> > > > > > > - Mostrar texto de la cita -- Hide quoted text -
>
> > > > > > - Show quoted text -- Ocultar texto de la cita -
>
> > > > > - Mostrar texto de la cita -- Hide quoted text -
>
> > > > - Show quoted text -- Ocultar texto de la cita -
>
> > > - Mostrar texto de la cita -- Hide quoted text -
>
> > - Show quoted text -- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to