-
Notifications
You must be signed in to change notification settings - Fork 0
feature: Aggiunto il tipo di dato 'mappa'. #9
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e8cfb35 to
209793b
Compare
ormai
approved these changes
May 20, 2025
dc349f0 to
a8120af
Compare
La data di modifica ora viene trasmessa correttamente quando si modifica la tabella. In precedenza, il valore trasmesso era null.
…al ricaricamento della pagina. Ora viene mantenuto correttamente in base alla scelta dell'utente.
…ar quando si è all'interno della pagina tabella e aggiunto il ritorono alla home quando si clicca sul pulsante tabula della navbar
…aType` - Modificata la classe `Cell` per usare sempre `string` (valore predefinito `''`) anziché `string | null` - Aggiornati i metodi `appendNewCell` e `insertNewCellAt` di `Row`, e il costruttore di `TableService.replaceCell`, per utilizzare `''` come valore di default - Refactoring di `MapInputComponent`: sostituita `longitudeLatitudeSeparator` con la proprietà statica `lngLatSeparator` e relativa variabile `separator` per il template - Aggiunto `MapCellComponent` per il rendering delle coordinate in formato leggibile, con reverse-geocoding tramite OpenStreetMap Nominatim
This reverts commit c4a20ac.
…onati. docs: aggiunta documentazione alla classe Selection
… in PopUpContent interface.
… reverse-geocoding via Nominatim. - Update MapInputComponent to use MapService.getNewMap() and locateUser(). - Enhance applyInput() in MapInputComponent to validate separate latitude/longitude inputs and append “pretty” names/types returned from reverse-geocoding. - Remove inline HTTP calls and parsing logic from MapCellComponent; now simply display the pre-formatted “pretty coordinate” stored in the cell value.
• Sets default width to 550px and min-height to 350px • Adds a media query for max-width 768px to shrink map to 300px × 250px - Update `map-input.component.html`: • Replace fixed inline width/height container with `responsive-map` class • Apply `responsive-map` to the Leaflet map `<div>` instead of using `flex-fill` - Modify `map-input.component.ts`: • Change lifecycle hook from `AfterViewInit` to `OnInit` for initializing the map • Add missing `styleUrl` property to include the new CSS file • Adjust imports accordingly
ormai
approved these changes
Jun 6, 2025
Member
ormai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍉
ormai
pushed a commit
that referenced
this pull request
Sep 17, 2025
feature: Aggiunto il tipo di dato 'mappa'.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.