Hi Larry,
Sorry for posting this in this group. Shall I post this in V3 group?
I am a web designer and i am working on Google Maps API for the first
time.
I have copied the code from http://econym.org.uk/gmap/example_map9.htm
I made some changes to styles but am not able to do much.
Here is th
Hi, I've been working on a web based tile cutter based on Google App
Engine (Python) for the past few weeks:
http://www.piritiles.com
You can create a custom Google Map out of any image with a few clicks.
Here's links to a few example maps:
Burning Man aerial view: http://www.piritiles.com/map/8
On Jul 26, 10:55 pm, Krishnam wrote:
> Hi all,
>
> Real new to google maps API.
>
> I am using this map for my web site.
>
> Example pagehttp://econym.org.uk/gmap/basic9.htm
>
> Maphttp://econym.org.uk/gmap/example_map9.htm
>
> I need help;
>
> 1) When I click on a link it should highlight so that
You don't need stylemap tags, just style tags and then refer to those
ids in your placemarks.
On Jul 26, 6:02 am, mIDO wrote:
> Hi People,
> I'm migrating from v2 to v3 and I have a question. Now, i'm using
> KmlLayer, but How Can I use custom icons for each rss? Supose I have 3
> feeds: hotels,
On Jul 27, 1:24 am, CSharp wrote:
> Here's the link for the StreetView that I promised to include:
>
> http://www.mentoreng.com/testing/public/streets.html
on IE8 I found that the "je is null" error doesn't happen if you
construct the panorama with the option of visible:false, rather than
setting
Hi all,
Real new to google maps API.
I am using this map for my web site.
Example page
http://econym.org.uk/gmap/basic9.htm
Map
http://econym.org.uk/gmap/example_map9.htm
I need help;
1) When I click on a link it should highlight so that its clearly
visible that the map is showing that parti
Yeah something similar to that, except I would like to do it in
Satellite Mode with just the borders. No roads or names of places. Did
you export the borders from google earth or something? I'm trying to
overlay the states within Australia.
Nice maps by the way, how did you do that? Custom js?
C
Joseph,
I took a look at your document and managed to get my map working for
one of the KML files (I'm trying to display two). All I did was add
" {preserveViewport:true}" to the end of both KML files. That causes
it to be zoomed in to the correct area, but only display one KML file.
But thank yo
Consider a KML ScreenOverlay. You can park it anywhere. Stick your
logo in a png file.
For more info:
http://code.google.com/apis/kml/documentation/kmlreference.html#screenoverlay
http://groups.google.com/group/kml-support
--
You received this message because you are subscribed to the Google G
Robbie,
I looked at your map but did not see radar images.
I recently dealt with a related issue involving KML files, zoom and
viewports. Here's the test map I made after I got it working.
Hopefully this will shed some light for you.
http://www.mappingsupport.com/forum_post/preserveViewport_kml
Rossko,
That works like a charm! Thanks a lot!
Well it works in keeping the KML from overriding the zoom I set, but
for some reason the actual radar images aren't showing up unless I
view it on localhost... I guess that's another issue altogether. Any
insight on what could be causing that?
Is it
I suggest using Firebug or Chrome Developer Tools to debug your page.
When you click on a Fusion Tables feature, you attempt to access the
map in the line:
iw.open(map);
However, map is a local variable to the initialize function. If you
make map global, then your code should work.
Regards,
Jam
> Do you know a working sample or the way to obtain latitude and
> longitude of the corner ?
That would keep changing with map movement/zoom.
The usual approach would be to set up your logo as a Custom Control,
like Google's logo.
http://code.google.com/apis/maps/documentation/javascript/cont
> The radar images display properly, however, the
> map acquires the zoom and center properties of the KML files. I'd like
> to be able to force it to center on a specific location.
I'd think you need to use the preserveViewport option to prevent the
KML auto-centering and overriding your intial p
> I have everything working great when the form is not located
> in the info window (or in the "map_container" div that hosts the
> google map). However when the input form is located inside the id="map-container"> that holds the map, the Javascript does not seem
> to be able to getElementById an
Thanks for pointing that out, it has been fixed and should be live soon!
-- Luke
On Mon, Jul 26, 2010 at 6:03 PM, federico ulfo wrote:
> In the doc there's a misspelling of BYCICLING wrote as BYCILING
>
> http://code.google.com/intl/it/apis/maps/documentation/javascript/services.html#Directions
Try something like:
google.maps.event.addListener(marker, 'click', function() {
if (panorama.getVisible()) {
infowindow.open(panorama, marker);
} else {
infowindow.open(map, marker);
}
});
--
You received this message because you are subscribed to the Google Groups
"Google Maps Ja
Having trouble getting InfoWindows to behave correctly
( subjective ;-)
http://vicinitysolutions.cerebrateaquarium.com/map3Test.html
I want the infowindows to appear when either in map-view or street-
view.
In the link above two of the placemarks, the two left ones, the
infowindow open in map-vie
I have the same problem - it started with the 22nd July update. I
haven't found a way around it yet. I start off with my street view div
hidden and then show/hide it as I need to - the first time I try and
show it I get the "je is null or not an object" error. I have reported
it to Google and they
I would like to geocode an address entered by a user, store it for
display on a map, then when the user displays the map, give him the
option to export the coordinates to KML. Can I do this if I purchase
a Premier license?
--
You received this message because you are subscribed to the Google Gro
To make it working you need to declare the map object first of all,
and than you must attach the text of the marker:
attachInstructionText(marker, *your text*);
2010/7/26 Terry
>
>
> On Jul 26, 6:48 pm, Marcelo wrote:
> > On Jul 26, 12:33 pm, Terry wrote:
> >
> > > I'm doing a search f
Hey everyone,
I'm new to web development, javascript, all this stuff. But I've
reviewed the Google maps references and googled this issue extensively
and just can't seem to figure it out.
I have a weather webpage and I'd like to display some radar on a
Google map. The National Weather Service off
I don't think that this example works for my maps: i wanna build a
static panel.
i've created this code that works in a blank page:
http://www.google.com/mapfiles/
marker_green.png">
Impianto senza ticket
aperti
http://
Hello All,
I'm creating a site where markers will be clicked, opening unique info
windows which will have the destination already embedded - the user
will fill in their address and click the submit button, displaying the
directions to that particular marker.
I have everything working great when t
I am looking to add my logo company name into google maps in the top
right corner.
I don't really arrive using the Drawing Custom Controls.
Do you know a working sample or the way to obtain latitude and
longitude of the corner ?
--
You received this message because you are subscribed to the Goo
Just fill the div with a loading gif.
function init(){
loadMap...blah...blah
}
Loading, Please wait...
On Jul 25, 4:27 pm, Trachy wrote:
> Hello,
> have you an example of how to realise a loading message before map
> appears.
> Thanks
> Trachy
--
You received this message because you
Try this marker.setMap(null)
Bye,
Federico.
2010/7/26 Terry
> I'm doing a search function whereby when i search for an area in my
> campus, a maker shows up to indicate where is the location that i have
> search for. After that, i would click on the marker and there would be
> an overlay image t
In the doc there's a misspelling of BYCICLING wrote as BYCILING
http://code.google.com/intl/it/apis/maps/documentation/javascript/services.html#Directions
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, se
Hi,
I've been trying to get this work for days now. According to the
docs, V3 of the Maps API allows you to get the featureData from a KML
Feature on a Kml "click" event after the KML is overlaid.
I'm getting "some" data in the returned JSON object, but not
everything thats contained in my KML (
Hi People,
I'm migrating from v2 to v3 and I have a question. Now, i'm using
KmlLayer, but How Can I use custom icons for each rss? Supose I have 3
feeds: hotels, apartments, restaurants and each of them has a lot of
points. I want a diffenrent icon for each one of the categories...
Furthermore, sh
setTimeOut exec the action with certain delay,
use instead Date object to set a waiting time to exec the action:
here your solution, may not work propertly but, you get the idea:
var onOverTime, oldOverTime = 0// time on mouse over
var actionTime = 3 // seconds to w
Hi all,
Does anyone know how to snap a user clicked point to a street in the
version 3 of the GMaps API?
I tried the trick of asking for directions from the clicked point to
the same point used in
http://econym.org.uk/gmap/example_snap.htm
only I used the directionsservice in v3 instead
Great, i'll try that out! Thanks for the help :)
On Jul 24, 2:44 am, Pil wrote:
> The title property of markers expects a string not html.
> As far as I've seen Google generally and consistently uses utf-8
> characters, so the easiest solution would be using the encoded utf-8
> charset too.
>
> B
Hi Marcello, thanks for this idea.
I tried it out and the overlay maintains its quality even when you
zoom in quite hard.
The trouble is google maps stops showing the ground overlay when you
exceed a certain zoom. It seems to stop showing the overlay when the
percentage of the ground overlay that i
thanks. will investigate with the authors of highslide. There is no
problem as such with the 'map'. It is with its size.
K
On Jul 26, 9:42 pm, Rossko wrote:
> > Have checked and it is already set as:
> > html,body{ padding:0;
> > height:100%;
>
> In a 'normal' webpage, will inher
> Date: Mon, 26 Jul 2010 15:31:50 -0700
> Subject: [Google Maps API v3] Re: delaying Google map event for mouseover on
> markers
> From: aliquis.igno...@gmail.com
> To: google-maps-js-api-v3@googlegroups.com
>
> Awesome! I should have thought about the clearTimeout and the
> mouseout event.
>
Awesome! I should have thought about the clearTimeout and the
mouseout event.
Thanks!
On Jul 26, 1:31 pm, Rossko wrote:
> > Can this be done and how (if possible)?
>
> Use setTimeout.
> The trick is to reset a timer upon mouseout event occuring inside your
> 'settling time', so that the timeou
cool, thank you. Sorry, I should have looked it up.
On Jul 26, 2010, at 5:08 PM, geocode...@gmail.com wrote:
> On Jul 26, 1:56 pm, David Giglio wrote:
>> I'm getting the hang of this, but am confused about when I can use certain
>> functions. For instance, why does bounds here return undefined
On Jul 26, 1:56 pm, David Giglio wrote:
> I'm getting the hang of this, but am confused about when I can use certain
> functions. For instance, why does bounds here return undefined? It seems like
> I have to wait for the map to fully appear, but I don't understand...does the
> map loading comp
I'm getting the hang of this, but am confused about when I can use certain
functions. For instance, why does bounds here return undefined? It seems like I
have to wait for the map to fully appear, but I don't understand...does the map
loading completely trigger an event I can use to put my code
> Have checked and it is already set as:
> html,body{ padding:0;
> height:100%;
In a 'normal' webpage, will inherit 100% of the size of the
desktop window, which is some pixel size known to the browser.
However, if this webpage is in an , it'll inherit 100% of the
iframe size ; whi
Hi,
I posted a bug report on this like a month ago :
http://code.google.com/p/gmaps-api-issues/issues/detail?id=2528
It's been tested extensively, and the only workaround you'll find online is
to use the DOM and the CSS property that's IE specific.
Star it to make them acknowledge it.
We decid
Include the map div as well
html, body, mapdiv_id#{ ...
On Jul 26, 11:10 am, karlh wrote:
> Hi
> Have checked and it is already set as:
> html,body{ padding:0;
> height:100%;
> border:none;
> width:100%;
> margin:0;
> background-color:#CCFF77;
>
On Jul 26, 12:32 pm, JOS wrote:
> Hi,
>
> When I creaet some markers on my api v3 map they appear fine but can
> dissapear when I zoom in using IE 6...any ideas why this may be
> happening.
This has been reported before.
http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/cbb9
Hi,
When I creaet some markers on my api v3 map they appear fine but can
dissapear when I zoom in using IE 6...any ideas why this may be
happening.
I am calling the initialize method from a
jQuery(document).ready(function() {
Thanks,
Jerry
var map;
function initialize() {
var my
> Can this be done and how (if possible)?
Use setTimeout.
The trick is to reset a timer upon mouseout event occuring inside your
'settling time', so that the timeout never expires to triggers the
infowindow.
http://www.akxl.net/labs/articles/handling-events-in-javascript---from-basics-to-best-prac
me again, just want to refresh my question.
Still haven't found a solution for this bug/problem. Isn't out there
anybody who have some helpful comments?
Sascha
On 30 Jun., 13:42, archinform wrote:
> Hi Google team,
>
> spent some more hours on finding the bug, why the Google maps aren't
> movabl
Is there a way to delay a mouseover event from occurring? With this,
I don't mean setTimeout and call some anonymous function or some other
function after a certain time has elapsed. The setTimout only delays
and shifts all functionality to another open queue time. So, in the
end, the Infowindow
Hi
Have checked and it is already set as:
html,body{ padding:0;
height:100%;
border:none;
width:100%;
margin:0;
background-color:#CCFF77;
}
K
On Jul 26, 6:31 pm, Grok Lobster wrote:
> http://econym.org.uk/gmap/basic19.htm
>
> On Jul 26, 8:59
Many thanks. will try as suggested
K
On Jul 26, 6:31 pm, Grok Lobster wrote:
> http://econym.org.uk/gmap/basic19.htm
>
> On Jul 26, 8:59 am, karlh wrote:
>
>
>
> > Hi and thanks
> > surely, as the map is displayed in an iframe, it should be enough to
> > state the iframe's width and height in %
http://econym.org.uk/gmap/basic19.htm
On Jul 26, 8:59 am, karlh wrote:
> Hi and thanks
> surely, as the map is displayed in an iframe, it should be enough to
> state the iframe's width and height in %s, instead of px? whenever I
> try %, the map opens in new FULLSIZE window
> K
>
> On Jul 23
Hi and thanks
surely, as the map is displayed in an iframe, it should be enough to
state the iframe's width and height in %s, instead of px? whenever I
try %, the map opens in new FULLSIZE window
K
On Jul 23, 10:36 pm, Kesuke wrote:
> I use something like this code on my map to handle resiz
I figured out and fixed the issue . Thanks for your support.
On Mon, Jul 26, 2010 at 10:35 AM, geocode...@gmail.com wrote:
> On Jul 26, 8:05 am, sudhakar kanniyan
> wrote:
> > Actually as in the example it works in my website of google map. I do
> have
> > 10 html hyperlink outside of the googl
On Jul 26, 8:05 am, sudhakar kanniyan
wrote:
> Actually as in the example it works in my website of google map. I do have
> 10 html hyperlink outside of the google map for each location. so when user
> click on the location hyperlink , infowindows opens in the google map. For
> each location hype
Here's the link for the StreetView that I promised to include:
http://www.mentoreng.com/testing/public/streets.html
--
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...@goog
TransportDublin Google Maps Route Planner Github Project
Hi,
I have been working on a Dublin Public Transport Route Planner.
Powered by neo4j a nosql graph database with spatial features & offers
implementations of common graph algorithms and google maps API v3
I have just uploaded the project to
Actually as in the example it works in my website of google map. I do have
10 html hyperlink outside of the google map for each location. so when user
click on the location hyperlink , infowindows opens in the google map. For
each location hyperlink click an infowindow opens in google. My questi
The bones of the context menu in this map now work fine.
I stopped event propagation/bubbling as Susannah recommended.
Click the map to drop (draggable) markers and draw a line.
Right click a marker for the context menu.
When you select a menu item (1) the corresponding function will
execute, (2)
Try GlobalMapper
On Jul 25, 9:56 am, Dimuthu Thammitage wrote:
> Can you please tell me how can I download a GeoTiff file of Liverpool city,
> UK
>
> --
> Dimuthu Thammitage
> MSc in Computer Science(Reading), BSc, MBCS
--
You received this message because you are subscribed to the Google Group
Thanks William,
That is quite perceptive.
Albert
On Jul 23, 8:55 pm, William wrote:
> On Jul 24, 3:10 am, Albert Sun wrote:
>
> > Looking at the San Francisco map, zoom in once towards the Golden Gate
> > bridge. The path north of a certain point on the bridge disappears.
>
> your map has 3 ve
Not with Google Maps (including the API)
Not with Google Earth either (including the Pro version I beleive)
Think will need to persue a non Google solution.
On 25 July 2010 17:56, Dimuthu Thammitage wrote:
> Can you please tell me how can I download a GeoTiff file of Liverpool city,
> UK
>
> -
On 25 July 2010 08:16, Mario wrote:
> So, the proposal is to store MORE data points and draw polylines,
> right?
Also helps avoid the issue where the 'simulated' route doesn't match reality.
Such as the tracked device following a brand new road that is not yet
shown in base map; where the chosen
On Jul 26, 1:07 pm, Terry wrote:
>
> i tried that code. the marker never appear at all. i want the marker
> to appear first then remove.
You have to execute it at the right time, of course, but without a
link to your map that's all the advice I can give you.
--
Marcelo - http://maps.forum.nu
--
That would create an anonymous function for each marker as well, so no
saving in terms of function counts. To actually share the function, do
function createMarker(latlon,markerId){
var marker = new google.maps.Marker({
marker.myMarkerId - markerId;
google.maps.event.addListener(marker,
On Jul 26, 6:48 pm, Marcelo wrote:
> On Jul 26, 12:33 pm, Terry wrote:
>
> > I'm doing a search function whereby when i search for an area in my
> > campus, a maker shows up to indicate where is the location that i have
> > search for. After that, i would click on the marker and there would be
On Jul 26, 12:33 pm, Terry wrote:
> I'm doing a search function whereby when i search for an area in my
> campus, a maker shows up to indicate where is the location that i have
> search for. After that, i would click on the marker and there would be
> an overlay image that comes out. but my marker
I'm doing a search function whereby when i search for an area in my
campus, a maker shows up to indicate where is the location that i have
search for. After that, i would click on the marker and there would be
an overlay image that comes out. but my marker showing the location is
still there. I wa
When added a infoWindow I had problems finding what was the MVCObject
to use with infoWindow.open(map, MVCObject). I made an implementation
of setPosition on the InfoWindow instead and that works fine
(infoWindow.open(map); infoWindow.setPosition(cluster.getCenter());).
But is there any way to do t
Now the clickevent works fine but I'd also look for "mouse over" and
and "right click" event.
What I am about to implement is clustered markers that with mouse over
returns the titles of all the markers in that cluster.
Click zoom in as default.
Right click open a infowindow with information of th
Oh, why didn't I think of that myself? Thank you very much, I think
that this is exactly what I need!
On Jul 26, 11:17 am, Marcelo wrote:
> It's probably not too heavy and it is common practice, but if you
> prefer it you can use a single named function, like:
>
> function createMarker(latlon,mar
On Jul 26, 7:59 am, Chris wrote:
> Is there a way to display the borders of states/provinces within a
> country without displaying all the roads, locations and place etc?
Custom tiles?
V2 examples:
http://maps.forum.nu/gm_main.html?lat=37.649034&lon=-96.855469&z=4&mType=9
http://maps.forum.nu/g
It's probably not too heavy and it is common practice, but if you
prefer it you can use a single named function, like:
function createMarker(latlon,markerId) {
var marker = new google.maps.Marker({position: latlon, ... etc.
marker.myMarkerId = markerId;
google.maps.event.addListener(marker,
72 matches
Mail list logo