gmap « PrimeFaces « JSF Q&A





1. Paginated datatable with gmap markers in primefaces    stackoverflow.com

I have a paginated datatable and would like to add all the items in the current page as markers in a gmap. The iterable item in the datatable has getters for ...

2. gmap PrimeFaces p:ajax    stackoverflow.com

I am trying to update the google map of PrimeFaces with the new latitude, longitude with the help of p:ajax, but it is not working...I'm using JSF 2.0. I have used ...

3. Help on p:gmap in a p:panel toggeable    forum.primefaces.org

I got p:gmap in a dialog from the showcase and everything works as expected, the onShow="mymap.checkResize()" makes the trick. The problem is that the map is inside a p:panel collapsed by ...

4. Gmap does not work    forum.primefaces.org

Hi everyone, I'm trying the most simple example of Gmap, and it doesn't work: Code: ...

5. p:gmap question    forum.primefaces.org

Hi! My name is Nicolas and i'm new using Primefaces. I need to know (if it's possible) how to see the time line of satellite images. I know that it's possible ...

6. Gmap is not working    forum.primefaces.org

>> << srinivas1985 Posts: 4 Joined: 03 Jul 2011, 17:59 03 Jul 2011, 18:05 by srinivas1985 Gmap is not working Hi, I am new to primefaces and trying out gmap .But ...

7. Removing markers from Gmap    forum.primefaces.org

Code: var markerSet = ${mapBean.markerSet}; var currentMarker = null; function handlePointClick(event) { if(markerSet == false) { ...

8. gmap Parent not an instance of ClientBehaviorHolder    forum.primefaces.org

Parent not an instance of ClientBehaviorHolder: org.primefaces.component.gmap.GMap@2bebe50b any idea ?

9. p:gmap is not rendered    forum.primefaces.org

03 Sep 2011, 11:51 by Andrew p:gmap is not rendered Hi all I'm using primefaces-3.0.M3 and trying to use p:gmap tag: Code:





10. p:gmap Adding Custom Markers    forum.primefaces.org

Hi Cagatay, How can i add custom markers instead of default icon of google map comp. marker . Is there any option within PF 3M2. If not, do you think that ...

11. Gmap in wizard    forum.primefaces.org

Hi I have a wizard componenten and in the first step a gmap. If I click on the next step button and go back to the previous step with the gmap, ...

12. Error gmap in dialog (in Showcase as well)    forum.primefaces.org

When loading gmap in dialog: On first open everything is ok. But when we close the dialog and reopen again it shows following error in javascript console Uncaught TypeError: Property 'fitBounds' ...

13. gmap + layout + form = fatal combination?    forum.primefaces.org

28 Oct 2011, 15:29 by ez2cwhy gmap + layout + form = fatal combination? I have a page that uses layout (north & center) as the main components. In the center ...

14. gmap problem since 3.0.m4    forum.primefaces.org

04 Nov 2011, 16:46 by llper gmap problem since 3.0.m4 Hi all, with 3.0.m3 I could create a gmap programmatically from the bean.... and display it in a dialog shown thanks ...

15. p:gmap and ajax rendering problem    forum.primefaces.org

In a composite component I have a panelGrid with the following row in it: Code: ...

16. p:gmap checkResize()    forum.primefaces.org

It seems the google maps dialog example in the showcase is displaying obsolete source. Specifically, the call to checkResize() should be removed as it is no longer in the actual showcase ...





17. 3.0.RC2 dialog, gmap does not save markers added by js    forum.primefaces.org

25 Dec 2011, 20:00 by djmj 3.0.RC2 dialog, gmap does not save markers added by js Setup Primefaces: 3.0.RC2 JSF - Mojarra 2.0 Server - Glassfish 3.01 web Problem: I have ...

18. Where is GMap ad GmapTag?    forum.primefaces.org

19. GMap overlaySelectListener problem    forum.primefaces.org

20. Configuring the GMAP    forum.primefaces.org

Hi, I had the same problem, but after some googling and using FireBug on Firefox, I realised that PrimeFaces is not adding the javascript for Google Maps V3. I think this ...

21. p:gmap with Prime 2.1.RC.SNAPSHOT doesn't work ?    forum.primefaces.org

27 Jun 2010, 12:56 by Tream84 p:gmap with Prime 2.1.RC.SNAPSHOT doesn't work ? Hi, i use the Libary Prime 2.1.RC.SNAPSHOT because i want use some Themes. I try to include g:map ...

22. Doubt with GMAP    forum.primefaces.org

Hello people how are you? The thing is, surgio new doubts on using the GMAP 1 - The site has an example using "OverlaySelectEvent event," and starting the "event" enter the ...

23. Problem with p:gmap    forum.primefaces.org

30 Jun 2010, 17:29 by falex Problem with p:gmap I have this use case: there is a p:gmap on a JSF page and that map is re-rendered when some events happen. ...

24. p:gmap inside p:tab    forum.primefaces.org

I have a p:gmap inside a p:tab that is in a p:tabView that is rendered when a row is selected from a p:dataTable. The problem is that the p:gmap is rendered ...

25. p:Gmap Error    forum.primefaces.org

26. p:gmap doesn't work on p:dialog    forum.primefaces.org

Hi, http://www.primefaces.org:8080/prime-sh ... Dialog.jsf this example doesn't work. I see the Map but i can't move anywhere. The other gmap examples works fine.Only the p:dialog makes problems. Any solutions? -------------------------- Glassfish ...

27. Gmap editable polygon possibliity    forum.primefaces.org

Hi, is it possible to implement something like this with the default p:gmap possibities http://test.skuff-band.de If you click on "region anlegen" and add a "region" (polygon) to the map, you see ...

28. GMap MarkerDragEvent    forum.primefaces.org

public void onMarkerDrag(MarkerDragEvent event) { Marker marker = (Marker) event.getOverlay(); addMessage(new FacesMessage(FacesMessage.SEVERITY_INFO, "Marker dragged and droped", "Lat:" + lat ...

29. Add Gmap Marker programatically    forum.primefaces.org

Hi, i'm trying to figure out, how to set a marker programatoically via the pointSelectListener listener. In my backing bean i used this code: Code: public ...

30. Gmap is blank    forum.primefaces.org

I'm trying to use the primefaces 2.1 RC1 google maps component but it comes out blank: Code:

31. gmap issue    forum.primefaces.org

32. Paged Datatable and GMap    forum.primefaces.org

Hi There, I have a paginated datatable and would like to add all the items in the current page as markers in a gmap. The iterable item in the datatable has ...

33. Missing attribute for GMap Marker    forum.primefaces.org

34. More GMap issues    forum.primefaces.org

(1) I'm wondering if the component should have a global attribute as well? (2) If the infoWindow goes behind the maps bounds I noticed the following behavior: left and right: ...

35. GMap Markers does not update    forum.primefaces.org

...

36. Gmap problem - can't find p:gmap componet    forum.primefaces.org

06 Sep 2010, 22:25 by burferd Gmap problem - can't find p:gmap componet Using PrimeFaces2.1, JSF2, Glassfish 3, NetBeans 6.9.1 I am attempting to create a Google Map using p:gmap. I ...

37. Gmap: onOverlaySelectStart/Complete issue    forum.primefaces.org

38. GMap InfoWindow not shown    forum.primefaces.org

39. gmap component and onMarkerSelect    forum.primefaces.org

Hi, I can't get the example to work that can be found here: http://www.primefaces.org/showcase/ui/gmapInfoWindow.jsf (I'm on glassfish 3.1 and primefaces-2.2.M1 The code is copy pasted into my existing page. The markers ...

40. Using addresses with ?    forum.primefaces.org

I have been using the gmaps4jsf library but since I recently started to use PrimeFaces I thought it might be better to conver to use the p:gmap tag. One big difference ...

41. p:gmap and the geocoding service    forum.primefaces.org

09 Nov 2010, 19:05 by healeyb p:gmap and the geocoding service I see that the google maps api provides a geocoding service to map between postal codes and grid coordinates. As ...

42. Dynamically updating gmap lat/lng    forum.primefaces.org

Is it even possible? I have tried everything from (using JS) using DOM to change the attributes over to including the whole tag inside a div and trying to change ...

43. Gmap invisible    forum.primefaces.org

Hello, I have tested to insert a gmap component. I put the same code than the simple showcase. I can't see the map. I ...

44. Gmap inside a p:tab results in partial rendering    forum.primefaces.org

...

45. Relaod gmap    forum.primefaces.org

Hello, I have a question with the gmap. I change the model on the server side (e.g. add a new marker). How do I get the map to reload (or use ...

46. Problem with p:gmap    forum.primefaces.org

18 Dec 2010, 23:26 by burferd Problem with p:gmap Using PF2.2-RC2, JSF2, facelets, Glassfish 3, NetBeans 6.9.1, IE8. I'm trying to put together a location map dialog component. Everytthing works, except ...

47. dynamic lat lns in gmap    forum.primefaces.org

I need to center the map based on the dynamic lat / lon from a bean. How can it be achieved: If I give ...

49. GMap with MarkerManager    forum.primefaces.org

Hi, I would like to use GMap component together with the MarkerManager ( http://gmaps-utility-library.googlecode ... rence.html ). Could anyone give me some tips how to do it, as currently there is ...

50. GMap right click    forum.primefaces.org

Hi, I am looking for support for the right click on the Google Map, for example to add a context menu (left click is supported by Point Selection). Is it currently ...

51. Problem with p:gmap in Composite Component    forum.primefaces.org

>> << burferd Posts: 214 Joined: 01 May 2010, 16:15 26 Feb 2011, 01:25 by burferd Problem with p:gmap in Composite Component Using PF 2.2.1, Glassfish 3.0.1, IE8, NetBeans 6.9.1/7.0 Beta ...

52. p:gmap and pointSelectListener    forum.primefaces.org

... ...

53. Coupld of GMAP related questions    forum.primefaces.org

Hi, I have couple of gMap related questions which I didn't find from user guide, I hope some one could help me.. 1) I needs to shows a marker on gMap ...

54. GMap Markers Interaction with JavaScript... [SOLVED]    forum.primefaces.org

Hi, I have followed the GMap examples to produce a map with markers on the page, this bit is working fine! What I would like to do is update the location ...

55. Poblem with p:gmap on device    forum.primefaces.org

21 Mar 2011, 18:41 by Rainer Poblem with p:gmap on device Hi, Im using gmap in a touchfaces application. Browsing the page on a PC everything works fine, clicking on an ...

56. gmap reloading for live changes of markers    forum.primefaces.org

Hi, I am running PF 2.2.1 on JSF 2.0.4 and Tomcat. In one of my pages I have a p:gmap with a MapModel that supplies various markers. Now I want to ...

57. gmap js invalid argument error    forum.primefaces.org