Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
2k views

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 ...
2
votes
1answer
259 views

Free DICOM files, with Multiple Overlays

I'm in need of some sample DICOM files that I can use to test out multiple overlays. I have looked everywhere, maybe i'm not searching for the right thing idk, but could anybody help me with this?? ...
2
votes
1answer
4k views

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 ...
2
votes
2answers
2k views

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 ...
2
votes
2answers
533 views

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. ...
1
vote
1answer
127 views

Show the listview item clicked location on google map

I have created an application which shows the multiple overlay as the result of search button click ,there is one more button result list ,which open a dialog box with list view having the details of ...
1
vote
0answers
95 views

Loading MKMapKit overlay tiles from server

The Apple sample code TileMap is great at showing how to add raster image overlays using gdal2tiles, but it depends on having the tile directory on the device. What is the best way to adapt the code ...
1
vote
1answer
79 views

KMLViewer Question

This is my first post and I am admittedly over my head, but I do need some help. I downloaded Apple's KMLViewer example to look at overlays in maps. After getting it to work, as part of my ...
1
vote
1answer
218 views

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
1
vote
1answer
744 views

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 ...
0
votes
2answers
14 views

Android - Custom List (Overlay elements that stay on certain positions in the list)

I want to create a custom-list in android like on this picture: http://img7.imageshack.us/img7/4459/androidcustomlist.png (can't post it directly because I'm new) how should I create those custom ...
0
votes
0answers
26 views

Google Map Over Lays using KML file

I have a KML file with hundreds of lat/long points used to draw overlays on Google Maps. Example KML file. http://www.no5w.com/OverlayON_Rev2.kml Example displayed on a map: ...
0
votes
2answers
61 views

How to set focus on an element and overlay the rest

take a look at this link http://robertnyman.com/fat/index.htm the library will add a functionality to set a focus some element that we want and make the rest elements overlayed. it helpfull for ...
0
votes
1answer
90 views

Google Maps very slow with Overlays

I have a MapView in which I place some ca. 200 Overlays, all with the same picture. I get the location-data with Restlet. But that shouldn't be the problem, because I get the Data fast enough. The ...
0
votes
1answer
77 views

CSS overlay menu not working in firefox

I have this code style.css .row { position: fixed; top: 0; left: 0; bottom: 0; height: 22px; width: 100%; background: black; color: white; padding: 0px; } ...
0
votes
0answers
54 views

maven-jetty-plugin ignores my classes and properties

given this configuration: <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> ...
0
votes
1answer
132 views

overlayMapTypes using jquery-ui-map plugin

I'm showing some map tiles with google maps api v3 and jquery-ui-map (http://code.google.com/p/jquery-ui-map/) And then I have this instruction: map.overlayMapTypes.insertAt(0, trafficMapType); ...
0
votes
0answers
27 views

groundoverlay not working in jqoutch?

var mapcenter = new google.maps.LatLng(40.63975,-73.7789256); var imageBounds = new google.maps.LatLngBounds( new google.maps.LatLng(40.636122,-73.79735), new ...
0
votes
3answers
200 views

Android Map Overlay Issues

Is there any way i can implement a zoom listener that can trigger events as soon as the zoom level changes. So far, i have managed with the onUserinteraction method manually checking for changing ...
0
votes
0answers
88 views

Overlay view not loaded in a customTabBar application

My customTabBar application loads a view controller when one of the custom tab bar buttons is pressed. One of the tab bar buttons, opens a UIImagePickerController with an overlay on top but the ...
0
votes
0answers
106 views

Creating a selectable/clickable overlay on Google Maps

The background purpose is that I want to divide a country into different regions. For example, divide USA into all its states. Each state should be clickable or selectable in a checkbox way, so that I ...
0
votes
0answers
396 views

Google Maps overlayMapTypes

Hi everyone I'm using google maps overlayMapTypes to display a set of tiles above all map. At first they all have a black background so they hide all the map space. However now I want to change a ...
0
votes
0answers
25 views

Application force cloe in google map due to overlays

Whenever i run this set of codes, i would encounter an application force close error. The problem seems to be becuase i am having too many overlays appear at the same time. Is there anyway to format ...
0
votes
0answers
72 views

iOS Rotation on images within UIView Overlay

I've got an app im developing that requires that it only be run in Landscape mode on both iPhone and iPad. I've got it to require that and it works, however i have an issue when designing my ...
0
votes
1answer
442 views

GeoPoints from existing SQLite Database

I am trying to populate a map overlay with markers using lat and long from an existing SQLite database. I have found examples where you input the lat and long as part of the method but none where it ...
0
votes
2answers
126 views

Placing multiple overlays as a user

I've been working on a project to create a map (using googles api) where the user can longpress to place custom overlays. So far I've been able to allow the user to place one overlay, but when you go ...
0
votes
0answers
125 views

Android: overlaying marker on static png file

I have a static Train route map(png file) similar to weighted graph..I want to display a marker on nodes(at exact pixel coordinates) along my selected route....i am planning to show a large fixed size ...
0
votes
2answers
125 views

can i add views to overlays in android maps?

Is there a way to add views to ItemizedOverlays in android maps? If there is a way please tell me how to.. thank you.. When ever i tap on a marker i want to display its info with images, text and ...
0
votes
2answers
452 views

Removing overlays from mapView

I create overlays in mapView , the problem is when I get back to the mapsview activity again, i see the overlays that i previously made. i have tried to remove overlays in ondestroy method which ...
0
votes
1answer
156 views

Overlays icon on different files based on statuses

Hi i am new to shell extensions. I read the http://www.codeproject.com/KB/shell/overlayicon.aspx article and was able to show overlays icon on the files whose names contains the string "sample". Now ...
0
votes
0answers
202 views

TortoiseCVS Icon Overlays Problems after installation of SugarSync

I am using TortoiseCVS for years on WinXP. Few days ago I installed SugarSync, and suddenly there were no more icon overlays for TortoiseCVS. I uninstalled SugarSync, and reinstalled TortoiseCVS ...
0
votes
0answers
184 views

Add Multiple Marker in category then have a menu to show and hide that category

i have a difficulties to show-hide multiple markers (i set it on my own locations and my icons and my category) using checkbox to show hide that markers,if i checkbox = true, the maps only show the ...
0
votes
2answers
392 views

DICOM and DICOM overlay question

I have a DICOM image that I am reading using C# and converting it into a 16bit bitmap. The bitmap gets created but the image has DICOM overlays. I want to burn the overlay into the bitmap while ...
0
votes
1answer
174 views

How to show overlay only in specific base layer?

I use OpenLayers v2.8 mapping library and I have multiple base layers and one overlay. That overlay is available with all the base layers, how do I put this overlay only to a specific base layer? I ...
0
votes
1answer
128 views

String Overlay in Android

is there anyway of creating a String overlay? Because I'm working on a project which I show the spots in the map, but I wanna also show some String identifing the spot, like an id, for example att, ...
0
votes
1answer
192 views

Android: google maps deactivate overlays

I'm new to Android development and have some question regarding overlays in googlemaps API. What I'm trying to achieve is a class that adds one and only one marker at the position where you tap, I ...
0
votes
0answers
126 views

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 ...
0
votes
1answer
307 views

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 ...
0
votes
1answer
156 views

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 ...
0
votes
3answers
2k views

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 ...
0
votes
3answers
985 views

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 ...
0
votes
2answers
5k views

Jquery: Transparent overlays on hover

basically I have 4 images with divs set up like this: <div id="selector"> <div id="1"><div class="folio_container pk"><div ...