If I enter some text in the search field the google map doesn't show me any result. It seem like the search function isn't working... I tried in the latest Umbraco version 7.2.4
I just gave this package a spin on a 7.2.2 installation and I'm seeing the same issue as you - So does indeed sound like a bug. I don't see any errors in the browsers console log so don't have any clue about what might go wrong.
Hopefully the creator of this wonderfull package sees this :)
@Murray Thanks for the feedback.I think I have an idea of why your situation is happening, its to do with watches that have been removed in version 1.0.5. I was worried that your situation might happen in the wild (Its possible that your map will update itself automatically, but after say 15 seconds or 2 minute wait - which I agree is unacceptable).
I will either try and implement something to catch your situation or I'm toying with the idea of re-writing the search functionailty completely using new functionailty built-into the underlying library that AGM uses - To solve the errors of others above you as well as your issue - though of cource, this might a) solve nothing or b) create new issues.
I am having issues very similar to what Murray mentions above, except I have also noticed that hitting return/enter to search doesn't do anything. In order to proceed, I have to type a search term that brings up a search result below the text field, and click on that.
I think hitting return in the search box should attempt a search with the exact text entered, because right now the behavior is confusing.
Has any progress been made on these issues? This looks like the best Google Maps tool for v7, but we won't be able to use it with these issues.
I have also found that when I have 2 maps on a page (I'm using nested content and the user may add as many maps as they need) the second map does not show anything when entering something in the search field.
Well, it seems that I 'fixed it'. I have downloaded the scripts from the repository, replaced the js files on my project for those ones and it's working fine.
Search field don't search anything
Hi all
If I enter some text in the search field the google map doesn't show me any result. It seem like the search function isn't working... I tried in the latest Umbraco version 7.2.4
best regards,
Manuel
Hi Manuel
Do you see any error messages in the browsers console log?
/Jan
Hi Manuel
I just gave this package a spin on a 7.2.2 installation and I'm seeing the same issue as you - So does indeed sound like a bug. I don't see any errors in the browsers console log so don't have any clue about what might go wrong.
Hopefully the creator of this wonderfull package sees this :)
/Jan
Yes I hope too :).
//Manuel
Am looking into this issue
It works for me, however when I click on a search result form the drop down this happens:
After that, if I interact (drag/pan or zoom or streetview) with the map then the coordinates update, and the marker moves.
(Umbraco 7.2.2, AngularGoogleMaps 1.0.5)
@Murray Thanks for the feedback.I think I have an idea of why your situation is happening, its to do with watches that have been removed in version 1.0.5. I was worried that your situation might happen in the wild (Its possible that your map will update itself automatically, but after say 15 seconds or 2 minute wait - which I agree is unacceptable).
I will either try and implement something to catch your situation or I'm toying with the idea of re-writing the search functionailty completely using new functionailty built-into the underlying library that AGM uses - To solve the errors of others above you as well as your issue - though of cource, this might a) solve nothing or b) create new issues.
I'm getting this error
Using Version 7.4.3
I am having issues very similar to what Murray mentions above, except I have also noticed that hitting return/enter to search doesn't do anything. In order to proceed, I have to type a search term that brings up a search result below the text field, and click on that.
I think hitting return in the search box should attempt a search with the exact text entered, because right now the behavior is confusing.
Has any progress been made on these issues? This looks like the best Google Maps tool for v7, but we won't be able to use it with these issues.
I have also found that when I have 2 maps on a page (I'm using nested content and the user may add as many maps as they need) the second map does not show anything when entering something in the search field.
umbraco 7.4.3 AngularGoogleMaps 1.0.8-alpha-000017 (from Nuget)
NB: the issue I mentioned earlier in this thread (April 2015) still exists in v1.0.8-alpha-000017
Hi Jonathan
i too am experiencing this issue.
Umbraco v7.4.3 (fresh install)
Any idea how to solve this?. Search box doesn't show any suggestions.
Well, it seems that I 'fixed it'. I have downloaded the scripts from the repository, replaced the js files on my project for those ones and it's working fine.
There is now a new version of AGM to fix this issue. Version 1.0.9
is working on a reply...