Git Product home page Git Product logo

geo-autocomplete's People

Watchers

 avatar

geo-autocomplete's Issues

Conflict with jqueryui

Hi,

I am using the latest version on geo autocomplete and at the end of the project 
I decided to put into an jqueryui tab the results and directions of a google 
map.

When I tryed to put the jqueryui libraries links into the same code as geo 
autocode libarary link either doesnt work the geo autocode or the jquery ui.

I mention that i use jquery-ui-1.8.5.custom.min.jslibrary and 
jquery-1.4.2.min.js for the jqueryui.

In geo autocode I see that it uses 
jqueryjs.googlecode.com/files/jquery-1.3.2.min.js

Please tell me if these 2 scripts work together and I messed it up the includes 
or they dont work together.

Thanks. 

Original issue reported on code.google.com by [email protected] on 23 Oct 2010 at 4:19

It is not autocomplete

sorry for my english.. and sorry if my question is a little dumb or obvoius..

your plugin is very nice (i made a version for Extjs) but don't reproduce the 
autocomplete function.. 
it should show you all the locations __beginnning__ with the string you insert 
but your plugin show only the locations __with that__ string.. (i.e. the 
location is not autocompleted)

i'm in italy .. in google maps if i insert 'V' the combobox show me all the 
cities that _begin_ whit 'V' (Verona, Venezia, ecc..) instead your plugin show 
all the cities __named__ 'V'!

There is a way to reproduce a real autocomplete function with google maps api??

Original issue reported on code.google.com by [email protected] on 2 Oct 2010 at 7:32

google.maps.Geocoder is not a constructor in firefox

First of, I LOVE the new version, it's a lot faster and just generally sweet!

On loading in firefox:
http://dev.resihop.nu/

I get the error:
google.maps.Geocoder is not a constructor in firefox
16 this.options._geocoder = new google.maps.Geocoder, // geocoder object

and the plugin doesn't work at all. What can I do about this?

Original issue reported on code.google.com by [email protected] on 20 Nov 2010 at 12:33

remove state after city

What steps will reproduce the problem?
1. using ui.geo_autocomplete.js
2. City name, then state appears (correct)
3. How to customise to select just the city (not the state) ?

What is the expected output? What do you see instead?
The expected output is correct - 
I would like to know how to customise this to display the full city, state 
info, then on selection, strip to using just the city.

Any assistance appreciated
Sol

Original issue reported on code.google.com by [email protected] on 6 Jul 2011 at 6:49

Query breaks if including an apartment number

Try using the updated demo page to search for an address *with* an apartment or 
suite number. Enter it in the usual form:
123 foo ave #321
blah...

Once you enter the apartment number however, it chokes.

My guess is that this could be solved by removing the apartment number before 
submitting the query, and inserting it back into the result, but I'm not sure 
— and I'd hope there's a more elegant solution.

See also:
http://stackoverflow.com/questions/11752904/autocompleting-text-field-for-comple
te-residential-addresses-w-geolocation-go

Original issue reported on code.google.com by [email protected] on 1 Aug 2012 at 5:47

Defect

Can't filter the suggestions. I've tried using a region like 'United States' 
but I still get suggestions for addresses outside of the United States.

Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 8:07

Conflict with jqueryui

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 23 Oct 2010 at 4:14

Demo is not working

What steps will reproduce the problem?
1. Start a browser (firefox f.ex)
2. Open the page: 
http://geo-autocomplete.googlecode.com/svn/trunk/demo/ui.demo.html
3. Nothing happens

What is the expected output? What do you see instead?
I would like to see the map, or some autocompletion

What version of the product are you using? On what operating system?
Newest: 2.0.1

Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 7:23

Cannot get geo-autocomplete working as expected

Hello,
I downloaded the 2.1.1 zip file and added the following lines of code:

<script src="/i/JS/geo-autocomplete/ui.geo_autocomplete.js" 
type="text/javascript"></script>

<script src="/i/JS/geo-autocomplete/geo_autocomplete.js" 
type="text/javascript"></script>

<script type="text/javascript" 
src="/i/JS/geo-autocomplete/lib/jquery.autocomplete_geomod.js"></script>

<script type="text/javascript" 
src="http://maps.google.com/maps/api/js?sensor=false"></script>

$(document).ready(function(){
    initPage();
});

function initPage()
{
    $('#P7_ADDRESS').geo_autocomplete();
}

But the address type-ahead doesn't work.  Also, the util.demo.html doesn't work 
in the Project Home page.  Is this jQuery plugin still working?  Am I missing 
something?

Original issue reported on code.google.com by [email protected] on 9 Mar 2012 at 9:15

missing resource geo-autocomplete/lib/indicator.gif

Firefox 5.0.1 seems to think this resource is missing.  When where is it used? 
I looked in the sources and did not find the graphic.  Where does one get such 
a graphic? What be the purpose of this said graphic? Should I care? Do I care? 
What is the worse that could go wrong missing a graphic of this nature?

Original issue reported on code.google.com by [email protected] on 4 Aug 2011 at 2:14

Multi language


Hi I m actually trying to have a double language on the auto complete.
I tried language but first i can‘t get chinese as a simple language.

Anyone have an idea at least for chinese language and after for double language 
?

Original issue reported on code.google.com by [email protected] on 26 Jun 2011 at 2:52

is it possible to cross-reference the geodata with own database and display results in Suggest?

Congrats on a great plugin. It's really, really cool.

I'm thinking this could be a great tool for me, and others, if I could 
cross-reference the results from the geocoding with my own DB and display 
the aggregated results in the suggest.

e.g. If I had a DB with all the Starbucks shops, and someone started typing 
"Palo Alto" could I extract the city, or street, or lat+long from Google's 
geocoding results, query my DB with this data to get the number of 
Starbuck's, and display the original geocoding data + number of Starbucks 
in the suggest?

I can think of so many uses for this plugin if it can be cross-referenced 
in this way!

Thanks in advance
Mel

Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 10:29

Limit search to cities only, and display whole result

Hi, I love this plugin, it's ALMOST perfect for my needs.

I've been stuck on a couple small things and was hoping you could help me.

1. Is there a way to limit the search results to only show city names?
(example: if I type "cleveland", I'd like to see only "Cleveland, OH, USA",
and not "Hopkins International Airport, Cleveland, OH, USA" and other
landmarks)

2. Is there a way to change the output to the text field to show everything
and not just the city name?
(example: right now if I type "New Yo", it suggests "New York, New York,
USA", but when you select it the input field only gets "New York", I"d like
"New York, New York".

Thanks so much for any help!

Original issue reported on code.google.com by [email protected] on 17 Mar 2010 at 12:56

Wrong autocomplete results for Australian addresses

What steps will reproduce the problem?
1. Type in 45/252 Willoughby Rd, Naremburn NSW 2065 into any google address 
autocomplete field (google maps is but one example)
2. Watch the autocomplete fill the Suburb in as Sydney instead of Naremburn.
3.  Repeat for other Sydney Addresses, such as 3/4 Carr St, Waverton

What is the expected output? What do you see instead?

Expect 45/252 Willoughby Rd, Naremburn, see 45/252 Willoughby Rd, SYDNEY 

What version of the product are you using? On what operating system?
/*
 * jQuery Autocomplete plugin 1.1
 *
 * Copyright (c) 2009 Jörn Zaefferer
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * Revision: $Id: jquery.autocomplete.js 15 2009-08-22 10:30:27Z joern.zaefferer $
 */

Please provide any additional information below.
This problem makes google autocomplete unusable for a car insurance application 
being developed by the site I am working for.

Original issue reported on code.google.com by [email protected] on 24 May 2011 at 2:09

how to add a marker based on coordinates recieved from a text box

i have centered the location based on saved latitude and longitude values.

i just want to put a marker

this is the code

var lat = $("input[name=lat]").val();

var lng = $("input[name=lng]").val();

var zoom = 17;

if ( lat == null || lat == "" || lng == null || lng == "" ) {

zoom= 1;

}

var map = $("#geocomplete").geocomplete("map"),

center = new google.maps.LatLng(lat,lng);

map.setCenter(center);

map.setZoom(zoom);

Original issue reported on code.google.com by [email protected] on 12 Jan 2015 at 1:19

Attachments:

Add a bounds parameter

The bounds property of the geocoder could be used as a parameter. That would 
enable precise restrictions to the search area.

Example code:

 var bounds = new google.maps.LatLngBounds(
        new google.maps.LatLng(38.5,-1.0),
        new google.maps.LatLng(40.0,0.2));

 $('#demo3_location').geo_autocomplete({
    geocoder_bounds: bounds,
    geocoder_types: 'country',
    mapheight: 100, mapwidth: 200, maptype: 'hybrid'
 });


Original issue reported on code.google.com by [email protected] on 6 Dec 2010 at 10:58

Doesn't work with jQuery 1.6.1

Hi guys,

We are using version 1.8.5 with jQuery 1.6.1 and script doesn't work. It works 
fine with jQuery 1.4. Is this expected? Is there any solution for this?

Problem is that we already implemented 7 other scripts based on the latest 
jQuery and we don't want to downgrade them all only because this script doesn't 
support it.

Thanks

Original issue reported on code.google.com by [email protected] on 23 Jun 2011 at 1:50

using preloaded data

it is possible to trigger the search with preloaded data? For example,if the 
input box is filled with data from a database through a ajax query?

Original issue reported on code.google.com by [email protected] on 9 Aug 2010 at 7:19

Localize that whole thing

Hi there

I'm trying to get the 'result-labels' in german. If I search for 'Dusseldorf' 
the result is 'Dusseldorf, Germany'. Is there a way to get these results as a 
german string (Düsseldorf, Deutschland)?

Thank you very much.

Original issue reported on code.google.com by [email protected] on 23 Oct 2010 at 12:18

wrong suggestion

Hi i am using the latest version of autocomplete.
i have this issue: " when i am typing the address " aplotarias 2 chios" the 
auto complete suggest me "kalampoka 2 chios" and that is wrong! the 
google.maps.com suggest the correct address! do you know what happen that? can 
you fix that please?


Regards

Evan


Original issue reported on code.google.com by [email protected] on 19 Nov 2012 at 1:03

maps API error - Cannot call method xxxx of undefined

What steps will reproduce the problem?
1.navigate to 
http://code.google.com/apis/maps/documentation/javascript/examples/places-autoco
mplete.html
2.Check that the map does not appear and the autocomplete does not work most of 
time.
3.check page javascript error. You can see "Uncaught TypeError: Cannot call 
method 'addDomListener' of undefined ". I check this erro in a lot of other 
sites, including mine.

Tha map should appear inside the div 'map_canvas'


According to the page header, they are using API v. 3


This error is also occuring in booking.com and other sites. My site was working 
and today stopped working, without any change related to maps api, javascript 
and so.


Original issue reported on code.google.com by [email protected] on 19 Oct 2012 at 8:30

Bad Text Recognition

I write an address with a number:
"Av Corrientes 1234" 
and no result is shown.
I write the same address with the same numer:
"Av Corrientes1234" 
and the correct result is shown (auto adds a space between address and number).

What's going on? Why is it automatically adding a space between the last word 
and the numbers?

Original issue reported on code.google.com by [email protected] on 10 May 2011 at 6:43

Limit 2500 geolocation requests/day

ui.geo_autocomplete.js shows how the autocomplete effect consists in calls to 
google.maps.Geocoder geocode every time the user types in any letter.

Suppose I want to replicate what sites like couchsurfing or tripping do.

If my users type in only cities names, is this considered static or dynamic 
geocoding? (that is, this ways, is there the 2500 limit?)

I'm reading Google Maps policy but I don't get it

Thanks so much for any help

Original issue reported on code.google.com by [email protected] on 21 Mar 2012 at 3:16

issue with jquery no-conflict

Hello,

Its not really an issue, but im using the geo-autocomplete in the no-conflict 
mode. I added into the ui.geo_autocomplete.js 
on the first line:
;(function($) {

and on the end:
})(jQuery);

Want to post this, if somebody else has the trouble with: "$ is not a function 
in ui.geo_autocomplete.js"

I like this extension, its really a good work!!!
domi

Original issue reported on code.google.com by [email protected] on 15 Oct 2010 at 1:29

More than one map in the page

What steps will reproduce the problem?
1. Insert 1 map, then insert a second one. (dynamically using jQuery)
2. The first map the be inserted works perfectly fine but the second one 
doesn't work at all

What is the expected output? What do you see instead?
Have multiple map working together in the same page. I see only one.


What version of the product are you using? On what operating system?
Latest. Chrome


Please provide any additional information below.
I have try using ClassName instead of IDs (map_canvas / searchTextField) but it 
didn't work.

Original issue reported on code.google.com by [email protected] on 13 Jul 2012 at 7:47

How to keep City, State, ZIP after selecting option in autocomplete?

What steps will reproduce the problem?
1. Start typing in an address in the autocomplete field
2. Key your way down to the one you want to use
3. Press enter

What is the expected output? What do you see instead?
I would expect the whole address, including the City, State, and ZIP to be 
displayed in the <input> field.
Instead, I only see the street address which is ambiguous and is not what I 
want to save to the DB.

What version of the product are you using? On what operating system?
Latest version as of 4/02/2011 on Chrome or Firefox on Mac OS X.

Please provide any additional information below.
I'm guessing this can be set through an option?  I looked and tried different 
things but couldn't get it to work.

Original issue reported on code.google.com by [email protected] on 2 Apr 2011 at 3:31

Running geo-autocomplete in IE8

What steps will reproduce the problem?
1. Running demo/index.html in IE8

What is the expected output? What do you see instead?
Expected output is a list of citites. Actual output is that the list isn't 
displayed.

What version of the product are you using? On what operating system?
Newest version on Windows XP

Please provide any additional information below.
Is seems as geo-autocomplete doesn't work with IE8. When I test it in firefox 
and chrome it works fine.

Original issue reported on code.google.com by [email protected] on 29 Sep 2010 at 2:04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.