Skip to content
Snippets Groups Projects
Commit d8afde80 authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove map_link_url (was for wrong provider).

parent a9d3c238
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,6 @@ require "geocoder/results/mapquest"
module Geocoder::Lookup
class Mapquest < Base
def map_link_url(coordinates)
"http://www.openstreetmap.org/?lat=#{coordinates[0]}&lon=#{coordinates[1]}&zoom=15&layers=M"
end
private # ---------------------------------------------------------------
def results(query, reverse = false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment