0

I have a geojson file with polygon data around the British Isles. Using php, I am trying to import this file into a mysql database so I can perform spacial queries.

The geojson file uses the WGS 84 (EPSG:4326) coordinate system. I want to convert these coordinates into lat/lng. I have found found some code here to do the conversion of each point, https://stackoverflow.com/a/18336137/1485815

However, it is requiring a UTM number. This is fine, but the British Isles are split into 3 different UTM codes 29,30 and 31 so I do not know which one to use or do I need to work out which one to use on a per coordinate basis

StripyTiger
  • 877
  • 1
  • 14
  • 31

0 Answers0