GeoJson features coordinates are in meters not in [lng, lat]. How to display in google map?

前端 未结 2 1233
谎友^
谎友^ 2021-01-03 04:21

Eg: [360590, 555610] - [lng, lat] in meters from google map api - GeoJson data

{
  \"type\": \"FeatureCollection\",
  \"features\": [
    {
      \"type\":         


        
2条回答
  •  失恋的感觉
    2021-01-03 04:51

    Are you sure that these coordinates are in a meter?

    It may be EPSG: 27700 or EPSG:4326 so you can try with it.

    and you this link QGIS for convert coordinates and It might be useful for you.

提交回复
热议问题