Denis Rykov
Denis Rykov
Согласен, имеет смысл. Сейчас слой просто удаляется в том числе и из карты.
Просто добавить окно с предупреждением - не сложно. Не понятно как проверить все member-ы на предмет несохранённых правок.
Fixed via https://github.com/nextgis/nextgisweb/commit/42fd97235090251ad6f367cf982605d7b36f1ad2
@yellow-sky я удалил этот коммит из 3 ветки, так как он неправильно работает с DescriptionWidget в Firefox: при сериализации исходной формы этот виджет ещё не загружен и поэтому возвращает неправильное...
Сейчас такие поля не поддерживаются и если присутствуют в базе, то просто игнорятся. Оставлю открытым. Это я про PostGIS слой говорю, про векторные слои не знаю, в тех источниках из...
The fact that `r2c.to_png() == r1c.to_png()` is just a coincidence. The default value of `in_range` parameter of `to_png` method is `dtype` so it is equivalent to: ``` >> r1c.to_png(in_range='dtype') ==...
Interesting. 1. Could you please give an example of which sort of problems cannot be solved without that dependency? 2. Does it make sense to consider extracting needed piece of...
Can you explain the difference in results? Which one is more accurate?
Cannot reproduce it here. Can you please show how are you creating the `fc` object? ``` >>> import telluric >>> from shapely.geometry import Point, Polygon >>> from telluric import (...
I do agree with @arielze. These two parameters are too low level and we don't deal with them in the source code. So I think it worth to create a...