GoogleMaps Integration In Birt?

Oct 19, 2009

I would like to integrate google maps into Birt (which is a business intelligence framework with html reports). What I succeeded so far is to build an iframe which is calling an html which contains the googlemaps page, this looks like this:the iframe (which is part of my html report):

Code HTML4Strict:

<iframe src ="text.html" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>

and the text.html which contains the google maps page:

Code HTML4Strict:

<html xmlns="h t t p : // w w w . w3 . org/ 1999/xhtml">
<head>
<script src="h t t p : // ma ps. google . com/ maps?file=api&v=1&key=ABQIAA...." type="text/javascript">
</script>

[code]....

This works so far, but this is not dynamic. What I need is some way to pass the coordinates to the GPoint(x, y) object. The iframe is inside of Birt and I can insert some code there, the values would be represented as following: <VALUE-OF>row["X"]</VALUE-OF>, <VALUE-OF>row["Y"]</VALUE-OF>.

My problem is now how to pass this values to the GPoint object in text.html. Is it possible to build a function which receives this parameters or is it possible to put the text.html code inside of the iframe (what i tried so far didn't work, as I said, my javascript/html knowledge is limited).

View 1 Replies


ADVERTISEMENT

FedEx Or UPS Rate Calculator Integration

Jul 20, 2005

I have to integrate FedEx or UPS's Rate Calculator with an eCommerce web site. I have a web site which offers some products for sale. The price of the products is being charged to customer. But now I want to calculate the amount of shipping depending on the postal code in USA and Canada only with FedEx or UPS and add to the total amount. I looked the tools offered by FedEx and UPS, but still I could not integrate with the web site. Even after following the documentation. I want to do like within one window or an pop-up window of browser, but the goal is depending on the postal
code the amount of shipping should be calculated and added to chargeable amount.

View 2 Replies View Related

JQuery :: Slider And Datepicker Integration?

May 31, 2011

I am trying to make a slider that will change the date of a datepicker as the user slides the slider.

View 3 Replies View Related

Ajax :: Form And Call Integration - Insert Page Which Inserts The Data Into The Table

Oct 6, 2010

I have a form which goes to my insert page which inserts the data into the table. Except I didn't want to do a redirect to another page so I thought I would do an Ajax call. Both pages work until I change it to an ajax call.

I am pretty certain that it is because I took out the <form action="insert.php"> because otherwise the page would redirect but if that is the case I don't know my way around it and if it isn't the problem I'm not sure what is.

But here is my code:

Form:

View 5 Replies View Related

JS Passing Into PHP - Googlemaps?

Oct 16, 2010

I'm trying to create a simple GoogleMaps site, to insert data into a SQL database for retreival later.I can pass all the information apart from the longitude and latitude values, and they just appear as '0' in my database.

Quote:

if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.enableGoogleBar();

[code].....

View 3 Replies View Related

Adding Markers To Googlemaps?

Apr 8, 2009

I'm trying to get addresses from an XML doc and use them to populate a google map with markers. My problems are (A) markers don't show up when I first load the page, but if I return to the page they magically appear, angles sing and all is right with the world, and (B) Markers just flat out refuse to populate when using Firefox. My code is pretty simple and I'm just not understanding where I'm going wrong:seemlingly the offending code:

functin addMarkers(){
htt.open('get', 'phoneBook.xml', true);
http.send(null);

[code]....

View 7 Replies View Related

Googlemaps Icon Not Transparent / Fix It?

Sep 15, 2010

You'll see a google map there, created with this jQuery plugin. Although I've used the plugin on several occasions without any trouble, this time the map's .png icon/marker cannot be made transparent.

I've tried several things (removing my reset.css file, adding a js png- transparency fix, fiddling with the plugin options) but nothing works...

View 2 Replies View Related

Adding Googlemaps Breaks Tab Opening?

Aug 22, 2009

For years I have been using external_link.js, a file that I found at sitepoint, in one of Kevin Yank's articles I believe, to open new pages in a new tab when a link contained rel="external"

I just added the googlemaps api to a site to display maps, and none of the old menu links open in new tabs anymore! Has anyone else had this problem or have any idea why it has happened? Same function name in both javascripts?

View 1 Replies View Related

Prototype Geoposition With GoogleMaps Polyline?

Mar 13, 2011

i have a project for school to create a web app that's using geolocation to recive the LatLong coordinates and draw a path in google maps using polylines. There are more features that we are going to implement but this is the one i need help with.What i need is to push into the array of the polyline the coordinates i get from geotraker.Use Chrome Browser, the other ones are not supported buy the geotraker.Try this in chrome and see if ur getting the coordinates The zipped files

View 1 Replies View Related

GoogleMaps - Display Numerical Values (%) That Indicate The Traffic?

Feb 25, 2011

what i would like is to achieve what has been implemented here : [URL] the problem is that, although i have the numerical values (%) that indicate the traffic that passes through a link available as data, how to display them onto the google map?

View 1 Replies View Related

JQuery :: Googlemaps: Sidebar: Linking Externally To Menu Items?

Oct 24, 2010

Another quick question re. the JQuery sidebar I have on my Google map. I would like to link to individual markers from different websites or via email, so would like to convert for example, the 'javascript:myclick(7)' link on the menu to an external URL that will click to the marker and info box containing the video. Is this possible?I have tried something like [URL].. but that doesn't seem to work. Does someone know of anotherwayto do this?[URL]...

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved