Aidan275 / nativeqda-dev

NativeQDA
http://dev.nativeqda.xyz/
GNU General Public License v3.0
2 stars 0 forks source link

Create map marker images for the different file categories #37

Closed Aidan275 closed 6 years ago

Aidan275 commented 6 years ago

Since we haven't heard from Anu about the file categories I think we should just use the file types.

The current file types in the files model are folder, file, text, document, image, video, and audio. We likely don't need a folder marker since all files are displayed on the map - folders aren't.

Note: These types are based off the file extension when uploaded. File is just a generic file type that doesn't match any of the other types.

Check \src\app_client\assets\img\map\markers for the current markers. Also should be the resolution of the marker-icon-2x.png marker so it displays clearly on high-density pixel displays.

Feel free to create any other markers you think would fit.