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

Prevent changing map data if cluster is still rendering #439

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@sentry/vue": "^8.35.0",
"@tailwindcss/typography": "^0.5.9",
"@teritorio/map": "^0.12.7",
"@teritorio/maplibre-gl-teritorio-cluster": "^0.0.12",
"@teritorio/maplibre-gl-teritorio-cluster": "^0.0.15",
"@teritorio/openmaptiles-gl-language": "^1.5.4",
"@turf/boolean-intersects": "^6.5.0",
"@turf/mask": "^7.1.0",
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3985,14 +3985,15 @@ __metadata:
languageName: node
linkType: hard

"@teritorio/maplibre-gl-teritorio-cluster@npm:^0.0.12":
version: 0.0.12
resolution: "@teritorio/maplibre-gl-teritorio-cluster@npm:0.0.12"
"@teritorio/maplibre-gl-teritorio-cluster@npm:^0.0.15":
version: 0.0.15
resolution: "@teritorio/maplibre-gl-teritorio-cluster@npm:0.0.15"
dependencies:
"@turf/bbox": "npm:^7.1.0"
"@turf/helpers": "npm:^7.1.0"
maplibre-gl: "npm:^4.7.0"
checksum: 10c0/f04440b42d9d5fa1374d512a29cef305f635e97dcfaec07c84e09facb885755c5bbce8c6ed2252e658bf58c7c38ff15fc552f9ac90296576b900ff7613cb0630
peerDependencies:
maplibre-gl: ^4.5.0
checksum: 10c0/aad194a693733422eff4f46dbfee77ad44daef05b0273ebe14576b46ad52ed9c9cfdc5ee0b40cd4220df45d581700f4f475ea1b8f4c61608927d120676847797
languageName: node
linkType: hard

Expand Down Expand Up @@ -4032,7 +4033,7 @@ __metadata:
"@tailwindcss/typography": "npm:^0.5.9"
"@teritorio/font-teritorio": "npm:^2.5.0"
"@teritorio/map": "npm:^0.12.7"
"@teritorio/maplibre-gl-teritorio-cluster": "npm:^0.0.12"
"@teritorio/maplibre-gl-teritorio-cluster": "npm:^0.0.15"
"@teritorio/openmaptiles-gl-language": "npm:^1.5.4"
"@turf/boolean-intersects": "npm:^6.5.0"
"@turf/mask": "npm:^7.1.0"
Expand Down Expand Up @@ -11758,7 +11759,7 @@ __metadata:
languageName: node
linkType: hard

"maplibre-gl@npm:^4.5.0, maplibre-gl@npm:^4.7.0":
"maplibre-gl@npm:^4.5.0":
version: 4.7.1
resolution: "maplibre-gl@npm:4.7.1"
dependencies:
Expand Down
Loading