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

Объекты с одинаковыми координатами нельзя посмотреть #179 #212

Merged
merged 5 commits into from
Jan 27, 2021

Conversation

Julia-Lavrova
Copy link
Contributor

сделала смещение маркера на 0,0001 для каждой последующей точки
Если будет больше трех точек, то будет не очень красиво смотреться, для этого допишу еще алгоритм распределения точек не только вправо, но и вниз, чтобы получался квадрат в таком случае
Снимок экрана 2021-01-27 в 13 24 32

@Julia-Lavrova
Copy link
Contributor Author

Closes #179

Точки с одинаковыми координатами распределяются в матрицу по 3 элемента в строке

@@ -173,7 +175,9 @@ class MyMap extends Component<MapPropsInterface, MyMapParams> {

const { monuments } = await response.json();

this.setState({ monuments: monuments || [] });
this.setState({
monuments: getSortedMonumentsByCoords(monuments),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

если monuments - undefined, всё будет ок?

@Julia-Lavrova Julia-Lavrova merged commit 6e446c8 into master Jan 27, 2021
@Julia-Lavrova Julia-Lavrova deleted the feature/179_identical-coordinates branch January 27, 2021 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants