召唤地理名称最近的地震webservice

时间:2011-11-28 02:25:24

标签: javascript json geolocation geocoding

我有一个地方的经度/纬度坐标。 如何使用以下参数调用以下Web服务:北,南,东,西。 有任何想法吗?谢谢!

Recent Earthquakes
Webservice Type : REST
Url : api.geonames.org/earthquakesJSON?
Parameters : north,south,east,west : coordinates of bounding box
callback : name of javascript function (optional parameter)
date : date of earthquakes 'yyyy-MM-dd', optional parameter, earthquakes older or equal the given date sorted by date,magnitude
minMagnitude : minimal magnitude, optional parameter
maxRows : maximal number of rows returned (default = 10)

Result : returns a list of earthquakes, ordered by magnitude

Example http://api.geonames.org/earthquakesJSON?north=44.1&south=-9.9&east=-22.4&west=55.2&username=demo

1 个答案:

答案 0 :(得分:0)

您无法使用ajax获取不在您网域中的网页。您可以在自己的服务器上代理请求(请注意,只允许明确列入白名单的域),或者如果Web服务支持,则必须使用JSONP