Sha256: 28951106689174a77a63e8f7b1f562ea1c1d3052364de93f7f7b5ad106e23fc9

Contents?: true

Size: 1.77 KB

Versions: 8

Compression:

Stored size: 1.77 KB

Contents

google:
  key: PUT YOUR KEY HERE
  responses:
    success.xml: "http://maps.google.com/maps/geo?q=1600+amphitheatre+mtn+view+ca&output=xml&key=:key"
    badkey.xml: http://maps.google.com/maps/geo?q=1600+amphitheatre+mtn+view+ca&output=xml&key=this_is_a_bad_key
    missing_address.xml: "http://maps.google.com/maps/geo?output=xml&key=:key"
    unknown_address.xml: "http://maps.google.com/maps/geo?q=xxxxx&output=xml&key=:key"
    partial.xml: "http://maps.google.com/maps/geo?q=sf+ca&output=xml&key=:key"
    #unavailable.xml: no way to reproduce this
    #limit.xml: no way to reproduce this  
    #server_error.xml: no way to reproduce this
geocoder_us:
  responses:
    success.xml: http://rpc.geocoder.us/service/rest/geocode?address=1600%20Pennsylvania%20Ave%20NW,%20Washington%20DC
    unknown.xml: http://rpc.geocoder.us/service/rest/geocode?address=1600
host_ip:
  responses:
    private.txt: http://api.hostip.info/get_html.php?ip=192.168.0.1&position=true
    success.txt: http://api.hostip.info/get_html.php?ip=64.233.167.99&position=true
    unknown.txt: http://api.hostip.info/get_html.php?ip=254.254.254.254&position=true
local_search_maps:
  responses:
    success.txt: http://geo.localsearchmaps.com/?street=48+Leicester+Square&city=London&country=UK
    empty.txt: http://geo.localsearchmaps.com/
    not_found.txt: http://geo.localsearchmaps.com/?street=48
yahoo:
  key: PUT YOUR KEY HERE
  responses:
    success.xml: http://api.local.yahoo.com/MapsService/V1/geocode?location=701%20First%20Street,%20Sunnyvale,%20CA&output=xml&appid=:key
    unknown_address.xml: http://api.local.yahoo.com/MapsService/V1/geocode?location=thisprobablycantbefound&output=xml&appid=:key
geonames:
  responses:
      success.xml: http://ws.geonames.org/timezone?formatted=true&lat=41.85&lng=-87.65&style=full

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
graticule-2.7.2 test/config.yml.default
graticule-2.7.1 test/config.yml.default
graticule-2.7.0 test/config.yml.default
graticule-2.6.0 test/config.yml.default
graticule-2.5.0 test/config.yml.default
graticule-2.4.0 test/config.yml.default
graticule-1.0.0.pre2 test/config.yml.default
graticule-1.0.0.pre test/config.yml.default