tyrasd / overpass-turbo

A web based data mining tool for OpenStreetMap using the Overpass API.
https://overpass-turbo.eu
Other
891 stars 129 forks source link

Replaced spaces with underscores in Wikipedia section header #696

Closed alnzrv closed 1 week ago

alnzrv commented 1 month ago

Query for examples: nwr["wikipedia"~"#.* "]({{bbox}});out;

Wikipedia links in these nodes will redirect to page with an incorrect section header. For example: https://en.wikipedia.org/wiki/Geography of France#Extreme points

The correct link that will redirect to the appropriate section in the browser: https://en.wikipedia.org/wiki/Geography of France#Extreme_points

This PR should fix it.