overlays

Google Maps Overlays

I'm trying to find something, preferably F/OSS, that can generate a Google Maps overlay from KML and/or KMZ data. We've got an event site we're working on that needed to accommodate ~16,000 place markers last year and will likely have at least that many again this year. Last year, the company that had done the site just fed the KML data...

Jquery: Transparent overlays on hover

Hi guys, basically I have 4 images with divs set up like this: <div id="selector"> <div id="1"><div class="folio_container pk"><div class="overlay"></div></div></div> <div id="2"><div class="folio_container ybn"><div class="overlay"></div></div></div> <div id="3"><div class="folio_container u"><div class="overlay"></div>...

Can I overlay Google Logo on map or move it to top right?

I am wondering if I could put an overlay element over Google logo on map, or change its place to top right. I have an example picture( link is below ) that I made overlaying Google logo. Please help to give some solutions with this issue! Thanks! Example image: Overlaying google map logo ...

Changing text appearance in Emacs: overlays work, text properties don't

I've been experimenting today with text properties in Emacs. If I position the cursor on a line with some text on it and then execute the following code with M-:, the line is redisplayed in bold. (overlay-put (make-overlay (line-beginning-position) (line-end-position)) 'face 'bold) If, however, I wipe out the overlay with (remo...

Overlays not working in Google MapView Tutorial Android

Got some errors following the tutorial for MapView when i was going to integrate overlays. TravelBuddy.java package com.jappapps.android.travelbuddy; import java.util.List; import android.graphics.drawable.Drawable; import android.os.Bundle; import com.google.android.maps.MapActivity; import com.google.android.maps.MapView; import co...

trying to get the most accurate device location from GPS or Network in Android

I am trying to determine the most accurate location of a device, in the shortest time possible. I am storing the data as a geopoint, and have it displayed on a mapview. The last time I activated the GPS on my device and let it get a location lock, i was approx 80 miles from where I am now. I have a location manager setup and a locatio...

Replacing content with jquery.

I am loading a movie into a overlay. My problem is that when I close the div overlay the movie continues to play. I do not control the code on the move side it is imported via a script tag which then opens in a iframe. I am able to remove the content of the of the div and then the movie stops playing. Then of course when the user opens t...

Creating a dynamic (video) Overlay on Google Maps on Android 2.1

I'm trying to create a map overlay for displaying a video stream (MJPEG) on top of a Mapview. Currently I've a standalone activity that creates a data thread for fetching MJPEG video frames. I'm using a handler to send a frame (as a Bitmap) from the data thread to the main activity which then updates the UI. I'm not sure how to impl...

Android Google map balloon over overlayitem

I am using google map, displaying overlayitems on the google map. To create balloon effect, i am using customize view and using geopoints with MapView.LayoutParams to display it at particular location. overlayitem's icon and baloon both having same geopoint thats why they both are overriding eatch other. I want to display baloon over ...

Google Maps API 3. Text selection in overlays.

How to make a text selection in my overlays? Now my overlays inactive for text selection and creates a zoom when i double-click in overlay. http://img121.imageshack.us/img121/9022/overlayph.png ...

how to get all Overlays via KmlLayer class on google-maps-v3 not noly when someone click .

i follow this article ,and the code is : var myLatlng = new google.maps.LatLng(40.65, -73.95); var myOptions = { zoom: 12, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP } var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); var nyLayer = new google.maps.KmlLayer('http://www.searcharoo.ne...

who can give me a link that using geo-atom

this is the geo website that has geo-atom and geo-rss but the website don't has all geo Overlays ,like :Polylines ,Polygons,Icons, i has a geo-rss that has all about it, it is here but i can not find a geo-atom that has all Overlays demo, can you give me one , thanks ...

Android - how to get more accurate location?

I'm trying to get my current location and show it on a map. Class com.google.android.maps.MyLocationOverlay.MyLocationOverlay does most of the work for you. But it's coming back with a very coarse result that's off by a couple of clicks. I'm listening for onAccuracyChanged() but that never gets called. How can I get a more accurate...

Can't get overlay to load as an overlay

When I click on the link for myPic.jpg, it loads a separate window instead of an overlay, which is not what I want. Here's the code from my test page, including what I think is verbatim repetition of Floatbox's instructions. Can anyone tell me what I'm doing wrong? I've had similar problems with other overlay coding (Lightbox clones) as...