Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Luis_Fer0812
Partner - Contributor II
Partner - Contributor II

Name the geopoints

Hi, I have a location field that has location coordinates which can be correctly projected on a map, but it does not show me the name of my locations, it is assumed that there is also a name field for each location in the same table, how can I name each location with my field that I already have?

the label only shows the coordinates. 

 

Captura6.JPG

 

 

1 Solution

Accepted Solutions
Jonas_Karlsson
Employee
Employee

Hi,

Try to use something else that the lat/lon as ID. Then add the lat/lon as measure and use that as location under "Locations Options"

bpx_1-1591107739047.png

bpx_0-1591107899027.png

 

 

Cheers

 

/Jonas

 

 

View solution in original post

3 Replies
Jonas_Karlsson
Employee
Employee

Hi,

Try to use something else that the lat/lon as ID. Then add the lat/lon as measure and use that as location under "Locations Options"

bpx_1-1591107739047.png

bpx_0-1591107899027.png

 

 

Cheers

 

/Jonas

 

 

Luis_Fer0812
Partner - Contributor II
Partner - Contributor II
Author

Hello, what I did was to call the latitude and longitude in a another field "Location" in the same table and it works, and in the bubble layer I set as the dimension the Location field, the problem here is that only works with the function that I created GeoMakePoint. 

Table example:

LOAD 

-LocationName,
-Latitude, 
-Longitude
-GeoMakePoint(Latitude, Longitude) as Location

Captura6.JPG

 

Luis_Fer0812
Partner - Contributor II
Partner - Contributor II
Author

Thank you, finally it works.