Skip to content

Conversation

@icsp-xp
Copy link
Contributor

@icsp-xp icsp-xp commented May 16, 2025

No description provided.

@icsp-xp icsp-xp requested a review from ormai May 16, 2025 13:23
@icsp-xp icsp-xp force-pushed the feature/maps-data-type branch from e8cfb35 to 209793b Compare May 16, 2025 20:19
@ormai ormai force-pushed the feature/maps-data-type branch from dc349f0 to a8120af Compare May 20, 2025 13:51
carlinogiorgio and others added 13 commits May 24, 2025 15:45
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
… 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
Copy link
Member

@ormai ormai left a comment

Choose a reason for hiding this comment

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

🍉

@icsp-xp icsp-xp merged commit 36daf44 into main Jun 6, 2025
2 checks passed
@ormai ormai deleted the feature/maps-data-type branch June 6, 2025 18:48
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants