This class is used to create pop-up balloons for pushpins to be displayed in Bing Maps (similar to InfoWindow in Google)
Questions tagged [infobox]
159 questions
2
votes
1 answer
What's the best way to extract specific text from Wikipedia's Infobox using BeautifulSoup and lists?
I'm using BeautifulSoup to extract specific text from Wikipedia's Infoboxes (revenue). My code is working if the revenue text is within an 'a' tag. Unfortunately not all pages have their revenues listed within an 'a' tag. Some have their revenue…

SallyH
- 23
- 3
2
votes
1 answer
MediaWIki table (infobox) goes to bottom-right of the page
I'm trying to add an infobox to a page on my MediaWiki site.
I have this code in my common.css:
.infobox {
border:1px solid #aaaaaa;
background-color:#f9f9f9;
padding:5px;
font-size: 95%;
border-collapse: collapse;
margin-left:…

magnusl
- 45
- 7
2
votes
0 answers
Google Maps InfoBox enableEventPropagation
I am using the InfoBox plugin to create custom interactive info-windows in google maps. From these infowindows users can scroll through a list and click on an image to invoke some script. Everything works, the issue is when enableEventPropagation is…

user3032973
- 415
- 2
- 8
- 26
2
votes
1 answer
Google maps api: callback=initialize fails?
So, the fundamental problem that I am trying to solve is that when placing my google map inside the CMS that I'm using, I get an "uncaught reference error: google is not defined".
According to this answer:
Google Maps API throws "Uncaught…

Kaare
- 531
- 1
- 7
- 26
2
votes
1 answer
Google Maps: infobox turns up behind markers?
For some reason my infoBox'es turn up behind the markers. I know this is supposed to be impossible, but it is never the less the case. Here is the code for my markers:
var yellowCircle={
path: google.maps.SymbolPath.CIRCLE,
…

Kaare
- 531
- 1
- 7
- 26
2
votes
2 answers
Google Maps API: infobox in a loop - why are all infoboxes displaying the last value?
I basically have an array of states, and I loop through them, create a marker for each state, and then create an infobox that should appear when hovering over each marker (and disappear on mouseout). My trouble is that while the markers are…

froadie
- 79,995
- 75
- 166
- 235
2
votes
2 answers
How do I speed up infoBox.open() on FusionTables layer click?
Setup
I have a polygon map of all the Provinces in South Africa.
This is then pulled into a v3 Google Map as a FusionTablesLayer as follows:
// The Google Map object
map = new google.maps.Map( mapCanvas, mapOptions );
// The FusionTables…

Labu
- 2,572
- 30
- 34
2
votes
0 answers
I don't want to click 'through' an Infobox
I'm currently having issues with the google-maps-utility-library plugin for custom infoBoxes on a Google map.
I can successfully create a custom shaped infoBox as I want it to be. But on mobile devices (tested on Galaxy S2 and iPad) I can click…

Timo Helmke
- 392
- 3
- 9
2
votes
2 answers
google map disappears when marker clicked
I have an infobox on a clickable polylines and polygons.
When I click any of them an invisible marker is created and the infoxbox pops up for it.
The problem is that when the infoxbox appears the map dissapears.
I don't get any javascript…

nickornotto
- 1,946
- 4
- 36
- 68
2
votes
1 answer
Hyperlinks in Bing Maps infobox breaks Windows 8 App Navigation State
I have Bing Maps on a page in my WinJS Windows 8 Application.
The Map has a few pins each with its own Infobox. When clicking on the pin it displays the infobox correctly with its content. The content contains a hyperlink that links to a different…

Shen
- 21
- 2
2
votes
1 answer
Google Maps API InfoBox plug-in: display only one infobox at a time
In order to get custom info window, I am working with the InfoBox plug-in for google maps API V3 for the first time. I have the infoboxes with google places API content opening on click. But when I click a new marker the previous info box does not…

Rick
- 61
- 5
- 12
2
votes
1 answer
Close all other windows and keep current infobox google maps
Excuse my English, I speak Spanish,
My question is how could I just click one infobox and close the others, and if you select a different one it would open that and close the others.
This means that when you click on one it's the only one…

Raul Valverde
- 587
- 4
- 11
1
vote
1 answer
Shiny update infobox without new render
I need to refresh data displayed in an infobox on a regular interval, but every time it updates it renders a new infobox making for an undesirable user experience.
I've tried using futures/promises for async processing but the renderinfobox still…

davesauto
- 83
- 4
1
vote
1 answer
Google Maps infobox showing the previous clicked location
On my site I have a map with quit some items. Normally when you click on them, a pop-up box shows some info. Now the issue is that, when I click on location 1, the box 1 opens. But when clicking on location 2, the box opens at location 1. When…
user7972648
1
vote
1 answer
Mediawiki Infobox: How to display images
I can not get images in info boxes of my MediaWiki (1.29.1, Semantic MediaWiki installed) to show up. It just renders the filename as text.
My info box template:
{| class="wikitable"
! Name
| [[Initiative_Name::{{{Name|}}}]]
|-
!…

user33958
- 65
- 1
- 6