tritter
Posts: 13
Joined: Thu Apr 28, 2016 1:18 pm

General Question

I want to to show points on a map of our customers.....I currently have there city, state and zipcode. Is that enough data to produce the map or do I need longitude and latitude as well

Thanks
stpoa

Re: General Question

Hi tritter,

In order to show your customers location on map, you have to specify longitude, latitude:
http://www.highcharts.com/docs/maps/latlon

You can also use custom X and Y ranges, using Highcharts coordinate system.
http://www.highcharts.com/docs/maps/add ... -and-lines.

Without this information you cannot show points on a map.

Regards.
tritter
Posts: 13
Joined: Thu Apr 28, 2016 1:18 pm

Re: General Question

stpoa wrote:Hi tritter,

In order to show your customers location on map, you have to specify longitude, latitude:
http://www.highcharts.com/docs/maps/latlon

You can also use custom X and Y ranges, using Highcharts coordinate system.
http://www.highcharts.com/docs/maps/add ... -and-lines.

Without this information you cannot show points on a map.

Regards.

Are there any tools that can be used to Convert city state and zipcode to longitude and laditude
stpoa

Re: General Question

Hi,

There are many tools for that kind of task, for example:

https://developers.google.com/maps/docu ... ding/intro

Regards.
Nan95
Posts: 1
Joined: Tue Oct 29, 2024 12:09 pm

Re: General Question

Hi there! Here are some tools that can help you convert city, state and zipcode to longitude and latitude:

https://www.latlong.net/ - this tool allows you to search for a place using city, state, and zipcode to find the corresponding longitude and latitude coordinates

https://www.gps-coordinates.net/ -this tool can convert addresses to GPS coordinates and vice versa

https://gps-coordinates.org/ - this online tool can get latitude and longitude from an address

These tools should help you get the precise coordinates you need for your map. Hope that helps :D

Return to “Highcharts Maps”