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

地图类型为earth时,缩放有问题;地图类型为normal时,折线有问题 #74

Open
luogongzhi opened this issue Aug 11, 2023 · 0 comments

Comments

@luogongzhi
Copy link

luogongzhi commented Aug 11, 2023

附上代码:
const Example = () => {
    return (
        <Map
            center={{lng: 118.64384087845795, lat: 31.9616900242826}}
            zoom={18}
        >
            <CityListControl/>
            <ZoomControl/>
            <MapTypeControl />
            <Polyline
                path={[{lng: 118.64384087845795, lat: 31.9616900242826}]}
                strokeColor="#f00"
                strokeWeight={10}
            />
        </Map>
    );
};
@luogongzhi luogongzhi reopened this Aug 11, 2023
@luogongzhi luogongzhi changed the title mapType="earth"时,缩放有问题 地图类型为earth时,缩放有问题;地图类型为normal时,折现有问题 Aug 11, 2023
@luogongzhi luogongzhi changed the title 地图类型为earth时,缩放有问题;地图类型为normal时,折现有问题 地图类型为earth时,缩放有问题;地图类型为normal时,折线有问题 Aug 11, 2023
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

1 participant