This seems to a fairly common issue. I have read every thread
containing the word apostrophe and found no solution.
This is the link to my page
http://boracayguide.siteprevue.net/MapTest.asp
And this is the code used to create the array:
<%
while not rsLocations.EOF %>
mArray.push('<%= rsLocati
How to create a tool bar that contains zoom-in, zoom-out, left, right,
up, down buttons for the google maps using API
--
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-...@googlegroups.com.
To un
I have come across a last minute bug/performance issue in IE when
adding Polylines with addOverlay. Due to the requirement of the
solution, I need to cut up a polyline once it comes back from the
Directions object. Cutting up is fine, I get the Routes, get the
PolyIndex and step through the LatLngs
Thanks,
I changed to
$(window).load(function() {
initialize();
});
and seems to be working fine so far,
On Apr 6, 10:01 am, Andrew Leach
wrote:
> On Apr 5, 10:48 pm, Rob wrote:
>
> > Hi,
>
> > I get the following error on my V3 maps:
>
> Version 3 queries should go to the Version 3
I'd create a hidden form with say three fields:
In function checkclick(), after calling function fc(), populate the
hidden form fields with lat, lng and name and then call the form's
submit() method to send the data to your server:
document.forms.myForm.lat.value=po
here is the page that is working BUT not the writing the data to a
file on the server.
http://aprsnow.no-ip.info/postest.php
you can view the source from the page of course.
As I writing this script on the server I would like to use php to
write the file. How do I mix/add php statements in th
Hi.
Can someone help me work out why i have a stray infowindow on this
map:
http://developer.martinpearman.co.uk/www.auto-stop.cz/20100405/index.php
Click the pink marker lower right of map, the infowindow opens - 6
members located here.
Click 'Fit map to member locations' and the ma
On Apr 5, 9:31 pm, xiangyang xue wrote:
> i was using google map api v2,now i want to use google map api v3,but there
> some errors when i use it ,how conversion v2 to v3?
V3 queries should go to the V3 group:
http://groups.google.com/group/google-maps-js-api-v3/
-- Larry
--
You received thi
i was using google map api v2,now i want to use google map api v3,but there
some errors when i use it ,how conversion v2 to v3?
--
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-...@googlegroups.
I have developed an add-in for ArcGIS Explorer that will export a kml
overlay for Google Earth. AGX will need to be in 2D mode and WGS84
coordinate system. Add in can be downloaded at the website below.
The add-in is called AGX2KML. The resulting "files" folder that
contains the jpg file, and k
> var marker = new GMarker(point,customIcons["Dynamic"]);
> I had tried adding the zindex as a third parameter, but to no avail.
The reference documentation for GMarker
http://code.google.com/apis/maps/documentation/reference.html#GMarker
tells you that the supported version only accepts two param
> I have to make site like thishttp://www.ijustmadelove.com/with google map
> for comments please it's urgent reply me what API they have used. Let me
> know =)
For the quickest answer, look for yourself.
Use 'view source' in your browser to see if there is a line like
http://maps.google.com/maps/
> But, on Google Map :http://maps.google.fr/
> There is the traffic, thus I thought that I will find it on the API.
See also
http://groups.google.com/group/google-maps-api/browse_thread/thread/289101948b8a340c/906d5904204cb0a4
and
http://www.v-trafic.com/
--
You received this message because you
> I'd like to create static map using Google API with up to 2000 markers
> (in two different color groups if possible). Problem is that URL is
> limited to 2048 characters. How do I do that?
You could write to Microsoft, Mozilla, Cisco, etc etc and ask if they
would change the limitations on URL l
On Apr 5, 10:48 pm, Rob wrote:
> Hi,
>
> I get the following error on my V3 maps:
Version 3 queries should go to the Version 3 Group, ideally.
http://groups.google.com/group/google-maps-js-api-v3/
However, this may be of interest: http://api.jquery.com/ready/
.ready is not the right event to us
Hi,
I get the following error on my V3 maps:
Message: Unspecified error.
Line: 33
Char: 37
Code: 0
URI: http://maps.gstatic.com/intl/en_nz/mapfiles/api-3/0/35/main.js
The page all seems to work fine - except the controls for zooming and
switching between map type do not appear.
This error is in
Howdy,
I'd like to create static map using Google API with up to 2000 markers
(in two different color groups if possible). Problem is that URL is
limited to 2048 characters. How do I do that?
Normally I create KML with my points and load it to maps - is it
possible with static maps?
Regards,
Mar
On Apr 5, 11:09 am, uafairbanks wrote:
> OK -- For others who may have this same question:
>
> I reset my map center by moving the map where I wanted it at the zoom
> level that worked best. Then I zoomed in and chose the closet town,
> state and found out the long/lat for that location. That is w
Yes, that I know.
But, on Google Map : http://maps.google.fr/
There is the traffic, thus I thought that I will find it on the API.
--
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-...@googlegrou
OK -- For others who may have this same question:
I reset my map center by moving the map where I wanted it at the zoom
level that worked best. Then I zoomed in and chose the closet town,
state and found out the long/lat for that location. That is what I
used and then slightly adjusted from there.
On Apr 5, 10:36 am, uafairbanks wrote:
> So, if I don't want to go this route -- is there another way to just
> revise the center point?
> Currently set at:
> map.setCenter(new GLatLng(62.349609,-156.972656),1);
Is there something wrong with just changing the numbers?
-- Larry
>
> Thank you a
Hi every body,
I have to make site like this http://www.ijustmadelove.com/ with google map
for comments please it's urgent reply me what API they have used. Let me
know =)
--
Best Regards
Pratik Sangale
--
You received this message because you are subscribed to the Google Groups
"Google Map
So, if I don't want to go this route -- is there another way to just
revise the center point?
Currently set at:
map.setCenter(new GLatLng(62.349609,-156.972656),1);
Thank you again,
Gretchen
On Apr 2, 2:15 pm, "geocode...@gmail.com"
wrote:
> On Apr 2, 3:28 pm, uafairbanks wrote:
>
> > Would thi
Got it.
var feature = fset.features[0];
var attrs = feature.attributes;
var CountyNm = attrs.COUNTY_NAM;
if(CountyNm == "WINNEBAGO"){
var infoWindowOptions = {
content: "No data"
}}
else{
On Apr 5
Thanks Rossko... adding the event listener did the trick :)
It's always nice to get a second pair of eyes to catch something
you've overlooked.
On Apr 4, 10:08 pm, Rossko wrote:
> > Everything is working as expected... I just can't get the
> > GEvent.trigger to open the info window.
>
> It trig
Hi,
I am facing a problem regarding the overlapping of markers. Following
is my code:
if (GBrowserIsCompatible())
{
var gmarkers = [];
var htmls = [];
var customIcons = [];
var i = 0;
function generateBalloon(point, name, address, state,
country,bannertype
I have now found a solution - thanks anyway.
On Apr 5, 12:27 pm, Andrew Leach
wrote:
> On Apr 5, 11:27 am, xmalcolm wrote:
>
>
>
> > How can I post a link to my map. I have not published my website and
> > its currently running on my 'LocalHost' server.
>
> Post a link to your map by publishing
Hi it looks to be working fine now. I had to change the uiuc to
illinois in the urls in the code. I have included where I think the if
else statement should be in the code. Thanks for your help.
On Apr 1, 3:20 pm, Rossko wrote:
> > The else clause is working fine. It is giving me the correct coun
> Hello everyone, I was wondering if there's a way to, when a new marker
> is added, it will bind itself to the nearest road, this is, if you
> click on the top of a buildind, the marker will move itself to the
> nearest road.
Magic phrase "snap to"
http://groups.google.com/group/google-maps-api/s
On Apr 5, 5:42 am, Tiago Alves wrote:
> Hello everyone, I was wondering if there's a way to, when a new marker
> is added, it will bind itself to the nearest road, this is, if you
> click on the top of a buildind, the marker will move itself to the
> nearest road.
There isn't any built in API fun
Hello everyone, I was wondering if there's a way to, when a new marker
is added, it will bind itself to the nearest road, this is, if you
click on the top of a buildind, the marker will move itself to the
nearest road.
Thanks!
--
You received this message because you are subscribed to the Google
Tried context type to what you mentioned but the values are being shown same
, after parsing we get the message mentioned earlier after parsing as
objectXMDocumentL and by using getElementsByTagName it shows
objectHTMLCollection and length as zero.
Arvind
On Mon, Apr 5, 2010 at 5:09 PM, Andrew Lea
On Apr 5, 12:32 pm, Arvind Rangan wrote:
> Hi,
>
> This is more related to why am i not getting the answer.
>
> using v2 of api. ? where am i going wrong.
You're going wrong by not posting a link, for a start.
Your XML is not being parsed, so markers.length is zero. Quite *why*
it's not being pa
Hi,
This is more related to why am i not getting the answer.
Parsing XML using
GDownloadUrl("test.aspx?r=1", function(data)
{
alert(data); // get the complete data including the xml
var xml = GXml.parse(data);
alert(xml)
On Apr 5, 12:16 pm, christian
wrote:
> Hi,
>
> I've made a little iPhone-App and I want to start the map-App to
> navigate to a specific target. The code in my App contains:
>
> http://maps.google.com/maps?saddr=current+Location&daddr=Poststrasse,
> +Radolfzell,+Germany"
You're not actually using
On Apr 5, 11:27 am, xmalcolm wrote:
>
> How can I post a link to my map. I have not published my website and
> its currently running on my 'LocalHost' server.
Post a link to your map by publishing it. Ralph (a member here) runs
http://www.easypagez.com/ which provides free hosting with databases
On Apr 5, 9:38 am, killerhunter006 wrote:
>
> the page url ishttp://properbounce.in/demo/excel/nous-joindre.html
Interesting that you do actually get a map.
Investigate the "sensor" parameter when you load the API. You should
only have one, and it should not be true_or_false. You are getting the
Hi,
I've made a little iPhone-App and I want to start the map-App to
navigate to a specific target. The code in my App contains:
http://maps.google.com/maps?saddr=current+Location&daddr=Poststrasse,
+Radolfzell,+Germany"
When the map-App starts, I see the daddr-Target, my own position (blue
poin
Hi Larry,
How can I post a link to my map. I have not published my website and
its currently running on my 'LocalHost' server.
Regards,
Xav
On Mar 31, 8:35 pm, "geocode...@gmail.com"
wrote:
> On Mar 31, 12:17 pm, xmalcolm wrote:
>
> > Hi Larry,
>
> > Thanks for your input. I'll try and get it
Thanks a lot for fast reply..
How do I get the response?! here or on my email @ gmail?!
Also, I want direct contact with them through my official email in my
company.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send
Sometimes, email responses get caught in spam filters. I'll forward this to
the enterprise team and have them look into your request.
- pamela
On Mon, Apr 5, 2010 at 7:02 PM, alawibh wrote:
> Hi,
>
> Honestly, I don't know if this post is in the write place or NOT,
> perhaps NO, but actually I
Hi,
Honestly, I don't know if this post is in the write place or NOT,
perhaps NO, but actually I have no choice.
In my company, we want to purchase a license for Google Maps, and
passed through these steps:
1. I had filled this online form many times:
http://www.google.com/support/enterprise/bin
Hi,
My google map api is giving a error (This web site needs a different
Google Maps API key. A new key can be generated at
http://code.google.com/apis/maps/.)
before opening the page.. though after clicking on the ok button the
map is working well... I have tried generating new keys still this
er
On Apr 4, 9:32 pm, "Peter N. Jones" wrote:
>
> I am assuming that the plug-in is attempting to "double compress" the
> Google Maps javascript? When I turn the plug-in off, everything works
> just fine.
>
> Website:http://indigenouspeoplesissues.com
Presumably you're not compressing everything now
On Apr 3, 8:24 pm, Fabrice4821 wrote:
> Now, Google map display the traffic for France.
> How to display it on my map ?
http://code.google.com/apis/maps/documentation/services.html#Traffic_Overlays
Note that French traffic data appears not to be available via the API.
Use the example at
http://
Hello,
I hope this is an appropriate question for this group. I have tried to
search everywhere, but no luck.
I run a site in Joomla 1.5.13 and have been using the Google Maps API
for some time. Recently, I was looking into speeding up my site by
enabling a plug-in that will compress CSS and JS f
46 matches
Mail list logo