Hi,
Thankyou for ur reply. Due to security I cant disclose the link.
As you said markers are plotted randomly when thr are 1000's of addresses to be plotted. I used to wonder abt it also.
I'll suggest the team to get the cooridinates address.
Is there any other way for it to plot all the addresses from the xml file.
Thankyou,
Neenz
On Thu, Apr 30, 2009 at 12:22 PM, Andrew Leach <
andrew.leach.1@xxxxxxxxxxxxxx> wrote:
On Apr 30, 6:20 am, Neenz <
neena...@xxxxxxxxx> wrote:
> Hi,
> I had done a application which plots address in google map after
> writting addresses to a xml file. My problem is that if user select a
> particular district (this is the requirement of the user) may have not
> more than 15 addresses to plot. All these addresses are ploted. If I
> selected All locations (ie this option have gets the addresses of
> all) , its writes all the address to xml file, but all the locations
> are not plotted on the map. Cananyone please help to plot all the
> values.
There's not really enough information there (where's the link, for a
start?)
I suspect you are geocoding addresses and fifteen will work, but more
than that and you start to get missing points, apparently at random.
If that's the case, you mustn't do it that way. You need to retrieve
geographic coordinates to plot, not addresses. See
http://www.econym.org.uk/gmap/geomulti.htmIf you are really writing out an XML file and reading it for each set
of addresses requested, you might run into problems on a website with
multiple accesses at the same time. Can't tell for sure without a
link.
Andrew
--
Regards ,
Neena
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to Google-Maps-API@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to Google-Maps-API+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Display Popular places
On Apr 30, 8:43 am, Adiyya Tadikamalla <adiy...@xxxxxxxxx> wrote:
> This is not like that, what iam trying to do is in maps.google.com when we
> enter place it mark on the map and display the historic or important places
> and their images also, like that i want to display important or historic
> places in that city. Not near by cities/places
As Marcelo said, you'll need to build it yourself, there's no pre-
built API for that kind of thing. But the UI shouldn't be hard, pretty
standard markers etc. - give it a try and ask back here if you get
stuck. As for the data, here are a couple of suggestions, similar what
maps.google.com uses:
Wikipedia locations: http://www.placeopedia.com/data/
Panoramio photos: http://www.panoramio.com/api/
HTH,
String
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
Google-Maps-API+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---
Next Message by Date:
click to view message preview
Re: Making markers draggable (Editing position of markers)
Thanx for your answer, bur this I know this solution.
My problem is the following:
Normally the markers are *not* draggable. After login they should
become draggable. The simplest way would be to clear overlay and
relaod it.
This is the way at the time.
You go to her: http://tools.webmasterei.com/kmlkalender/?tag=2009-04-24
The markers are fixed. After login (right top corner) *and* changing
the day by calendar the markers are editable, because the day changing
reloads the markers. My goal is to change the draggability after
creating...
Rainer
On 30 Apr., 10:29, iglo...@xxxxxxxxx wrote:
> Have a look at the examples in the documentation:
>
> http://code.google.com/apis/maps/documentation/examples/marker-drag.html
>
> There are more complex examples in the Demos (link in the left hand
> sidebar on The Documentation Main Page!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
Google-Maps-API+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---
Previous Message by Thread:
click to view message preview
Re: Plotting markers from xml file
On Apr 30, 6:20 am, Neenz <neena...@xxxxxxxxx> wrote:
> Hi,
> I had done a application which plots address in google map after
> writting addresses to a xml file. My problem is that if user select a
> particular district (this is the requirement of the user) may have not
> more than 15 addresses to plot. All these addresses are ploted. If I
> selected All locations (ie this option have gets the addresses of
> all) , its writes all the address to xml file, but all the locations
> are not plotted on the map. Cananyone please help to plot all the
> values.
There's not really enough information there (where's the link, for a
start?)
I suspect you are geocoding addresses and fifteen will work, but more
than that and you start to get missing points, apparently at random.
If that's the case, you mustn't do it that way. You need to retrieve
geographic coordinates to plot, not addresses. See
http://www.econym.org.uk/gmap/geomulti.htm
If you are really writing out an XML file and reading it for each set
of addresses requested, you might run into problems on a website with
multiple accesses at the same time. Can't tell for sure without a
link.
Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
Google-Maps-API+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---
Next Message by Thread:
click to view message preview
Re: Plotting markers from xml file
On Apr 30, 9:25 am, Neena Mathew <neena...@xxxxxxxxx> wrote:
> Hi,
> Thankyou for ur reply. Due to security I cant disclose the link.
In that case you will have a Premier licence and can get all the
support you need from your Premier contact. If you don't have a
Premier licence I suggest you read the Terms of Service. Also read the
Posting Guidelines for this group.
> Is there any other way for it to plot all the addresses from the xml file.
You could introduce a delay between each geocode: you could need
around 1.5 seconds, so 1000 would take around 17 minutes to complete.
Bear in mind that too many markers makes the map unusable. Did you
have a look at the link I gave? Mike has an example of how to geocode
multiple addresses (he writes out XML, too)
Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
Google-Maps-API+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---