hrbrmstr / overpass

:information_source: Tools to Work With the OpenStreetMap (OSM) Overpass API in R
https://hrbrmstr.github.io/overpass/
Other
41 stars 6 forks source link

Rename `*.osm` files to `*.overpassql` #18

Open FloEdelmann opened 1 year ago

FloEdelmann commented 1 year ago

*.overpassql is now the recommended file extension for Overpass QL: OSM Wiki: Overpass QL § File extension (Disclaimer: I added that section after some discussion.)

I propose to rename all Overpass QL files in this repo to *.overpassql for consistency.

Context: GitHub's syntax highlighting engine requires that 200 repositories use the same file extension before they consider supporting that syntax and file extension: https://github.com/github/linguist/issues/5890

FloEdelmann commented 1 year ago

@hrbrmstr Would a pull request be accepted?