Hello everyone: I have a simple text field and a button. In the text field
the user can enter an address and when I press the button, what I do is
geocode the address to get the geographical coordinates. To get them I do
the following:
http://maps.googleapis.com/maps/api/geocode/json?sensor=fal
I need to insert a new street and then labeled it, but with the same
direction of the street.
Just like in the native maps. Which api's function work wit it?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this
I need to insert a new street on my map and then I must to insert the name
of the street in the same direction of it
which api does it?
--
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
ow about
Apple stuff.
--
Marcelo - http://maps.forum.nu
--
--
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-v3@googlegroups.com.
To unsubscribe from this group, sen
E . was there a question?
...and what is "Retina"?
--
Marcelo - http://maps.forum.nu
--
On Feb 9, 6:54 am, andkjaer wrote:
> Hi,
> When adding custom marker icons to the map, they get blurry in version
> 3.7 - when showing on Retina.
> It work's in vers
= [];
...
myRoutes.push(tmp_routes[j]);
--
Marcelo - http://maps.forum.nu
--
On Feb 9, 4:53 am, Morwust wrote:
> Hi,
>
> I want to do a request to google.maps.DirectionsService() with more
> than 8 waypoints. Because i can't i do my own javascript function that
> separate all t
On Feb 8, 6:15 am, Sarath wrote:
> Below is the line of code I am using to remove.
>
> map.controls[google.maps.ControlPosition.BOTTOM_CENTER].removeAt(1);
>
map.controls is an MVCArray and removeAt() is a method of MVCArray, so
map.controls.removeAt(1);
--
Marcelo - http://m
add75
http://groups.google.com/group/google-places-api/browse_thread/thread/658a11d1ceb59a0d
--
Marcelo - http://maps.forum.nu
--
On Feb 7, 11:38 pm, Hamza Kamaleddine wrote:
> Greetings,
>
> I am facing a missing data problem in Google Places API!
>
> As seen in the example below, the P
nly on your intranet then you must have a Premier
license, which entitles you to direct support from Google. Just
contact your Google Premier representative with your questions and
they'll be happy to help.
--
Marcelo - http://maps.forum.nu
--
>I can however
> share my code when necessary
instead of distance.
--
Marcelo - http://maps.forum.nu
--
On Feb 7, 1:26 am, Jérémy Hérault wrote:
> Hi,
>
> I would like to know if there is a way to recover all destinations 15
> minutes away from an origin point and display it in Google Maps. (15
> minutes is an example)
>
If you go out half the distance and then return by backtracking on the
same route then you can do something similar to my V2 driving radius
example:
http://maps.forum.nu/gm_driving_radius.html
A round trip with a different return route is slightly more complex,
but you get the idea.
--
Marcelo
ample that does that:
http://maps.forum.nu/gm_mouse_dist_to_line.html
Click a couple of times to create polylines and then move the mouse
around.
--
Marcelo - http://maps.forum.nu
--
On Jan 30, 2:35 pm, Tommy Crush wrote:
> Lets say a user draws a polygon. Great. Easy Stuff.
>
> Now th
a sphere:
http://geospatialmethods.org/spheres/GCAIntersect.html
Either way, a search in Google yields plenty of relevant results.
--
Marcelo - http://maps.forum.nu
--
On Jan 28, 4:25 am, Marino Gastelurrutia wrote:
> Is there any nice way to find the intersection of two segments in the
On Jan 26, 3:40 am, Andrew Leach wrote:
>
> Might be a good reason not to allow it to update, though, Marcelo :-)
Yeps, I think there are many good reasons not to allow automatic
updates, (of anything).
Android is driving me nuts with "System Update Available" every hour
or s
nternet connection).
I let it refresh 10 times and there was no problem.
--
Marcelo - http://maps.forum.nu
--
>
> Martin.
>
> On Jan 25, 4:37 pm, "Enoch Lau (Google Employee)"
>
>
>
>
>
>
>
> wrote:
> > Can you create a demo that
p://code.google.com/apis/maps/documentation/javascript/reference.html#event
--
Marcelo - http://maps.forum.nu
--
--
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-v3@goo
ult, (results[0]). Loop through the
results array and see what else you've got, then you can check each
result against the bounds before displaying it.
--
Marcelo - http://maps.forum.nu
--
On Jan 23, 8:59 am, helen wrote:
> Hello all,
> I am trying to bias my geocoding results to a spe
Works fine for me in Android 2.2 FRG33
--
Marcelo - http://maps.forum.nu
--
On Jan 22, 3:10 pm, Bhargav Desai wrote:
> I am trying to setup a mobile site that uses google maps api 3 and places
> autosuggest. I have been able to successfully setup autosuggest
> functionality using
Driving Radius (V2) example:
http://maps.forum.nu/gm_driving_radius.html
--
Marcelo - http://maps.forum.nu
--
On Jan 18, 2:49 am, Krhome wrote:
> Hi
> I try to make an application for an electric car. This car is limited to 50
> kms, and I need to show on a map all the area where thi
ww.postgis.org/documentation/manual-svn/index.html
--
Marcelo - http://maps.forum.nu
--
--
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-v3@googlegroups.com.
To uns
Search for a "convex hull" algorithm.
--
Marcelo - http://maps.forum.nu
--
On Jan 8, 5:12 pm, Big G wrote:
> I have a problem where I have many data points which define sales on a map
> for a specific individual and I want to generate a polygon which defines
> the boundary
On Jan 7, 10:02 am, howard wrote:
> Is there anyone
> I can appeal to?
No. And anyway, it is quicker to restart your router, (if you have
one), and get a different IP address.
--
Marcelo - http://maps.forum.nu
--
>
> On Jan 7, 5:00 am, Barry Hunter wrote:
>
>
>
>
&
Check out this V2 example:
http://maps.forum.nu/gm_driving_radius.html
in particular the function getCirclePoints().
It calculates points along the circle at an interval of x degrees.
--
Marcelo - http://maps.forum.nu
--
On Jan 7, 1:48 am, Tony wrote:
> Hi
> I have a circle object and
Your script crashes in IE7, at line 173, because of the extra comma
after
position: latlng,
Due to that crash I cannot test further in my version of IE.
--
Marcelo - http://maps.forum.nu
--
On Jan 5, 8:45 am, Andrew wrote:
> HI I have a measure distance tool where once you endclick
alse;
var point2 = false;
--
Marcelo - http://maps.forum.nu
--
--
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-v3@googlegroups.com.
To unsubscribe from this group,
the two x coordinates.
Finally, divide the mumber meters by the number of pixels to get
meters per pixel.
But I wonder what you want to use this for. If you want to create
something like a measuring tool, you don't need pixels. If you want to
create custom tiles you don't need meters.
his forum will be able to
get it anyway, and so will a lot of other experienced programmers.
--
Marcelo - http://maps.forum.nu
--
>
> On Jan 4, 5:11 am, Rossko wrote:
>
>
>
>
>
>
>
> > > I am very new to the API - using the javascript apiin an asp.net app
the map's mousemove event, and in the
listener draw a line from the start point to the current mouse
position.
Roughly like this:
http://maps.forum.nu/v3/gm_line_to_mouse.html
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are subscribed to the Google Groups
ius.html
Just click somewhere on the map.
--
Marcelo - http://maps.forum.nu
--
--
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-v3@googlegroups.com.
To unsubscrib
gle.maps.Map(document.getElementById('map_canvas'),
mapOptions);
google.maps.event.addListener(map,'bounds_changed', function(){
panorama = map.getStreetView();
// etc
// Rest of the panorama related functions called from here ...
})
--
Marcelo - http://maps.forum.nu
--
--
Y
On Jan 3, 11:51 am, Mark Mercer wrote:
> did something in the api change recently (in the last few months)
The API changes all the time.
>that
> would cause my custom panoramas to stop working?
How can we know? We cannot see your custom panoramas.
Mine are fine.
--
Marce
livemap/ "
You didn't say that you are talking about the AdSense library.
The answer to your question is no, you cannot change the format to
images with the AdSense library, but you can if you use adSense
directly, outside of the Maps API.
--
Marcelo - http://maps.forum.nu
--
--
You received
27;t mention the AdSense library.
The answer to your question is no, it is not possible to change the
format with this library, but you can use images if you use AdSense
directly, outside of the Maps API.
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are subscri
On Jan 3, 10:37 am, ramandolo wrote:
> no one have an answer ?
Your question has nothing to do with the Google Maps API.
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To
what am I missing? Any ideas?
You're missing a link to a page that demonstrates the problem.
--
Marcelo - http://maps.forum.nu
--
>
> thanks in advance
>
>
>
>
> Google Maps JavaScript API v3 Example: Marker Simple
>
> href="http://code.google.co
object-oriented programming concepts.
http://code.google.com/apis/maps/documentation/javascript/basics.html#Audience
If I try to read your engineering books I might have some complaints
too. :-)
--
Marcelo - http://maps.forum.nu
--
> var ctaLayer = new google.maps.KmlLayer('http://gmaps-
There is google.com, which is a pretty good search engine.
What you need to do is to type some terms relevant to what you're
looking for and click the "Search" button.
Hint: You can also hit the "Enter" key.
--
Marcelo - http://maps.forum.nu
--
On Jan 1, 4:53 pm, J
we might be able to help.
>
> _ Here is the code I use:
>
No, thanks.
--
Marcelo - http://maps.forum.nu
--
> function initialize() {
>
> /**
> * map
> */
> var mapOpts = {
> mapTypeId: google.maps.MapTypeId.HYBRID,
> scaleControl: true,
> scro
am going wrong.
And what is the problem?
I see a map in Firefox, Chrome and IE.
--
Marcelo - http://maps.forum.nu
--
>
> Please advice,
> Vishal
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to t
x27;Android') !
= -1 ) {
mapdiv.style.width = '100%';
mapdiv.style.height = '100%';
} else {
mapdiv.style.width = '600px';
mapdiv.style.height = '800px';
}
}
sets the height correctly, but only if the user agent is not a phone.
So, it is n
t; The code can be found athttp://paste.bradleygill.com/index.php?paste_id=348277
No need for that. We know how to view source.
--
Marcelo - http://maps.forum.nu
--
>
> I am hoping you can see what I'm doing here. The PHP script is printing
> HTML / JavaScript code to the page, whi
Array returned by Polyline.getPath()
--
Marcelo - http://maps.forum.nu
--
On Dec 28, 9:35 am, Marcelo wrote:
> On Dec 28, 3:22 am, massimo bastianon wrote:
>
>
>
> > Is there a way to get index of a point inside a polyline?
>
> A polyline, (for example of a single
/maps.forum.nu/gm_mouse_dist_to_line.html
--
Marcelo - http://maps.forum.nu
--
> a sample here:http://www.pedemontanadelgrappa.it/fu.html
> Move the mouse over the polyline. Alert is on line 130.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v
On Dec 28, 9:22 am, Marcelo wrote:
> http://maps/temp/gm_rounded_corners.html
OOPSS! Wrong URL. This is the right one:
http://maps.forum.nu/temp/gm_rounded_corners.html
--
Marcelo - http://maps.forum.nu
--
>
> ... but it uses GOverlay instead of GGroundOverlay, so it does not
>
roach could be a GroundOverlay
covering the entire world, and with a transparent "hole" in the shape
of the country you want to show. This is similar to that approach,
(V2):
http://maps/temp/gm_rounded_corners.html
... but it uses GOverlay instead of GGroundOverlay, so it does not
scale when
Listen for the event 'visible_changed' on the StreetViewPanorama
object and check the status of StreetViewPanorama.getVisible()
http://code.google.com/apis/maps/documentation/javascript/reference.html#StreetViewPanorama
--
Marcelo - http://maps.forum.nu
--
On Dec 24, 12:13 pm, Sout
On Dec 23, 6:12 am, DaveGivesPHPaShot wrote:
> Thanks Rossko. I'll switch to _POST.
Robots can do POST as well. :-)
The security is determined by how your server script treats the
variables received, not by the method used. But that's not a topic for
this group.
--
M
Your test page loads fine for me on Firefox 3.0.1
--
Marcelo - http://maps.forum.nu
--
On Dec 22, 8:45 am, "foxrg...@yahoo.com" wrote:
> Browser Firefox 9.0
>
> - Using
> 1. -Hosthttps://maps-api-ssl.google.com/maps/api/js?v=3.7&sensor=false
>
> Response
no
need to bloat the API code with a feature that only 1/1000 will use.
All you need to do is to get directions between that last two points
added and the routing engine will automatically return a point that is
on the nearest road, which you can then use to modify the position of
the marker and/or
216.223944861114
select ST_Distance_Sphere(
ST_GeomFromText('POINT(45.5398382001 10.22295620)'),
ST_GeomFromText('POINT(45.53945870 10.22567910)')
)
Result: 305.606787846591
--
Marcelo - http://maps.forum.nu
--
On Dec 22, 3:55 am, Luca Borzani wrote:
> The problem is:
>
>
ered.
http://code.google.com/apis/maps/documentation/javascript/reference.html#Polygon
http://code.google.com/apis/maps/documentation/javascript/reference.html#MVCArray
--
Marcelo - http://maps.forum.nu
--
> as I'm rather new to all this and can't figure
> out why this is happening, given th
That's because on maps.google.com they have implemented that effect.
It is not part of the API. If you want it to work that way you have to
code it yourself, as maps.google.com did.
--
Marcelo - http://maps.forum.nu
--
On Dec 20, 10:52 am, Matt Green <16vm...@gmail.com> wrote:
&
On Dec 20, 9:14 am, K Lo wrote:
> is it possible to use CSS to modify the style of title of a marker?
See here:
"How can I use X to do Y?"
http://catb.org/~esr/faqs/smart-questions.html#id479492
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are
didn't have so many
externally linked scripts I'd give it a try locally before
posting. :-)
--
Marcelo - http://maps.forum.nu
--
On Dec 20, 9:51 am, CompuMatter wrote:
> Marcello,
>
> Good eye on that tabbing. I didn't recognize that. So, only the mouse
> events ar
Whose error is this?
I cannot reproduce this. I never see it fire outside the rectangle.
> I'm guessing an iOS
> bug. Where do I report this?
At some Apple site? (I don't have an iPad or any Apple products)
--
Marcelo - http://maps.forum.nu
--
>
> -- Geoff
--
You r
geolocation function is still crashing:
Error: AUSA is not defined
Source File: http://www.usedausa.com/map3.html
Line: 68
----
--
Marcelo - http://maps.forum.nu
--
> You can check at:www.usedausa.com/map.html
>
>
e: 90
---
You're going to have to fix that first.
--
Marcelo - http://maps.forum.nu
--
On Dec 20, 3:20 am, Jaume Hernandez
wrote:
> Hi there
> I'm just going crazy with this.
> I wanted that if the user types an address, the map centers to that
InfoBox is not part of the API so I am not familiar with it, but try
adding
enableEventPropagation: true
in the optoins.
Note that you can enter the input fields and type by using the TAB
key, so it looks as if mouse events are not propagating up the
hierarchy.
--
Marcelo - http://maps.forum.nu
SPAM
On Dec 17, 6:12 pm, alpa buddhabhatti wrote:
> ---
>
> alpa buddhabhatti wants to stay in better touch using some of Google's
> coolest new
> products.
>
> If you already have Gmail or Google Talk,
> visit:http://mail.goo
gt; possible.
I add properties to API objects all the time. I feel quite confident
that Google are not about to come up with a property called
google.maps.Polygon.marcelo_index ;-)
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are subscribed to the Google Groups
&qu
ide that function
check a global boolean variable, for example:
var drawing = false; // global
...
// Inside the click listener
if (drawing == true) {
// do one thing
}
else {
// do another
}
--
Marcelo - http://maps.forum.nu
--
On Dec 16, 10:35 am, Andrew wrote:
> Hi I have a li
your own data, on your server, has
nothing to do with the API or with Google.
--
Marcelo - http://maps.forum.nu
--
>
> On 12/15/11, Marcelo wrote:
>
>
>
>
>
>
>
> > On Dec 14, 11:33 pm, meenu bhatti wrote:
>
> >> I cant change the approach as site is al
p
http://maps.forum.nu/server_side_clusterer/index.php
but the server script is not free.
--
Marcelo - http://maps.forum.nu
--
>I tried fusion
> tables,but clustering is not possible with that.Earlier there were only
> 5000 markers and it was fine.
> Please help me .I studied that we
On Dec 14, 5:26 pm, Silver wrote:
> Hi Marcelo,
> Thanks a lot.
> Please... check the follow example:
I don't parse code in my head as the compiler in my browser is much
better at doing that.
>
> In this case... I'm creating 2,000 markers in the loop, but I don't
= Untested ===
if (document.getElementById('Checkbox1').checked) {
setMarkers(map, ElementarySchools, 'e');
}
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScr
orming all too well with mouseover or mouseut events, which would
have to be triggered by a mousemove event handler on the map.
In more general terms, mouseover and mouseout on as many as 3000
objects is nuts! (IMHO) :-)
--
Marcelo - http://maps.forum.nu
--
On Dec 14, 1:46 pm, Silver wrote:
>
got a BSOD, so
I am not going to try it again right now because I have work to do,
but let us know if you need more help.
--
Marcelo - http://maps.forum.nu
--
On Dec 14, 10:13 am, Steve D wrote:
> Possible to do this? Lots of references to overlay's but I'd like an
> underlay!
index2.php
http://maps.forum.nu/server_side_clusterer/index.php
or you can subdivide the country into existing political regions, such
as states or provinces, and associate each point with one of them.
--
Marcelo - http://maps.forum.nu
--
On Dec 14, 9:51 am, Carlos Eduardo Rührwiem
wrote:
> Hell
.google.com/group/google-maps-js-api-v3/browse_thread/thread/1863801601f3f3db
--
Marcelo - http://maps.forum.nu
--
--
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-
ne 23
Your V3 map loads fine for me.
The code you dumped, (please don't do that!), is for a different map
which uses V2.
This group is for V3. The V2 group is here:
http://groups.google.com/group/google-maps-api/topics?hl=en
--
Marcelo - http://maps.forum.nu
--
>
> here my code
>
I should add to the above code:
var G = google.maps; // global
// Sorry, I can't be bothered typing "google.maps." every time. ;-)
--
Marcelo - http://maps.forum.nu
--
On Dec 10, 7:17 am, Marcelo wrote:
> What is your definition of "the pegman has been dropped onto
stPosition) {
// This is not the first drop. Do noting.
}
else {
// This is the first drop.
// add whatever action you want to take on the first drop
}
lastPosition = position;
}
else {
lastPosition = null;
}
});
--
Marcelo - http://maps.forum.nu
--
> PS: Here is the Code of the HTML page "maps.html"
Not necessary. We know how to view source.
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To po
A point and zoom level is not enough information to calculate bounds.
You also need to know the size of the map.
You might want to rethink what you're trying to do.
--
Marcelo - http://maps.forum.nu
--
On Dec 9, 2:43 am, Paresh wrote:
> Hi All,
>
> I am in a need of routi
marker.setFlat(true);
--
Marcelo - http://maps.forum.nu
--
On Dec 8, 5:13 pm, Silver wrote:
> Hello friends,
> I have a marker with a cuestom shadow assigned using *
> marker.setShadow('url_to_shadow.png');* and everything works. But... how
> can I to hide this
The Places API has its own forum, here:
http://code.google.com/apis/maps/documentation/places/forum.html
--
Marcelo - http://maps.forum.nu
--
On Nov 3, 4:47 pm, Mapper wrote:
> I am working on a project where I want to store "places" of the users and
> find people who did go to
ed on the few lines of text that you posted.
A link to your map describing what you want to happen would help.
--
Marcelo - http://maps.forum.nu
--
> This bug
> ..http://code.google.com/p/gmaps-api-issues/issues/detail?id=2972&can=1...
>
> ... describes a similar issues
m.nu/temp/MEditControl.jpg
http://maps.forum.nu/temp/MEditControl2.jpg
The constructor for that editor accepts a parent node as parameter,
but I didn't mention it before because, as you say, it is obvious. :-)
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are subscribed
rce File: http://www.viajaporcolombia.com/mapas/
Line: 752, Column: 54
Source Code:
['Termales El Otoño', 4.969534, -75.382748, 149,
'Telefono:(6) 8741410 / 8740280
-----
--
Marcelo - http://maps.forum.nu
--
> Enviado desde mi B
On Dec 8, 8:47 am, Montana wrote:
> Buenos días, tengo unos mapas implementados
> enhttp://www.viajaporcolombia.com/mapas-viales/
> con la versión 3 que venían funcionando correctamente y de la noche a
> la mañana dejaron de aparecer.
That's a V2 map. Where is your V3?
else.
(you re-iterated a figure of 2500 - I guess this was just an
> aside and not relevant to streetview).
You asked about geocoding as well.
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3
quot;
>
> And if so is the limit 25,000 or is it 2500 as for Google's geolocation
> service?
>
>From http://code.google.com/apis/maps/documentation/geocoding/#Limits
"Use of the Google Geocoding API is subject to a query limit of 2,500
geolocation requests per day"
an event for this?
Did you read the documentation?
http://code.google.com/apis/maps/documentation/javascript/reference.html#StreetViewPanorama
Event visible_changed
--
Marcelo - http://maps.forum.nu
--
>
> I guess there must be a way to do this as, in Google's regular map website
&
e control to be, put the control
on that second map and coordinate things with the main map in the
event handlers. Not pretty, but it achieves the desired effect.
--
Marcelo - http://maps.forum.nu
--
On Dec 8, 7:31 am, Garthan wrote:
> I would like to put the Drawing Controls in a Sidebar to
And what is your question? How to write a conditional statement in
Javascript?
--
Marcelo - http://maps.forum.nu
--
On Dec 6, 8:37 am, peter the power wrote:
> Hi and thanks to read these line,
>
> I need to create a conditionnal marker base on csv file.
>
> csv exemple:
>
:
http://maps.forum.nu/gm_main.html
Click anywhere in the US.
--
Marcelo - http://maps.forum.nu
--
On Dec 6, 11:06 am, matterzmore wrote:
> Greetings All!
>
> I could not find an answer to this question in the API documentation, so I
> will ask here:
>
> Is it possible to dete
You can do it with custom tiles, like this:
http://maps.forum.nu/gm_texas.html
but to do so on the visitors country you'd have to build a tile set
for every country in the world and subscribe to an IP-to-location
service in order to determine which tile set to load.
--
Marcelo -
the USPS. I don't know about other countries.
--
Marcelo - http://maps.forum.nu
--
>
> 'am I missing something?
>
> Thanks!
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To
to do it so far, but I can imagine a case in
which a business owner would want to minimize the amount of
information that his map shows about his competitors, and since the
business POIs cannot be removed selectively according to business
type, he might want to suppress the infoWindows
if you wanted to do that, sure there is a way. (There is a way for
everything!). You could use another gray polygon to represent the
shadow, but again, you'd have to adjust the lat/lon points so that the
main polygon appears to project a shadow proportional to its
elevation.
--
Marcelo - http:
Have a look at the MCustomTileLayer object at
http://maps.forum.nu/v3/gm_customTiles.html
--
Marcelo - http://maps.forum.nu
--
On Dec 3, 9:38 am, mightym wrote:
> Hey everybody, id like to overlay tiles in my maps view with some
> transparent png patterns. i found this
>
step is exactly at the border.
--
Marcelo - http://maps.forum.nu
--
On Dec 2, 12:40 pm, Janusz Kobylarz wrote:
> Easier method is (thx to gmap3 support
> [code]var steps = results.routes[0].legs[0].steps
> var a = 0;
> var tekst = [];
> $.each(steps, function(i,
By the way, you are not violating the TOS.
--
Marcelo - http://maps.forum.nu
--
On Dec 2, 7:36 am, Marcelo wrote:
> Aside from what JF suggested, you can also use mod_rewrite in Apache.
> All you need to do is to check the referrer against a blacklist and if
> there is a match redi
discredit the site in question with the suckers that payed
for membership.
When I find the time I'll have a look at my server logs as well. :-)
--
Marcelo - http://maps.forum.nu
--
On Dec 1, 8:39 pm, Joseph Elfelt wrote:
> To the best of my recollection, this interesting question has
Google folks are looking into it.
See here:
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/95dba9facc2a9b1a?hl=en#
--
Marcelo - http://maps.forum.nu
--
On Dec 1, 9:50 pm, Petr Šejba wrote:
> I have noticed the same behavior -- every map load is counted a
This example:
http://maps.forum.nu/temp/gm_bearing.html
is API V2, but the math to calculate the angles is version agnostic.
You can drag the markers to redraw.
--
Marcelo - http://maps.forum.nu
--
On Dec 1, 11:47 am, skrite wrote:
> Hey all
>
> I need to draw a circle with a line
o I couldn't have used that in my case,
but the Canadian equivalent, if there is one, but no country in the
world has as much data made public as the US has.
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are subscribed to the Google Groups
"Google Maps J
s an error
in the tile creation, for example here:
http://maps.google.com/maps?ll=58.543895,-123.780212&spn=0.948857,2.90863&t=m&z=9&vpsrc=6
Zoom out one level and part of Highway 97, (the Alaska Highway),
disappears.
--
Marcelo - http://maps.forum.nu
--
--
You received this message
eed to zoom
in a lot in order to see roads in Northern BC and the Yukon, including
the Alaska Highway, which I would have thought that it was a main
road. :-)
--
Marcelo - http://maps.forum.nu
--
--
You received this message because you are subscribed to the Google Groups
"Google Maps Java
hould support it.
For the utility library there is the utility library group:
http://groups.google.com/group/google-maps-utility-library-v3
--
Marcelo - http://maps.forum.nu
--
On Nov 29, 7:07 pm, Geoff Schultz
wrote:
> Marcelo,
>
> > There is no "infoBox" in the Google Maps A
1 - 100 of 275 matches
Mail list logo