On Friday, July 29, 2011 6:20:03 PM UTC-5, Jason wrote:
>
> Sorry for the noob question but does this require any other
> configuration changes (ie. htaccess)? I've included this in my
> index.html and it is still showing 404 errors in Chrome.
>
> Thanks
>
>
You'll have to be more specific. W
Sorry for the noob question but does this require any other
configuration changes (ie. htaccess)? I've included this in my
index.html and it is still showing 404 errors in Chrome.
Thanks
On Jul 29, 2:19 pm, Barry Hunter wrote:
>
> $filename =
> "tiles/".intval($_GET['z'])."/".intval($_GET['x']
Have you tried the setTilt method?
http://code.google.com/intl/en/apis/maps/documentation/javascript/maptypes.html#Enabling45DegreeImagery
Does that not work?
- Jeff
On Jul 28, 8:41 pm, rich wrote:
> the api says:
>
> "The existing google.maps.MapTypeId.SATELLITE and
> google.maps.MapTypeId.HYBR
The documentation
http://code.google.com/intl/en/apis/maps/documentation/javascript/events.html
for V3 says that only a single argument is sent to your event handler
(the only one I've actually researched is the click event, which as
the documentation says passes a mouseEvent, with a latLng proper
On 29 July 2011 19:46, Sa3Q wrote:
> ok i found the problem appear from license . but if have coreldraw
> file that descrip roads in this area how can i overlays it . thank
> you
By asking a question with a relevant subject line, rather like this
one:
http://groups.google.com/group/google-map
ok i found the problem appear from license . but if have coreldraw
file that descrip roads in this area how can i overlays it . thank
you
--
On Jul 29, 8:09 pm, Rossko wrote:
> > i didn't found any details their .. why ???
>
> See other postings
I am using Google Maps v3 and I am showing makers with labels by using the
class " MarkerWithLabel". When printing using Internet Explorer version 7,
the text will not show. I have checked Firefox and there is no printing
problem. At one time the printing was working.
I have looked at the
One advantage of using a tile server is you can add some security to your
tile requests.
In my experience, anything not protected will eventually be abused by
someone or something. Adding a simple layer of security, such as a key code
or even a simple algorithm like Google uses, will keep the
wrote:
> Does anyone know of a page or an example where this is done with PHP?
> Makes sense but I haven't done much PHP.
>
> Thanks
>
> On Jul 28, 11:40 pm, Martin™ wrote:
>> Why not make all tile requests to a PHP script?
>>
>> The script can check if the requested tile exists.
>> If the tile e
go to this page http://www.meerijden.nu/ritinvoerenmaps.php?codet=en and
enter rideshare to and from city and click on one of the icons in the map.
The dropdown menu's in the infowindow act strange and doesn't work. In IE
and chrome there is no problem. I work with api 3.4.
Anu suggestions?
> Can anyone tell me any idea to solve this problem?
You might implement a queue.
Send a request for the first item in the queue.
When the response comes, process it.
Remove the completed item from the queue.
Look to see if there is a next request in the queue, and send that.
Beware of the terms
> I would be very thankful if someone help me solve my problem . which is I
> have website to display all retailer's in one map.
> providing the google map api with each retailer longitude and latitude . how
> to do that ?
http://code.google.com/apis/maps/articles/phpsqlajax_v3.html
--
You recei
> subject pretty well says it all.
> I would like to change the thickness of the google.maps.Circle border
You could always try the documentation
http://code.google.com/apis/maps/documentation/javascript/overlays.html#Circles
strokeWeight option looks promising
http://code.google.com/apis/maps/doc
> i didn't found any details their .. why ???
See other postings in this group for this area
http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=israel&qt_g=Search+this+group
--
You received this message because you are subscribed to the Google Groups
"Goo
Hi
that's it in which type i must save it to overlays it on the google
maps. I don't to save it like jpg or any thing like this because the
file size is 12MB and if i want to save it JPG it will be very large
and appear not reliable.
thank you
--
You received this message because you are s
Hi,
If you open maps.google.com on this position 31.522032,34.446809
(RoadMap)
http://maps.google.com/maps/ms?doflg=ptk&ie=UTF8&hl=en&oe=UTF8&msa=0&msid=214978957104795364684.0004a931553d55aed1c20&z=13&iwloc=0004a93155436fa75f682
you will find some details for the roads and buildings
subject pretty well says it all.
I would like to change the thickness of the google.maps.Circle border
thanks
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d
I am drawing a polygon on map which will allow users to modify the
area of polygon by resizing the vertex.
When the path for polygon changes , I want to change the center point
of the polygon as well, which currently resides as a marker.
Is there a way to use MVCArray bindto concept for changing t
Hi,
there seems to be some information about the surrounding buildings within a
Streetview panorama. My cursor changes whether I'm over the street or the
wall of a building etc. Is there a way to get this information – where does
the street end, where are walls of buildings, ... – vie the API?
Hello All,
I would be very thankful if someone help me solve my problem . which is I
have website to display all retailer's in one map.
providing the google map api with each retailer longitude and latitude . how
to do that ?
Thank you in advance
--
You received this message because you are su
Hello,
First sorry about my English...
I´m working in a application using DirectionServices. I need to know the
distance betwen a cup of points.
Mi problem is that I have a For bucle in my javascript source and I send the
route in DirectionService.route(). After that I use the response
(Dire
the api says:
"The existing google.maps.MapTypeId.SATELLITE and
google.maps.MapTypeId.HYBRID map types support 45° perspective imagery at
high zoom levels (where available) provided that you explicitly enable this
functionality."
I don't think I have 'explicitly enabled' the functionality, ye
Does anyone know of a page or an example where this is done with PHP?
Makes sense but I haven't done much PHP.
Thanks
On Jul 28, 11:40 pm, Martin™ wrote:
> Why not make all tile requests to a PHP script?
>
> The script can check if the requested tile exists.
> If the tile exists then the script
Hi, I have the following code in v2:
mylistener = GEvent.addListener(map2,'click',mapClick);
..
..
function mapClick(section, clickedPoint){
if (section == null))
}
As you can see, I use the argument section in my application,
In v3, I have:
google.maps.event.addListen
On Fri, Jul 29, 2011 at 11:05 AM, Martin™ wrote:
> Just a thought.
>
> Will a browser cache tiles served via a server-side script or not?
It can. Needs the script to set the right caching headers.
At one time many proxies wouldnt cache a request with a ? in it. But
most now do, when they have th
>
> One other idea I have had is could I setup an .htaccess rule that
> redirects to a universal empty PNG file for any tile that can’t be
> found (so it doesn’t return a bad request).
Thats what I do. In my experience its lighter weight than using a
custom handler (say php)
Use the rewrite engin
Just a thought.
Will a browser cache tiles served via a server-side script or not?
Any idea?
Martin.
On Jul 29, 5:43 am, John Coryat wrote:
> Martin's suggestion is the standard way of doing it. Make a tile server that
> does this simple function and you'll notice your server runs faster.
> P
i never liked this behavior, best is you do a custom map type
control... there should be a lot of easy to understand tutorials =)
On 28 Jul., 23:31, William wrote:
> On Jul 29, 2:07 am, dondmcg wrote:
>
> > I am trying to simply add
> > TERRAIN to the controls of my map
> >http://staging.nybg.or
28 matches
Mail list logo