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

More flexible management of user shapes #265

Open
4 of 10 tasks
forman opened this issue Jan 27, 2023 · 1 comment
Open
4 of 10 tasks

More flexible management of user shapes #265

forman opened this issue Jan 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@forman
Copy link
Member

forman commented Jan 27, 2023

This is a follow up of PR #248

We should let users

  • import many features into own user place group;
  • switch visibility of user place group, currently always shown;
  • delete user place group entirely, currently only single user places can be deleted.

Optionally, we should allow users

  • entering label as combination of CSV column names or GeoJSON property names. Default is column/property named "label";
  • entering character encoding, currently assuming UTF-8;
  • entering data CRS, currently assuming EPSG:4326;
  • entering style/color column, currently fixed to name "color". Default color is "red";
  • importing a large number of points as point clusters.

And optionally we should

  • validate also CSV and WKT in dialog, currently we only do that for GeoJSON;
  • add syntax hi-lighting also for CSV and WKT.
@forman
Copy link
Member Author

forman commented Apr 28, 2023

  • entering style/color column, currently fixed to name "color". Default color is "red";

We cycle colors now, which is better, but still users should be able to adjust style.

@forman forman added the enhancement New feature or request label Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant