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

fix: v2.0 can not zoom #492

Merged
merged 4 commits into from
Sep 17, 2023
Merged

fix: v2.0 can not zoom #492

merged 4 commits into from
Sep 17, 2023

Commits on Sep 15, 2023

  1. This commit do these things,

    cause react update to 18 there is a serious bug for
    react-map-gl, so we deside to update it to v7.
    for v7 there's a lot of break change, we fix them as follows:
    - bring mapbox css to the file.
    - change the api that break
    - add two packages in it to fit the change
    - change viewport name to viewState to fit the api change
    yihong0618 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5ecda0c View commit details
    Browse the repository at this point in the history
  2. fix: git ignore

    yihong0618 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1eef67b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. style:

    * line blur to smooth
    * mapStyle using dark-v10 to solve the language problem
    * FullscreenButton style fix
    * remove unused turf
    ben-29 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f8988dc View commit details
    Browse the repository at this point in the history
  2. fix: ci

    yihong0618 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b99b67d View commit details
    Browse the repository at this point in the history