mirror of
https://github.com/symfony/ux-map.git
synced 2026-03-23 23:42:07 +01:00
0a7f3a1b4ec26d558f52d04f6e5428beadf2dfc0
title from Polygon, Polyline, Rectangle and Circle in favor of infoWindow
While writing E2E tests for Map, I found that our `title` option from `Polygon`, `Polyline`, `Rectangle` and `Circle` was wrongly used, and does not make sense. Using `title` won't add an HTML attribute `title` as I expected, it's not something supported by Google nor Leaflet. Instead, we used it to display a popup, like the `infoWindow` (which is more complete). I suggest deprecating `title` from 2.x and remove it in 3.0.
Symfony UX Map
Symfony UX Map integrates interactive Maps in Symfony applications, like Leaflet or Google Maps.
This repository is a READ-ONLY sub-tree split. See https://github.com/symfony/ux to create issues or submit pull requests.
Resources
Languages
PHP
85.1%
TypeScript
14.8%