Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
2answers
3k views

Best practices for using Markers in SLF4J/Logback

We are using SLF4J+Logback combination at our project for a while now and are quite happy with it, but our logging strategy is fairly simple, using straightforward class based loggers and no fancy ...
5
votes
3answers
842 views

Problem with large number of markers on the map

I am working on an Android app that already exists on iPhone. In the app, there is a Map activity that has (I counted) around 800 markers in four groups marked by drawable in four different colors. ...
5
votes
2answers
2k views

android maps: how to determine map center after a drag has been completed

Is there a way through the android maps API, where I can detect the map center after pan animation has completed? I want to use this information to load markers from a server dynamically. Thanks BD
4
votes
5answers
367 views

Android Mapview: Merging overlapping markers into a new marker

So I have a MapView with a lot of markers, most of which are concentrated in mile wide clusters. When zoomed the markets overlap and appear to only be one. What I want to achieve is at a certain ...
4
votes
4answers
383 views

Custom Intervals of Markers in Mathematica PlotMarkers

I am trying to plot multiple lists in the same plot in Mathematica (ListLinePlot) and use PlotMarkers and the PlotLegend Package to get the final figure. The issue is that Mathematica puts a marker ...
4
votes
2answers
5k views

Add marker on touched location using google map in android

How do I add a marker on a particular location in the map? I saw this code that shows the coordinates of the touched location. And I want a marker to pop or be shown in that same location everytime ...
4
votes
1answer
9k views

Can I change the marker in a Google Maps embedded map (iframe)?

I know I can do it with the Google Maps API, but do you know if there is a way to change the marker in an embedded Google Map? I want to replace the default "A" button for a "B" button or the marker ...
4
votes
4answers
1k views

Is there a way to identify which Google Map Marker has been clicked?

The follwoing code loops over a json object to place marker on a google map. Which works fine. function displayMarkers(data){ for(var i = 0; i < data.Lat.length; i++){ var point = new ...
4
votes
5answers
4k views

Google Maps - Thousands of markers - JSON

In the following example the markers are loaded from a JSON. If there are 20,000 markers the JSON is going to be quite big. Is there any way to send different JSON files according to zoom level ...
3
votes
1answer
50 views

show list of “raw type” warning in IntelliJ IDEA 10

Using IntelliJ IDEA 10.5.2 with Java 1.6. Having switched on the "Raw use of pamaterized class" inspection I can see the offending lines highlighted in files where the problem exists, which is ...
3
votes
2answers
153 views

Multiple markers error in Eclipse (Android app)

I am getting errors in a program that was sent to me from a different developer. In Eclipse, I get errors that say "Multiple markers at this line... must override a superclass method". The "quick ...
3
votes
4answers
1k views

Augmented Reality: Just marker recognition

Think about the usual augmented reality implementations: there's one or more marker, the software recognize the markers and usually shows something on top of them. I'm interested just in the first ...
3
votes
5answers
869 views

Google Maps: How to add HTML elements to specific coordinates?

I would like to know how and if I can add standard HTML elements (div, button) to a specific set of coordinates on the map ? For example I have a set of coordinates and I would like to attach a ...
2
votes
1answer
115 views

How to add an over (hoover) event to marker to show address

In google Maps, When I add a marker, I want it to be a bubble with the address Google came up with to that location. What options do I have to send the marker object (or is it the marker object?)
2
votes
2answers
122 views

How to exclude files/folder from Markers view in eclipse?

Is there a way in eclipse to stop markers from showing in the Markers view for files in a certain folder? I.e. I imported a Javascript library that I didn't write myself but it is going to be part of ...
2
votes
3answers
686 views

markerClusterer on click zoom

I just added a MarkerClusterer to my google map. It works perfectly fine. I am just wondering if there is any way of adjusting the zoom-in behaviour when the cluster is clicked. I would like to ...
2
votes
1answer
285 views

How to group custom markers in a custom view?

I am creating an eclipse plug-in that verifies XML and XSL code by applying some specific rules, and which generates some custom error markers (ex: Error, Warning, Info) in a custom view (called PCC ...
2
votes
2answers
530 views

What is the proper way in OpenLayers (OSM) to trigger a popup for a feature?

I have the feature ID, I can grab the marker layer on GeoRSS loadend, but I'm still not sure how to cause the popup to appear programmatically. I'll create the popup on demand if that's necessary, ...
2
votes
2answers
918 views

Augmented Reality with large and complex markers

does anyone have any experience with using large and complex images as markers (e.g. magazine layout, photo, text-layout) for a.r.? i am not sure which way to go: flash, papervision and flar would ...
2
votes
1answer
351 views

draw overlay line on google static map with markers

i used this url to draw map with overlay line ...
2
votes
2answers
2k views

Google Maps API: Adding letters to my markers on my google map

I'm trying to add a letter to my marker and then have multiple markers (14 to be accurate) with letters. l have so far done this without success. I'm a complete novice with code and google API. Can ...
2
votes
1answer
292 views

How can I show the Problem Marker properly? It is not displayed Text Editor and Problem View

I got many ideas from previous question (How to display an error sign on the Package when the Package has wrong information?) But the Problem Marker is not displayed. The resource I'm interested in, ...
2
votes
3answers
7k views

How to change Gmap markers color?

I've a custom google map with different points: Markers[0] = new Array(new GMarker(new GLatLng(45.0, 9.0)), "Location1", "<strong>Address Line</strong><br/>Some information"); ...
2
votes
3answers
347 views

Averaging a set of points on a Google Map into a smaller set

I'm displaying a small Google map on a web page using the Google Maps Static API. I have a set of 15 co-ordinates, which I'd like to represent as points on the map. Due to the map being fairly small ...
2
votes
1answer
868 views

Google Maps Tiles - how to divide 30k coordinates into tiles

Is it possible and effectively divide 30k (and growing) or more coordinates into tiles on Google Maps? My goal is to index all coordinates - assign to a tile and than define a tile size for each zoom ...
2
votes
1answer
335 views

How do I work out which of my markers are visible in my Google map?

Here is what I am trying to do. I have about 160 places of interest. The user enters their address (postcode, full address, whatever) which I use Google to geo-encode. I then create a Google map ...
1
vote
1answer
61 views

Eclipse PDE: Custom QuickFix only available in Problems View?

i am having trouble with custom quick-fixes, which i want to provide in my Eclipse plug-in, and i'm hoping for someone more experienced than me in Eclipse PDE to have some hints for me on this issue. ...
1
vote
0answers
30 views

How to import markers into Premiere CS5 from file?

We are developing a video annotation tool that can be used for segmenting, annotating and describing videos, quite similar to how ClipNotes worked in Adobe Premiere CS4 but more sophisticated. Since ...
1
vote
1answer
111 views

How to draw lots of markers on a map

I'm trying to draw on a map using markers. The problem I'm having is when I try to add lots of them, then I can't get it to run. To illustrate my problem, let's say I want to draw a square made of ...
1
vote
1answer
103 views

Google maps markers: directly from database, xml or json

What is the best way to implement google map showing markers from a database. Whether directly from the database via PHP and JavaScript, be it XML or JSON file. Which way is the fastest, safest, ...
1
vote
0answers
99 views

Removing routes rendered on a Google Map

I'm trying to do something that I gather has been done quite a few times before, although I'm having some difficulty accomplishing it. I have a webpage that displays three Google Maps. For each of ...
1
vote
0answers
83 views

Google map and divs interaction similar to Groupon.com/now

Can someone help me understand how to get the tight interaction between the map, list views and div marker elements on the "Groupon Now" UI. You can check it out here: www.groupon.com/now How can I ...
1
vote
1answer
134 views

Place infoWindow on a static position away from the marker (Google Maps)

What I want to acchieve (and couldn't find anything so far) is that the infoWindow is not attached to the marker. I'd like to place it on a static position in my viewport and just exchange the content ...
1
vote
1answer
109 views

JS/Regex - Remove surrounding parenthesis; Center marker (CloudMade Maps)

I'm new to programming so the examples that I've seen thus far have been too hard to adopt for my code. I've got a map with a text box above it that shows the current center coordinates of the map. ...
1
vote
1answer
32 views

Google maps markers dissapear after resume

Hi i am working on an app and the user adds markers my touching points on the map... the issue is that when i press back button and then resume my application the markers are lost .... any ideas?
1
vote
1answer
286 views

Matplotlib legend: how to assign multiple scatterpoints values

I'm using the matplotlib library in python to generate publication-quality xy scatter plots. I ran into a problem regarding the markers in the legend. I'm plotting 2 different xy-scatter series; one ...
1
vote
0answers
526 views

Google Map markers and filtering markers in multiple categories

I have a setup that allows me to successfully filter markers in a Google Map based on checkboxes checked on and off. Though my new challenge is certain markers belong to multiple categories, making my ...
1
vote
1answer
270 views

JFreeChart - IntervalMarker vertical?

In the examples provided by JFreechart, we see that it is possible to display horizontal IntervalMarkers. I would like to build vertical IntervalMarkers and I do not find the way to do that using this ...
1
vote
1answer
365 views

Google maps marker infowindow

<?php //connect to your database ** EDIT REQUIRED HERE ** mysql_connect("localhost","root","root"); //(host, username, password) //specify database ** EDIT REQUIRED HERE ** ...
1
vote
1answer
619 views

Marker content (infoWindow) Google Maps

I'm trying to add infoWindow's to multiple markers on a Google Map. The closest I have come is to get an infoWindow to display the last address you can see in the array, on all markers. The bit of ...
1
vote
0answers
281 views

Google Maps Marker - change opacity

How can I change opacity of my markers in google map V3 with jQuery slider? If I can add class to marker, It's easy, but I can't (or I don't know how).
1
vote
2answers
840 views

strange behavior of marker events in OpenLayer

Hey. I have markers layer on my map. Every time I add a new marker I register it to a mouse-click event: var lonlat = new OpenLayers.LonLat(lon,lat); var marker = new ...
1
vote
3answers
905 views

Help with multiple markers with labels in Google Maps

I'd like to implement multiple markers with labels (documented here: http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.0.1/docs/examples.html) and I'm having some ...
1
vote
1answer
104 views

Eclipse: Pass data between IMarker and IMarkerResolution

What is the established way to pass some data — more than int, boolean, String because those can be handled as marker attributes — from the class that creates an IMarker to an IMarkerResolution so ...
1
vote
1answer
368 views

Get the last node of a Google maps XML file

I have been playing around with Google maps API v3 because v2 is depricated and no longer works for my site Instead of displaying every pointer in the xml file on the map, i want to display the ...
1
vote
1answer
363 views

How do I draw custom “Callout Bubbles” (the place name transparent-gray overlay) in an iPhone application using non-google maps?

I'm building an iPhone application with a map inside (using route-me, not MapKit). I have some markers on the map, and I want to have an overlay - similarly to the google maps one - that appears ...
1
vote
0answers
269 views

How can I access the objects created by DirectionsRenderer in Google Maps V3

Is there an easy way to get access to the objects/properties of the markers and infowindows created by the DirectionsRenderer? (i.e. the "A" and "B" endpoints of the route) I'm looking to replace ...
1
vote
2answers
457 views

Plug-in Development: Creating Problem Marker for a Given Resource

I seem to be having a problem with associating a problem marker with a resource; in my case, I'm trying to create a problem marker for the editor. To achieve this, I've tried to do the following: ...
1
vote
0answers
418 views

Retrieving the list of markers loaded from a ggeoxml

I need to get the list of markers after I load them on the map from a kml file with map.addOverlay(geoxml); I tried this geoxml = new GGeoXml("http://www.mydomain.com/mykmlfile.kml"); ...
1
vote
1answer
831 views

MediaElement Markers Missing in WPF

I see that there is a Markers Property on the MediaElement, but this seems to be available to the Silverlight MediaElement, not the WPF MediaElement? Can you help me with what I'm missing? I'm ...

1 2 3