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

Browser memory leak when importing GeoJson files. #2243

Open
cayenne17 opened this issue Nov 2, 2024 · 0 comments
Open

Browser memory leak when importing GeoJson files. #2243

cayenne17 opened this issue Nov 2, 2024 · 0 comments
Labels

Comments

@cayenne17
Copy link

Describe the bug
Browser memory leak when importing GeoJson files.

To Reproduce
Steps to reproduce the behavior:

  1. Run the following request from overpass
[out:json][timeout:300];

({{geocodeArea:France}}; )->.searchArea;

(
	nw[amenity=water_point](area.searchArea);

);
out body;
>;
out skel qt;
  1. Go to Umap
    4: display the existing layer
    5 : Import into a layer on Umap

Browser memory leak (video available for 30 days):
https://transfert.free.fr/AngExzN

I tested from Vivaldi or Firefox and on both the problem is reproducible.

Expected behavior

Screenshots
https://transfert.free.fr/AngExzN

Desktop (please complete the following information):

  • OS: Windows 10 22h2
  • Browser Firefox and Vivaldi
  • Version Firefox 132.0 x64

Additional context

@cayenne17 cayenne17 added the bug label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant