We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Carriage returns in the layer description are ignored in the legend of the map
To Reproduce Steps to reproduce the behavior:
Restaurants par commune – Données OpenStreetMap extraites avec cette requête Overpass : [out:csv(commune,num_restos,lat,lon)]; area[admin_level=6][name="Loire-Atlantique"]; rel[boundary=administrative]admin_level=8; foreach ->.c { node(r.c) -> .centre; .c map_to_area; nwramenity=restaurant; make Feature commune = c.u(t['name']), num_restos = count(nwr), lat = centre.u(lat()), lon = centre.u(lon()); out; }
Expected behavior The layer description should display on several lines, as defined in the description field:
Restaurants par commune – Données OpenStreetMap extraites avec cette requête Overpass :
[out:csv(commune,num_restos,lat,lon)]; area[admin_level=6][name="Loire-Atlantique"]; rel[boundary=administrative]admin_level=8; foreach ->.c { node(r.c) -> .centre; .c map_to_area; nwramenity=restaurant; make Feature commune = c.u(t['name']), num_restos = count(nwr), lat = centre.u(lat()), lon = centre.u(lon()); out; }
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
fix(caption): honour carriage returns in datalayer description
3a44219
fix #2385
0bc4900
No branches or pull requests
Describe the bug
Carriage returns in the layer description are ignored in the legend of the map
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The layer description should display on several lines, as defined in the description field:
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: