Map Generation Request Specification



Maps can be generated by building a simple URL and serving it within a browser. For example:

<img src="http://www.travelfusion.com/GenerateMap?LoginId=1D1GK4FEF8M9RZQ8&place_0=8339416&place_1=10005110&width=210&height=150">

If you are using a server other than www.travelfusion.com, then that server should appear in the URL instead. The parameters 'place_0' and 'place_1' represent any two TRAVELfusion location id numbers. In this case London and Madrid airport. The parameters 'width' and 'height' specify the width and the height of the image. It is recommended that width and height attributes are added to the HTML 'img' tag to avoid jerky browser rendering. Their values should match those of the width and height parameters specified in the URL request i.e:

<img width=210 height=150 src="http://www.travelfusion.com/GenerateMap?LoginId=1D1GK4FEF8M9RZQ8&place_0=8339416&place_1=10005110&width=210&height=150">

Any customer application which serves maps to end users should be easily configurable to disable the map feature should it become necessary to do so.