GeoMakePoint - script and chart function
GeoMakePoint() is used in scripts and chart expressions to create and tag a point with latitude and longitude.
Syntax:
GeoMakePoint(lat_field_name, long_field_name)
Return data type: string, formatted [longitude, latitude]
Arguments:
Argument | Description |
---|---|
lat_field_name | A field or expression referring to a field representing the latitude of the point. |
long_field_name | A field or expression referring to a field representing the longitude of the point. |
Tip noteDo not use the Group by clause in the data load editor with this and other non-aggregating geospatial functions, because this will cause an error on load.
See: Loading map data
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!