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

feat(portal): try to detect epsg code from vector added by url #1147

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

pelord
Copy link
Member

@pelord pelord commented Feb 16, 2024

fix #1146

tester avec la branche suivante
infra-geo-ouverte/igo2-lib#1637

@alecarn alecarn linked an issue Feb 28, 2024 that may be closed by this pull request
concatMap((epsgCode) => {
return this.importService.import(
file,
epsgCode === 'epsgNotDefined' ? undefined : epsgCode
Copy link
Collaborator

Choose a reason for hiding this comment

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

J'ai l'impression que cet observable pourrait bloquer lorsqu'un fichier n'a pas de projection.
Au niveau du skipWhile((code) => !code), cela pourrait faire en sorte qu'on accède jamais à la suite des étapes, qu'est-ce que t'en pense?

Copy link
Member Author

@pelord pelord Apr 5, 2024

Choose a reason for hiding this comment

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

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.

Problème de projection des geojsons ajoutés à la volée
2 participants