Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eckert3-world地图上怎么正确的转换坐标点? #1

Open
FengHuangDong opened this issue Aug 12, 2019 · 5 comments
Open

eckert3-world地图上怎么正确的转换坐标点? #1

FengHuangDong opened this issue Aug 12, 2019 · 5 comments

Comments

@FengHuangDong
Copy link

我用eckert3-world.js渲染出了地图后,发现跟原来地图的scatter不一致了,是否有什么方法把原来的经纬度也需要转换?

before:
image
eckert3-world:
image

somePointData = [

        "name":"Chongqing",
        "longitudeAndLatitude":[106.552688,29.569247],
        "building":[]
    },
    {
        "name":"Jiujiang",
        "longitudeAndLatitude":[116.008683,29.709081],
        "building":[]
    },
    {
        "name":"Nanchang",
        "longitudeAndLatitude":[115.86286,28.702382],
        "building":[]
    },
    {
        "name":"Guiyang",
        "longitudeAndLatitude":[106.633705,26.656682],
        "building":[]
    },
    {
        "name":"Nanning",
        "longitudeAndLatitude":[106.633705,26.656682],
        "building":[]
    },
    {
        "name":"Pingxiang",
        "longitudeAndLatitude":[106.771308,22.09912],
        "building":[7]
    }

]

@FengHuangDong
Copy link
Author

我用eckert3-world.js渲染出了地图后,发现跟原来地图的scatter不一致了,是否有什么方法把原来的经纬度也需要转换?

before:
image
eckert3-world:
image

somePointData = [

        "name":"Chongqing",
        "longitudeAndLatitude":[106.552688,29.569247],
        "building":[]
    },
    {
        "name":"Jiujiang",
        "longitudeAndLatitude":[116.008683,29.709081],
        "building":[]
    },
    {
        "name":"Nanchang",
        "longitudeAndLatitude":[115.86286,28.702382],
        "building":[]
    },
    {
        "name":"Guiyang",
        "longitudeAndLatitude":[106.633705,26.656682],
        "building":[]
    },
    {
        "name":"Nanning",
        "longitudeAndLatitude":[106.633705,26.656682],
        "building":[]
    },
    {
        "name":"Pingxiang",
        "longitudeAndLatitude":[106.771308,22.09912],
        "building":[7]
    }

]

@chfw
Copy link
Collaborator

chfw commented Sep 9, 2019

有解决方案,还未开始弄。

@chfw chfw reopened this Sep 9, 2019
@liuxc0116
Copy link

我也遇到了这个问题,根据《世界地图的视图中心点可以定制吗》这个文章,制作的地图,以前使用的坐标点不正确了,不知道该什么转换

@C-racker
Copy link

请教一下这个问题有进展吗?

@chfw
Copy link
Collaborator

chfw commented Jan 20, 2022

还没有。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants