Questions tagged [primefaces-gmap]

28 questions
5
votes
5 answers

NullPointer with Primefaces GMap OverlaySelect event

I have a problem with Primefaces whose version is 3.0.M3 . I used gmap and prime p:ajax.I wanted to do something is to get clicked Marker when a marker is clicked by a user on Gmap. Here is the Code
Cetin Imre
  • 331
  • 1
  • 8
  • 15
4
votes
1 answer

gmap PrimeFaces p:ajax

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 p:ajax earlier in the similar way and it worked beautifully. Any idea why this does…
user644745
  • 5,673
  • 9
  • 54
  • 80
4
votes
1 answer

Full Height gmap in primefaces

I'm using primefaces ronin theme and I'm trying to make a full screen gmap no matter what the resolution of the screen is. how ever, unless I state the height in pixels, it won't work. for example, if i set the height css attribute of the map to…
M.R.M
  • 540
  • 1
  • 13
  • 30
3
votes
2 answers

Primefaces Googlemap Marker Infowindow : Disable vertical scroll bar

I am using Primefaces google map component. I have some markers and info windows for those markers. The problem I am facing is it is showing the vertical scroll bar. But I don't need the vertical scroll bar. How can I hide the vertical…
user517491
3
votes
1 answer

Marker Animation on polylines in primefaces JSF

I want to show moving marker along polyline in gmap of Primefaces. Does gmap supports marker animation along polyline? I have searched but did not find any useful link.
3
votes
0 answers

Primefaces GMap infoWindow for polygon, polyline

I'm use Primefaces and trying to create infoWindow with different content for different types of overlays. Map.java public void onMarkerSelect(OverlaySelectEvent event) { if (event.getOverlay() instanceof Marker) { selectedOverlay =…
yagodkin
  • 97
  • 1
  • 7
1
vote
0 answers

Centering a gmap

I am developing a solution to map the locations of a person in the field when submitting data via a mobile application. All data submitted from the mobile application is send to a remote database from where I display all the data in tabular veiw…
1
vote
1 answer

p:gmap won't show

I am using PrimeFaces GMap to display a map. I have tried the simplest possible solution. I have taken the key from Google and written code like this:
DCalic
  • 25
  • 8
1
vote
1 answer

How to update Latitude and Longitude in gmap in primefaces

I want to update only latitude and longitude on map when lat and long value changes. But for now I have tried to achieve this using button but this is not working also. I don't want to update whole map, I only want to update lat long value in map…
sam mari
  • 145
  • 1
  • 2
  • 9
1
vote
1 answer

draw marker on google map from database,

i have coordinates of markers in my database, and i'm trying to draw the markers on my map, but i could'nt do it, this is my ShowMarker:: @Component @Scope @ManagedBean public class ShowMarker { //…
user3664298
  • 21
  • 1
  • 2
  • 6
1
vote
1 answer

Primefaces Gmap markers issue

i have problem on na project with Gmap component of Primefaces 3.5 i using JSF2.0 and Jboss 1.7. So the problem is on page x.xhtml i have component gmap but gmap doesnt show model map from bean. The data is in the bean is correct. i include google…
0
votes
0 answers

Primefaces calendar popup not working with Google maps (full screen only)

The Primefaces Calendar component seems not to work properly within a Google maps Infowindow, (ONLY when the map is full screen). When the calendar button is clicked, the popup is not shown. I initially thought it could be just the component…
txemix
  • 45
  • 9
0
votes
1 answer

Primefaces GMap geocode event not showing markers

Primefaces geocode event changes and centers the map successfully when the user enters an address and presses the button, but the map doesn't show the associated marker. How can I make that marker visible? Html code: