microsoft / satellite-imagery-labeling-tool

This is a lightweight web-interface for creating and sharing vector annotations over satellite/aerial imagery scenes.
MIT License
262 stars 31 forks source link

Rename `src/overpassScripts/*.txt` to `src/overpassScripts/*.overpassql` #3

Closed FloEdelmann closed 2 years ago

FloEdelmann commented 2 years 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

calebrob6 commented 2 years ago

I don't see why not. @rbrundritt do you have any issue with this?

rbrundritt commented 2 years ago

Just made this update. The only issue I can see is that if others try and deploy this somewhere, they may need to explicitly allow this file extension through their hosting platform.

FloEdelmann commented 2 years ago

Thanks for renaming!