Jump to content

PHP Mapping


davewx

Recommended Posts

Hi all, I have a MySQL database of latitude and longitude coordinates that have an associated value. In this case it is temperature. There is a value for each 1.25km or so (effectively a grid). I was wondering if anyone knows of an efficient method to plot these points on a map to create a contour or smoothed temperature map? Are there any useful PHP libraries that would be effective in completing this? The data is simple with just a pair of coordinates and a value. 

 

Any info would be awesome. 

 

Thanks

Link to comment
Share on other sites

I doubt if such a library exist, because it's a very specific one.

 

You may also want to specify what map (some "live" map, your custom image with Earth used as background, etc.) you want to use, as the solution might be be different for each case.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.